@import url(vasa-blessed1.css);

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none!important;
}

@media (max-width:767px) {
  .visible-xs {
    display: block!important;
  }

  table.visible-xs {
    display: table!important;
  }

  tr.visible-xs {
    display: table-row!important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell!important;
  }
}

@media (max-width:767px) {
  .visible-xs-block {
    display: block!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline {
    display: inline!important;
  }
}

@media (max-width:767px) {
  .visible-xs-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm {
    display: block!important;
  }

  table.visible-sm {
    display: table!important;
  }

  tr.visible-sm {
    display: table-row!important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-block {
    display: block!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline {
    display: inline!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .visible-sm-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md {
    display: block!important;
  }

  table.visible-md {
    display: table!important;
  }

  tr.visible-md {
    display: table-row!important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-block {
    display: block!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline {
    display: inline!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .visible-md-inline-block {
    display: inline-block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg {
    display: block!important;
  }

  table.visible-lg {
    display: table!important;
  }

  tr.visible-lg {
    display: table-row!important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-block {
    display: block!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline {
    display: inline!important;
  }
}

@media (min-width:1200px) {
  .visible-lg-inline-block {
    display: inline-block!important;
  }
}

@media (max-width:767px) {
  .hidden-xs {
    display: none!important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .hidden-sm {
    display: none!important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .hidden-md {
    display: none!important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none!important;
  }
}

.visible-print {
  display: none!important;
}

@media print {
  .visible-print {
    display: block!important;
  }

  table.visible-print {
    display: table!important;
  }

  tr.visible-print {
    display: table-row!important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell!important;
  }
}

.visible-print-block {
  display: none!important;
}

@media print {
  .visible-print-block {
    display: block!important;
  }
}

.visible-print-inline {
  display: none!important;
}

@media print {
  .visible-print-inline {
    display: inline!important;
  }
}

.visible-print-inline-block {
  display: none!important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block!important;
  }
}

@media print {
  .hidden-print {
    display: none!important;
  }
}

html {
  font-size: 1rem;
}

.section img,
main img,
section img {
  height: auto;
  max-width: 100%;
}

.section.row,
main.row,
section.row {
  margin: 0;
}

picture img {
  height: 100%;
  width: 100%;
  min-height: 100%!important;
  object-fit: cover;
}

.head-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.head-wrap:after,
.head-wrap:before {
  content: " ";
  display: table;
}

.head-wrap:after {
  clear: both;
}

.head-wrap>div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .head-wrap>div {
    float: left;
    width: 91.66667%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .head-wrap>div {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.content-wrap {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap:after,
.content-wrap:before {
  content: " ";
  display: table;
}

.content-wrap:after {
  clear: both;
}

.content-wrap .main-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .content-wrap .main-area {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width:992px) {
  .content-wrap .main-area {
    margin-left: 8.33333%;
    float: left;
    width: 58.33333%;
  }
}

@media (min-width:1200px) {
  .content-wrap .main-area {
    margin-left: 16.66667%;
    float: left;
    width: 41.66667%;
  }
}

.content-wrap .main-area .main-content {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

.content-wrap .main-area .main-content:after,
.content-wrap .main-area .main-content:before {
  content: " ";
  display: table;
}

.content-wrap .main-area .main-content:after {
  clear: both;
}

.content-wrap .main-area .main-content>div {
  float: left;
  width: 100%;
}

.content-wrap .main-area .main-content>div,
.content-wrap .right-area {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .content-wrap .right-area {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:992px) {
  .content-wrap .right-area {
    float: left;
    width: 25%;
  }
}

@media only screen and (max-width:991px) {
  .content-wrap .right-area {
    padding: 0;
  }
}

.content-wrap .right-area .block {
  padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
  .content-wrap .right-area .block {
    padding-bottom: 15px;
  }
}

.content-wrap .article-body {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .content-wrap .article-body {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .content-wrap .article-body {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.content-wrap .article-body .main-body-blockarea {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap .article-body .main-body-blockarea:after,
.content-wrap .article-body .main-body-blockarea:before {
  content: " ";
  display: table;
}

.content-wrap .article-body .main-body-blockarea:after {
  clear: both;
}

.content-wrap .article-body .main-body-blockarea>div {
  padding-top: 24px;
}

.content-wrap .bottom-area {
  margin-left: -15px;
  margin-right: -15px;
}

.content-wrap .bottom-area:after,
.content-wrap .bottom-area:before {
  content: " ";
  display: table;
}

.content-wrap .bottom-area:after {
  clear: both;
}

.content-wrap .bottom-area .display-as-row .block {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width:991px) {
  .content-wrap .bottom-area .display-as-row .block {
    width: 100%;
  }
}

.content-wrap .bottom-area>div {
  display: flex;
  flex-wrap: wrap;
}

.content-wrap .bottom-area .article-second-heading {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrap .bottom-area .block {
  padding-bottom: 30px;
  flex: 1 auto;
}

@media only screen and (min-width:992px) {
  .content-wrap .bottom-area .block {
    padding-bottom: 15px;
  }
}

.bottom-area {
  margin-left: -15px;
  margin-right: -15px;
}

.bottom-area:after,
.bottom-area:before {
  content: " ";
  display: table;
}

.bottom-area:after {
  clear: both;
}

.sharing .at-share-tbx-element .at-share-btn:focus {
  outline-offset: 2px;
}

.pager li a {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  border: none;
  color: #fff;
  font-weight: 400;
  padding: 5px 10px;
}

.pager li a:hover {
  color: #fff;
}

.pager li span {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  border: none;
  padding: 5px 10px;
}

.topdown-arrow {
  -webkit-border-radius: 2px!important;
  -moz-border-radius: 2px!important;
  border-radius: 2px!important;
  bottom: 0;
  z-index: 9999!important;
  right: 1em;
  margin-bottom: 1em;
  padding: 11px 14px;
}

.topdown-arrow,
.topdown-arrow:focus,
.topdown-arrow:hover {
  color: #fff;
  text-decoration: none;
}

.topdown-arrow:focus {
  outline-color: #fff;
  outline-offset: -4px;
}

.scrolldown {
  display: none;
}

@media only screen and (min-width:992px) {
  .scrolldown {
    display: block;
    position: fixed;
  }
}

.totop {
  display: none;
}

@media only screen and (min-width:992px) {
  .totop {
    display: block;
    position: fixed;
  }
}

.image-text {
  font-size: .85rem;
  margin-bottom: 11px;
}

.first-image-text {
  margin-top: 11px;
  margin-bottom: 0;
}

.rtl {
  direction: rtl;
  unicode-bidi: bidi-override;
}

.grecaptcha-badge {
  display: none;
}

.form-horizontal .checkbox-inline {
  padding-top: 0;
  padding-bottom: 7px;
}

.form-horizontal .checkbox-margin {
  font-size: 1rem;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.modal {
  z-index: 99999;
}

.no-scroll {
  overflow: hidden!important;
  max-height: 100vh;
}

.heading-arrow,
.heading-arrow-white,
.heading-arrow-white a,
.heading-arrow a {
  text-decoration: none;
}

.heading-arrow-white:before,
.heading-arrow:before {
  font-family: icomoon;
  text-align: center;
  content: "\EDDE";
  -moz-transition: transform .1s linear;
  -webkit-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: all .1s ease;
}

.heading-arrow,
.heading-arrow a,
.heading-arrow a:hover {
  color: #222;
}

.heading-arrow:hover {
  text-decoration: none;
}

.heading-arrow:hover:before {
  padding-left: 4px;
  margin-right: -4px;
}

.link-arrow {
  margin-bottom: 11px;
}

.link-arrow a {
  padding-left: 20px;
}

.link-arrow a:before {
  font-family: icomoon;
  text-align: center;
  content: "\EDDE";
  display: inline-block;
  -moz-transition: transform .1s linear;
  -webkit-transition: transform .1s linear;
  -o-transition: transform .1s linear;
  transition: all .1s ease;
  padding-right: 6px;
}

.link-arrow a:hover:before {
  padding-right: 2px;
  padding-left: 4px;
}

table {
  margin-bottom: .6875rem;
}

table.table-responsive {
  border: none;
  display: block;
}

table tbody tr td,
table tbody tr th,
table thead tr td,
table thead tr th {
  padding: 10px 15px;
}

table thead th {
  font-weight: 700;
}

@media print {
  .visible-print-only {
    display: block!important;
  }

  #__ba_panel .textDiv .customText {
    display: none;
  }
}

a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

footer .flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: row;
}

@media only screen and (max-width:767px) {
  footer .flex-row {
    gap: 10%;
  }
}

footer .footer-menu {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .footer-menu .footer-info-container {
  border-bottom: 1px solid #fff;
  margin: 0 10%;
  padding-top: 50px;
  padding-bottom: 20px;
}

@media only screen and (max-width:991px) {
  footer .footer-menu .footer-info-container {
    margin: 0 40px;
    padding-top: 40px;
  }
}

footer .footer-menu .footer-information-wrapper {
  justify-content: flex-start;
  gap: 0;
}

footer .footer-menu .footer-information-wrapper .footer-information {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
  flex: 0 0 100%;
  padding-right: 20px;
}

@media only screen and (min-width:600px) {
  footer .footer-menu .footer-information-wrapper .footer-information {
    flex: 0 0 50%;
  }
}

@media only screen and (min-width:992px) {
  footer .footer-menu .footer-information-wrapper .footer-information {
    flex: 0 0 25%;
  }
}

footer .footer-menu .footer-information-wrapper .footer-information span {
  font-size: 1.6rem;
  vertical-align: inherit;
  margin-right: 10px;
}

footer .footer-menu .footer-information-wrapper .footer-information h4 {
  margin-top: 0;
  vertical-align: bottom;
  line-height: 1.6rem;
}

footer .footer-menu .footer-information-wrapper .footer-information p {
  margin-bottom: 0;
}

footer .footer-menu .footer-information-wrapper .footer-information a {
  text-decoration: underline;
}

footer .footer-menu .footer-information-wrapper .footer-information a:hover {
  color: #fff;
}

footer .footer-menu .footer-information-wrapper .footer-information ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

footer .footer-menu .footer-information-wrapper .footer-information ul li {
  line-height: 1.7;
}

footer .footer-menu .footer-information-wrapper .footer-information .social-link span {
  vertical-align: unset;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}

footer .footer-menu .footer-information-wrapper .block {
  padding-bottom: 0;
}

footer .logotypes {
  margin: 0 10%;
}

@media only screen and (max-width:991px) {
  footer .logotypes {
    margin: 0 40px;
  }
}

footer .logotypes .logos {
  display: flex;
  justify-content: center;
  padding: 40px 0;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (min-width:1200px) {
  footer .logotypes .logos {
    gap: 100px;
  }
}

@media only screen and (max-width:991px) {
  footer .logotypes .logos {
    gap: 30px;
  }
}

footer .logotypes .logos .main-logo {
  margin: auto 0;
}

@media only screen and (max-width:991px) {
  footer .logotypes .logos .main-logo {
    margin: auto 20px;
  }
}

footer .logotypes .logos .main-logo img {
  height: auto;
}

@media only screen and (min-width:480px) {
  footer .logotypes .logos .main-logo img {
    height: 40px;
  }
}

footer .logotypes .logos .main-logo .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

footer .logotypes .logos .main-logo .block {
  padding-bottom: 0;
}

footer .logotypes .logos .logos-content {
  display: flex;
  flex-direction: column;
  min-width: 45%;
}

footer .logotypes .logos .logos-content .logo-text {
  margin-bottom: 10px;
  text-align: center;
}

footer .logotypes .logos .logos-content a {
  color: #fff;
  text-decoration: underline;
}

footer .logotypes .logos .logos-content .flex-row {
  justify-content: space-between;
}

@media only screen and (min-width:992px) {
  footer .logotypes .logos .logos-content .flex-row {
    gap: 40px;
  }
}

footer .logotypes .logos .logos-content .block {
  padding: 0;
}

@media only screen and (max-width:767px) {
  footer .logotypes .logos .logos-content .block {
    flex: 0 0 45%;
    text-align: center;
  }
}

@media only screen and (min-width:992px) {
  footer .logotypes .logos .logos-content .block {
    width: auto;
  }
}

footer .logotypes .logos .logos-content .block .image-block {
  padding: 10px 0;
  height: 100%;
}

footer .logotypes .logos .logos-content .block .image-block img {
  width: 140px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width:767px) {
  footer .logotypes .logos .logos-content .block .image-block img {
    width: 130px;
  }
}

footer .mapblock {
  margin-bottom: 30px;
}

footer .mapblock .map-info {
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 17px;
  width: 100%;
}

@media only screen and (min-width:992px) {
  footer .mapblock .map-info {
    position: absolute;
    margin-top: 0;
    width: 25%;
    top: 20px;
    right: 5%;
  }
}

@media only screen and (min-width:1600px) {
  footer .mapblock .map-info {
    position: absolute;
    width: 15%;
    right: 10em;
  }
}

footer .mapblock .map-info .main-body p {
  margin-bottom: 0;
}

footer .mapblock .map-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sharing-source {
  border-top: 3px solid #efefef;
  padding: 10px 0 30px;
  text-align: left;
}

.sharing-button-container {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}

@media only screen and (min-width:480px) {
  .sharing-button-container {
    margin-left: 15px;
  }
}

.article-button,
.push-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-120 {
  padding-top: 120px;
}

.push-15 {
  padding-bottom: 15px;
}

.no-padding-t-b {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.margin-top--100 {
  margin-top: -100px;
}

.no-pull {
  margin-top: 0!important;
}

.no-margin {
  margin: 0!important;
}

.no-margin-top {
  margin-top: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-tb {
  margin-top: 15px;
  margin-bottom: 15px;
}

.no-margin-lr {
  margin-left: 0;
  margin-right: 0;
}

.text-left {
  text-align: left!important;
}

.text-muted {
  color: #727779;
}

@media only screen and (max-width:600px) {
  .hidden-600 {
    display: none;
  }
}

@media only screen and (min-width:600px) {
  .visible-600 {
    display: none;
  }
}

.shortcuts,
.social-links {
  margin-left: -15px;
  margin-right: -15px;
  margin-left: 0;
  margin-right: 0;
  background-color: #333;
  padding: 15px;
}

.shortcuts:after,
.shortcuts:before,
.social-links:after,
.social-links:before {
  content: " ";
  display: table;
}

.shortcuts:after,
.social-links:after {
  clear: both;
}

@media only screen and (min-width:768px) {
  .shortcuts,
  .social-links {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .shortcuts,
  .social-links {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.shortcuts .shortcut,
.shortcuts .social-link,
.social-links .shortcut,
.social-links .social-link {
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100px;
  padding: 15px;
  border: 1px solid #efefef;
  font-size: 1rem;
  color: #fff;
  border: none;
  position: relative;
}

.shortcuts .shortcut:hover,
.shortcuts .social-link:hover,
.social-links .shortcut:hover,
.social-links .social-link:hover {
  background-color: #1c1c1c;
  cursor: pointer;
}

.shortcuts .shortcut:hover .shortcut-text,
.shortcuts .social-link:hover .shortcut-text,
.social-links .shortcut:hover .shortcut-text,
.social-links .social-link:hover .shortcut-text {
  color: #fff;
}

@media only screen and (min-width:768px) {
  .shortcuts .shortcut,
  .shortcuts .social-link,
  .social-links .shortcut,
  .social-links .social-link {
    text-align: left;
    height: 100px;
  }

  .shortcuts .shortcut:first-child,
  .shortcuts .social-link:first-child,
  .social-links .shortcut:first-child,
  .social-links .social-link:first-child {
    margin-top: 0;
  }
}

@media (min-width:768px) {
  .shortcuts .shortcut,
  .shortcuts .social-link,
  .social-links .shortcut,
  .social-links .social-link {
    float: left;
    width: 25%;
  }
}

.shortcuts .shortcut .shortcut-text,
.shortcuts .shortcut .social-link-text,
.shortcuts .social-link .shortcut-text,
.shortcuts .social-link .social-link-text,
.social-links .shortcut .shortcut-text,
.social-links .shortcut .social-link-text,
.social-links .social-link .shortcut-text,
.social-links .social-link .social-link-text {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
  font-size: .75rem;
}

.shortcuts .shortcut .shortcut-text:focus,
.shortcuts .shortcut .shortcut-text:hover,
.shortcuts .shortcut .social-link-text:focus,
.shortcuts .shortcut .social-link-text:hover,
.shortcuts .social-link .shortcut-text:focus,
.shortcuts .social-link .shortcut-text:hover,
.shortcuts .social-link .social-link-text:focus,
.shortcuts .social-link .social-link-text:hover,
.social-links .shortcut .shortcut-text:focus,
.social-links .shortcut .shortcut-text:hover,
.social-links .shortcut .social-link-text:focus,
.social-links .shortcut .social-link-text:hover,
.social-links .social-link .shortcut-text:focus,
.social-links .social-link .shortcut-text:hover,
.social-links .social-link .social-link-text:focus,
.social-links .social-link .social-link-text:hover {
  text-decoration: none;
}

@media only screen and (min-width:768px) {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width:992px) {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    font-size: 1rem;
  }
}

@media print {
  .shortcuts .shortcut .shortcut-text,
  .shortcuts .shortcut .social-link-text,
  .shortcuts .social-link .shortcut-text,
  .shortcuts .social-link .social-link-text,
  .social-links .shortcut .shortcut-text,
  .social-links .shortcut .social-link-text,
  .social-links .social-link .shortcut-text,
  .social-links .social-link .social-link-text {
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.shortcuts .shortcut .shortcut-text span,
.shortcuts .shortcut .social-link-text span,
.shortcuts .social-link .shortcut-text span,
.shortcuts .social-link .social-link-text span,
.social-links .shortcut .shortcut-text span,
.social-links .shortcut .social-link-text span,
.social-links .social-link .shortcut-text span,
.social-links .social-link .social-link-text span {
  font-size: 2.4rem;
  display: block;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 10px;
}

@media only screen and (min-width:992px) {
  .shortcuts .shortcut .shortcut-text span,
  .shortcuts .shortcut .social-link-text span,
  .shortcuts .social-link .shortcut-text span,
  .shortcuts .social-link .social-link-text span,
  .social-links .shortcut .shortcut-text span,
  .social-links .shortcut .social-link-text span,
  .social-links .social-link .shortcut-text span,
  .social-links .social-link .social-link-text span {
    font-size: 2rem;
  }
}

.shortcuts .shortcut .social-link-text,
.shortcuts .social-link .social-link-text,
.social-links .shortcut .social-link-text,
.social-links .social-link .social-link-text {
  text-transform: none!important;
}

.shortcuts .social-link,
.social-links .social-link {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem!important;
  font-weight: 300;
}

.calendar-page .header-banner {
  background-color: #222;
  color: #fff;
  min-height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-page .header-banner h1 {
  margin: 0;
}

@media only screen and (max-width:599px) {
  .calendar-page .header-banner {
    min-height: 80px;
  }

  .calendar-page .header-banner h1 {
    font-size: 2.1rem;
  }
}

.calendar-page .calendar-body {
  display: flex;
  flex-direction: column;
  position: relative;
}

.calendar-page .calendar-body .container {
  max-width: 100%;
}

.calendar-page .calendar-body .breadcrumb,
.calendar-page .calendar-body .container.error-message {
  text-align: center;
}

.calendar-page .calendar-body .recurring-events_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}

.calendar-page .calendar-body .loader-spinner {
  margin: 0 auto;
}

.calendar-page .calendar-body .calendar {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-top: 60px;
}

.calendar-page .calendar-body .calendar__filter-heading {
  font-size: 1.4rem;
}

.calendar-page .calendar-body .calendar__filter-heading .icon-filter3 {
  vertical-align: middle;
  margin-left: 10px;
  font-size: 1.3rem;
}

.calendar-page .calendar-body .calendar__filter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}

.calendar-page .calendar-body .calendar__filter-button {
  border: none;
  padding: 2px 10px;
  color: #fff;
  border-radius: 2px;
  font-size: 1.2rem;
}

.calendar-page .calendar-body .calendar__filter-button.inactive {
  box-shadow: 5px 5px 10px 0 #00000040;
  border: 4px solid transparent;
}

.calendar-page .calendar-body .calendar__filter-button.active {
  border: 4px solid #071128;
}

.calendar-page .calendar-body .calendar__filter-button:focus {
  outline: none;
}

.calendar-page .calendar-body .calendar__filter-button:focus-visible {
  outline: 2px solid #222;
}

.calendar-page .calendar-body .calendar__filter-button:hover {
  filter: brightness(75%);
}

.calendar-page .calendar-body .calendar .splide__track {
  overflow: visible;
  padding-bottom: 80px;
}

.calendar-page .calendar-body .calendar .splide__slide:not(.is-visible) .calendar-result {
  display: none;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow {
  width: 38px;
  height: 38px;
  opacity: 1;
  font-size: 1.5rem;
  top: 15px;
  background-color: #847248;
  border: none;
  box-shadow: none;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow svg {
  fill: #fff;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow--prev {
  left: 0;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow--next {
  right: 0;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow:disabled {
  background-color: #cdcdc8;
  cursor: default;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow:focus {
  border-radius: 50%;
  outline: none;
}

.calendar-page .calendar-body .calendar .splide__arrows .splide__arrow:focus-visible {
  outline: 2px solid #222;
}

.calendar-page .calendar-body .calendar .header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px 10px;
  text-align: center;
  border-bottom: 10px solid #333;
}

@media only screen and (max-width:599px) {
  .calendar-page .calendar-body .calendar .header-section {
    padding: 0 45px 20px;
  }
}

.calendar-page .calendar-body .calendar .header-section-month {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0;
  text-transform: capitalize;
  font-size: 1.8rem;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  line-height: 1;
}

@media only screen and (max-width:599px) {
  .calendar-page .calendar-body .calendar .header-section-month {
    display: none;
  }
}

.calendar-page .calendar-body .calendar .header-section-month.prev {
  text-align: left;
}

.calendar-page .calendar-body .calendar .header-section-month.next {
  text-align: right;
}

.calendar-page .calendar-body .calendar .header-section-month:focus {
  outline: none;
}

.calendar-page .calendar-body .calendar .header-section-month:focus-visible {
  outline: 2px solid #222;
}

.calendar-page .calendar-body .calendar .header-section-current {
  flex: 1;
  margin: 0;
  text-transform: capitalize;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width:599px) {
  .calendar-page .calendar-body .calendar .header-section-current {
    font-size: 1.6rem;
  }
}

.start-page .back,
.start-page .fwd {
  display: none;
}

@media only screen and (min-width:768px) {
  .start-page .back,
  .start-page .fwd {
    display: block;
  }
}

.start-page .no-events,
.start-page .top-calendar-items.no-events {
  display: none;
}

.start-page .top-calendar-items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1550px;
  margin: 0 auto;
}

.start-page .top-calendar-items .top-calendar-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .start-page .top-calendar-items .top-calendar-wrap {
    width: 75%;
  }
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-event {
  margin: 0;
  height: 550px;
  display: none;
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .top-calendar-wrap .calendar-event.half-width,
  .start-page .top-calendar-items .top-calendar-wrap .calendar-event.third-width {
    height: 600px;
  }

  .start-page .top-calendar-items .top-calendar-wrap .calendar-event.half-width {
    width: calc(50% - 11px);
  }
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-event.full-width {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-event__picture-container,
.start-page .top-calendar-items .top-calendar-wrap .calendar-event picture {
  height: 260px;
}

.start-page .top-calendar-items .top-calendar-wrap .calendar-event__info-container {
  overflow: hidden;
}

.calendar-result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 21px;
}

.calendar-result .block:last-of-type {
  padding-right: 0;
}

.calendar-event {
  width: 100%;
  border-radius: 4px;
  box-shadow: 10px 10px 50px 0 #00000040;
  margin-top: 20px;
}

@media (min-width:992px) {
  .calendar-event {
    width: calc(50% - 11px);
  }
}

@media (min-width:1200px) {
  .calendar-event {
    width: calc(33.33333% - 14px);
  }
}

.calendar-event.hide {
  display: none;
}

.calendar-event img {
  width: 100%;
  object-fit: cover;
}

.calendar-event__item {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none!important;
}

.calendar-event__image-container {
  display: flex;
  flex-direction: column;
  position: relative;
}

.calendar-event__image-container img {
  border-radius: 4px 4px 0 0;
  height: 180px;
}

.calendar-event__image-container .special-block-heading {
  position: relative;
  padding: 12px 35px;
  background-color: #333;
}

.calendar-event__image-container .special-block-heading .date {
  font-size: 1.1rem!important;
  font-family: Open Sans,Arial,sans-serif;
  margin: 0;
}

.calendar-event__image-container .special-block-heading .date .icon-clock {
  font-size: 1rem;
}

.calendar-event__info-container {
  flex: 1;
  padding: 18px 35px 35px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.calendar-event__info-container .heading-arrow {
  font-size: 1.4rem;
}

.calendar-event__info-container h3,
.calendar-event__info-container p {
  color: #000;
}

.calendar-event__tag-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.calendar-event__tag-container .tag,
.calendar-event__tag-container .tag-solid {
  position: relative;
  font-size: .7rem;
  top: 0;
  left: 0;
}

.load-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background: hsla(0,0%,100%,.9);
}

.load-container {
  display: none;
  position: fixed;
  z-index: 25000;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.load-container .dot {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  float: left;
  margin-right: 20px;
}

.disturbance {
  color: #fff;
  background-color: #7a1214;
  padding-bottom: 15px;
}

.disturbance .disturbance-head>div {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .disturbance .disturbance-head>div {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.disturbance .disturbance-body .text {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

@media (min-width:992px) {
  .disturbance .disturbance-body .text {
    float: left;
    width: 58.33333%;
    margin-left: 16.66667%;
  }
}

.disturbance .disturbance-body .button {
  width: 100%;
}

@media only screen and (min-width:480px) {
  .disturbance .disturbance-body .button {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width:480px) and (min-width:992px) {
  .disturbance .disturbance-body .button {
    float: left;
    width: 8.33333%;
  }
}

.disturbance a,
.disturbance a:focus,
.disturbance a:hover {
  color: #fff;
}

.disturbance h3 span {
  font-size: 1.6rem;
}

.disturbance .btn,
.disturbance .link-arrow,
.disturbance .search-page .filter a,
.disturbance p,
.disturbance ul li,
.search-page .filter .disturbance a {
  font-size: .7225rem;
}

@media only screen and (min-width:768px) {
  .disturbance .btn,
  .disturbance .link-arrow,
  .disturbance .search-page .filter a,
  .disturbance p,
  .disturbance ul li,
  .search-page .filter .disturbance a {
    font-size: .85rem;
  }
}

.disturbance a:focus {
  outline-color: #fff;
}

.skip-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

.skip-navigation li.navigation-link {
  display: none;
}

@media only screen and (min-width:992px) {
  .skip-navigation li.navigation-link {
    display: block;
  }
}

.skip-navigation li a {
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 100%;
  position: absolute;
  top: -52px;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 99999;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.skip-navigation li a:focus {
  top: 0;
  outline-color: #fff;
  outline-offset: -2px;
}

.breadcrumbs {
  font-size: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.breadcrumbs li {
  font-size: .85rem;
}

.breadcrumbs li a {
  text-decoration: underline;
}

.breadcrumbs>li+li:before {
  font-family: icomoon;
  content: "\EDBD";
  font-size: .5rem;
}

.article-page .breadcrumbs {
  text-align: center;
  margin-bottom: 0;
}

.contactcard-page .breadcrumbs,
.social-listing-page .breadcrumbs {
  text-align: center;
}

.story .breadcrumbs {
  text-align: center;
  margin-bottom: 0;
}

.loader-spinner {
  border: 4px solid transparent;
  border-top: 4px solid #222;
  border-right: 4px solid #222;
  border-bottom: 4px solid #222;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: loader-spinner-spin 1s linear infinite;
}

@keyframes loader-spinner-spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.instagramblock h3 {
  text-transform: uppercase;
}

.instagramblock .row {
  display: flex;
  flex-wrap: wrap;
}

.instagramblock .instagram-col {
  padding: 0 15px 30px;
}

@media only screen and (min-width:768px) {
  .instagramblock .instagram-col {
    width: 20%!important;
    max-width: 20%!important;
  }

  .instagramblock .instagram-col span {
    font-size: .625rem!important;
  }

  .instagramblock .instagram-col span.profile {
    font-size: .85rem!important;
    margin-right: 2px;
  }
}

@media only screen and (min-width:1200px) {
  .instagramblock .instagram-col span {
    font-size: .9rem!important;
  }

  .instagramblock .instagram-col span.icon-instagram {
    margin-right: 2px;
  }
}

@media only screen and (min-width:1600px) {
  .instagramblock .instagram-col {
    padding-bottom: 0;
  }
}

@media (min-width:1500px) {
  .instagramblock .instagram-col span.profile {
    padding: 5px;
    font-size: .85rem!important;
  }

  .instagramblock .instagram-col span {
    font-size: .9rem!important;
  }
}

.instagramblock .instagram-image {
  padding-bottom: 30px;
}

.instagramblock .instagram-user {
  margin-bottom: 5px;
  margin-top: -15px;
}

.instagramblock .instagram-user a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.instagramblock .instagram-user a .profile {
  margin-right: 5px;
  display: inline-block;
  color: #fff;
}

.instagramblock .instagram-user a img.profile {
  height: 25px;
}

.instagramblock .instagram-user a span.profile {
  background-color: #b06317;
  border-radius: 100px;
  padding: 5px;
  font-size: .85rem;
}

.instagramblock .instagram-user a span {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
}

.block {
  padding-bottom: 15px;
}

.block .block-inner-box,
.block .block-inner-box .block-image {
  position: relative;
}

.block .block-inner-box .tag-no-image {
  top: 0;
  left: 0;
  margin-top: -3px;
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .col-sm-10 .half,
  .col-sm-10 .quarter,
  .col-sm-10 .sixth,
  .col-sm-10 .third,
  .col-sm-10 .twothirds,
  .col-sm-12 .half,
  .col-sm-12 .quarter,
  .col-sm-12 .sixth,
  .col-sm-12 .third,
  .col-sm-12 .twothirds {
    width: 50%;
  }
}

.available-job-block .container {
  padding: 0;
}

.available-job-block .container h3 {
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
}

.available-job-block .container .available-job-result {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.available-job-block .container .available-job {
  color: #000!important;
  display: block;
  border-radius: 4px;
  box-shadow: 10px 10px 50px 0 #00000040;
  margin-top: 20px;
  width: 100%;
}

@media only screen and (min-width:480px) {
  .available-job-block .container .available-job {
    width: calc(50% - 25px);
  }
}

@media only screen and (min-width:992px) {
  .available-job-block .container .available-job {
    width: calc(33% - 15px);
  }
}

.available-job-block .container .available-job img {
  width: 100%;
  object-fit: cover;
}

.available-job-block .container .available-job__item {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none!important;
}

.available-job-block .container .available-job__image-container img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 235px;
}

.available-job-block .container .available-job__image-container .special-block-heading {
  position: relative;
  padding: 12px 35px;
  background-color: #333;
}

.available-job-block .container .available-job__image-container .special-block-heading .date {
  font-size: 1.1rem!important;
  font-family: Open Sans,Arial,sans-serif;
  margin: 0;
}

.available-job-block .container .available-job__image-container .special-block-heading .date .icon-clock {
  font-size: 1rem;
}

.available-job-block .container .available-job__info-container {
  flex: 1;
  padding: 18px 35px 35px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  color: #000;
}

.available-job-block .container .available-job__info-container h3,
.available-job-block .container .available-job__info-container p {
  color: #222;
}

.available-job-block .container .available-job__tag-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}

.available-job-block .container .available-job__tag-container .tag,
.available-job-block .container .available-job__tag-container .tag-solid {
  background-color: transparent!important;
  position: relative;
  font-size: 1rem;
  font-style: normal;
  line-height: normal;
  padding: 0;
  top: 0;
  left: 0;
  color: #566e35;
}

.available-job-block .container .available-job__title-container {
  flex: 1 0 0;
  padding-top: 12px;
  padding-bottom: 4px;
}

.available-job-block .container .available-job__title-container .arrow {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  transistion: transform .3s ease-in-out;
  margin-right: 8px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.available-job-block .container .available-job__title-container .heading-arrow {
  display: flex;
  alignt-items: flex-start;
}

.available-job-block .container .available-job__title-container .heading-arrow:before {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
  padding-top: 8px;
}

.available-job-block .container .available-job__title-container .heading-arrow .heading {
  color: #222;
  font-size: 1.4rem;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  font-style: normal;
  line-height: normal;
}

.available-job-block .container .available-job__detail-container {
  flex: 1 0 0;
}

.available-job-block .container .available-job__detail-container .date,
.available-job-block .container .available-job__detail-container .placement {
  display: flex;
  gap: 12px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 12px;
}

.available-job-block .container .available-job__detail-container .icon-calendar2:before,
.available-job-block .container .available-job__detail-container .icon-earth2:before {
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}

.available-job-block .container .btn,
.available-job-block .container .search-page .filter a,
.search-page .filter .available-job-block .container a {
  margin: 25px auto 22px;
}

@media only screen and (max-width:599px) {
  .available-job-block .container .btn,
  .available-job-block .container .search-page .filter a,
  .search-page .filter .available-job-block .container a {
    display: block;
    width: fit-content;
    margin: 25px auto 22px;
  }
}

.carouselblock {
  margin-bottom: 20px;
}

.carouselblock .carousel .carousel-control {
  background-image: none;
}

.carouselblock img {
  width: 100%;
  height: 18rem!important;
  backgound-color: #000;
  object-fit: cover;
}

@media only screen and (min-width:480px) {
  .carouselblock img {
    height: 21rem!important;
  }
}

@media only screen and (min-width:768px) {
  .carouselblock img {
    height: 25rem!important;
  }
}

@media only screen and (min-width:1200px) {
  .carouselblock img {
    height: 30rem!important;
  }
}

.carouselblock .glyphicon-chevron-left,
.carouselblock .glyphicon-chevron-right {
  top: 8.5rem;
}

@media only screen and (min-width:480px) {
  .carouselblock .glyphicon-chevron-left,
  .carouselblock .glyphicon-chevron-right {
    top: 10.5rem;
  }
}

@media only screen and (min-width:768px) {
  .carouselblock .glyphicon-chevron-left,
  .carouselblock .glyphicon-chevron-right {
    top: 12.5rem;
  }
}

@media only screen and (min-width:1200px) {
  .carouselblock .glyphicon-chevron-left,
  .carouselblock .glyphicon-chevron-right {
    top: 14.5rem;
  }
}

.carouselblock .carousel-indicators {
  top: 16rem;
  height: 0;
}

@media only screen and (min-width:480px) {
  .carouselblock .carousel-indicators {
    top: 19rem;
  }
}

@media only screen and (min-width:768px) {
  .carouselblock .carousel-indicators {
    top: 23rem;
  }
}

@media only screen and (min-width:1200px) {
  .carouselblock .carousel-indicators {
    top: 27rem;
  }
}

.carouselblock__caption {
  height: 7.2rem;
}

.carouselblock__caption .caption-wrapper {
  position: relative;
  padding-top: 1rem;
}

.carouselblock__caption .caption-wrapper .caption {
  margin-bottom: 0;
}

.carouselblock__control-next,
.carouselblock__control-previous {
  width: 5rem;
  opacity: .7;
  bottom: 4.5rem;
}

.carouselblock__control-next span,
.carouselblock__control-previous span {
  font-size: 1.2rem;
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  padding: .5rem;
}

.carouselblock__pagination {
  font-size: 0;
  line-height: 1;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: -20px;
  padding: 0!important;
  margin: 0;
}

.carouselblock__pagination .pagination-item {
  background-color: #b06317;
  border: 1px solid #b06317;
  border-radius: 50%;
  width: .85rem;
  height: .85rem;
  cursor: auto;
  display: inline-block;
  margin: 0 .25rem;
}

.carouselblock__pagination .pagination-item:last-child {
  margin-bottom: 0;
}

.carouselblock__pagination .pagination-item:before {
  display: none;
}

.carouselblock__pagination .pagination-item.active {
  background-color: #fff;
}

.factblockmodel .fact-icon {
  color: #fff;
  position: absolute;
  padding: 20px 0 0 20px;
  z-index: 1;
}

.factblockmodel .fact-block-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 360px;
}

.factblockmodel .fact-block-wrapper h3,
.factblockmodel .fact-block-wrapper p {
  text-align: center;
}

.factblockmodel .fact-block-wrapper h3 {
  padding: 40px 40px 0;
  margin-top: 0;
  text-transform: none;
}

.factblockmodel .fact-block-wrapper .main-body {
  padding: 0 40px 30px;
}

.factblockmodel .fact-block-wrapper .main-body ol,
.factblockmodel .fact-block-wrapper .main-body ul {
  padding-left: 18px;
}

.factblockmodel .fact-block-wrapper .main-body a {
  color: #fff;
}

.todayblock .head {
  background-color: #7a1214;
}

.Form__Element {
  margin-bottom: 15px;
}

.Form__Element .optional {
  float: right;
}

.Form__Element__Caption {
  font-weight: 400;
}

.FormSelection.FormTextbox__Input,
.FormSelection select,
input.FormTextbox__Input,
input select,
textarea.FormTextbox__Input,
textarea select {
  background-color: transparent;
  border: 2px solid;
  width: 100%;
  padding: 11px 23px;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -o-transition: transform .3s linear;
  transition: all .3s ease;
}

.FormSelection.FormTextbox__Input:focus,
.FormSelection select:focus,
input.FormTextbox__Input:focus,
input select:focus,
textarea.FormTextbox__Input:focus,
textarea select:focus {
  outline: none;
}

textarea.FormTextbox__Input {
  height: 140px;
}

.FormSelection {
  position: relative;
}

.FormSelection:after {
  font-family: icomoon;
  content: "\EDC1";
  position: absolute;
  top: 45px;
  right: 23px;
  z-index: -1;
}

.FormSelection select {
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.FormSelection select[multiple] {
  background-color: #fff;
  padding: 0;
}

.FormSelection select[multiple] option {
  padding: 11px 23px;
}

.FormChoice {
  margin-bottom: 0;
}

.FormChoice .Form__Element__Caption {
  width: auto;
  float: left;
  display: inline-block;
  margin-bottom: 11px;
}

.FormChoice label {
  font-weight: 400;
  text-align: left;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 2px 0 2px 25px;
  margin-bottom: 15px;
}

.FormChoice label:before {
  content: "";
  border: 2px solid;
  width: 30px;
  height: 30px;
  cursor: pointer;
  visibility: visible;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: transform .3s linear;
  -webkit-transition: transform .3s linear;
  -o-transition: transform .3s linear;
  transition: all .3s ease;
}

.FormChoice label.input-checkbox.checked:after {
  font-family: icomoon;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  content: "\ED71";
  cursor: pointer;
  visibility: visible;
  position: absolute;
  top: 5px;
  left: 5px;
}

.FormChoice label.input-radio:before {
  border-radius: 50%;
}

.FormChoice label.input-radio.checked:after {
  content: "";
  border-radius: 50%;
  width: 14px;
  height: 14px;
  visibility: visible;
  position: absolute;
  top: 8px;
  left: 8px;
}

.FormChoice label .FormChoice__Input--Checkbox,
.FormChoice label .FormChoice__Input--Radio {
  opacity: 0;
  position: relative;
  margin-left: 0;
}

.FormChoice .Form__Element__ValidationError {
  margin-bottom: 15px;
}

.Form__Element__ValidationError {
  font-size: .85rem;
  color: #fff;
  background-color: #b70005;
  display: block;
  padding: 8px 11px;
  margin-top: 3px;
}

.Form__NavigationBar {
  text-align: center;
}

.Form__NavigationBar__Action {
  font-size: 1rem;
  background-image: none;
  border: none;
  border-radius: 0;
  height: auto;
  padding: 5px 15px;
  margin-top: -5px;
}

.Form__NavigationBar__Action.btnPrev {
  float: left;
}

.Form__NavigationBar__Action.btnNext {
  float: right;
}

.Form__NavigationBar__ProgressBar {
  display: inline-block;
}

.youtubeblock {
  height: 100%;
}

@media only screen and (max-width:991px) {
  .youtubeblock {
    width: 100%;
  }
}

.youtubeblock .youtube-wrapper {
  background-color: #333;
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  height: 100%;
}

.youtubeblock .youtube-wrapper.main-body-empty {
  background-color: #333;
  padding-bottom: 82px;
}

@media only screen and (min-width:768px) {
  .youtubeblock .youtube-wrapper.main-body-empty {
    padding-bottom: 68px;
  }
}

.youtubeblock .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.youtubeblock .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.youtubeblock .youtube-wrapper .missing-video-text a {
  color: #fff;
}

.youtubeblock .special-block-heading {
  font-size: .8125rem;
  position: relative;
  width: 100%;
  padding: 15px 10px 10px;
}

@media only screen and (min-width:480px) {
  .youtubeblock .special-block-heading {
    font-size: .85rem!important;
  }
}

@media only screen and (min-width:768px) {
  .youtubeblock .special-block-heading .info-text {
    display: block;
  }
}

.youtubeblock .special-block-heading .info-text .video-text {
  margin-bottom: 5px;
}

.youtubeblock .special-block-heading .info-text .link-arrow {
  margin: 0 0 5px;
}

.youtubeblock .special-block-heading .info-text .link-arrow a {
  padding-left: 5px;
}

.youtubeblock .special-block-heading .show-info-text {
  text-decoration: none;
}

.youtubeblock .press-video-loader {
  display: none;
  position: absolute;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.youtubeblock .press-video-image-wrapper {
  cursor: pointer;
}

.youtubeblock .press-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 15;
}

.youtubeblock .press-video-thumbnail {
  position: absolute;
  top: 0;
  z-index: 10;
  height: 100%;
}

.youtubeblock .press-video-text {
  padding: 20px 0;
}

.youtubeblock .press-video-text h3,
.youtubeblock .press-video-text h4 {
  margin: 20px 0 10px;
  color: inherit;
}

.youtubeblock .press-video-link-wrapper {
  margin-top: 5px;
}

.youtubeblock .press-video-link-wrapper a {
  text-decoration: underline;
}

.youtubeblock .press-video-link-wrapper a:hover,
.youtubeblock .press-video-link-wrapper a:hover+.arrow {
  color: #000;
}

.soundcloud-wrapper iframe {
  width: 100%;
}

.soundcloud-wrapper .missing-pod-text {
  background: #f5f5f5;
  width: 772px;
  height: 148px;
  text-align: center;
  padding: 50px 15px;
}

@media only screen and (max-width:991px) {
  .soundcloud-wrapper .missing-pod-text {
    max-width: 298px;
    padding: 26px 15px;
  }
}

.mapblock .map {
  position: relative;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  .mapblock .map {
    margin-bottom: 0;
  }
}

.mapblock .map-info {
  text-align: left;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  width: 100%;
}

@media only screen and (min-width:992px) {
  .mapblock .map-info {
    position: absolute;
    margin-top: 0;
    width: 30%;
    top: 20px;
    right: 5%;
  }
}

@media only screen and (min-width:1600px) {
  .mapblock .map-info {
    position: absolute;
    width: 30%;
  }
}

.mapblock .map-info a {
  color: #fff;
}

.mapblock .map-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.mapblock .map-info .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f1;
}

.mapblock .map-info .header-row {
  background-color: #7a1214;
  color: #fff;
}

.mapblock .map-info .marker {
  padding-right: 0;
}

.right-area .map-info {
  width: 100%!important;
  position: relative;
  top: 0;
  right: 0;
}

.pagelistingblock ul {
  list-style: none;
  padding-left: 0;
}

.pdfblock {
  display: table;
  margin-bottom: 10px;
}

.pdfblock .pdf-wrapper {
  display: table-row;
  background-color: #efefef;
}

.pdfblock .pdf-wrapper .pdf-thumbnail {
  display: table-cell;
  height: 100px;
  min-width: 100px;
  width: 100px;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon {
  background-color: #fff;
  height: 85px;
  margin: 15px;
  text-align: center;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon .icon-file-pdf {
  line-height: 5.3125rem;
}

.pdfblock .pdf-wrapper .pdf-thumbnail .default-pdf-icon .icon-file-pdf:before {
  display: inline-block;
  font-size: 3.125rem;
  vertical-align: middle;
}

.pdfblock .pdf-wrapper .pdf-thumbnail img {
  width: 100%;
  padding: 15px;
}

.pdfblock .pdf-wrapper .pdf-link {
  display: table-cell;
  vertical-align: top;
}

.pdfblock .pdf-wrapper .pdf-link a {
  display: block;
  padding: 20px 10px 10px;
}

.pdfblock .pdf-wrapper .pdf-link p {
  display: block;
  padding: 0 10px;
}

.pressimageblockmodel {
  padding: 0;
  padding-bottom: 40px;
  border-bottom: 1px solid gray;
  padding-top: 20px;
}

.pressimageblockmodel .sub-header {
  margin-bottom: 15px;
}

.pressimageblockmodel .image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 35px 21px;
}

.pressimageblockmodel .image-container .media-item-container {
  width: 100%;
}

@media only screen and (min-width:992px) {
  .pressimageblockmodel .image-container .media-item-container {
    width: calc(33% - 14px);
  }
}

.pressimageblockmodel .image-container .media-item-container .media-item h3 {
  margin-top: 10px;
}

.pressimageblockmodel .image-container .media-item-container .media-item img {
  height: 300px;
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
}

.pressimageblockmodel .image-container .media-item-container .media-item .tag-container {
  padding-top: 15px;
}

.pressimageblockmodel .image-container .media-item-container .media-item .tag-container .tag,
.pressimageblockmodel .image-container .media-item-container .media-item .tag-container .tag-solid {
  background-color: #555;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.pressimageblockmodel .image-container .media-item-container .media-item .download {
  text-decoration: underline;
  margin-top: 5px;
  float: left;
}

.pressimageblockmodel .image-container .media-item-container .media-item .download:after {
  font-family: icomoon;
  content: "\EDE0";
  display: inline-block;
  padding-left: 6px;
}

.textblock {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

@media (min-width:992px) {
  .textblock {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}

.comment-block-container {
  margin-top: 30px;
}

.comment-block-line {
  border-top: 4px solid;
  margin: 0;
  padding-left: 0;
}

.comment-block-content {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
}

.comment-block-content h2 {
  margin-top: 0;
  padding-top: 25px;
}

.comment-block-content .comment-app {
  padding: 0;
}

.comment-block-content .flex-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.comment-block-content .flex-header .icon-bubbles2 {
  padding: 10px;
  border-radius: 50%;
  margin-top: 10px;
}

.comment-block-content .simple-button {
  background: none;
  border: none;
  text-decoration: underline;
  margin-bottom: 10px;
  padding: 0;
  cursor: pointer;
  flex-shrink: 0;
  align-self: center;
}

.comment-block-content .padding-left {
  padding-left: 20px;
  padding-top: 5px;
}

.comment-block-content .padding-right {
  padding-right: 5px;
}

.comment-block-content .input-error {
  padding: 2px 10px;
  display: block;
}

.comment-block-content .comments-form .input-container {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding-left: 0;
}

.comment-block-content .comments-form label {
  text-align: left;
  color: #000;
  padding: 5px 0 2px;
  font-size: 1rem;
  font-weight: 400;
}

.comment-block-content .comments-form .label-mandatory {
  text-align: right;
  flex-shrink: 0;
  align-self: center;
}

.comment-block-content .comments-form textarea {
  line-height: 20px;
  padding-left: 20px;
  padding-top: 15px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: none;
  resize: none;
}

.comment-block-content .comments-form .checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 8px 0 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.comment-block-content .comments-form .checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.comment-block-content .comments-form .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
}

.comment-block-content .comments-form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.comment-block-content .comments-form .checkbox-container input:checked~.checkmark:after {
  display: block;
}

.comment-block-content .comments-form .checkbox-container .checkmark:after {
  left: 8px;
  top: 1px;
  width: 10px;
  height: 20px;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment-block-content .comments-form a {
  padding-left: 35px;
  text-decoration: underline;
  font-size: 12px;
  vertical-align: text-top;
}

.comment-block-content .comments-form .recaptcha {
  margin-top: 15px;
  margin-bottom: 15px;
}

.comment-block-content .comments-list .inner-comment {
  background: none;
  padding-bottom: 10px;
}

.comment-block-content .comments-list .child-comment {
  margin-left: 10px;
  margin-right: 20px;
  padding: 10px 0 10px 10px;
}

.comment-block-content .comments-list .moderator-inner-comment {
  padding: 10px 0 10px 20px;
}

.comment-block-content .comments-list .moderator-child-comment {
  margin-left: 20px;
  padding: 10px 0 10px 20px;
  margin-bottom: 0;
}

.comment-block-content .comments-list .child-comment:not(:first-of-type),
.comment-block-content .comments-list .inner-comment:not(:first-of-type),
.comment-block-content .comments-list .moderator-child-comment:not(:first-of-type),
.comment-block-content .comments-list .moderator-inner-comment:not(:first-of-type) {
  border-top-width: 2px;
  border-top-style: solid;
}

.comment-block-content .comments-list .name {
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}

.comment-block-content .comments-list .date {
  margin-bottom: 5px;
}

.comment-block-content .comments-list .moderator-tag {
  text-align: right;
  flex-shrink: 0;
  align-self: center;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 20px;
  margin-top: 10px;
}

.containerblock .content-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 10px;
}

.infoblock .info-body {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

@media only screen and (max-width:991px) {
  .infoblock .info-body {
    flex-direction: column;
    padding: 0 30px;
  }
}

.infoblock .info-body .visitor-barometer {
  margin-top: 25px;
  font-weight: 600;
}

.infoblock .info-body .visitor-barometer p {
  display: inline;
}

.infoblock .info-body .visitor-barometer span {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.infoblock .info-body .info-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.infoblock .info-body .info-area-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.infoblock .info-body .info-area-heading-icon {
  margin-right: 10px;
}

@media only screen and (max-width:991px) {
  .infoblock .info-body .info-area {
    align-self: center;
    padding: 0 10px;
  }

  .infoblock .info-body .info-area-opening-hours {
    padding-bottom: 30px;
  }

  .infoblock .info-body .info-area-price {
    padding-top: 30px;
  }
}

.infoblock .info-body .info-area-column {
  width: 100%;
  margin-bottom: 15px;
  font-weight: 400;
}

.infoblock .info-body .info-area-column p {
  margin: 0;
}

.infoblock .info-body .info-area-column .info-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.infoblock .info-body .info-area-column .info-row .right-content {
  min-width: fit-content;
}

.infoblock .info-body .info-area-column .extra-info {
  margin-top: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  width: 100%;
}

.infoblock .info-body .info-area-link {
  cursor: pointer;
}

.infoblock .info-body .info-area-link a {
  text-decoration: underline;
}

.infoblock .info-body .info-area-link:hover span {
  padding-left: 4px;
  margin-right: -4px;
}

.infoblock .info-body .info-area .btn,
.infoblock .info-body .info-area .search-page .filter a,
.search-page .filter .infoblock .info-body .info-area a {
  align-self: center;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 2px;
  color: #fff;
}

.infoblock .info-body .info-area .btn .info-area-heading-icon,
.infoblock .info-body .info-area .search-page .filter a .info-area-heading-icon,
.search-page .filter .infoblock .info-body .info-area a .info-area-heading-icon {
  margin-right: 10px;
}

.infoblock .info-body .info-area .btn .icon-ticket,
.infoblock .info-body .info-area .search-page .filter a .icon-ticket,
.search-page .filter .infoblock .info-body .info-area a .icon-ticket {
  display: none;
  font-size: 1.5rem;
}

.infoblock .info-body .info-area.info-area-buy-ticket {
  display: flex;
  padding-bottom: 30px;
}

@media only screen and (min-width:992px) {
  .infoblock .info-body .info-area.info-area-buy-ticket {
    display: none;
  }
}

.infoblock.infoblock--alternative {
  display: flex;
  padding: 10px 25px;
  justify-content: center;
}

@media only screen and (min-width:1000px) {
  .infoblock.infoblock--alternative {
    justify-content: flex-end;
    height: 100%;
  }
}

.infoblock.infoblock--alternative .info-body {
  flex-direction: column;
  padding: 0;
}

.infoblock.infoblock--alternative .info-body .info-area {
  padding: 30px 0;
  min-width: 300px;
}

.infoblock.infoblock--alternative .info-body .info-area-heading-icon {
  display: none;
}

.infoblock.infoblock--alternative .info-body .info-area-opening-hours {
  border-right: none;
}

.image-container,
.infoblock.infoblock--alternative .info-body .info-area .btn-buy .icon-ticket {
  display: inline-block;
}

.image-container,
.item-wrapper {
  position: relative;
}

.byline-position {
  position: absolute;
  right: 0;
  padding: 4px 7px;
  font-size: .85rem;
  bottom: 0;
  font-weight: 600;
  z-index: 10;
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.byline-position.upper {
  top: 0;
  bottom: unset;
  padding: 10px 15px;
}

.byline-position.margin {
  margin-bottom: 11px;
}

.byline-position.background-light {
  background-color: hsla(0,0%,100%,.4);
  color: #222;
}

.byline-position.background-dark {
  background-color: rgba(0,0,0,.4);
  color: #fff;
}

.head-image {
  height: 340px;
}

@media print {
  .head-image {
    height: auto;
  }
}

.head-image .background-image,
.head-image picture {
  height: 340px;
}

.head-image picture {
  z-index: -1;
}

@media only screen and (min-width:600px) {
  .head-image,
  .head-image .background-image,
  .head-image picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .head-image,
  .head-image .background-image,
  .head-image picture {
    height: 600px;
  }
}

@media only screen and (max-width:991px) {
  .head-image .byline-position {
    display: none;
  }
}

.head-image picture,
.start-page picture {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .head-image picture,
  .start-page picture {
    position: relative;
  }
}

.search-page .filter .start-page a,
.start-page .btn,
.start-page .search-page .filter a {
  width: auto;
}

.start-page .startpage-blockarea {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}

.start-page .startpage-blockarea:after,
.start-page .startpage-blockarea:before {
  content: " ";
  display: table;
}

.start-page .startpage-blockarea:after {
  clear: both;
}

.start-page .inspiration,
.start-page .topblock {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration {
    padding: 0;
  }
}

.start-page .inspiration>div {
  float: left;
}

.start-page .inspiration .text-inner {
  height: 100%;
  max-height: 70px;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .text-inner {
    max-height: 100px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .text-inner {
    max-height: 200px;
  }
}

.start-page .inspiration .read-more {
  text-decoration: underline;
  margin-bottom: 0;
}

.start-page .inspiration .icon-arrow-right8 {
  line-height: 1;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 12px;
  z-index: 1;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .icon-arrow-right8 {
    display: none;
  }
}

.start-page .inspiration .text {
  position: relative;
  padding: 20px;
  width: 100%;
  height: 200px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text {
    width: 50%;
    height: 400px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .text {
    width: 25%;
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .text {
    height: 500px;
  }
}

.start-page .inspiration .text a {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.start-page .inspiration .text .text-wrapper {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.start-page .inspiration .text .text-wrapper .tag-container {
  margin-bottom: 15px;
}

.start-page .inspiration .text .text-wrapper .tag-container .tag,
.start-page .inspiration .text .text-wrapper .tag-container .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .text .text-wrapper h2,
.start-page .inspiration .text .text-wrapper h3,
.start-page .inspiration .text .text-wrapper h4 {
  margin-top: 0;
}

.start-page .inspiration .text .text-wrapper h2 a,
.start-page .inspiration .text .text-wrapper h3 a,
.start-page .inspiration .text .text-wrapper h4 a {
  position: relative;
}

.start-page .inspiration .text .triangle-left {
  position: absolute;
  top: -15px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text .triangle-left {
    left: -10px;
    top: 44%;
    border-top: 30px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-left: 0;
  }
}

.start-page .inspiration .text .triangle-right {
  position: absolute;
  bottom: -15px;
  right: 44%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .text .triangle-right {
    right: -10px;
    top: 44%;
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-right: 0;
  }
}

.start-page .inspiration .icon-cross2,
.start-page .inspiration .icon-info {
  color: #222;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 12px;
}

.start-page .inspiration .icon-info {
  visibility: hidden;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .icon-info {
    visibility: visible;
  }
}

.start-page .inspiration .icon-cross2 {
  opacity: 0;
}

.start-page .inspiration .media-narrow {
  position: relative;
  width: 100%;
  height: 300px;
}

.start-page .inspiration .media-narrow .image {
  width: 100%;
  height: 100%;
  min-height: 1px;
}

.start-page .inspiration .media-narrow .background-image,
.start-page .inspiration .media-narrow picture {
  height: 300px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow {
    width: 50%;
    height: 400px;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 400px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-narrow {
    width: 25%;
    height: 350px;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .media-narrow,
  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture {
    height: 500px;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow.odd-index {
    margin-top: 0;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-narrow.even-index {
    margin-bottom: 0;
  }
}

.start-page .inspiration .media-narrow a,
.start-page .inspiration .media-wide a {
  background-color: transparent;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media print {
  .start-page .inspiration .media-narrow a,
  .start-page .inspiration .media-wide a {
    position: relative;
  }

  .start-page .inspiration .media-narrow .background-image,
  .start-page .inspiration .media-narrow picture,
  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: auto;
  }

  .start-page .inspiration .media-narrow picture img,
  .start-page .inspiration .media-wide picture img {
    width: auto;
    height: auto;
    min-height: inherit!important;
    object-fit: inherit;
  }
}

.start-page .inspiration .media-wide {
  position: relative;
  width: 100%;
  height: 300px;
}

.start-page .inspiration .media-wide .background-image,
.start-page .inspiration .media-wide picture {
  height: 300px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .media-wide {
    width: 100%;
    margin: 0;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-wide {
    width: 50%;
    height: 350px;
  }

  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .media-wide,
  .start-page .inspiration .media-wide .background-image,
  .start-page .inspiration .media-wide picture {
    height: 500px;
  }
}

.start-page .inspiration .media-wide:nth-child(2n-1) {
  clear: left;
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .media-wide:nth-child(2n-1) {
    clear: none;
  }
}

.start-page .inspiration .media-wide .tag-container {
  width: 250px;
  padding-top: 10px;
  padding-left: 10px;
}

.start-page .inspiration .media-wide .tag-container .tag,
.start-page .inspiration .media-wide .tag-container .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 9;
}

.start-page .inspiration .youtube-wrapper .ratio {
  height: 100%;
}

.start-page .inspiration .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.start-page .inspiration .youtube-wrapper .missing-video-text a:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

.start-page .inspiration .detailed-inspirationblock.media-wide,
.start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
.start-page .inspiration .detailed-inspirationblock.media-wide picture {
  height: 600px;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 300px;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 350px;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .inspiration .detailed-inspirationblock.media-wide,
  .start-page .inspiration .detailed-inspirationblock.media-wide .background-image,
  .start-page .inspiration .detailed-inspirationblock.media-wide picture {
    height: 500px;
  }
}

.start-page .inspiration .detailed-inspirationblock .tag-container {
  position: absolute;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-wide {
  width: 100%;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-wide .background-image,
.start-page .inspiration .detailed-inspirationblock .detail-image-wide picture {
  height: 100%;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock .detail-image-wide {
    width: 70%;
  }
}

.start-page .inspiration .detailed-inspirationblock .detail-image-narrow {
  width: 100%;
}

.start-page .inspiration .detailed-inspirationblock .detail-image-narrow .background-image,
.start-page .inspiration .detailed-inspirationblock .detail-image-narrow picture {
  height: 100%;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock .detail-image-narrow {
    width: 30%;
  }
}

.start-page .inspiration .detailed-inspirationblock>div {
  float: left;
  height: 25%;
  position: relative;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .detailed-inspirationblock>div {
    height: 50%;
  }
}

.start-page .inspiration .detailed-inspirationblock>div .text {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.start-page .inspiration .detailed-inspirationblock>div .text .text-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .detailed-inspirationblock>div .text .text-content {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.start-page .inspiration .detailed-inspirationblock>div .textHidden {
  opacity: 0;
}

.start-page .inspiration .detailed-inspirationblock>div .textVisible {
  opacity: 1;
}

.start-page .inspiration .inspirationblock>div {
  float: left;
  height: 50%;
}

.start-page .inspiration .inspirationblock>div .text {
  opacity: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.7);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}

.start-page .inspiration .inspirationblock>div .text .text-content {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .inspirationblock>div .text .text-content {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover {
  margin-bottom: 15px;
}

@media only screen and (max-width:991px) {
  .start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover {
    display: none;
  }
}

.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover .tag,
.start-page .inspiration .inspirationblock>div .text .text-content .tag-container-hover .tag-solid {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.start-page .inspiration .inspirationblock>div .textHidden {
  opacity: 0;
}

.start-page .inspiration .inspirationblock>div .textVisible {
  opacity: 1;
}

@media only screen and (min-width:992px) {
  .start-page .inspiration .inspirationblock-hover:hover .tag-container,
  .start-page .inspiration .inspirationblock-hover a:focus .tag-container {
    opacity: 0;
  }
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .inspirationblock-hover:hover .background-image,
  .start-page .inspiration .inspirationblock-hover a:focus .background-image {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
  }

  .start-page .inspiration .inspirationblock-hover:hover .text,
  .start-page .inspiration .inspirationblock-hover a:focus .text {
    opacity: 1;
  }

  .start-page .inspiration .inspirationblock-hover:hover .text .text-content,
  .start-page .inspiration .inspirationblock-hover a:focus .text .text-content {
    -webkit-transform: inherit;
    transform: inherit;
  }

  .start-page .inspiration .inspirationblock-hover:hover .icon-arrow-right8,
  .start-page .inspiration .inspirationblock-hover a:focus .icon-arrow-right8 {
    opacity: 0;
  }
}

.start-page .inspiration .inspirationblock-hover .tag-container {
  transition: .2s;
}

.start-page .inspiration .inspirationblock-hover a:focus {
  outline: none;
}

.start-page .inspiration .inspirationblock-hover a:focus .text {
  outline: 2px solid;
  outline-offset: -6px;
}

.fwd {
  right: 0;
}

@media only screen and (min-width:600px) {
  .fwd {
    right: -75px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .fwd {
    right: -80px;
  }
}

@media only screen and (min-width:1200px) {
  .fwd {
    right: -64px;
  }
}

footer .faq {
  padding: 2em 0;
}

@media only screen and (min-width:480px) {
  footer .faq {
    padding: 2em;
  }
}

@media only screen and (min-width:768px) {
  footer .faq {
    padding: 2em 5em;
  }
}

@media only screen and (min-width:1000px) {
  footer .faq {
    padding: 2em 10em;
  }
}

.simplestartpage-content {
  margin-top: -200px;
  position: relative;
}

.simplestartpage-content .main-content {
  background: #fff;
  padding: 5px 25px 50px;
}

@media only screen and (min-width:768px) {
  .simplestartpage-content .main-content {
    padding: 20px 50px 50px;
  }
}

.simplestartpage-content a {
  font-weight: 600;
}

.calendar-item-page {
  padding: 0;
}

.calendar-item-page .head-wrap {
  text-align: center;
  margin: 0;
}

.calendar-item-page .head-wrap .header-wrapper {
  color: #fff;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
  background-color: #222;
  position: relative;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.calendar-item-page .head-wrap .header-wrapper h1 {
  margin: 0;
}

@media only screen and (max-width:599px) {
  .calendar-item-page .head-wrap .header-wrapper {
    height: 80px;
  }

  .calendar-item-page .head-wrap .header-wrapper h1 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width:1199px) {
  .calendar-item-page .head-wrap .header-wrapper h1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width:1199px) and (max-width:600px) {
  .calendar-item-page .head-wrap .header-wrapper h1 {
    font-size: 1.6rem;
  }
}

.calendar-item-page .head-wrap .breadcrumbs {
  margin-bottom: 50px;
  margin-top: 30px;
}

.calendar-item-page .image-container {
  width: 100%;
}

.calendar-item-page .image-container img {
  width: 100%;
  max-height: 600px;
  min-height: 400px;
  object-fit: cover;
}

.calendar-item-page .content-wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 33px;
  display: flex;
}

@media screen and (max-width:992px) {
  .calendar-item-page .content-wrap {
    display: block;
  }
}

.calendar-item-page .content-wrap .main-area {
  padding: 0;
  margin: 0;
  width: 65%;
}

@media screen and (max-width:991px) {
  .calendar-item-page .content-wrap .main-area {
    width: 100%;
  }
}

.calendar-item-page .content-wrap .main-area .main-content {
  margin: 0;
}

@media screen and (min-width:991px) {
  .calendar-item-page .content-wrap .main-area .main-content {
    margin-right: 10%;
  }
}

.calendar-item-page .content-wrap .main-area .main-content .main-body,
.calendar-item-page .content-wrap .main-area .main-content .main-intro {
  padding: 0;
}

.calendar-item-page .content-wrap .main-area .main-content h2 {
  margin-top: 0;
}

.calendar-item-page .content-wrap .right-area {
  padding: 0;
  margin: 0;
  width: 35%;
  border-left: 5px solid #333;
  padding-left: 30px;
  height: fit-content;
}

@media screen and (max-width:992px) {
  .calendar-item-page .content-wrap .right-area {
    width: auto;
    margin: 50px 0;
  }
}

.calendar-item-page .content-wrap .right-area .heading {
  margin-bottom: 30px;
  margin-top: 0;
}

.calendar-item-page .content-wrap .right-area .event-information__section {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}

.calendar-item-page .content-wrap .right-area .event-information__icon {
  font-size: 1.6rem;
  margin-top: 3px;
}

.calendar-item-page .content-wrap .right-area .event-information__heading-and-value {
  margin-left: 25px;
}

.calendar-item-page .content-wrap .right-area .event-information__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.calendar-item-page .content-wrap .right-area .event-information__value {
  font-size: 1rem;
}

.calendar-item-page .content-wrap .right-area .event-information__value .broadcast-link {
  text-decoration: underline;
}

.calendar-item-page .content-wrap .right-area .event-information__value:not(:last-of-type) {
  margin-bottom: 15px;
}

.calendar-item-page .content-wrap .right-area .btn-primary,
.calendar-item-page .content-wrap .right-area .search-page .filter a,
.search-page .filter .calendar-item-page .content-wrap .right-area a {
  display: flex;
  height: 48px;
  width: fit-content;
  justify-content: center;
  padding: 20px 40px;
  align-items: center;
  font-size: 1.1rem;
}

.calendar-item-page .bottom-area {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: center;
  padding: 0 33px;
}

@media screen and (min-width:992px) {
  .calendar-item-page .bottom-area-wrapper {
    width: 65%;
  }
}

@media screen and (max-width:992px) {
  .calendar-item-page .bottom-area .calendar-result {
    flex-direction: column;
  }
}

.calendar-item-page .bottom-area .calendar-result .special-block-heading {
  position: relative;
}

.calendar-item-page .bottom-area .calendar-result .special-block-heading .date {
  padding: 3px 0;
}

.calendar-item-page .bottom-area .calendar-result .calendaritempagemodelteaserblock {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 11px);
}

@media screen and (max-width:1199px) {
  .calendar-item-page .bottom-area .calendar-result .calendaritempagemodelteaserblock {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.calendar-item-page .bottom-area .calendar-result .calendaritempagemodelteaserblock .calendar-event {
  width: 100%;
  background-color: #fff;
}

.calendar-item-page .bottom-area .calendar-result .calendaritempagemodelteaserblock .calendar-event img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.kids-icon {
  background: url(./6fe962ce943da12ea8d5cf9226242318.svg) no-repeat 50%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  right: 5px;
  z-index: 9999;
}

.tag-container {
  padding-top: 15px;
}

.tickets {
  height: 40px;
}

.tickets .tickets-left {
  top: 25%;
  font-weight: 700;
}

.calendar-dateplace {
  padding: 15px;
  background-color: #7a1214;
  color: #fff;
}

.calendar-dateplace .faded {
  color: #ddd;
}

.calendar-dateplace h3 {
  font-size: 2rem;
  margin-top: 11px;
}

.calendar-dateplace a {
  color: #fff;
}

.calendar-dateplace .block-section {
  margin-bottom: 1em;
}

.calendar-dateplace .block-section a {
  text-decoration: underline;
}

.calendar-dateplace .block-section:last-child {
  margin-bottom: 0;
}

.calendar-dateplace .faded {
  font-size: .9rem;
  margin: 0;
  font-family: Open Sans,Arial,sans-serif;
}

.calendar-dateplace .date ul {
  margin-bottom: .5em;
}

.calendar-dateplace .date.recurring {
  font-size: 1.3rem;
}

.calendar-dateplace .date.recurring ul li {
  font-weight: 400;
  font-size: .8rem;
}

.calendar-more {
  padding: 15px 0;
}

.calendar-more h3 {
  font-size: 2rem;
  margin-bottom: .6em;
}

.calendar-more a.event-link {
  color: #222;
}

.calendar-more ul li {
  position: relative;
  background-color: #f3f3f1;
  margin-bottom: 1.5em;
  padding: 30px 20px 20px;
}

.calendar-more ul li span {
  padding: 7px;
  display: inline-block;
  position: absolute;
  background-color: #7a1214;
  color: #fff;
  top: -10px;
  left: -10px;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  text-transform: uppercase;
  font-weight: 400;
}

.calendar-more ul li .tag-container {
  padding-top: 5px;
}

.calendar-more ul li .tag-container .tag,
.calendar-more ul li .tag-container .tag-solid {
  position: static;
  display: inline-block;
}

.content-wrap .display-as-row .block {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width:991px) {
  .content-wrap .display-as-row .block {
    width: 100%;
  }
}

.content-wrap .show-more-area {
  text-align: center;
}

.content-wrap .show-more-area .article-mainbody {
  text-align: left;
}

.show-more-area .article-more-button {
  margin-top: 1.5em;
  display: none;
  margin-bottom: 10px;
}

ul.article-link-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

ul.article-link-list li {
  display: inline-block;
  margin-right: 10px;
}

.article-media-wrapper.full-height {
  height: 100%;
  min-height: 100%;
  margin-bottom: 10px;
}

.article-media-wrapper.full-height .background-image,
.article-media-wrapper.full-height picture {
  height: 100%;
}

.article-media-wrapper {
  position: relative;
  height: 300px;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.article-media-wrapper .background-image,
.article-media-wrapper picture {
  height: 300px;
}

@media only screen and (min-width:768px) {
  .article-media-wrapper,
  .article-media-wrapper .background-image,
  .article-media-wrapper picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .article-media-wrapper {
    min-height: 600px;
  }

  .article-media-wrapper .background-image,
  .article-media-wrapper picture {
    height: 600px;
  }
}

.article-media-wrapper .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 0;
  z-index: 9;
}

.article-media-wrapper .youtube-wrapper .missing-video-text {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}

.article-media-wrapper .special-block-heading,
.article-media-wrapper .standardblock {
  display: none;
}

.article-media-wrapper iframe {
  height: 300px;
}

@media only screen and (min-width:768px) {
  .article-media-wrapper iframe {
    min-height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .article-media-wrapper iframe {
    min-height: 800px;
  }
}

.articlepageteaserblock.full,
.articlepageteaserblock.half {
  width: 100%;
}

@media only screen and (min-width:768px) {
  .articlepageteaserblock.half {
    width: 50%;
  }
}

.article-image-wrapper .first-image-text {
  text-align: center;
}

.articlepage {
  padding-top: 0;
}

.articlepage section {
  padding-top: 0!important;
  padding-bottom: 0!important;
}

@media (min-width:992px) {
  .articlepage .sharing-source {
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .articlepage .sharing-source {
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.articlepage .bottom-area .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.articlepage .bottom-area .row>div {
  margin-left: -15px;
  margin-right: -15px;
}

.article-heading-secound-block-area {
  width: 100%;
}

.online-booking-wrap div[class$=-panel] {
  padding: 40px 0;
}

.online-booking-wrap div[class$=-panel] .close-panel {
  float: right;
  font-size: 1.5rem;
  cursor: pointer;
}

.online-booking-wrap div.user-panel {
  background: #efefef;
  border-top: 1px solid #eee;
}

.online-booking-wrap div.grid-panel {
  padding: 25px 0;
  background: #efefef;
}

.online-booking-wrap div.selection-panel {
  background: #f3f3f1;
}

.online-booking-wrap div.checkout-panel {
  background: #efefef;
}

.online-booking-wrap div.confirmation-panel {
  background: #f3f3f1;
}

.online-booking-wrap h1 {
  font-size: 3rem;
}

.online-booking-wrap button.green {
  width: 100%;
  display: inline-block;
  padding: 0 25px;
  border: 0;
  outline: none;
  color: #fff;
  background: #3a683b;
  box-shadow: 0 2px #325832;
  webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.online-booking-wrap button.green:focus,
.online-booking-wrap button.green:hover {
  outline: none;
  color: #fff;
  background: #539254;
  box-shadow: 0 2px #539254;
}

.online-booking-wrap .bootstrap-datetimepicker-widget table td.active,
.online-booking-wrap .bootstrap-datetimepicker-widget table td.active:hover {
  background: #3b386e;
}

.online-booking-wrap .bootstrap-datetimepicker-widget table td.disabled,
.online-booking-wrap .bootstrap-datetimepicker-widget table td.disabled:hover,
.online-booking-wrap .bootstrap-datetimepicker-widget table th.disabled,
.online-booking-wrap .bootstrap-datetimepicker-widget table th.disabled:hover {
  color: #eee;
}

.online-booking-wrap .boxed {
  margin-bottom: 15px;
}

.online-booking-wrap .boxed .box-content,
.online-booking-wrap .boxed .box-head {
  padding: 15px;
}

.online-booking-wrap .boxed .box-head {
  color: #fff;
  background: #7a1214;
}

.online-booking-wrap .boxed .box-head h3 {
  font-size: 1.35rem;
}

.online-booking-wrap .boxed .box-head .box-icon,
.online-booking-wrap .boxed .box-head .box-icon+h1,
.online-booking-wrap .boxed .box-head .box-icon+h2,
.online-booking-wrap .boxed .box-head .box-icon+h3,
.online-booking-wrap .boxed .box-head .box-icon+h4 {
  display: inline-block;
}

.online-booking-wrap .boxed .box-head h1,
.online-booking-wrap .boxed .box-head h2,
.online-booking-wrap .boxed .box-head h3,
.online-booking-wrap .boxed .box-head h4 {
  margin: 0;
}

.online-booking-wrap .boxed .box-content {
  background: #fff;
}

.online-booking-wrap .boxed .box-content .back-button {
  display: inline-block;
  margin-bottom: 10px;
}

.online-booking-wrap .boxed .box-content h1,
.online-booking-wrap .boxed .box-content h2 {
  margin-top: 5px;
}

.online-booking-wrap .head-panel .attention {
  padding: 15px;
  background: #c5b081;
  color: #222;
}

.online-booking-wrap .head-panel .attention h3 {
  margin-top: 0;
}

.online-booking-wrap .head-panel .attention p {
  margin-bottom: 0;
}

.online-booking-wrap .head-panel h1 {
  margin-top: 0;
}

.online-booking-wrap .user-utility.boxed .box-content {
  background: #efefef;
}

.online-booking-wrap .user-utility.boxed ul.tools {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0;
}

.online-booking-wrap .user-utility.boxed ul.tools li {
  margin-top: 5px;
}

.online-booking-wrap .user-utility.boxed ul.tools li:first-child {
  margin-top: 0;
}

.online-booking-wrap .user-panel h2 {
  margin: 0;
}

.online-booking-wrap .filter {
  background: #efefef;
  padding: 15px 0;
  margin-bottom: 60px;
}

.online-booking-wrap .filter .form-group {
  position: relative;
  margin-bottom: 0;
}

.online-booking-wrap .filter .form-group.offset-top {
  margin-top: 10px;
}

.online-booking-wrap .filter .form-group .form-row {
  overflow: auto;
  margin-bottom: 5px;
}

.online-booking-wrap .filter .form-group .form-row:last-child {
  margin-bottom: 0;
}

.online-booking-wrap .checkout-panel .filter input[type=email],
.online-booking-wrap .checkout-panel .filter input[type=number],
.online-booking-wrap .checkout-panel .filter input[type=password],
.online-booking-wrap .checkout-panel .filter input[type=text],
.online-booking-wrap .checkout-panel .filter select,
.online-booking-wrap .checkout-panel .filter textarea,
.online-booking-wrap .filter .checkout-panel input[type=email],
.online-booking-wrap .filter .checkout-panel input[type=number],
.online-booking-wrap .filter .checkout-panel input[type=password],
.online-booking-wrap .filter .checkout-panel input[type=text],
.online-booking-wrap .filter .checkout-panel select,
.online-booking-wrap .filter .checkout-panel textarea,
.online-booking-wrap .filter .form-control,
.online-booking-wrap .filter .user-panel input[type=email],
.online-booking-wrap .filter .user-panel input[type=number],
.online-booking-wrap .filter .user-panel input[type=password],
.online-booking-wrap .filter .user-panel input[type=text],
.online-booking-wrap .filter .user-panel select,
.online-booking-wrap .filter .user-panel textarea,
.online-booking-wrap .user-panel .filter input[type=email],
.online-booking-wrap .user-panel .filter input[type=number],
.online-booking-wrap .user-panel .filter input[type=password],
.online-booking-wrap .user-panel .filter input[type=text],
.online-booking-wrap .user-panel .filter select,
.online-booking-wrap .user-panel .filter textarea,
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=email],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=number],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=password],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter input[type=text],
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter select,
.online-ticket-wrap .checkout-panel .online-booking-wrap .filter textarea {
  width: 100%;
}

.online-booking-wrap .filter label {
  font-weight: 400;
}

.online-booking-wrap .filter input[type=checkbox] {
  display: inline-block;
}

.online-booking-wrap .filter select {
  width: 100%;
}

.online-booking-wrap .filter input:disabled,
.online-booking-wrap .filter select:disabled {
  opacity: .5;
}

.online-booking-wrap .filter button {
  float: right;
  padding: 15px;
  width: auto;
}

.online-booking-wrap .image-grid .filter-info {
  margin: 10px 0;
  padding: 0;
}

.online-booking-wrap .image-grid .grid-item {
  cursor: pointer;
  margin: 15px 0;
}

.online-booking-wrap .image-grid .grid-item .tag,
.online-booking-wrap .image-grid .grid-item .tag-solid {
  top: 10px;
  left: 25px;
}

.online-booking-wrap .image-grid .grid-item img {
  max-width: 100%;
}

.online-booking-wrap .image-grid .grid-item .image-container {
  position: relative;
  height: 240px;
  display: block;
}

.online-booking-wrap .image-grid .grid-item .image-container .cover-image {
  height: 100%;
}

.online-booking-wrap .image-grid .grid-item .info-container {
  background: #fff;
  padding: 10px;
}

.online-booking-wrap .image-grid .grid-item .info-container h3 {
  min-height: 58px;
  margin-top: 0;
}

.online-booking-wrap .image-grid .grid-item .info-container p {
  margin-bottom: 0;
}

.online-booking-wrap .selection-panel .event-info img {
  max-width: 100%;
  height: auto;
}

.online-booking-wrap .selection-panel .event-meta .event-details h3 {
  margin-top: 0;
}

.online-booking-wrap .selection-panel .event-meta .event-details ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection {
  background: #fff;
  padding: 15px;
  margin-bottom: 15px;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .eventdatepicker {
  margin-bottom: 20px;
  background: #fff;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events {
  padding-top: 20px;
  border-top: 2px solid #eee;
  background: #fff;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events h3 {
  margin-top: 0;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events .form-group {
  margin: 0;
}

.online-booking-wrap .selection-panel .event-meta .eventdate-selection .available-events .form-group button {
  padding: 10px;
  margin: 5px 0;
}

.online-booking-wrap .checkout-panel .desc-area,
.online-booking-wrap .user-panel .desc-area {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.online-booking-wrap .checkout-panel .desc-area a,
.online-booking-wrap .user-panel .desc-area a {
  font-size: 1rem;
  display: inline-block;
}

.online-booking-wrap .checkout-panel .form-feedback ul,
.online-booking-wrap .user-panel .form-feedback ul {
  border: 2px solid #7a1214;
  list-style-type: none;
  padding: 15px;
  margin-top: 15px;
}

.online-booking-wrap .checkout-panel .form-success span,
.online-booking-wrap .user-panel .form-success span {
  display: block;
  padding: 15px;
  margin-top: 15px;
  color: #fff;
  background: #3a683b;
}

.online-booking-wrap .checkout-panel fieldset,
.online-booking-wrap .user-panel fieldset {
  margin-top: 22px;
}

.online-booking-wrap .checkout-panel fieldset a,
.online-booking-wrap .user-panel fieldset a {
  display: block;
  font-size: .875rem;
}

.online-booking-wrap .checkout-panel label,
.online-booking-wrap .user-panel label {
  display: block;
}

.online-booking-wrap .checkout-panel input[type=email],
.online-booking-wrap .checkout-panel input[type=number],
.online-booking-wrap .checkout-panel input[type=password],
.online-booking-wrap .checkout-panel input[type=text],
.online-booking-wrap .checkout-panel select,
.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel input[type=email],
.online-booking-wrap .user-panel input[type=number],
.online-booking-wrap .user-panel input[type=password],
.online-booking-wrap .user-panel input[type=text],
.online-booking-wrap .user-panel select,
.online-booking-wrap .user-panel textarea {
  display: block;
  width: 100%;
}

.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel textarea {
  min-height: 120px;
}

.online-booking-wrap .checkout-panel input[type=submit],
.online-booking-wrap .user-panel input[type=submit] {
  float: right;
}

.online-booking-wrap .checkout-panel input[type=submit].logout,
.online-booking-wrap .user-panel input[type=submit].logout {
  float: none;
}

.online-booking-wrap .checkout-panel input:disabled,
.online-booking-wrap .user-panel input:disabled {
  opacity: .5;
}

.online-booking-wrap .checkout-panel .booking-details ul,
.online-booking-wrap .user-panel .booking-details ul {
  list-style-type: none;
  padding-left: 0;
}

.online-booking-wrap .confirmation-panel .editor ul {
  list-style-type: square;
  padding-left: 20px;
}

.online-booking-wrap .confirmation-panel .booked-info {
  padding: 15px;
  border: 1px solid #eee;
}

.online-booking-wrap .confirmation-panel .booked-info h4 {
  margin-top: 0;
}

.online-booking-wrap .confirmation-panel .booked-info span {
  display: block;
}

.online-booking-wrap .booking-footer {
  padding: 20px 0;
  background: #fff;
  color: #222;
}

@media only screen and (max-width:1200px) {
  .online-booking-wrap .filter {
    padding: 15px 0 30px;
  }

  .online-booking-wrap .filter .form-group {
    margin-top: 15px;
  }

  .online-booking-wrap .filter button {
    margin: 15px 0;
  }
}

@media only screen and (max-width:480px) {
  .online-booking-wrap .btn,
  .online-booking-wrap .search-page .filter a,
  .search-page .filter .online-booking-wrap a {
    width: 100%;
  }
}

.story {
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.story .section-wrapper {
  margin-top: 0;
  padding-bottom: 100px;
  background: #000;
}

@media only screen and (max-width:767px) {
  .story .section-wrapper {
    padding-bottom: 60px;
  }
}

.story .content {
  padding: 35px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  border: 1px solid #222;
  background-color: #fff;
}

@media only screen and (max-width:767px) {
  .story .content {
    padding-bottom: 30px;
    margin: -60px 20px 0;
  }

  .story .content h2 {
    font-size: 2.4rem;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width:768px) {
  .story .content {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -100px;
    width: 75%;
  }
}

@media only screen and (min-width:1200px) {
  .story .content {
    width: 50%;
  }
}

.story .image {
  height: 400px;
  overflow: visible;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
}

.story .image .background-image,
.story .image picture {
  height: 400px;
}

@media only screen and (min-width:768px) {
  .story .image,
  .story .image .background-image,
  .story .image picture {
    height: 500px;
  }
}

@media only screen and (min-width:1200px) {
  .story .image,
  .story .image .background-image,
  .story .image picture {
    height: 600px;
  }
}

.story h1,
.story h2,
.story h3,
.story h4,
.story p {
  text-align: center;
}

.story.text .content {
  margin: 0 auto;
}

@media only screen and (min-width:992px) {
  .story.text .content {
    width: 75%;
  }
}

@media only screen and (min-width:1200px) {
  .story.text .content {
    width: 50%;
  }
}

.story .divider {
  color: #7a1214;
  text-align: center;
  font-size: 3rem;
}

.story .divider .continue {
  font-size: .6375rem;
  margin-top: 10px;
  margin-bottom: 0;
}

@media only screen and (max-width:767px) {
  .story .divider {
    font-size: 4rem;
  }
}

.story .divider .icon-down:before {
  content: "\EDC0";
}

@media only screen and (min-width:768px) {
  .story .divider {
    bottom: -150px;
  }
}

@media only screen and (min-width:992px) {
  .story .divider {
    left: 42%;
    right: 42%;
  }
}

.story .divider:focus,
.story .divider:hover {
  text-decoration: none;
}

.story .article-small-mainbody {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.story .article-small-mainbody .divider {
  bottom: 0;
  text-decoration: none;
  text-align: center;
  font-size: 3rem;
}

.story .article-small-mainbody .divider:focus,
.story .article-small-mainbody .divider:hover {
  text-decoration: none;
}

@media only screen and (max-width:767px) {
  .story .article-small-mainbody .divider {
    font-size: 4rem;
  }
}

.story .article-small-mainbody .divider .icon-down:before {
  content: "\EDC0";
}

.story .divider-up {
  bottom: -90px!important;
}

@media only screen and (min-width:768px) {
  .story .divider-up {
    bottom: -120px!important;
  }
}

.story .divider-up .icon-up:before {
  content: "\EDB8";
}

.story h1 {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  background-color: #222;
  color: #fff;
  margin-top: 0;
  padding: .5em 1em;
}

.article-media-wrapper.image {
  overflow: hidden;
}

@media only screen and (min-width:992px) {
  .article-media-wrapper.image .image-bg-zoom {
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    transition: all 4s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .article-media-wrapper.image .image-bg-zoom-out,
  .article-media-wrapper.image .image-bg-zoom:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .article-media-wrapper.image .image-bg-zoom-out {
    -moz-transition: all 4s;
    -webkit-transition: all 4s;
    transition: all 4s;
  }

  .article-media-wrapper.image .image-bg-zoom-out:hover {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .article-media-wrapper.image .image-bg-slideleft {
    margin-left: 0;
    -webkit-transition: margin 4s ease;
    -moz-transition: margin 4s ease;
    -o-transition: margin 4s ease;
    -ms-transition: margin 4s ease;
    transition: margin 4s ease;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .article-media-wrapper.image .image-bg-slideleft:hover {
    margin-left: -150px;
  }

  .article-media-wrapper.image .image-bg-slideup {
    margin-top: 0;
    -webkit-transition: margin 4s ease;
    -moz-transition: margin 4s ease;
    -o-transition: margin 4s ease;
    -ms-transition: margin 4s ease;
    transition: margin 4s ease;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .article-media-wrapper.image .image-bg-slideup:hover {
    margin-top: -80px;
  }

  .article-media-wrapper.image .image-bg-opacity {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: #222;
  }

  .article-media-wrapper.image .image-bg-opacity:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  .article-media-wrapper.image .image-bg-brighten {
    -webkit-filter: brightness(30%);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
  }

  .article-media-wrapper.image .image-bg-brighten:hover {
    -webkit-filter: brightness(100%);
  }
}

.easy-reading-page .erp-main-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:1200px) {
  .easy-reading-page .erp-main-area {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.easy-reading-page .left-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .easy-reading-page .left-area {
    float: left;
    width: 33.33333%;
  }
}

@media (min-width:1200px) {
  .easy-reading-page .left-area {
    float: left;
    width: 25%;
  }
}

.easy-reading-page .left-area .block {
  padding-left: 0;
  padding-bottom: 0;
}

.easy-reading-page .left-area .generalblock {
  padding-left: 0;
  padding-bottom: 15px;
}

.easy-reading-page .erp-content-area {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:768px) {
  .easy-reading-page .erp-content-area {
    float: left;
    width: 66.66667%;
  }
}

@media (min-width:1200px) {
  .easy-reading-page .erp-content-area {
    float: left;
    width: 58.33333%;
  }
}

.easy-reading-page .erp-content-area .bottom-area {
  margin-top: 30px;
}

.easy-reading-page h1 {
  margin-top: 15px;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.iframe-wrapper embed,
.iframe-wrapper iframe,
.iframe-wrapper object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.iframe-page .main-intro {
  margin-bottom: 30px;
}

.form-control,
.online-booking-wrap .checkout-panel input[type=email],
.online-booking-wrap .checkout-panel input[type=number],
.online-booking-wrap .checkout-panel input[type=password],
.online-booking-wrap .checkout-panel input[type=text],
.online-booking-wrap .checkout-panel select,
.online-booking-wrap .checkout-panel textarea,
.online-booking-wrap .user-panel input[type=email],
.online-booking-wrap .user-panel input[type=number],
.online-booking-wrap .user-panel input[type=password],
.online-booking-wrap .user-panel input[type=text],
.online-booking-wrap .user-panel select,
.online-booking-wrap .user-panel textarea,
.online-ticket-wrap .checkout-panel input[type=email],
.online-ticket-wrap .checkout-panel input[type=number],
.online-ticket-wrap .checkout-panel input[type=password],
.online-ticket-wrap .checkout-panel input[type=text],
.online-ticket-wrap .checkout-panel select,
.online-ticket-wrap .checkout-panel textarea {
  border-radius: 2px;
}

.search-page {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .search-page {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}

@media (min-width:1200px) {
  .search-page {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.search-page #search-form-page {
  float: none;
  width: 100%;
  padding-right: 0;
}

.search-page #search-form-page input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: transparent;
  border: 1px solid #cdcdc8;
  color: #333;
  border: 2px solid;
  border-radius: 0;
}

.search-page #search-form-page input:focus {
  outline: none;
  box-shadow: none;
}

.search-page #search-form-page .search-btn {
  padding-left: 5px;
  padding-right: 5px;
}

.search-page #search-form-page button {
  width: 100%;
  height: 50px;
  font-size: 1.2rem;
}

.search-page #search-form-page .search-field {
  padding-right: 5px;
}

.search-page .search-term {
  font-weight: 600;
  padding-right: 5px;
}

.search-page .btn-link {
  text-decoration: underline;
}

.search-page .filter {
  padding-left: 0;
  text-indent: 0;
  margin-bottom: 30px;
}

.search-page .filter a {
  padding: 10px 15px;
  margin: 5px 5px 5px 0;
}

.search-page .filter a,
.search-page .filter a.active {
  background-color: #847248;
}

.search-page .search-result {
  margin-top: 30px;
}

.search-page .search-result .result-item-wrapper,
.search-page .search-result .result-item-wrapper:hover {
  text-decoration: none;
}

.search-page .search-result .result-item {
  background-color: #f3f3f1;
  margin-bottom: 15px;
  padding: 15px;
  color: #222;
}

.search-page .search-result .result-item:hover {
  background-color: hsla(0,0%,80%,.5);
  -webkit-transition: background .3s;
  transition: background .3s;
}

.search-page .search-result .result-item p {
  color: #222;
}

.search-page .search-result .result-item .meta-data {
  border-top: 1px solid #cdcdc8;
}

.search-page .search-result .result-item .meta-data p {
  color: #222;
  float: left;
  padding-right: 12px;
  font-size: .85rem;
}

.landing-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-page a {
  color: inherit;
}

.landing-page .container {
  max-width: 100%;
}

.landing-page .container.block-area {
  margin-top: 50px;
}

.landing-page .container.block-area>div {
  display: flex;
  flex-flow: wrap;
}

.landing-page .container .center-text .header {
  text-align: center;
}

.landing-page .container .block {
  padding-bottom: 30px;
  flex: 1 auto;
}

.landing-page .container .main-intro {
  margin-bottom: 30px;
}

.landing-page .info-block-container {
  width: 100%;
}

.landing-page .info-block-container .infoblock .btn .icon-ticket,
.landing-page .info-block-container .infoblock .search-page .filter a .icon-ticket,
.search-page .filter .landing-page .info-block-container .infoblock a .icon-ticket {
  display: inline-block;
}

.social-listing-page {
  padding-bottom: 0;
}

.social-listing-page .social-icons a {
  font-size: 3.125rem;
  padding-left: 15px;
  padding-right: 15px;
  color: #555;
}

.social-listing-page .social-icons a:focus {
  text-decoration: none;
}

.social-listing-page section {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

.social-listing-page section:after,
.social-listing-page section:before {
  content: " ";
  display: table;
}

.social-listing-page section:after {
  clear: both;
}

.social-listing-page section .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width:992px) {
  .social-listing-page section .content {
    float: left;
    width: 66.66667%;
    margin-left: 16.66667%;
  }
}

.social-listing-page section:nth-child(2n) {
  background-color: #f3f3f1;
}

.social-listing-page section a {
  font-weight: 600;
}

.social-listing-page section h2 span {
  padding-right: 10px;
}

.social-listing-page section .hashtag {
  margin-right: 5px;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.social-listing-page section h2 {
  margin-top: 0;
}

.social-listing-page .main-intro {
  margin-bottom: 50px;
}

.social-listing-page .instagram-section {
  font-size: .85rem;
}

.social-listing-page .instagram-section .top {
  margin-bottom: 15px;
}

@media only screen and (max-width:480px) {
  .social-listing-page .instagram-section .items-wrapper .item {
    width: 100%;
  }
}

@media only screen and (min-width:480px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(odd) {
    clear: left;
  }
}

@media only screen and (min-width:768px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(odd) {
    clear: none;
  }
}

@media only screen and (min-width:768px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(3n+1) {
    clear: left;
  }
}

@media only screen and (min-width:992px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(3n+1) {
    clear: none;
  }
}

@media only screen and (min-width:992px) {
  .social-listing-page .instagram-section .items-wrapper .item:nth-child(4n+1) {
    clear: left;
  }
}

.social-listing-page .youtube-section {
  font-size: .85rem;
}

.social-listing-page .youtube-section iframe {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width:520px) {
  .social-listing-page .youtube-section .item {
    width: 100%;
  }
}

.social-listing-page .info-text {
  height: 73px;
  overflow: hidden;
}

.social-listing-page .info-text p {
  margin-bottom: 1px;
}

.social-listing-page .twitter-section .info-text {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  height: auto;
  margin-bottom: 30px;
}

.social-listing-page .twitter-section .info-text a {
  font-weight: 400;
}

.social-listing-page .twitter-section .tweet-user {
  font-weight: 600;
}

.social-listing-page .tripadvisor-section .info-text {
  height: auto;
  margin-bottom: 30px;
}

.social-listing-page .tripadvisor-section .tripadvisor-top {
  padding-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  border-top: 1px solid #cdcdc8;
}

.social-listing-page .tripadvisor-section .tripadvisor-top>div {
  margin-bottom: 15px;
}

@media only screen and (max-width:520px) {
  .social-listing-page .tripadvisor-section .tripadvisor-top .item-top {
    width: 100%;
  }
}

.social-listing-page .tripadvisor-section .snippets {
  margin-left: 0;
  margin-right: 0;
}

.social-listing-page .tripadvisor-section .snippets .snippets-bottom {
  margin-bottom: 10px;
  padding-right: 15px;
  text-align: right;
  float: right;
}

.social-listing-page .tripadvisor-section .snippets .snippets-bottom .link-margin {
  margin-left: 10px;
}

.news-page .news-image {
  margin-bottom: 11px;
}

@media only screen and (min-width:768px) {
  .sitemap-page .sitmap-lists-wrapper:not(:last-child) {
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}

.sitemap-page .sitmap-lists-wrapper ul {
  list-style: none;
}

.sitemap-page .sitmap-lists-wrapper ul a {
  text-decoration: none;
  color: #222;
}

.sitemap-page .sitmap-lists-wrapper ul a:hover {
  text-decoration: underline;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list {
  border-bottom: 1px solid;
  padding-bottom: 15px;
  padding-left: 0;
  margin-bottom: 25px;
}

@media only screen and (min-width:768px) {
  .sitemap-page .sitmap-lists-wrapper .sitmap-list {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li {
  margin-bottom: 10px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul {
  padding-left: 0;
  margin-top: 10px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul li ul {
  border-left: 3px solid;
  padding-left: 25px;
}

#main.newslisting-page.container {
  padding-bottom: 100px;
}

.newslisting-page .news-rss {
  margin-top: 12px;
}

.newslisting-page .news-rss span {
  padding-right: 10px;
}

.newslisting-page .content-wrap {
  margin-right: 0;
  margin-left: 0;
}

.newslisting-page .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
  margin-top: 20px;
}

@media only screen and (min-width:769px) and (max-width:992px) {
  .newslisting-page .content-wrap .main-area {
    width: calc(100% - 200px);
  }
}

@media only screen and (min-width:993px) and (max-width:1200px) {
  .newslisting-page .content-wrap .main-area {
    width: calc(100% - 200px);
    margin-left: 8.88887%;
  }
}

@media only screen and (min-width:1201px) and (max-width:1400px) {
  .newslisting-page .content-wrap .main-area {
    margin-left: 17%;
    width: calc(100% - 350px);
  }
}

@media only screen and (min-width:1401px) {
  .newslisting-page .content-wrap .main-area {
    margin-left: 17%;
    width: calc(100% - 300px);
  }
}

.newslisting-page .content-wrap .main-area .newslisting-page:not(:last-child) {
  margin-bottom: 50px;
}

.newslisting-page .content-wrap .main-area .newslisting-page__image {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__image {
    height: 220px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__image {
    height: 290px;
  }
}

.newslisting-page .content-wrap .main-area .newslisting-page__image .background-image,
.newslisting-page .content-wrap .main-area .newslisting-page__image picture {
  height: 300px;
  object-position: 50% 20%;
}

@media only screen and (min-width:992px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__image .background-image,
  .newslisting-page .content-wrap .main-area .newslisting-page__image picture {
    height: 220px;
  }
}

@media only screen and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__image .background-image,
  .newslisting-page .content-wrap .main-area .newslisting-page__image picture {
    height: 290px;
  }
}

.newslisting-page .content-wrap .main-area .newslisting-page__text {
  color: #222;
  max-height: none;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
}

@media only screen and (min-width:992px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__text {
    max-height: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page__text {
    max-height: 290px;
  }
}

.newslisting-page .content-wrap .main-area .newslisting-page__text h2,
.newslisting-page .content-wrap .main-area .newslisting-page__text h3 {
  margin-top: 0;
}

.newslisting-page .content-wrap .main-area .newslisting-page__text h2:before,
.newslisting-page .content-wrap .main-area .newslisting-page__text h3:before {
  padding-right: 5px;
}

.newslisting-page .content-wrap .main-area .newslisting-page__text .main-intro {
  padding-top: 0;
  display: none;
}

.newslisting-page .content-wrap .main-area .newslisting-page__text .main-intro p {
  margin-bottom: 0;
}

.newslisting-page .content-wrap .main-area .newslisting-page__text .main-intro--short {
  display: block;
}

.newslisting-page .content-wrap .main-area .newslisting-page a {
  text-decoration: none;
  display: block;
}

.newslisting-page .content-wrap .main-area .newslisting-page a:focus,
.newslisting-page .content-wrap .main-area .newslisting-page a:hover {
  text-decoration: none;
}

@media only screen and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page a .col-md-12 .newslisting-page-text {
    max-height: 190px;
  }
}

@media only screen and (min-width:768px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image {
    height: 520px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image .background-image,
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image picture {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image .background-image,
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-image picture {
    height: 520px;
  }
}

@media only screen and (min-width:768px) {
  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-text {
    max-height: none;
  }

  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-text .main-intro {
    display: block;
  }

  .newslisting-page .content-wrap .main-area .newslisting-page.first-post .newslisting-page-text .main-intro.main-intro--short {
    display: none;
  }
}

.newslisting-page .content-wrap .main-area .pager li {
  display: inline-block;
  margin-top: 5px;
}

.press-listing-page .press-filter {
  margin-top: 40px;
  float: left;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-listing-page .press-filter {
    width: auto;
  }
}

.press-listing-page .press-filter .year-filter {
  display: block;
  width: 100%;
}

.press-listing-page .press-filter .year-filter label {
  display: inline-block;
  float: left;
}

.press-listing-page .press-filter .year-filter select {
  display: inline-block;
  float: left;
  clear: left;
  padding-right: 50px;
  margin-bottom: 40px;
}

@media only screen and (min-width:768px) {
  .press-listing-page .press-filter .year-filter select {
    width: auto;
  }
}

.press-listing-page .content-wrap {
  float: left;
  clear: both;
  margin-right: 0;
  margin-left: 0;
}

.press-listing-page .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.press-listing-page .content-wrap .main-area .press-release:not(:last-child) {
  margin-bottom: 50px;
}

.press-listing-page .content-wrap .main-area .press-release a {
  text-decoration: none;
  display: block;
}

.press-listing-page .content-wrap .main-area .press-release a:focus,
.press-listing-page .content-wrap .main-area .press-release a:hover {
  text-decoration: none;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-image {
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image {
    height: 220px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image {
    height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
.press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
  height: 300px;
  object-position: 50% 20%;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
    height: 220px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release a .press-release-image picture {
    height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text {
  color: #222;
  max-height: none;
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-text {
    max-height: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .press-release-text {
    max-height: 290px;
  }
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text h2,
.press-listing-page .content-wrap .main-area .press-release a .press-release-text h3 {
  margin-top: 0;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text h2:before,
.press-listing-page .content-wrap .main-area .press-release a .press-release-text h3:before {
  padding-right: 5px;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro {
  padding-top: 0;
  display: none;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro p {
  margin-bottom: 0;
}

.press-listing-page .content-wrap .main-area .press-release a .press-release-text .main-intro--short {
  display: block;
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release a .col-md-12 .press-release-text {
    max-height: 190px;
  }
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image {
    height: 520px;
  }
}

@media only screen and (min-width:768px) and (min-width:992px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image picture {
    height: 350px;
  }
}

@media only screen and (min-width:768px) and (min-width:1400px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image .background-image,
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-image picture {
    height: 520px;
  }
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text {
    max-height: none;
  }

  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text .main-intro {
    display: block;
  }

  .press-listing-page .content-wrap .main-area .press-release.first-post .press-release-text .main-intro.main-intro--short {
    display: none;
  }
}

.press-listing-page .content-wrap .main-area .pager li {
  display: inline-block;
  margin-top: 5px;
}

.press-listing-page .content-wrap .right-area {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .press-listing-page .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .press-listing-page .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-listing-page .content-wrap .right-area {
    width: 400px;
  }
}

.press-listing-page .content-wrap .right-area h3 {
  margin-top: 0;
}

.press-listing-page .content-wrap .right-area section {
  background-color: #efefef;
  padding: 20px 40px;
  margin-bottom: 40px;
  position: relative;
}

.press-listing-page .content-wrap .right-area section p {
  margin: 0;
}

.press-listing-page .content-wrap .right-area section h2 {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #222;
  font-weight: 700;
  font-family: Open Sans,Arial,sans-serif;
}

.press-listing-page .content-wrap .right-area section .pressroom-right-sidebar-info-text {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block {
  width: 100%;
  float: none;
  padding: 0;
  margin-left: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block:not(:first-child) {
  margin-top: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block h2 {
  margin-top: 10px;
  margin-bottom: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro {
  text-align: left;
  padding-top: 0;
  font-size: 1rem;
  word-break: break-word;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro p {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-top: 10px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container label {
  display: block;
  font-weight: 400;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-error-messages {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field {
  margin-bottom: 20px;
  text-align: left;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field input[type=text] {
  width: 100%;
  height: 40px;
  padding-left: 10px;
  border: 1px solid #222;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus-visible,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:hover {
  outline: none;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links {
  margin-bottom: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links .link-arrow a {
  padding-left: 0;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label:before {
  background: #fff;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-checkbox-container label input {
  float: left;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-button-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-response-message {
  margin-top: 20px;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-loader-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: hsla(0,0%,100%,.8);
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-container-loader-overlay .loader-spinner {
  margin-top: 150px;
  display: inline-block;
}

.press-listing-page .content-wrap .right-area section.pressroom-rss-container {
  text-align: center;
}

.press-listing-page .content-wrap .right-area section.pressroom-rss-container .rss-icon {
  vertical-align: middle;
}

.press-release-page .content-wrap {
  margin-right: 0;
  margin-left: 0;
}

.press-release-page .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .press-release-page .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.press-release-page .content-wrap .main-area .main-intro {
  margin-bottom: 11px;
}

.press-release-page .content-wrap .main-area .date {
  margin-top: 15px;
  margin-bottom: 0;
}

.press-release-page .content-wrap .main-area a {
  word-break: break-all;
}

.press-release-page .content-wrap .right-area {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .press-release-page .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:992px) {
  .press-release-page .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .press-release-page .content-wrap .right-area {
    width: 400px;
  }
}

.press-release-page .related-media {
  margin-top: 50px;
}

.press-release-page .related-media .media-item-container {
  float: left;
  margin-bottom: 20px;
}

.press-release-page .related-media .media-item-container .media-item {
  margin-bottom: 35px;
}

.press-release-page .related-media .media-item-container .media-item img,
.press-release-page .related-media .media-item-container .media-item video {
  height: 300px;
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
}

.press-release-page .related-media .media-item-container .media-item video {
  object-position: center;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger {
  display: block;
  position: relative;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger .icon {
  font-size: 2.5rem;
  color: #fff;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 7px 10px 13px;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger:hover {
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-release-page .related-media .media-item-container .media-item .pressroom-modal-trigger:hover img {
  opacity: .2;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-release-page .related-media .media-item-container .media-item .tag-container {
  margin-top: 20px;
}

.press-release-page .related-media .media-item-container .media-item .tag-container .tag,
.press-release-page .related-media .media-item-container .media-item .tag-container .tag-solid {
  background-color: #555;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.press-release-page .related-media .media-item-container .media-item .download {
  text-decoration: underline;
  margin-top: 10px;
  float: left;
}

.press-release-page .related-media .media-item-container .media-item .download:after {
  font-family: icomoon;
  content: "\EDE0";
  display: inline-block;
  padding-left: 6px;
}

.press-media-modal .modal-dialog {
  width: 100vw;
  height: 100vh;
  transform: none;
  margin: 0;
}

.press-media-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.press-media-modal .modal-dialog .modal-content .close-button {
  font-size: 1.5rem;
  color: #222;
  background-color: #fff;
  border: 2px solid #222;
  border-radius: 50%;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: -4rem;
  right: 0;
}

.press-media-modal .modal-dialog .modal-content .close-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.press-media-modal .modal-dialog .modal-content img {
  max-width: 100vw;
  max-height: calc(100vh - 10rem);
}

@media only screen and (min-width:768px) {
  .press-media-modal .modal-dialog .modal-content img {
    max-width: calc(100vw - 10rem);
  }
}

.press-images-page h2 {
  margin-top: 40px;
}

.press-images-page .content-wrap {
  margin-top: 40px;
  flex-wrap: wrap;
  display: flex;
}

.press-images-page .content-wrap .media-item-container {
  flex: 0 1 auto;
  margin-bottom: 50px;
}

.press-images-page .content-wrap .media-item-container .media-item img,
.press-images-page .content-wrap .media-item-container .media-item video {
  height: 300px;
  object-position: 50% 20%;
  object-fit: cover;
  width: 100%;
}

.press-images-page .content-wrap .media-item-container .media-item video {
  object-position: center;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger {
  display: block;
  position: relative;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger .icon {
  font-size: 2.5rem;
  color: #fff;
  background-color: #555;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 7px 10px 13px;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger:hover {
  text-decoration: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-images-page .content-wrap .media-item-container .media-item .pressroom-modal-trigger:hover img {
  opacity: .2;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.press-images-page .content-wrap .media-item-container .media-item .tag-container {
  margin-top: 20px;
}

.press-images-page .content-wrap .media-item-container .media-item .tag-container .tag,
.press-images-page .content-wrap .media-item-container .media-item .tag-container .tag-solid {
  background-color: #555;
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
}

.press-images-page .content-wrap .media-item-container .media-item .download {
  text-decoration: underline;
  margin-top: 10px;
  float: left;
}

.press-images-page .content-wrap .media-item-container .media-item .download:after {
  font-family: icomoon;
  content: "\EDE0";
  display: inline-block;
  padding-left: 6px;
}

.press-contacts-page .content-wrap,
.press-contacts-page h2,
.press-videos-page .content-wrap,
.press-videos-page h2 {
  margin-top: 40px;
}

.press-contacts-page .content-wrap .block {
  padding-bottom: 30px;
  margin: 0;
  width: 100%;
  float: left;
}

@media only screen and (min-width:768px) {
  .press-contacts-page .content-wrap .block {
    width: 50%;
  }
}

@media only screen and (min-width:992px) {
  .press-contacts-page .content-wrap .block.full {
    width: 100%!important;
  }

  .press-contacts-page .content-wrap .block.half {
    width: 50%!important;
  }

  .press-contacts-page .content-wrap .block.third {
    width: 33.33333%!important;
  }
}

.press-contacts-page .content-wrap .block>div {
  background-color: #efefef;
  padding: 20px 40px;
}

.press-contacts-page .content-wrap .block>div h2 {
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 700;
  border-bottom: 1px solid #222;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.press-contacts-page .content-wrap .block>div .main-intro {
  padding-top: 0;
  font-size: 1rem;
}

.press-contacts-page .content-wrap .block>div .main-intro p {
  border-bottom: 1px solid #222;
  padding-bottom: 10px;
  margin-top: 10px;
}

.visitor-page-header {
  padding: 0;
}

.visitor-page-header__heading {
  margin: 10px 0 20px;
}

@media only screen and (min-width:768px) {
  .visitor-page-header__heading {
    margin: 10px 0 50px;
  }
}

.visitor-page-header__breadcrumbs,
.visitor-page-header__heading {
  text-align: center;
}

.visitor-page-header__info {
  display: flex;
  flex-direction: column-reverse;
}

@media only screen and (min-width:992px) {
  .visitor-page-header__info {
    flex-direction: row;
  }

  .visitor-page-header__info .info-block-container {
    flex: 45%;
  }
}

@media only screen and (min-width:992px) {
  .visitor-page-header__info .image-container {
    flex: 55%;
  }
}

.visitor-page-header__info .image-container .info-image {
  max-height: 255px;
}

@media only screen and (min-width:768px) {
  .visitor-page-header__info .image-container .info-image {
    max-height: 400px;
  }
}

@media only screen and (min-width:992px) {
  .visitor-page-header__info .image-container .info-image {
    max-height: 550px;
  }
}

.visitor-page-content {
  padding: 0;
}

.visitor-page-content .main-section {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 25px 50px;
}

@media only screen and (min-width:768px) {
  .visitor-page-content .main-section {
    padding: 40px 100px 50px;
  }
}

.visitor-page-content .main-section a {
  text-decoration: underline;
  color: inherit;
}

.visitor-page-content .main-section__heading {
  text-align: center;
}

.visitor-page-content .main-section__container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  gap: 10px;
}

@media only screen and (min-width:992px) {
  .visitor-page-content .main-section__container {
    gap: 40px 80px;
  }
}

.visitor-page-content .main-section.background-light {
  background-color: #fff;
}

.visitor-page-content .sub-section {
  width: 100%;
  min-width: 300px;
  display: flex;
  gap: clamp(20px,3vw,30px);
}

@media only screen and (min-width:992px) {
  .visitor-page-content .sub-section {
    width: calc(50% - 40px);
  }
}

.visitor-page-content .sub-section .icon {
  font-size: clamp(1.6rem,7vw,3.1rem);
  margin-top: clamp(55px,7vw,65px);
}

.visitor-page-content .sub-section__info {
  height: 100%;
}

.visitor-page-content .sub-section__link {
  margin: 0 0 10px 10px;
  display: inline-block;
  cursor: pointer;
}

.visitor-page-content .sub-section__link:hover span {
  padding-left: 4px;
  margin-right: -4px;
}

.partial-block .block-inner-box {
  display: block;
}

.partial-block .background-image,
.partial-block .block-image,
.partial-block picture {
  height: 310px;
}

@media print {
  .partial-block .date {
    background-color: #fff!important;
  }
}

@media print {
  .partial-block .block-image {
    height: 310px;
  }
}

@media print {
  .partial-block .block-image .special-block-heading {
    position: relative;
    padding: 20px;
  }
}

.highlight-partial .background-image,
.highlight-partial .block-image,
.highlight-partial picture {
  height: 400px;
}

@media only screen and (min-width:768px) {
  .highlight-partial .background-image,
  .highlight-partial .block-image,
  .highlight-partial picture {
    height: 550px;
  }
}

.social-feed-partial {
  position: relative;
  margin: auto;
}

.social-feed-partial .social {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  padding: 0 60px;
}

@media only screen and (min-width:480px) {
  .social-feed-partial .social {
    padding: 0 75px;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial .social {
    padding: 0 120px;
  }
}

@media only screen and (min-width:992px) {
  .social-feed-partial .social {
    padding: 0 100px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial .social {
    width: 1420px;
  }
}

.social-feed-partial .social .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.social-feed-partial .social .row:after,
.social-feed-partial .social .row:before {
  content: unset;
}

.social-feed-partial .social .social-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: calc(100% / 6 - 5px);
}

@media only screen and (max-width:991px) {
  .social-feed-partial .social .social-item {
    width: calc(100% / 3 - 5px);
  }
}

.social-feed-partial .social .social-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.social-feed-partial .social .social-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: .875rem;
  color: #222;
  padding: 5px;
  background-color: #cdcdc8;
  z-index: 9999;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .social .social-icon {
    left: 10px;
    top: 10px;
  }
}

.social-feed-partial .social h2 {
  font-size: 6vw;
}

@media only screen and (min-width:480px) {
  .social-feed-partial .social h2 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial .social h2 {
    font-size: 2.6rem;
  }
}

.social-feed-partial .back,
.social-feed-partial .fwd {
  color: #333;
}

.social-feed-partial .back span:focus,
.social-feed-partial .fwd span:focus {
  outline: none;
}

.social-feed-partial .back,
.social-feed-partial .fwd {
  position: absolute;
  display: block;
}

.social-feed-partial .back span,
.social-feed-partial .fwd span {
  font-size: 2.5rem;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .back span,
  .social-feed-partial .fwd span {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial .back span,
  .social-feed-partial .fwd span {
    font-size: 3.75rem;
  }
}

.social-feed-partial .back:focus,
.social-feed-partial .back:hover,
.social-feed-partial .fwd:focus,
.social-feed-partial .fwd:hover {
  text-decoration: none;
}

.social-feed-partial .back {
  left: 0;
}

.social-feed-partial .back .icon-right .icon-left:before {
  content: "\EDC4";
}

.social-feed-partial .fwd {
  right: 0;
}

.social-feed-partial .fwd .icon-right .icon-right:before {
  content: "\EDBC";
}

.social-feed-partial .show-more {
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.social-feed-partial .show-more a {
  font-size: 3vw;
}

@media only screen and (min-width:768px) {
  .social-feed-partial .show-more a {
    font-size: 1rem;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial .show-more {
    margin-top: 50px;
  }
}

.submenu .submenu-heading {
  font-family: Open Sans,Arial,sans-serif;
}

.submenu .submenu-heading a {
  color: #333;
  font-weight: 400;
}

.submenu ul {
  -webkit-padding-start: 0;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.submenu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #949494;
}

.submenu ul li a {
  color: #333;
  font-size: 1rem;
  font-weight: 400;
}

.submenu ul li ul {
  padding-left: 15px;
}

.submenu ul li ul li {
  border-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.submenu ul li.active-one a {
  font-weight: 700;
}

.submenu ul li.active-one ul li a {
  font-weight: 400;
}

.submenu ul li.active-two a {
  font-weight: 700;
}

.imbox-placeholder {
  position: fixed;
  bottom: 200px;
  z-index: 10;
  right: 0;
}

.imbox-placeholder.closed {
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.12);
  box-shadow: 0 5px 12px rgba(0,0,0,.12);
  z-index: 2147483000;
  transform-origin: bottom right;
  padding: .5rem .75rem;
  background-color: #7a1214;
  transform: rotate(90deg) translateY(100%);
  cursor: pointer;
}

.imbox-placeholder__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.imbox-placeholder.open {
  bottom: 10px;
  width: 370px;
  height: 570px;
  right: 10px;
  background-color: #fff;
  box-shadow: 0 5px 50px rgba(0,0,0,.12);
}

.imbox-placeholder .imbox-modal.closed {
  display: none;
}

.imbox-placeholder .imbox-modal.open {
  height: 100%;
}

.imbox-placeholder .imbox-modal.open .modal-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 75px;
  background-color: #7a1214;
  top: 0;
  display: flex;
  justify-content: end;
}

.imbox-placeholder .imbox-modal.open .modal-header .close-button {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.imbox-placeholder .imbox-modal.open .modal-body {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
}

.imbox-placeholder .imbox-modal.open .modal-body .modal-text-container {
  font-size: 18px;
  user-select: none;
}

.imbox-placeholder .imbox-modal.open .modal-body .modal-text-container p {
  margin: 0;
  display: inline;
}

.imbox-placeholder .imbox-modal.open .modal-body .modal-text-container .modal-text-link {
  color: #3b386e;
  text-decoration: underline;
}

.imbox-placeholder .imbox-modal.open .modal-body .modal-text-container .modal-text-link:hover {
  cursor: pointer;
  color: #7a1214;
}

.calendar-item-partial.partial-block .date {
  z-index: 1;
  background-color: #7a1214;
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  font-family: Sabon ET W03 Roman,Garamond,serif;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  border: none;
}

.calendar-item-partial.partial-block .block-image {
  padding: 10px 0 0 10px;
}

.calendar-item-partial.partial-block .block-image .background-image,
.calendar-item-partial.partial-block .block-image picture {
  height: 310px;
}

.calendar-item-partial.partial-block .block-image picture {
  left: 10px;
  top: 10px;
  width: calc(100% - 10px);
}

.calendar-item-partial.partial-block .block-image .special-block-heading {
  position: absolute;
  bottom: 74px;
  padding: 12px 35px;
  opacity: .9;
  text-align: left;
}

.calendar-item-partial.partial-block .block-image .special-block-heading.without-tags {
  bottom: 48px;
}

@media only screen and (max-width:599px) {
  .calendar-item-partial.partial-block .block-image .special-block-heading.without-tags {
    bottom: 48px;
  }
}

.calendar-item-partial.partial-block .block-image .special-block-heading h2 {
  font-size: 1.1rem;
  font-weight: 600;
}

.calendar-item-partial.partial-block .block-image .calendar-event__info-container {
  opacity: .9;
  position: absolute;
  bottom: -2px;
  width: 100%;
  padding: 12px 35px;
}

.calendar-item-partial.partial-block .block-image .calendar-event__info-container h3 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
}

.calendar-item-partial.partial-block .block-image .calendar-event__info-container .lowercase {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 1.3125rem;
  font-weight: 400;
  font-style: normal;
}

.calendar-item-partial.partial-block .block-image .calendar-event__info-container.without-tags {
  padding: 0 35px;
}

.calendar-item-partial.partial-block .block-image .calendar-event__info-container.without-tags .lowercase {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 0;
}

.calendar-item-partial.partial-block .tag-container {
  left: 4rem!important;
  width: calc(100% - 64px)!important;
}

@media only screen and (max-width:599px) {
  .calendar-page .calendaritempagemodelteaserblock {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width:600px) and (max-width:992px) {
  .calendar-page .calendaritempagemodelteaserblock {
    width: 50%;
  }
}

.calendar-page .calendar-item-partial.partial-block {
  height: 100%;
}

.calendar-page .calendar-item-partial.partial-block .block-inner-box {
  text-decoration: none;
}

@media only screen and (min-width:600px) {
  .calendar-page .calendar-item-partial.partial-block .block-inner-box {
    height: 315px;
  }
}

.calendar-page .calendar-item-partial.partial-block .block-image {
  display: flex;
  flex-flow: column;
  padding: 0;
}

.calendar-page .calendar-item-partial.partial-block .block-image picture {
  left: 0;
  top: 0;
  width: 100%;
}

.calendar-page .calendar-item-partial.partial-block .block-image .background-image,
.calendar-page .calendar-item-partial.partial-block .block-image picture {
  height: 100%;
}

.calendar-page .calendar-item-partial.partial-block .block-image .special-block-heading {
  width: 100%!important;
  background-color: #333;
  font-size: 1.4rem;
}

@media only screen and (max-width:599px) {
  .calendar-page .calendar-item-partial.partial-block .block-image .special-block-heading {
    text-align: start;
  }
}

@media only screen and (min-width:600px) {
  .calendar-page .calendar-item-partial.partial-block .block-image .special-block-heading {
    position: absolute;
  }
}

.calendar-page .calendar-item-partial.partial-block .date,
.calendar-page .calendar-item-partial.partial-block .tag-container,
.calendar-page .calendar-item-partial.partial-block .text,
.press-page-header .press-room-header-button-menu {
  display: none;
}

.press-page-header .press-room-header-select-menu {
  margin-top: 40px;
}

.press-page-header .press-room-header-select-menu .FormSelection select {
  margin-bottom: 0;
}

.press-page-header .press-room-header-select-menu .FormSelection:after {
  top: 13px;
}

@media only screen and (min-width:768px) {
  .press-page-header .press-room-header-button-menu {
    display: block;
    margin-top: 40px;
  }

  .press-page-header .press-room-header-button-menu .active {
    text-decoration: underline;
  }

  .press-page-header .press-room-header-select-menu {
    display: none;
  }
}

.blog-body .blog-wrapper {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper {
    width: 750px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper {
    width: 975px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper {
    width: 1380px;
  }
}

.blog-body .blog-wrapper .head-wrap .descritpion-content {
  text-align: center;
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
  width: calc(100% - 34px);
  padding: 10px 15% 35px;
  margin-top: -200px;
  margin-left: 17px;
  position: relative;
}

.blog-body .blog-wrapper .content-wrap {
  margin: 30px 0;
}

@media only screen and (max-width:991px) {
  .blog-body .blog-wrapper .content-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area {
  padding: 0;
  margin-left: 0;
  width: 100%;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 250px);
    padding-right: 17px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 300px);
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area {
    width: calc(100% - 400px);
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post {
  background-color: #fff;
  margin-bottom: 34px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post a .blog-post-content {
  color: #222;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post a:focus,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post a:hover {
  text-decoration: none;
  color: #222;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post img {
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image {
  width: 100%;
  height: 200px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
  height: 200px;
}

@media only screen and (min-width:480px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 275px;
  }
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 250px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 165px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-image picture {
    height: 250px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content {
  padding: 25px 25px 15px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .triangle-top {
  left: 90px;
  margin-top: -45px;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .blog-post-text {
  max-height: 150px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content h2 {
  color: #222;
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-content .blog-read-more {
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 1px;
  font-style: italic;
  text-transform: uppercase;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info {
  border-top-width: 1px;
  border-top-style: solid;
  padding: 25px 0;
  margin: 0 25px;
  overflow: hidden;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-post-icon {
  margin-right: 8px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-date {
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .blog-author {
  text-align: right;
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .tag,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post .blog-post-info .tag-solid {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 5px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 250px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 350px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image .background-image,
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-image picture {
    height: 520px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content {
  padding: 40px 40px 15px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content .triangle-top {
  margin-top: -60px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-content .blog-post-text {
  max-height: 350px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post.first-post .blog-post-info {
  padding: 25px 0 40px;
  margin: 0 40px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full {
  background-color: #fff;
  padding: 1px 20px 20px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-post-full {
    padding: 18px 40px 29px;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 10px 0 25px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-post-icon {
  margin-right: 8px;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-date {
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .blog-author {
  text-align: right;
  width: 50%;
  float: left;
}

.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .tag,
.blog-body .blog-wrapper .content-wrap .main-area .blog-post-full .blog-post-info-full .tag-solid {
  display: inline-block;
  position: relative;
  top: auto;
  left: auto;
  margin-top: 5px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .main-area .blog-log-in {
    display: none;
  }
}

.blog-body .blog-wrapper .content-wrap .main-area .search-page {
  margin: 0;
  width: 100%;
  float: unset;
}

.blog-body .blog-wrapper .content-wrap .right-area {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 250px;
    padding-left: 17px;
    margin-bottom: 0;
    float: right!important;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 300px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .right-area {
    width: 400px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .btn,
.blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
.search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
  margin-bottom: 25px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .btn,
  .blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
  .search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .right-area .btn,
  .blog-body .blog-wrapper .content-wrap .right-area .search-page .filter a,
  .search-page .filter .blog-body .blog-wrapper .content-wrap .right-area a {
    margin-bottom: 0;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area button {
  width: 100%;
  border-radius: 0;
  padding: 10px 15px;
  margin: 10px 0 0;
  float: none;
}

.blog-body .blog-wrapper .content-wrap .right-area button.navbar-toggle {
  display: inline-block;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area button.navbar-toggle {
    display: none;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area button#rss-menu {
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area button .size-h4 {
  text-align: left;
  color: #fff;
  margin: 0;
  float: left;
  font-size: 1.2rem;
}

.blog-body .blog-wrapper .content-wrap .right-area button .icon-arrow-down5 {
  color: #fff;
  padding: 2px 0;
  float: right;
}

.blog-body .blog-wrapper .content-wrap .right-area .right-area-heading {
  margin-top: 50px;
  margin-bottom: 15px;
  display: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .right-area-heading {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .right-area-heading:first-child {
  margin-top: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial {
  padding: 0;
  margin: 0;
  border-top: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.collapse {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li {
  list-style: none;
  border-top: 1px solid #fff;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li {
    border-top: none;
    margin-top: 5px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 10px 15px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a {
    color: #222;
    background-color: #fff;
    padding: 15px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a:hover {
  text-decoration: none;
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a hr {
  margin: 10px 0;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-title {
  display: block;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-title {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a .latest-post-date {
  font-size: .65rem;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial li a.active {
  text-decoration: none;
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial .blog-rss span {
  padding-right: 10px;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li {
  background-color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li img {
  width: 75px;
  height: 75px;
  margin-right: 15px;
  float: left;
}

@media only screen and (min-width:1200px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li img {
    width: 100px;
    height: 100px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li .author-link-wrapper {
  min-width: 233px;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a {
  width: calc(100% - 75px);
  height: 75px;
  position: relative;
  left: 75px;
  padding: 15px 0 0 15px;
}

@media only screen and (min-width:1200px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a {
    width: calc(100% - 100px);
    height: 100px;
    left: 100px;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li a .author-link-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-partial.authors li .authors-posts {
  font-size: .65rem;
}

.blog-body .blog-wrapper .content-wrap .right-area .blog-log-in {
  margin-top: 50px;
  display: none;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .right-area .blog-log-in {
    display: block;
  }
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog {
  width: 100%;
  display: inline-block!important;
  padding: 0;
  margin: 0;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog.navbar-form {
  border: none;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper {
  padding: 0;
  position: relative;
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper button {
  color: #fff;
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  padding: 9px 7px;
  margin: 0;
  z-index: 99999;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input::-webkit-input-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input:-moz-placeholder,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input::-moz-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .search-wrapper input:-ms-input-placeholder {
  color: #fff;
}

.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .form-control,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .checkout-panel textarea,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-booking-wrap .user-panel textarea,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=email],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=number],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=password],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel input[type=text],
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel select,
.blog-body .blog-wrapper .content-wrap .right-area #search-form-blog .online-ticket-wrap .checkout-panel textarea,
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-booking-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea,
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-booking-wrap .user-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea,
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=email],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=number],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=password],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog input[type=text],
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog select,
.online-ticket-wrap .checkout-panel .blog-body .blog-wrapper .content-wrap .right-area #search-form-blog textarea {
  font-size: 1rem;
  color: #fff;
  border-radius: 0;
  border: none;
  height: 3.25rem;
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
  width: 150px;
  margin: 0 auto;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    float: left;
    margin-bottom: 50px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    width: 175px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-img {
    width: 200px;
  }
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-img img {
  width: 100%;
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
  background-color: #fff;
  padding: 5px 30px 20px;
  margin-top: 35px;
  margin-bottom: 50px;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 185px);
    float: right;
    padding: 0 30px 20px;
    margin-top: 0;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 210px);
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text {
    width: calc(100% - 235px);
  }
}

.blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
  position: absolute;
  top: 165px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

@media only screen and (min-width:768px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(270deg);
    top: 55px;
    left: 150px;
  }
}

@media only screen and (min-width:992px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    left: 175px;
  }
}

@media only screen and (min-width:1400px) {
  .blog-body .blog-wrapper .content-wrap .author-content .author-content-text .triangle-left {
    left: 200px;
  }
}

.section,
section {
  padding-top: 20px;
  padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
  .section,
  section {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

main:not(.start-page-wrapper):not(.article-page):not(.story):not(.visitor-page) {
  padding-bottom: 50px;
}

@media only screen and (min-width:992px) {
  main:not(.start-page-wrapper):not(.article-page):not(.story):not(.visitor-page) {
    padding-bottom: 50px;
  }
}

.pager li a {
  background-color: #3b386e;
}

.pager li a:focus,
.pager li a:hover {
  background-color: #29274c;
}

.pager li span {
  background-color: #cdcdc8;
}

.topdown-arrow {
  background-color: #7a1214;
}

.topdown-arrow:hover {
  background-color: #5b0d0f;
}

.youtubeblock .missing-video-text a,
.youtubeblock .missing-video-text a:hover {
  color: #fff;
  text-decoration: underline;
}

.special-block-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 7px;
  background-color: #333;
  color: #fff;
}

.special-block-heading h2 {
  font-family: Open Sans,Arial,sans-serif;
  margin: 0;
  padding: 0;
}

.special-block-heading .link-arrow a {
  color: #fff;
}

.noimage {
  background: url("/Images/noimage.png") no-repeat 50%;
  background-size: cover;
}

table tbody tr:nth-child(odd) {
  background-color: #f3f3f1;
}

.museum-map {
  overflow-x: auto;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
}

.museum-map img {
  min-width: 800px;
  margin-right: 15px;
  margin-left: 15px;
}

.museum-map .gradient-start {
  background: hsla(0,0%,100%,.4);
  background: linear-gradient(90deg,hsla(0,0%,100%,.8),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,0));
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.museum-map .gradient-end {
  background: hsla(0,0%,100%,.4);
  background: linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.4) 50%,hsla(0,0%,100%,.8));
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.btn,
.search-page .filter a {
  font-size: 1rem;
}

.btn,
.FormSubmitButton,
.search-page .filter a,
button {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.btn:focus,
.FormSubmitButton:focus,
.search-page .filter a:focus,
button:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
  border-radius: 0;
}

.btn-primary,
.FormSubmitButton,
.search-page .filter a {
  color: #fff!important;
  border: 0!important;
  background-color: #847248;
}

.btn-primary-vasa {
  color: #fff;
  border: 0;
  background-color: #847248;
}

.btn-primary,
.FormSubmitButton,
.search-page .filter a {
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  padding: 12px 14px;
}

.btn-primary:focus,
.FormSubmitButton:focus,
.search-page .filter a:focus {
  color: #fff;
  background-color: #635636!important;
}

.btn-primary:hover,
.FormSubmitButton:hover,
.search-page .filter a:hover {
  background-color: #635636;
}

@media print {
  .btn-primary,
  .FormSubmitButton,
  .search-page .filter a {
    text-decoration: underline;
    color: #222!important;
  }
}

btn-default:hover {
  background-color: #cdcdc8!important;
}

.btn-white {
  color: #222;
  background-color: #fff;
}

.btn-white:hover {
  background-color: #f3f3f1;
}

.btn-ghost {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}

.btn-ghost:hover {
  background-color: #fff;
}

.btn-red {
  color: #fff!important;
  background-color: #7a1214;
  padding: 12px 40px;
}

.btn-red.active {
  background-color: #5f0e10;
}

.btn-small,
.search-page .filter a {
  padding: 8px 12px;
}

.btn-center {
  display: block;
  margin: auto;
  width: fit-content;
}

.btn:disabled,
.btn:disabled:hover,
.search-page .filter a:disabled,
.search-page .filter a:disabled:hover {
  background-color: #847248;
  opacity: .6;
}

.add-to-cart {
  -moz-user-select: none;
  color: #000;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.purchase-more {
  background-color: #847248;
  width: auto!important;
}

#CybotCookiebotDialog {
  border-radius: 5px!important;
  line-height: 1.4;
}

#CybotCookiebotDialog,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotDialogNavItem a {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout p,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter p,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotDialogDetailBodyContentCookieContainerButton {
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout a,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailFooter a {
  font-weight: 400!important;
  font-size: 1rem;
  text-decoration: underline;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer {
  border: none!important;
  padding: 0;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContent {
  padding: 30px 20px 0;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer h2 {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialog,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieContainerHeader,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogBodyContentText label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialogDetailBodyContentTextAbout label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer #CybotCookiebotDialog label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieContainerHeader label,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper .CybotCookiebotScrollContainer .CybotCookiebotDialogDetailBodyContentCookieTypeIntro label {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentCookieContainerTypes {
  padding: 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogDetailBodyContentTextAbout {
  padding: 30px 20px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader,
#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogPoweredByText {
  display: none!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane {
  border: none!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
  padding: 30px;
  border: none!important;
}

@media only screen and (max-width:767px) {
  #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper {
    padding: 10px;
  }
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogBodyLevelButtonsSelectPane .CybotCookiebotDialogBodyLevelButtonWrapper span {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter {
  padding: 0 20px 20px!important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
  border-radius: 0!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  font-family: Open Sans,Arial,sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:last-of-type) {
  margin-right: 20px!important;
}

.CookieDeclaration {
  font-family: Open Sans,Arial,sans-serif!important;
  font-size: 1rem;
  line-height: 1.4;
}

footer {
  background-color: #333;
  color: #fff;
}

footer h1,
footer h2,
footer h3,
footer h4 {
  font-family: Open Sans,Arial,sans-serif;
}

footer a {
  color: #fff;
}

footer a:focus {
  color: #fff;
  outline-color: #fff;
}

footer .faq {
  background-color: #f3f3f1;
}

footer .faq a:focus {
  outline: 5px auto #3b386e;
}

footer .faq textarea {
  padding: 10px;
  width: 100%;
}

.search-page .filter footer .faq a,
footer .faq .btn,
footer .faq .search-page .filter a {
  margin-bottom: 15px;
}

.search-page .filter footer .faq a:focus,
footer .faq .btn:focus,
footer .faq .search-page .filter a:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
  border-radius: 0;
}

footer .logotypes {
  background-color: #333;
  color: #fff;
}

footer .logotypes .logos .main-logo img {
  height: 80px;
}

footer .logotypes .h4 a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

footer .logotypes a:focus {
  outline-color: #fff;
}

footer .mapblock {
  padding-left: 0!important;
  padding-right: 0!important;
}

footer .mapblock .map {
  position: relative;
  height: 300px;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  footer .mapblock .map {
    margin-bottom: 0;
  }
}

footer .mapblock .map-info .row {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f3f3f1;
}

footer .mapblock .map-info .header-row {
  background-color: #7a1214;
  color: #fff;
}

.load-container .one {
  background: #7a1214;
}

.load-container .two {
  background: #3a683b;
}

.load-container .three {
  background: #3b386e;
}

.load-container .four {
  background: #303234;
}

.languages.modal {
  font-size: .85rem;
}

.languages.modal .modal-dialog {
  top: 0;
  margin: 0 auto;
  float: right;
  width: 100%;
  max-width: 470px;
  height: 100%;
}

@media only screen and (min-width:992px) {
  .languages.modal .modal-dialog {
    top: 180px;
    width: 800px;
    max-width: 100%;
    padding-top: 0;
    height: auto;
    float: none;
  }
}

.languages.modal .modal-content {
  background-color: #222;
  color: #fff;
  height: 100%;
  border: none;
  overflow: auto;
}

@media only screen and (max-width:991px) {
  .languages.modal .modal-content {
    padding: 35px 40px 40px;
    border-radius: 0;
    box-shadow: none;
    border: none;
  }
}

@media only screen and (min-width:992px) {
  .languages.modal .modal-content {
    padding: 35px 80px 80px;
  }
}

.languages.modal .modal-content a:focus,
.languages.modal .modal-content button:focus {
  outline-color: #fff;
}

.languages.modal .modal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  padding: 20px 0;
  margin: 0 auto;
  max-width: 350px;
}

@media only screen and (min-width:992px) {
  .languages.modal .modal-header {
    max-width: 100%;
  }
}

.languages.modal .modal-body {
  padding: 0;
  margin: 0 auto;
  max-width: 350px;
}

@media only screen and (min-width:992px) {
  .languages.modal .modal-body {
    max-width: 100%;
  }
}

.languages.modal .modal-body li {
  margin: 6px 30px 6px 0;
}

.languages.modal .modal-body:focus-visible {
  outline: none;
}

.languages.modal .modal-close {
  background: transparent;
  border: none;
  padding: 0;
}

.languages.modal .modal-close:before {
  font-size: 1.2rem;
}

.languages.modal .modal-backdrop {
  z-index: 10001;
}

.languages.modal ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
  columns: 2;
}

@media only screen and (min-width:992px) {
  .languages.modal ul {
    columns: 4;
  }
}

.languages.modal ul li a {
  color: #fff;
}

.languages.modal ul li.line {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}

.modal-backdrop {
  z-index: 10001;
}

header #navbar {
  border-radius: 0!important;
  border: 0;
  min-height: 100px;
}

header #navbar.sticky {
  width: 100%;
  position: fixed;
  top: 0;
}

header #navbar.navbar {
  margin-bottom: 0;
  z-index: 10000;
}

header #navbar.navbar a:focus-visible,
header #navbar.navbar button:focus-visible {
  outline-color: #fff;
}

header #navbar.navbar a:focus:not(:focus-visible),
header #navbar.navbar button:focus:not(:focus-visible) {
  outline: none;
}

header .container-fluid {
  padding: 0;
}

header .slide-menu-container {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
}

header .slide-menu-container--visible {
  display: block;
}

header .slide-menu {
  background-color: #333;
}

header .slide-menu .accessibility-group {
  position: relative;
}

header .slide-menu .accessibility-group.desktop {
  background-color: #222;
  text-align: center;
  padding: 10px 0;
}

header .slide-menu .accessibility-group.mobile {
  padding: 20px 30px 0 20px;
}

header .slide-menu .accessibility-group__wrapper {
  font-size: .7225rem;
}

header .slide-menu .accessibility-group__access-link {
  display: inline-block;
  padding: 7px;
}

header .slide-menu .accessibility-group__access-link span {
  margin-right: 5px;
  color: #fff;
}

header .slide-menu .accessibility-group__access-link a {
  color: #fff;
  font-weight: 400;
}

header .slide-menu .accessibility-group__access-link button {
  color: #fff;
  font-weight: 400;
  border: none;
  font-size: .7225rem;
  background-color: transparent;
  padding: 0;
}

header .slide-menu .accessibility-group__access-link.languages {
  display: block;
}

header .slide-menu .accessibility-group__access-link .icon-arrow-down5:before {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

header .slide-menu .accessibility-group .accessibility-selector {
  text-align: left;
  background-color: #222;
  font-size: .85rem;
}

header .slide-menu .accessibility-group .accessibility-selector ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 20px 10px;
  text-align: left;
  vertical-align: top;
}

header .slide-menu .accessibility-group .accessibility-selector ul li a {
  color: #fff;
}

header .slide-menu .accessibility-group .accessibility-selector ul li.line {
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}

header .slide-menu .menu-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .slide-menu .menu-nav .nav-buy-ticket .buy-ticket a.buy-ticket__link {
  border-bottom: none;
}

header .slide-menu .menu-nav .nav-buy-ticket .buy-ticket__link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  text-decoration: none;
  color: #c5b081;
  font-size: 1.2rem;
}

@media only screen and (min-width:992px) {
  header .slide-menu .menu-nav .nav-buy-ticket .buy-ticket__link {
    font-size: 24px;
  }
}

header .slide-menu .menu-nav .nav-buy-ticket .buy-ticket__link .icon {
  padding-right: 9px;
  font-size: 1.5rem;
}

header .slide-menu .menu-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  display: inline-block;
  text-decoration: none;
  border-bottom: 3px solid transparent;
}

@media only screen and (min-width:992px) {
  header .slide-menu .menu-nav li a {
    font-size: 24px;
  }
}

header .slide-menu .menu-nav li.active>a,
header .slide-menu .menu-nav li a:hover {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__top {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

header .slide-menu .menu-nav__top li {
  padding: 0 15px;
}

@media only screen and (max-width:599px) {
  header .slide-menu .menu-nav__top li:not(.nav-buy-ticket) {
    display: none;
  }
}

header .slide-menu .menu-nav__dropdown__list {
  border-bottom: 1px solid #222;
  cursor: pointer;
}

header .slide-menu .menu-nav__dropdown__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 52px;
}

header .slide-menu .menu-nav__dropdown__wrapper.navbar-nav {
  margin: 0;
  float: none;
}

header .slide-menu .menu-nav__dropdown__wrapper.open+.menu-nav__dropdown__sub {
  display: block;
  background-color: #222;
}

header .slide-menu .menu-nav__dropdown__wrapper.open>.menu-nav__dropdown__toggle:before {
  content: "\EDB8";
}

header .slide-menu .menu-nav__dropdown__wrapper:hover>a {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__dropdown__sub {
  display: none;
  padding: 5px 0;
  list-style: none;
}

header .slide-menu .menu-nav__dropdown__sub a {
  margin: 10px 45px;
}

header .slide-menu .menu-nav__dropdown__sub li:not(:last-child) {
  border-bottom: 1px solid #333;
}

header .slide-menu .menu-nav__dropdown__sub li:hover>a {
  border-bottom: 3px solid #fff;
}

header .slide-menu .menu-nav__dropdown__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #555;
  color: #fff;
  background-color: transparent;
  border-radius: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 4px;
  line-height: 1;
  font-family: icomoon;
}

header .slide-menu .menu-nav__dropdown__toggle:before {
  content: "\EDC0";
}

header .slide-menu .menu-nav__dropdown__toggle:focus {
  outline-color: #fff;
}

header .slide-menu .menu-nav__dropdown__toggle:active {
  outline: none;
  box-shadow: none;
}

header .top-menu {
  display: flex;
  position: relative;
}

@media only screen and (min-width:992px) {
  header .top-menu {
    padding: 0 60px;
  }
}

@media only screen and (min-width:1200px) {
  header .top-menu {
    padding: 0 80px;
  }
}

@media only screen and (max-width:991px) {
  header .top-menu {
    margin: 0 15px;
  }
}

header .top-menu__side {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 10%;
}

header .top-menu__wrapper {
  display: flex;
  justify-content: center;
  flex: 90%;
  min-height: 100px;
  position: relative;
  padding-top: 20px;
}

header .top-menu__brand {
  position: relative;
  height: auto;
  padding: 0;
  z-index: 999999;
  margin: 0;
}

header .top-menu__brand img {
  height: 44px;
}

@media only screen and (min-width:992px) {
  header .top-menu__brand img {
    height: 64px;
  }
}

header .top-menu__middle-nav {
  display: flex;
  flex-flow: column;
  align-items: center;
}

@media only screen and (min-width:992px) {
  header .top-menu__middle-nav {
    flex: 100%;
  }
}

header .top-menu .menu-button {
  height: 54px;
  width: 54px;
  border: none;
  color: #fff;
  background-color: transparent;
  display: block;
}

@media only screen and (min-width:992px) {
  header .top-menu .menu-button {
    height: 64px;
    width: 64px;
    font-size: 1rem;
  }

  header .top-menu .menu-button:before {
    font-size: 2rem;
  }
}

header .top-menu .menu-button__text {
  font-family: Open Sans,Arial,sans-serif;
  font-variant: small-caps;
  display: none;
}

header .top-menu .menu-button.icon-cross2 .close-menu,
header .top-menu .menu-button.icon-menu-search-1 .open-menu {
  display: block;
}

header .top-menu .menu-button:before {
  font-size: 1.75rem;
}

header .top-menu .menu-button:active,
header .top-menu .menu-button:focus,
header .top-menu .menu-button:hover {
  background-color: #222;
}

header .top-menu .menu-button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

header .menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: 1;
}

header .slide-menu-wrapper--slide+.menu-overlay {
  opacity: 1;
}

header .slide-menu-wrapper {
  position: absolute;
  border: 1px solid #222;
  -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1),0 1px 0 hsla(0,0%,100%,.1);
  background-color: #333;
  right: -470px;
  width: 100%;
  max-width: 470px;
  transition: all .5s ease-in-out;
  overflow-y: auto;
  display: none;
  height: 100%;
  z-index: 2;
}

header .slide-menu-wrapper--active {
  display: block;
  scrollbar-width: thin;
}

header .slide-menu-wrapper--active::-webkit-scrollbar {
  width: 3px;
}

header .slide-menu-wrapper--active::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 6px;
}

header .slide-menu-wrapper--slide {
  right: 0;
}

header .slide-menu-wrapper .search-menu {
  padding: 30px 0;
}

header .slide-menu-wrapper .search-menu__form {
  padding: 0 30px;
}

header .slide-menu-wrapper .search-menu__wrapper {
  width: 100%;
}

header .slide-menu-wrapper .search-menu__button {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 7px;
  color: #fff;
  z-index: 99999;
}

header .slide-menu-wrapper .search-menu__button__text {
  display: none;
}

header .slide-menu-wrapper .search-menu__form-control {
  font-size: 1rem;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #fff;
  height: 2.375rem;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  width: 100%;
  padding: 6px 12px;
}

header .slide-menu-wrapper .search-menu__form-control::-webkit-input-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:-moz-placeholder,
header .slide-menu-wrapper .search-menu__form-control::-moz-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:-ms-input-placeholder {
  color: #9c9c9c;
}

header .slide-menu-wrapper .search-menu__form-control:focus {
  border: 2px solid #fff;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
}

.submenu ul li {
  border-top: 1px solid #cdcdc8;
}

.shortcuts,
.social-links {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  padding: 5px;
}

.shortcut-text,
.shortcut-text:focus,
.shortcut-text:hover,
.social-link-text,
.social-link-text:focus,
.social-link-text:hover {
  color: #fff;
}

.shortcut-text:focus,
.social-link-text:focus {
  outline-color: #fff;
}

.tag,
.tag-solid {
  z-index: 1;
  background-color: #727779;
  position: absolute;
  padding: 1px 7px 3px;
  font-variant: small-caps;
  text-transform: lowercase;
  font-size: .85rem;
  font-weight: 700;
  color: #fff;
  top: 15px;
  left: 15px;
  letter-spacing: .04em;
}

.tag-solid {
  z-index: auto;
  position: static;
  display: inline-block;
}

.tag-solid a {
  color: #fff;
}

.tag-item .tag-container {
  margin-top: 15px;
  position: absolute;
  left: 15px;
  width: 170px;
}

.tag-item .tag-container .tag,
.tag-item .tag-container .tag-solid {
  position: relative;
  top: 0!important;
  left: 0!important;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}

.pink {
  background-color: #d33198!important;
}

.orange {
  background-color: #b06317!important;
}

.lightblue {
  background-color: #036fa2!important;
}

.violet {
  background-color: #884696!important;
}

.lightgreen {
  background-color: #388539!important;
}

.darkgold {
  background-color: #847248!important;
}

.middlegray {
  background-color: #727779!important;
}

.lightred {
  background-color: #db381f!important;
}

.vasa-red {
  background-color: #7a1214!important;
}

.vasa-green {
  background-color: #3a683b!important;
}

.vasa-blue {
  background-color: #3b386e!important;
}

.vasa-gold {
  background-color: #c5b081!important;
  color: #222;
}

.vasa-black {
  background-color: #303234!important;
}

@font-face {
  font-family: Sabon ET W03 Roman;
  src: url(./460426d1f57a975493b14904b877c044.eot?#iefix);
  src: url(./460426d1f57a975493b14904b877c044.eot?#iefix) format("eot"),url(./f3063489fdc6929e6ca5d1c4fbb7b128.woff2) format("woff2"),url(./3682105efb29d3b2ca1d4bb70a1b6ca9.woff) format("woff"),url(./3eae9276189e00d37ff1ec36c65b3ba7.ttf) format("truetype"),url(./90790c5261b18cbd989f84adeef73108.svg#65c4a629-dbcf-4467-80e0-e39701d71bbc) format("svg");
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./3eb5459d91a5743e0deaf2c7d7896b08.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./07cd1acf656521af831f0a37e304c5bb.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./af0b2118d34dcaf6e671ee67cf4d5be2.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Open Sans;
  src: url(./ac6de8932b6838e3e7739115e2145a7e.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

body {
  font-family: Open Sans,Arial,sans-serif;
  font-size: 1rem;
}

.h1,
.h2,
.h3,
.h4,
h1,
h2,
h3,
h4 {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
}

h5 {
  font-family: Open Sans,Arial,sans-serif;
}

.h1,
h1 {
  font-size: 2.4rem;
}

@media only screen and (min-width:480px) {
  .h1,
  h1 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width:992px) {
  .h1,
  h1 {
    font-size: 3.8rem;
  }
}

.h2,
h2 {
  font-size: 1.8rem;
}

@media only screen and (min-width:480px) {
  .h2,
  h2 {
    font-size: 2.1rem;
  }
}

@media only screen and (min-width:992px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}

.h3,
h3 {
  font-size: 1.4rem;
}

@media only screen and (min-width:768px) {
  .h3,
  h3 {
    font-size: 1.6rem;
  }
}

.h4,
.press-contacts-page .block h2,
.pressroom-contact-container .block h2,
h4 {
  font-size: 1.2rem;
}

@media only screen and (min-width:768px) {
  .h4,
  .press-contacts-page .block h2,
  .pressroom-contact-container .block h2,
  h4 {
    font-size: 1.2rem;
  }
}

@media only screen and (min-width:768px) {
  .h5,
  h5 {
    font-size: 1rem;
  }
}

.h6,
h6 {
  font-size: .85rem;
}

.sans-serif,
.social-listing-page .twitter-section .tweet-user {
  font-family: Open Sans,Arial,sans-serif;
}

p {
  line-height: 1.4;
  margin-bottom: .6875rem;
}

b,
strong {
  font-weight: 600;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #333;
}

a {
  font-weight: 400;
  color: #3b386e;
}

a:focus,
a:hover {
  color: #29274c;
}

a:focus {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
}

.press-video-link-wrapper .arrow {
  color: #3b386e;
}

.read-more {
  font-weight: 600;
}

.blog-author a:not(.btn),
.disturbance a:not(.btn),
.faq a:not(.btn),
.main-body a:not(.btn),
.main-intro a:not(.btn),
.top-event a:not(.btn) {
  text-decoration: underline;
}

.main-intro {
  font-size: 1.2rem;
  padding-top: 15px;
}

.sharing {
  margin-top: 30px;
}

.bg-gray {
  background-color: #cdcdc8;
}

.bg-gray .align-center {
  text-align: center;
}

.bg-light-gold {
  background-color: #f3f3f1;
}

.vasa-gray-light {
  background-color: #cdcdc8;
}

.skip-navigation li a {
  background-color: #7a1214;
}

.breadcrumbs>li+li:before {
  color: #7a1214;
}

.article-page .breadcrumbs {
  margin-bottom: 15px;
}

.start-page .inspiration {
  float: none;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration {
    display: flex;
    flex-wrap: wrap;
  }
}

.start-page .inspiration .text .text-wrapper .galar-link-underline {
  border-bottom: 3px solid #3b386e;
  color: #222;
  text-decoration: none;
}

.start-page .inspiration .inspiration-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.start-page .inspiration .inspiration-wrapper .media-narrow,
.start-page .inspiration .inspiration-wrapper .text {
  width: 100%;
  padding: 10px 20px 20px;
}

.start-page .inspiration .inspiration-wrapper .triangle {
  position: absolute;
  top: -15px;
  left: 44%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 20px solid #fff;
  z-index: 1;
}

.start-page .inspiration .inspiration-wrapper .text-wrapper .tag-container {
  padding-top: 0;
}

.start-page .inspiration .inspiration-wrapper .text-wrapper p {
  margin: 0 0 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  word-break: break-word;
}

@media only screen and (min-width:600px) {
  .start-page .inspiration .inspiration-wrapper {
    flex-direction: row;
  }

  .start-page .inspiration .inspiration-wrapper .media-narrow,
  .start-page .inspiration .inspiration-wrapper .text {
    width: 50%;
    padding: 20px;
  }

  .start-page .inspiration .inspiration-wrapper .triangle {
    left: -10px;
    top: 44%;
    border-top: 30px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-left: 0;
  }

  .start-page .inspiration .inspiration-wrapper .text-wrapper .tag-container {
    padding-top: 10px;
  }

  .start-page .inspiration .inspiration-wrapper .text-wrapper p {
    margin: 0 0 10px;
  }

  .start-page .inspiration .inspiration-wrapper .order-first {
    order: 1;
  }

  .start-page .inspiration .inspiration-wrapper .order-first .triangle {
    left: calc(100% - 10px);
    top: 44%;
    border-top: 30px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 30px solid transparent;
    border-right: 0;
  }

  .start-page .inspiration .inspiration-wrapper .order-second {
    order: 2;
  }
}

@media only screen and (min-width:1000px) {
  .start-page .inspiration .inspiration-wrapper {
    width: 50%;
  }
}

.fact-block-wrapper.background-light {
  background-color: #7a1214;
}

.fact-block-wrapper.background-dark {
  background-color: #333;
}

.main-body-empty .byline-position {
  margin-bottom: 15px;
}

@media only screen and (min-width:768px) {
  .main-body-empty .byline-position {
    margin-bottom: 5px;
  }
}

.todayblock {
  background-color: #fff;
  float: right;
  clear: both;
  width: 80%;
  margin: 50px 10%;
  font-size: .85rem;
  text-align: center;
}

@media only screen and (min-width:480px) {
  .todayblock {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  }
}

@media only screen and (min-width:1200px) {
  .todayblock {
    clear: none;
    margin-left: 0;
    margin-right: 80px;
    width: 450px;
    max-height: 500px;
    overflow-y: auto;
  }
}

.todayblock img {
  width: 100%;
}

.todayblock.block {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  z-index: 9999;
}

.todayblock p {
  font-size: .85rem;
  margin-bottom: 4px;
}

.todayblock .calendar,
.todayblock .prices {
  border-bottom: 1px solid #cdcdc8;
  padding-bottom: 15px;
}

.todayblock .datespan {
  display: block;
}

.todayblock .intro-message,
.todayblock .opening-hours {
  font-size: 1.2rem;
}

.todayblock .head {
  padding: 20px 30px;
  color: #fff;
}

.todayblock .head h2 {
  margin-top: 10px;
  font-size: calc(($h2-font-size * .85));
}

.todayblock .head p:last-child {
  margin-bottom: 0;
}

.todayblock .today-body {
  padding: 0 30px 30px;
}

.todayblock .today-body .heading-uppercase,
.todayblock .today-body h3 {
  text-transform: uppercase;
  font-size: calc(($h3-font-size * .7));
}

@media only screen and (min-width:768px) {
  .todayblock .today-body .heading-uppercase,
  .todayblock .today-body h3 {
    font-size: calc(($h3-font-size * .75));
  }
}

.todayblock .today-body .heading-uppercase a:hover,
.todayblock .today-body h3 a:hover {
  text-decoration: none;
}

.todayblock .today-body .buy-ticket {
  padding-top: 10px;
}

.todayblock .calendar ul {
  list-style-type: none;
  padding: 0;
}

.todayblock .calendar ul li {
  margin: 0;
}

.todayblock .calendar ul li .strong,
.todayblock .calendar ul li a {
  font-weight: 600;
}

.FormSelection.FormTextbox__Input,
.FormSelection select,
input.FormTextbox__Input,
input select,
textarea.FormTextbox__Input,
textarea select {
  border-color: #949494;
}

.FormSelection.FormTextbox__Input:focus,
.FormSelection select:focus,
input.FormTextbox__Input:focus,
input select:focus,
textarea.FormTextbox__Input:focus,
textarea select:focus {
  border-color: #3b386e;
}

.FormSelection:after {
  top: 40px;
}

.FormChoice .Form__Element__Caption {
  font-family: Sabon ET W03 Roman,Garamond,serif;
  word-wrap: break-word;
  font-weight: 400;
  line-height: 1.15;
  font-size: 1.4rem;
  color: #222;
  border-bottom: none;
}

@media only screen and (min-width:768px) {
  .FormChoice .Form__Element__Caption {
    font-size: 1.6rem;
  }
}

.FormChoice label:before {
  border-color: #949494;
}

.FormChoice label.input-checkbox.checked:before,
.FormChoice label.input-checkbox.focus:before,
.FormChoice label.input-checkbox.hover:before {
  border-color: #3b386e;
}

.FormChoice label.input-checkbox.checked:after {
  color: #3b386e;
}

.FormChoice label.input-radio.checked:before,
.FormChoice label.input-radio.focus:before {
  border-color: #3b386e;
}

.FormChoice label.input-radio.checked:after {
  background-color: #3b386e;
}

.Form__NavigationBar__Action {
  color: #fff;
  background-color: #847248;
}

.Form__NavigationBar__Action:hover {
  background-color: #635636;
}

.Form__NavigationBar__Action[disabled] {
  color: #222;
  background-color: #cdcdc8;
}

.comment-block-line {
  border-top: 4px solid #5f0e10;
}

.comment-block-content .flex-header .icon-bubbles2 {
  color: #fff;
  background: #5f0e10;
}

.comment-block-content .simple-button {
  color: #5f0e10;
}

.comment-block-content .input-error {
  color: #fff;
  background: #5f0e10;
}

.comment-block-content #comments-form label {
  color: #222;
  font-family: Open Sans,Arial,sans-serif;
  font-weight: 400;
}

.comment-block-content #comments-form .submit-button {
  background: #847248;
  color: #fff;
}

.comment-block-content #comments-form .space {
  height: 26.84px;
  display: block;
}

.comment-block-content .checkmark {
  border: 2px solid #949494;
}

.comment-block-content .checkbox-container input:checked~.checkmark,
.comment-block-content .checkbox-container input:focus~.checkmark {
  border: 2px solid #3b386e;
}

.comment-block-content .checkbox-container .checkmark:after {
  border: solid #3b386e;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.comment-block-content .checkmark:after {
  border: 2px solid #3b386e;
}

.comment-block-content .comments-list .child-comment {
  background: #fff;
}

.comment-block-content .comments-list .date {
  font-size: .85rem;
}

.comment-block-content .comments-list .moderator-tag {
  color: #fff;
  background-color: #5f0e10;
  font-size: .85rem;
}

a.carousel-control:hover {
  color: #3b386e;
  text-shadow: 0 1px 2px hsla(0,0%,100%,.6);
}

a.carousel-control:focus {
  outline-color: #3b386e;
}

.infoblock {
  background-color: #f3f3f1;
  padding: 70px 0;
}

.infoblock .info-body .visitor-barometer span.visitor-amount-low {
  background-color: #4b9c30;
}

.infoblock .info-body .visitor-barometer span.visitor-amount-normal {
  background-color: #d56a00;
}

.infoblock .info-body .visitor-barometer span.visitor-amount-high {
  background-color: #c50d12;
}

.infoblock .info-body .info-area {
  max-width: 500px;
}

@media only screen and (max-width:991px) {
  .infoblock .info-body .info-area-price {
    border-top: 1px solid #cdcdc8;
  }
}

@media only screen and (min-width:992px) {
  .infoblock .info-body .info-area {
    max-width: 600px;
    padding: 0 110px;
  }

  .infoblock .info-body .info-area-opening-hours {
    border-right: 1px solid #cdcdc8;
  }
}

.infoblock .info-body .info-area-heading {
  font-size: clamp(1.8rem,3vw,2.4rem);
  color: #555;
  text-align: left;
}

.infoblock .info-body .info-area-column p {
  font-size: 1.15rem;
}

.infoblock .info-body .info-area .btn-buy {
  background-color: #847248;
  padding: 10px 14px;
}

.infoblock .info-body .info-area .btn-buy:focus,
.infoblock .info-body .info-area .btn-buy:hover {
  background-color: #635636;
}

.infoblock .info-body .info-area-link {
  font-size: 1.15rem;
}

.infoblock .info-body .info-area .extra-info {
  font-size: .85rem;
}

.infoblock.infoblock--alternative {
  background-color: #333;
}

@media only screen and (min-width:992px) {
  .infoblock.infoblock--alternative {
    padding: 25px 75px;
  }
}

@media only screen and (min-width:1200px) {
  .infoblock.infoblock--alternative {
    padding: 25px 125px 25px 100px;
  }
}

@media only screen and (min-width:992px) {
  .infoblock.infoblock--alternative .info-area {
    width: 400px;
  }
}

.infoblock.infoblock--alternative .info-area * {
  color: #fff!important;
}

.infoblock.infoblock--alternative .info-area-column {
  margin-bottom: 20px;
}

.infoblock.infoblock--alternative .info-area-price {
  border-top: 1px solid #cdcdc8;
}

.article-page h1.media-wrapper-heading {
  padding: .3em .5em;
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #222;
  margin-top: 0;
}

.article-page h1.media-wrapper-heading.lego-wrapper {
  background-color: #4cbee6;
  color: #00416b;
}

@media only screen and (min-width:480px) {
  .article-page h1.media-wrapper-heading {
    padding: .5em 1em;
  }
}

.article-page .article-image-wrapper {
  position: relative;
}

.article-page .article-image-wrapper .first-image-text {
  font-style: normal;
  text-align: left;
  color: #fff;
  background-color: rgba(34,34,34,.8);
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
}

.article-page .lego-block .articlepageteaserblock .special-block-heading .heading-arrow,
.article-page .lego-block .informationpageteaserblock .special-block-heading .heading-arrow {
  background-color: #4cbee6;
  color: #00416b;
}

.head-image {
  position: relative;
  height: 400px;
}

@media only screen and (min-width:768px) {
  .head-image {
    height: 600px;
  }
}

.head-image .byline-position {
  top: 0;
  bottom: unset;
  padding: 10px 15px;
}

.head-image .background-image,
.head-image picture {
  height: 600px;
}

.head-image .head-image-text {
  color: #fff;
  text-align: center;
  background: -webkit-linear-gradient(top,transparent,#000);
  height: 200px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.head-image .head-image-text #main-heading {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 25px;
}

.start-page .inspiration h2 {
  text-align: left;
}

.start-page .inspiration .icon-arrow-right8 {
  color: #fff;
  background-color: #847248;
}

.start-page .inspiration .detailed-inspirationblock>div .text,
.start-page .inspiration .inspirationblock>div .text {
  background-color: rgba(51,51,51,.8);
  color: #fff;
  text-align: left;
}

.start-page .inspiration .detailed-inspirationblock .heading-hover,
.start-page .inspiration .inspirationblock .heading-hover {
  color: #fff;
}

.start-page .inspiration .text-inner {
  max-width: 33rem;
  margin: auto;
}

.start-page .inspiration a:focus .text {
  outline-color: #fff;
}

.start-page .inspiration .missing-video-text a:focus {
  outline-color: #3b386e!important;
}

@media only screen and (min-width:768px) {
  .start-page .header-text {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.start-page .header-text .text-wrapper {
  color: #222;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width:768px) {
  .start-page .header-text .text-wrapper {
    width: 70%;
  }
}

@media only screen and (min-width:1200px) {
  .start-page .header-text .text-wrapper {
    width: 50%;
  }
}

.start-page h2 {
  text-align: center;
  color: #222;
}

@media only screen and (min-width:480px) {
  .start-page h2 {
    font-size: 3.04rem;
  }
}

@media only screen and (min-width:1200px) {
  .start-page h2 {
    font-size: 3.8rem;
  }
}

.start-page .btn-center {
  margin-top: 25px;
}

.start-page .top-calendar-items .back,
.start-page .top-calendar-items .fwd {
  position: absolute;
  font-size: 2.5rem;
  top: 39%;
}

@media only screen and (min-width:992px) {
  .start-page .top-calendar-items .back,
  .start-page .top-calendar-items .fwd {
    font-size: 3.75rem;
  }
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .back,
  .start-page .top-calendar-items .fwd {
    font-size: 3.75rem;
  }
}

.start-page .top-calendar-items .back:hover,
.start-page .top-calendar-items .fwd:hover {
  text-decoration: none!important;
  color: #29274c;
}

.start-page .top-calendar-items .back:focus,
.start-page .top-calendar-items .fwd:focus {
  text-decoration: none;
}

.start-page .top-calendar-items .back.disabled,
.start-page .top-calendar-items .fwd.disabled {
  color: #cdcdc8;
}

.start-page .top-calendar-items .back span:hover,
.start-page .top-calendar-items .fwd span:hover {
  text-decoration: none!important;
  color: #29274c;
}

.start-page .top-calendar-items .back {
  left: 35px;
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .back {
    left: 100px;
  }
}

.start-page .top-calendar-items .fwd {
  right: 35px;
}

@media only screen and (min-width:1400px) {
  .start-page .top-calendar-items .fwd {
    right: 100px;
  }
}

.simplestartpage-content {
  margin-top: 0;
}

.online-ticket-wrap a {
  text-decoration: underline;
}

.online-ticket-wrap .line-items a {
  text-decoration: none;
}

.online-ticket-wrap a[disabled],
.online-ticket-wrap a[disabled]:hover {
  pointer-events: auto;
}

.online-ticket-wrap a[disabled]:hover span,
.online-ticket-wrap a[disabled] span {
  background-color: #e8e8e8;
}

.online-ticket-wrap div[class$=-panel] {
  padding: 40px 0;
}

.online-ticket-wrap div.ticket-hide {
  background-color: rgba(122,18,20,.8);
  position: absolute;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-text {
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 25px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-text h1,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h2,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h3,
.online-ticket-wrap div.ticket-hide .ticket-hide-text h4 {
  margin-top: 10px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.online-ticket-wrap div.ticket-hide .ticket-hide-button a {
  text-decoration: none;
}

.online-ticket-wrap div.grid-panel {
  padding: 15px;
  background: #efefef;
  margin-bottom: 30px;
  position: relative;
}

.online-ticket-wrap div.selection-panel {
  background: #f3f3f1;
}

.online-ticket-wrap div.checkout-panel {
  background: #efefef;
}

@media only screen and (max-width:480px) {
  .online-ticket-wrap .image-container .well {
    padding: 5px;
  }
}

.online-ticket-wrap .image-container .well .item {
  padding: 5px 0;
}

.online-ticket-wrap .image-container .well .item .btn,
.online-ticket-wrap .image-container .well .item .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-container .well .item a {
  padding: 4px 6px;
  margin: 0 5px;
  font-size: small;
}

.online-ticket-wrap .image-container .well .item .btn:hover,
.online-ticket-wrap .image-container .well .item .search-page .filter a:hover,
.search-page .filter .online-ticket-wrap .image-container .well .item a:hover {
  background-color: #cdcdc8;
}

@media only screen and (max-width:480px) {
  .online-ticket-wrap .image-container .well .item {
    font-size: small;
  }

  .online-ticket-wrap .image-container .well .item .btn,
  .online-ticket-wrap .image-container .well .item .search-page .filter a,
  .search-page .filter .online-ticket-wrap .image-container .well .item a {
    margin: 0 3px;
    font-size: .625rem;
  }
}

.online-ticket-wrap .image-container .total p {
  font-size: 1.25rem;
}

.online-ticket-wrap button {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  border: 0;
}

.online-ticket-wrap button.btn-primary:active,
.online-ticket-wrap button.btn-primary:active:focus,
.online-ticket-wrap button.btn-primary:active:hover,
.online-ticket-wrap button.btn-primary:focus {
  background-color: #847248!important;
}

.online-ticket-wrap button#confirmPurchaseBtn[disabled] {
  background-color: #e8e8e8!important;
  color: #303234!important;
}

.online-ticket-wrap .add-ticket {
  -moz-user-select: none;
  background-image: none;
  background-color: #fff;
  width: 42px!important;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.online-ticket-wrap .add-ticket:hover {
  background-color: #e6e6e6;
}

.online-ticket-wrap .item-quantity {
  width: 3rem;
  border: none;
  background: transparent;
  text-align: center;
}

.online-ticket-wrap button.close {
  width: auto!important;
  color: #000!important;
  opacity: .2;
}

.online-ticket-wrap button.dark {
  background: #303234;
}

.online-ticket-wrap button.green {
  background: #3a683b;
}

.online-ticket-wrap button.blue {
  background: #3b386e;
}

.online-ticket-wrap .boxed {
  margin-bottom: 15px;
}

.online-ticket-wrap .boxed .box-content,
.online-ticket-wrap .boxed .box-head {
  padding: 15px;
}

.online-ticket-wrap .boxed .box-head {
  color: #fff;
  background: #7a1214;
}

.online-ticket-wrap .boxed .box-head h1,
.online-ticket-wrap .boxed .box-head h2,
.online-ticket-wrap .boxed .box-head h3 {
  margin: 0;
}

.online-ticket-wrap .boxed .box-content {
  background: #fff;
}

.online-ticket-wrap .boxed .box-content h1,
.online-ticket-wrap .boxed .box-content h2 {
  margin-top: 5px;
}

.online-ticket-wrap .image-grid {
  padding: 0;
}

.online-ticket-wrap .image-grid .grid-item {
  margin: 0;
}

.online-ticket-wrap .image-grid .grid-item .item {
  margin-bottom: 10px;
}

.online-ticket-wrap .image-grid .grid-item .item .item-cell {
  height: 40px;
  display: flex;
  align-items: center;
}

@media (max-width:767px) {
  .online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper {
    text-align: left;
  }
}

.online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper .btn,
.online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-grid .grid-item .item .item-count-wrapper a {
  padding: 10px 13px;
}

.online-ticket-wrap .image-grid .grid-item .item .btn-primary,
.online-ticket-wrap .image-grid .grid-item .item .search-page .filter a,
.search-page .filter .online-ticket-wrap .image-grid .grid-item .item a {
  margin-top: 20px;
  margin-bottom: 0;
}

.online-ticket-wrap .image-grid .grid-item .item span.disabled {
  opacity: .5;
}

.online-ticket-wrap .image-grid .grid-item img {
  max-width: 100%;
}

.online-ticket-wrap .image-grid .grid-item .z-index-100 {
  z-index: 100;
}

.online-ticket-wrap .image-grid .grid-item .info-container {
  background: #fff;
  padding: 10px;
}

.online-ticket-wrap .image-grid .grid-item .info-container h3 {
  margin-top: 0;
}

.online-ticket-wrap .image-grid .grid-item .info-container p {
  margin-bottom: 0;
}

.online-ticket-wrap .image-grid .grid-item .info-container .calendar-dateplace {
  display: inline-block;
}

.online-ticket-wrap .loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border: 14px solid #cdcdc8;
  border-top: 14px solid #303234;
  border-radius: 50%;
  z-index: 101;
  animation: spin 2s linear infinite;
}

.online-ticket-wrap .loader.active {
  display: block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.online-ticket-wrap .checkout-panel fieldset {
  margin-top: 22px;
}

.online-ticket-wrap .checkout-panel fieldset a {
  display: block;
  font-size: .875rem;
}

.online-ticket-wrap .checkout-panel label {
  display: block;
}

.online-ticket-wrap .checkout-panel input[type=email],
.online-ticket-wrap .checkout-panel input[type=number],
.online-ticket-wrap .checkout-panel input[type=password],
.online-ticket-wrap .checkout-panel input[type=text],
.online-ticket-wrap .checkout-panel select,
.online-ticket-wrap .checkout-panel textarea {
  display: block;
  width: 100%;
}

.online-ticket-wrap .checkout-panel textarea {
  min-height: 120px;
}

.online-ticket-wrap .checkout-panel input[type=submit] {
  float: right;
}

.online-ticket-wrap .checkout-panel .booking-details ul {
  padding-left: 20px;
}

.online-ticket-wrap .radio-payment {
  cursor: pointer;
  display: block;
  font-weight: 400;
  margin-bottom: 0;
  padding-left: 10px;
  position: relative;
  vertical-align: middle;
}

.online-ticket-wrap .user-input-divider {
  margin: 20px 0 30px;
}

.online-ticket-wrap .cart-total {
  font-size: 1.5rem;
}

.online-ticket-wrap .email-label {
  padding-left: 0;
}

.online-ticket-wrap .payment {
  padding-left: 25px;
}

.online-ticket-wrap .ticket-footer {
  padding: 35px 0;
  background: #fff;
  color: #222;
}

.online-ticket-wrap h1 {
  color: pink!important;
}

.online-ticket-wrap label.error {
  font-weight: 300;
  font-size: .875rem;
  color: #7a1214;
}

.online-ticket-wrap .tooltip>.tooltip-inner {
  background-color: #303234;
}

.online-ticket-wrap .tooltip.top .tooltip-arrow {
  border-top-color: #303234;
}

@media (max-width:400px) {
  #recaptchaContainer {
    transform: scale(.75)!important;
    -webkit-transform: scale(.75)!important;
    transform-origin: 0 0!important;
    -webkit-transform-origin: 0 0!important;
  }
}

.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=email],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=number],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=password],
.online-booking-wrap .checkout-panel .search-page #search-form-page input[type=text],
.online-booking-wrap .checkout-panel .search-page #search-form-page select,
.online-booking-wrap .checkout-panel .search-page #search-form-page textarea,
.online-booking-wrap .user-panel .search-page #search-form-page input[type=email],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=number],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=password],
.online-booking-wrap .user-panel .search-page #search-form-page input[type=text],
.online-booking-wrap .user-panel .search-page #search-form-page select,
.online-booking-wrap .user-panel .search-page #search-form-page textarea,
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=email],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=number],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=password],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input[type=text],
.online-ticket-wrap .checkout-panel .search-page #search-form-page select,
.online-ticket-wrap .checkout-panel .search-page #search-form-page textarea,
.search-page #search-form-page .form-control,
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=email],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=number],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=password],
.search-page #search-form-page .online-booking-wrap .checkout-panel input[type=text],
.search-page #search-form-page .online-booking-wrap .checkout-panel select,
.search-page #search-form-page .online-booking-wrap .checkout-panel textarea,
.search-page #search-form-page .online-booking-wrap .user-panel input[type=email],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=number],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=password],
.search-page #search-form-page .online-booking-wrap .user-panel input[type=text],
.search-page #search-form-page .online-booking-wrap .user-panel select,
.search-page #search-form-page .online-booking-wrap .user-panel textarea,
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=email],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=number],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=password],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input[type=text],
.search-page #search-form-page .online-ticket-wrap .checkout-panel select,
.search-page #search-form-page .online-ticket-wrap .checkout-panel textarea {
  border-color: #949494;
}

.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=email],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=number],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=password],
.online-booking-wrap .checkout-panel .search-page #search-form-page input:focus[type=text],
.online-booking-wrap .checkout-panel .search-page #search-form-page select:focus,
.online-booking-wrap .checkout-panel .search-page #search-form-page textarea:focus,
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=email],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=number],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=password],
.online-booking-wrap .user-panel .search-page #search-form-page input:focus[type=text],
.online-booking-wrap .user-panel .search-page #search-form-page select:focus,
.online-booking-wrap .user-panel .search-page #search-form-page textarea:focus,
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=email],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=number],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=password],
.online-ticket-wrap .checkout-panel .search-page #search-form-page input:focus[type=text],
.online-ticket-wrap .checkout-panel .search-page #search-form-page select:focus,
.online-ticket-wrap .checkout-panel .search-page #search-form-page textarea:focus,
.search-page #search-form-page .form-control:focus,
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=email],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=number],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=password],
.search-page #search-form-page .online-booking-wrap .checkout-panel input:focus[type=text],
.search-page #search-form-page .online-booking-wrap .checkout-panel select:focus,
.search-page #search-form-page .online-booking-wrap .checkout-panel textarea:focus,
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=email],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=number],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=password],
.search-page #search-form-page .online-booking-wrap .user-panel input:focus[type=text],
.search-page #search-form-page .online-booking-wrap .user-panel select:focus,
.search-page #search-form-page .online-booking-wrap .user-panel textarea:focus,
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=email],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=number],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=password],
.search-page #search-form-page .online-ticket-wrap .checkout-panel input:focus[type=text],
.search-page #search-form-page .online-ticket-wrap .checkout-panel select:focus,
.search-page #search-form-page .online-ticket-wrap .checkout-panel textarea:focus {
  border-color: #3b386e;
}

.search-page .result-item-wrapper:focus .result-item {
  outline: 2px solid #3b386e;
  outline-offset: 2px;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list,
.sitemap-page .sitmap-lists-wrapper:not(:last-child) {
  border-bottom-color: #cdcdc8;
}

.sitemap-page .sitmap-lists-wrapper .sitmap-list li ul li ul {
  border-left-color: #7a1214;
}

.press-release-page .related-media .media-item .pressroom-modal-trigger:hover {
  background-color: #333;
}

.press-media-modal {
  background-color: rgba(51,51,51,.8);
}

@media only screen and (max-width:767px) {
  .press-listing-page .main-area .first-post h2 {
    font-size: 1.4rem;
  }
}

.press-listing-page .content-wrap .right-area section {
  background-color: #f3f3f1;
}

.press-listing-page .content-wrap .right-area section.pressroom-contact-container .block .main-intro p,
.press-listing-page .content-wrap .right-area section h2 {
  border-bottom-color: #847248;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email {
  border: 2px solid #949494;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:focus-visible,
.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .input-field #pressroom-subscribe-email:hover {
  border-color: #3b386e;
}

.press-listing-page .content-wrap .right-area section.pressroom-subscribe-container .pressroom-subscribe-terms-links {
  text-align: left;
}

.press-contacts-page .content-wrap .block>div {
  background-color: #f3f3f1;
}

.press-contacts-page .content-wrap .block>div h2 {
  border-bottom-color: #847248;
}

.press-contacts-page .content-wrap .block>div .main-intro {
  text-align: left;
}

.press-contacts-page .content-wrap .block>div .main-intro p {
  border-bottom-color: #847248;
}

.visitor-page .extra-info {
  font-size: .85rem!important;
}

.visitor-page h1 {
  font-size: clamp(2.16rem,5vw,4.37rem);
}

.visitor-page h2 {
  font-size: clamp(1.6rem,5vw,2.64rem);
}

.visitor-page h3 {
  font-size: clamp(1rem,3vw,1.6rem);
  font-weight: 600;
}

.visitor-page p {
  font-size: clamp(.85rem,2vw,1.2rem)!important;
}

.visitor-page-content .main-section.background-dark {
  background-color: #f3f3f1;
}

.visitor-page-content .main-section.background-important {
  background-color: #7a1214;
}

.visitor-page-content .main-section.background-important * {
  color: #fff;
}

.calendar-item-partial .date .number {
  font-size: 1.6rem;
  line-height: 1.625rem;
  margin: 0;
}

.calendar-item-partial .tag-container {
  left: 4rem!important;
}

.partial-block .tag-container {
  width: 250px;
}

.partial-block .special-block-heading h2 {
  font-size: 1.2rem;
}

@media only screen and (min-width:600px) {
  .partial-block .special-block-heading h2 {
    font-size: 1.2rem;
  }
}

.partial-block.calendar-item-partial .text {
  left: 1.5%;
  top: 52%;
  height: 97.5%;
  width: 98.5%;
}

.partial-block.calendar-item-partial .special-block-heading {
  width: 100%;
}

.partial-block.calendar-item-partial picture {
  left: 1.5%;
  width: 98.5%;
}

.partial-block .block-inner-box:hover .heading-arrow-white:before,
.partial-block .block-inner-box:hover .heading-arrow:before {
  padding-left: 4px;
  margin-right: -4px;
}

.partial-block .block-inner-box:hover {
  color: #fff;
}

.partial-block .block-image {
  display: contents;
}

.partial-block .block-image .special-block-heading {
  text-align: center;
  padding: 0;
}

.partial-block .block-image .special-block-heading .heading-arrow,
.partial-block .block-image .special-block-heading .heading-arrow-white {
  color: #fff;
  padding: 15px;
}

.partial-block .text {
  opacity: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(51,51,51,.8);
  color: #fff;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partial-block .text h2 {
  font-family: Open Sans,Arial,sans-serif;
  margin-top: 0;
}

.partial-block .text div {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  padding: 30px;
  height: 100%;
}

.partial-block:not(.highlight-partial) .text div h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.press-page-header .press-room-header-button-menu .btn,
.press-page-header .press-room-header-button-menu .search-page .filter a,
.search-page .filter .press-page-header .press-room-header-button-menu a {
  background-color: #7a1214;
  color: #fff;
}

.press-page-header .press-room-header-button-menu .btn.active,
.press-page-header .press-room-header-button-menu .btn:hover,
.press-page-header .press-room-header-button-menu .search-page .filter a.active,
.press-page-header .press-room-header-button-menu .search-page .filter a:hover,
.search-page .filter .press-page-header .press-room-header-button-menu a.active,
.search-page .filter .press-page-header .press-room-header-button-menu a:hover {
  text-decoration: underline;
  background-color: #5f0e10;
}

.social-feed-partial-vasa {
  position: relative;
  margin: auto;
}

.social-feed-partial-vasa .social {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  padding: 0 60px;
}

@media only screen and (min-width:480px) {
  .social-feed-partial-vasa .social {
    padding: 0 75px;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .social {
    padding: 0 120px;
  }
}

@media only screen and (min-width:992px) {
  .social-feed-partial-vasa .social {
    padding: 0 100px;
  }
}

@media only screen and (min-width:1400px) {
  .social-feed-partial-vasa .social {
    width: 1420px;
  }
}

.social-feed-partial-vasa .social h2 {
  margin-top: 0;
  font-size: 6vw;
}

@media only screen and (min-width:480px) {
  .social-feed-partial-vasa .social h2 {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .social h2 {
    font-size: 2.6rem;
  }
}

.social-feed-partial-vasa .social .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.social-feed-partial-vasa .social .row:after,
.social-feed-partial-vasa .social .row:before {
  content: unset;
}

.social-feed-partial-vasa .social .social-item {
  position: relative;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1/1;
  width: calc(100% / 6 - 5px);
}

@media only screen and (max-width:991px) {
  .social-feed-partial-vasa .social .social-item {
    width: calc(100% / 3 - 5px);
  }
}

.social-feed-partial-vasa .social .social-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.social-feed-partial-vasa .social .social-icon {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: .875rem;
  color: #222;
  padding: 5px;
  background-color: #cdcdc8;
  z-index: 9999;
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .social .social-icon {
    left: 10px;
    top: 10px;
  }
}

.social-feed-partial-vasa .back,
.social-feed-partial-vasa .fwd {
  color: #333;
}

.social-feed-partial-vasa .back span:focus,
.social-feed-partial-vasa .fwd span:focus {
  outline: none;
}

.social-feed-partial-vasa .back,
.social-feed-partial-vasa .fwd {
  position: absolute;
  display: block;
}

.social-feed-partial-vasa .back span,
.social-feed-partial-vasa .fwd span {
  font-size: 2.5rem;
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .back span,
  .social-feed-partial-vasa .fwd span {
    font-size: 3.2rem;
  }
}

@media only screen and (min-width:1200px) {
  .social-feed-partial-vasa .back span,
  .social-feed-partial-vasa .fwd span {
    font-size: 3.75rem;
  }
}

.social-feed-partial-vasa .back:focus,
.social-feed-partial-vasa .back:hover,
.social-feed-partial-vasa .fwd:focus,
.social-feed-partial-vasa .fwd:hover {
  text-decoration: none;
}

.social-feed-partial-vasa .back {
  left: 0;
}

.social-feed-partial-vasa .back .icon-right .icon-left:before {
  content: "\EDC4";
}

.social-feed-partial-vasa .fwd {
  right: 0;
}

.social-feed-partial-vasa .fwd .icon-right .icon-right:before {
  content: "\EDBC";
}

.social-feed-partial-vasa .show-more {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.social-feed-partial-vasa .show-more a {
  font-size: 2.5vw;
}

@media only screen and (min-width:480px) {
  .social-feed-partial-vasa .show-more a {
    font-size: 3vw;
  }
}

@media only screen and (min-width:768px) {
  .social-feed-partial-vasa .show-more a {
    font-size: 1rem;
  }
}

@media only screen and (min-width:992px) {
  .social-feed-partial-vasa .show-more {
    margin-top: 20px;
  }
}

.blog-body {
  background-color: #f3f3f1;
}

.blog-body .head-wrap .descritpion-content {
  border-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-info,
.blog-body .content-wrap .main-area .blog-post .blog-post-info {
  border-top-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-info-full,
.blog-body .content-wrap .main-area .blog-post .blog-post-info-full {
  border-bottom-color: #cdcdc8;
}

.blog-body .content-wrap .main-area .blog-post-full .blog-post-icon,
.blog-body .content-wrap .main-area .blog-post .blog-post-icon {
  color: #cdcdc8;
}

.blog-body .content-wrap .right-area button {
  background-color: #333;
}

.blog-body .content-wrap .right-area .blog-partial li a,
.blog-body .content-wrap .right-area button .active,
.blog-body .content-wrap .right-area button :focus,
.blog-body .content-wrap .right-area button:hover {
  background-color: #222;
}

.blog-body .content-wrap .right-area .blog-partial li a:hover {
  background-color: #333;
}

.blog-body .content-wrap .right-area .blog-partial li a .latest-post-title {
  border-bottom-color: #cdcdc8;
}

.blog-body .content-wrap .right-area .blog-partial li a .latest-post-date {
  font-weight: 400;
}

.blog-body .content-wrap .right-area .blog-partial li a.active {
  background-color: #333;
}

@media only screen and (min-width:768px) {
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper button {
    color: #3b386e!important;
  }
}

.blog-body .content-wrap .right-area #search-form-blog .search-wrapper input {
  background-color: #4e0b0d;
}

@media only screen and (min-width:768px) {
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input {
    background-color: #fff;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input::-webkit-input-placeholder {
    color: #222!important;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:-moz-placeholder,
  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input::-moz-placeholder {
    color: #222!important;
  }

  .blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:-ms-input-placeholder {
    color: #222!important;
  }
}

.blog-body .content-wrap .right-area #search-form-blog .search-wrapper input:focus {
  border: 2px solid #3b386e;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 10px;
  box-shadow: none;
}

.blog-body .comment-block-content {
  background: #fff;
}

.blog-body .comments-list .moderator-child-comment,
.blog-body .comments-list .moderator-inner-comment {
  background: #f3f3f1;
}