@charset "UTF-8";
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/DroidSans-webfont.eot");
  src: url("../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-webfont.woff") format("woff"), url("../fonts/DroidSans-webfont.ttf") format("truetype"), url("../fonts/DroidSans-webfont.svg#droid_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Droid Sans";
  src: url("../fonts/DroidSans-Bold-webfont.eot");
  src: url("../fonts/DroidSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSans-Bold-webfont.woff") format("woff"), url("../fonts/DroidSans-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSans-Bold-webfont.svg#droid_sansbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Droid Serif";
  src: url("../fonts/DroidSerif-Bold-webfont.eot");
  src: url("../fonts/DroidSerif-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Bold-webfont.woff") format("woff"), url("../fonts/DroidSerif-Bold-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Bold-webfont.svg#droid_serifbold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Droid Serif";
  src: url("../fonts/DroidSerif-BoldItalic-webfont.eot");
  src: url("../fonts/DroidSerif-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-BoldItalic-webfont.woff") format("woff"), url("../fonts/DroidSerif-BoldItalic-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-BoldItalic-webfont.svg#droid_serifbold_italic") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: "Droid Serif";
  src: url("../fonts/DroidSerif-Italic-webfont.eot");
  src: url("../fonts/DroidSerif-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Italic-webfont.woff") format("woff"), url("../fonts/DroidSerif-Italic-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Italic-webfont.svg#droid_serifitalic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: "Droid Serif";
  src: url("../fonts/DroidSerif-Regular-webfont.eot");
  src: url("../fonts/DroidSerif-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/DroidSerif-Regular-webfont.woff") format("woff"), url("../fonts/DroidSerif-Regular-webfont.ttf") format("truetype"), url("../fonts/DroidSerif-Regular-webfont.svg#droid_serifregular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, p, a, ul, li, img, label, time, div, section, span, fieldset, textarea, select, label, caption, figure, figcaption, blockquote, button {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
  background: none;
  text-decoration: none;
  color: #4a4a4a;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  font-family: "Droid Serif", serif;
  background: #4a4a4a;
  padding: 0;
  margin: 0; }

body, html {
  height: 100%; }

a {
  color: white;
  text-decoration: underline; }

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

button {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  font-weight: 700;
  color: #d6b072;
  vertical-align: middle;
  cursor: pointer; }

p {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 24px; }

.help {
  font-weight: 700;
  color: #d6b072; }

b {
  letter-spacing: 0.025em; }

time {
  color: white; }

blockquote {
  font-size: 17px;
  line-height: 24px; }

h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.39em;
  letter-spacing: 0.01em;
  margin-bottom: 20px; }

h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.028em;
  margin-bottom: 20px; }

.exhibition_grouper {
  color: #d6b072;
  text-align: center; }

h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 27px; }

h5 {
  font-size: 16px;
  font-weight: 700; }

.alert {
  margin-bottom: 0; }

figure {
  position: relative; }
  figure figcaption {
    position: absolute;
    bottom: 0; }

div {
  box-sizing: border-box; }

form p {
  margin-bottom: 10px; }

label.dark {
  color: #4a4a4a; }

input[type=checkbox] {
  width: auto; }

select {
  border: none;
  background: #595854;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  width: 100%;
  font-weight: 300;
  font-family: "Droid Serif", serif;
  box-sizing: border-box;
  width: 50px; }
  select:hover {
    color: #d6b072;
    cursor: pointer; }

button.add-product {
  background: #595854;
  padding: 10px;
  color: white;
  margin-left: 10px;
  font-weight: 300;
  text-decoration: none; }
  button.add-product:hover {
    color: #d6b072; }

input {
  border: none;
  background: #595854;
  font-size: 14px;
  color: white;
  padding: 10px 20px;
  width: 100%;
  font-weight: 300;
  font-family: "Droid Serif", serif;
  box-sizing: border-box; }

input[type=submit]:hover {
  cursor: pointer; }

input.compact {
  width: 100px; }

#mc_embed_signup label {
  display: block; }
#mc_embed_signup input[type="text"],
#mc_embed_signup input[type="email"] {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #4A4A4A; }

/* WebKit, Blink, Edge */
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: "Droid Sans", sans; }

/* Mozilla Firefox 4 to 18 */
:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: "Droid Sans", sans; }

/* Mozilla Firefox 19+ */
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: "Droid Sans", sans; }

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 700;
  font-family: "Droid Sans", sans; }

input[type='radio'] {
  width: initial;
  margin-bottom: 10px; }

input[type='submit'] {
  background: none;
  font-size: 17px;
  font-weight: 700;
  color: #d6b072; }

label {
  color: white; }

#scrolled {
  position: absolute;
  top: 0; }

#fullscreen {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: table; }
  #fullscreen div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #4a4a4a; }
    #fullscreen div figure {
      display: inline-block;
      background: #4a4a4a;
      padding: 20px;
      text-align: left; }
      #fullscreen div figure figcaption {
        position: relative;
        color: white;
        font-size: 17px;
        line-height: 24px;
        margin: 10px 0; }

#brand {
  position: relative;
  padding: 10px 0; }
  #brand #navigation li {
    list-style-type: none;
    float: left;
    margin-right: 24px; }
  #brand #navigation a {
    font-size: 24px;
    font-family: "Droid Serif", serif;
    font-weight: 400;
    text-decoration: none; }

#ticker {
  position: relative;
  overflow: hidden;
  background-color: #595854;
  margin-bottom: 20px;
  min-height: 690px; }
  #ticker .exhibition {
    margin-bottom: 0; }
  #ticker figure,
  #ticker .content {
    width: 50%; }
  #ticker .content {
    padding: 40px; }
  #ticker #ticker-bck,
  #ticker #ticker-fwd {
    position: absolute;
    z-index: 20;
    top: 50%;
    padding: 40px 10px;
    transform: translateY(-50%);
    cursor: pointer; }
  #ticker #ticker-bck {
    left: 10px; }
  #ticker #ticker-fwd {
    right: 10px; }
  #ticker #ticker-progress {
    position: absolute;
    z-index: 20;
    bottom: 30px;
    margin-left: 750px;
    transform: translateX(-50%); }
    #ticker #ticker-progress li {
      display: inline-block;
      margin: 0 2.5px; }
      #ticker #ticker-progress li a {
        cursor: pointer; }
  #ticker #ticker-slides {
    position: relative;
    width: 100%;
    font-size: 0px;
    transition: 1s margin; }
    #ticker #ticker-slides .ticker-message {
      display: inline-block;
      float: left; }
      #ticker #ticker-slides .ticker-message section {
        float: left; }

#content {
  background: #4A4A4A; }

#breadcrumb {
  margin-bottom: 20px; }
  #breadcrumb li {
    font-size: 14px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6); }
    #breadcrumb li svg {
      vertical-align: bottom;
      margin-left: 3px; }
  #breadcrumb a {
    text-decoration: none; }
  #breadcrumb .breadcrumb {
    margin: 0 40px; }
  #breadcrumb .list_selection {
    display: inline-block; }
    #breadcrumb .list_selection .open_selection {
      cursor: pointer; }
    #breadcrumb .list_selection svg {
      vertical-align: bottom;
      margin-left: 5px; }
    #breadcrumb .list_selection ul {
      display: none;
      position: absolute;
      background: white;
      padding: 20px;
      z-index: 20; }
      #breadcrumb .list_selection ul li {
        display: block;
        margin-bottom: 5px; }
      #breadcrumb .list_selection ul a {
        color: #4a4a4a; }
      #breadcrumb .list_selection ul a:hover {
        color: #d6b072; }

.canvas {
  width: 1000px;
  margin: 0 auto; }

#CookielawBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #595854;
  padding: 15px;
  z-index: 9999; }
  #CookielawBanner .container {
    position: relative; }
    #CookielawBanner .container h2, #CookielawBanner .container p {
      color: white; }
    #CookielawBanner .container p {
      font-size: 14px;
      line-height: 1.4;
      margin: 0;
      width: 90%; }
  #CookielawBanner #cookielaw-cross {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0; }
  #CookielawBanner .ok {
    font-size: 14px;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 7px;
    color: #4a4a4a;
    background-color: white;
    margin: 0;
    text-decoration: none; }
    #CookielawBanner .ok:hover {
      color: #d6b072; }

.form-builder input {
  font-size: 17px;
  padding: 8px 15px; }
.form-builder label {
  color: #4a4a4a;
  font-weight: bold; }
.form-builder .helptext {
  font-size: 80%;
  display: block; }
.form-builder span.required:after {
  content: "*"; }
.form-builder input[type=checkbox] {
  width: auto; }

#footer {
  position: relative;
  font-size: 16px;
  color: white;
  line-height: 24px;
  padding: 30px 0; }
  #footer span {
    display: block; }
  #footer p, #footer span {
    color: white; }
  #footer li {
    display: inline-block;
    margin-right: 10px; }

.row {
  padding: 0 10px;
  margin-top: 0;
  margin-right: -10px;
  margin-bottom: 0;
  margin-left: -10px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row section {
    margin-bottom: 20px; }
    .row section .box_link {
      text-decoration: none; }
  .row .column {
    min-height: 1px; }
  .row .g1 {
    width: 63.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g2 {
    width: 146.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g3 {
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g4 {
    width: 313.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g5 {
    width: 396.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g6 {
    width: 480px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g7 {
    width: 563.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g8 {
    width: 646.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g9 {
    width: 730px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g10 {
    width: 813.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g11 {
    width: 896.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g12 {
    width: 980px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .exhibition.exhibition_small .content {
    padding: 20px; }
    .row .exhibition.exhibition_small .content h4 {
      margin-bottom: 20px; }

.runin .g1 {
  width: 65px; }
.runin .g2 {
  width: 150px; }
.runin .g3 {
  width: 235px; }
.runin .g4 {
  width: 320px; }
.runin .g5 {
  width: 405px; }
.runin .g6 {
  width: 490px; }
.runin .g7 {
  width: 575px; }
.runin .g8 {
  width: 660px; }
.runin .g9 {
  width: 745px; }
.runin .g10 {
  width: 830px; }
.runin .g11 {
  width: 915px; }
.runin .g12 {
  width: 1000px; }

.mb_0 {
  margin-bottom: 0px; }

.mb_1 {
  margin-bottom: 10px; }

.mb_2 {
  margin-bottom: 20px; }

.mb_3 {
  margin-bottom: 30px; }

.mb_4 {
  margin-bottom: 40px; }

.mb_5 {
  margin-bottom: 50px; }

.mb_6 {
  margin-bottom: 60px; }

.mb_7 {
  margin-bottom: 70px; }

.mb_8 {
  margin-bottom: 80px; }

.mb_9 {
  margin-bottom: 90px; }

.mb_10 {
  margin-bottom: 100px; }

.mt_0 {
  margin-top: 0px; }

.mt_1 {
  margin-top: 10px; }

.mt_2 {
  margin-top: 20px; }

.mt_3 {
  margin-top: 30px; }

.mt_4 {
  margin-top: 40px; }

.mt_5 {
  margin-top: 50px; }

.mt_6 {
  margin-top: 60px; }

.mt_7 {
  margin-top: 70px; }

.mt_8 {
  margin-top: 80px; }

.mt_9 {
  margin-top: 90px; }

.mt_10 {
  margin-top: 100px; }

.row.runin {
  padding: 0; }
  .row.runin .column > div {
    height: 100%; }
  .row.runin .column > img {
    margin-bottom: 0; }
  .row.runin .column_picture {
    overflow: hidden; }
    .row.runin .column_picture img {
      min-height: 300px; }
    .row.runin .column_picture .image_h {
      height: 100%; }

.inner-grid {
  padding: 10px; }

.content {
  padding: 20px; }

.text {
  padding: 40px 40px 20px 40px; }
  .text blockquote {
    margin: 0 -40px;
    margin-bottom: 24px;
    padding: 20px 40px;
    background-color: #eee2c9; }

.exhibition {
  margin-bottom: 20px;
  position: relative; }
  .exhibition .content {
    padding: 20px; }
    .exhibition .content h1 {
      font-size: 38px;
      margin-bottom: 20px;
      letter-spacing: 0.025em;
      line-height: 50px; }
    .exhibition .content h2 {
      font-size: 22px;
      font-weight: 300;
      line-height: 1.5em;
      letter-spacing: -0.008em; }
      .exhibition .content h2 b {
        font-size: inherit;
        font-weight: 700;
        letter-spacing: 0.02em;
        margin-bottom: 10px; }
    .exhibition .content h3 {
      font-size: 19px;
      font-weight: 300;
      letter-spacing: -0.007em;
      line-height: 1.5em; }
    .exhibition .content h4 {
      font-size: 13px;
      letter-spacing: 0.03em;
      color: #d6b072; }
    .exhibition .content p.exhibition_type {
      font-size: 13px;
      color: #d6b072;
      position: absolute;
      bottom: 11px;
      right: 20px;
      margin: 0; }
    .exhibition .content p.exhibition_time {
      font-size: 13px;
      color: #d6b072;
      position: absolute;
      bottom: 11px;
      margin: 0; }

.exhibition.g12 .content {
  padding: 40px 20px 20px 40px; }

.event {
  position: relative; }
  .event h1 {
    font-size: 38px;
    margin-bottom: 20px;
    letter-spacing: 0.025em; }
  .event h2 {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.6em;
    letter-spacing: -0.008em; }
    .event h2 b {
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0.02em;
      margin-bottom: 10px; }
  .event h3 {
    font-size: 19px;
    font-weight: 300;
    letter-spacing: -0.007em;
    line-height: 1.5em; }
  .event h4 {
    font-size: 13px;
    letter-spacing: 0.03em;
    color: #d6b072; }
  .event p.exhibition_type {
    font-size: 13px;
    color: #d6b072;
    position: absolute;
    bottom: 11px;
    right: 20px;
    margin: 0; }

.divider {
  text-align: center;
  margin: 60px 0 40px 0; }

.image_h {
  float: left;
  vertical-align: top; }

.responsive_image {
  float: left;
  vertical-align: top; }

.inline-image {
  width: 100%;
  height: auto; }

.text_h {
  float: left;
  vertical-align: top; }
  .text_h h3 {
    line-height: 34px; }
  .text_h h4 {
    margin-bottom: 24px; }

.rich-text ul {
  margin-left: 0;
  padding-left: 20px;
  text-indent: -18px; }
.rich-text li {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 5px; }
.rich-text li::before {
  content: "–";
  margin-right: 10px; }

.style_dark {
  background: #595854;
  color: white; }
  .style_dark p, .style_dark h1, .style_dark h2, .style_dark h3, .style_dark h4, .style_dark h5, .style_dark li, .style_dark td {
    color: white; }

.style_medium {
  background: #8f7f6b;
  color: white; }
  .style_medium p, .style_medium h1, .style_medium h2, .style_medium h3, .style_medium h4, .style_medium h5, .style_medium li, .style_medium td {
    color: white; }

.style_white {
  background: white; }
  .style_white a {
    color: #595854;
    text-decoration: underline; }
  .style_white a:hover {
    color: #c2a57d;
    text-decoration: none; }

.style_red {
  background: #c86066;
  color: white; }
  .style_red p, .style_red h1, .style_red h2, .style_red h3, .style_red h4, .style_red h5, .style_red li {
    color: white; }

.style_transparent p, .style_transparent h1, .style_transparent h2, .style_transparent h3, .style_transparent h4, .style_transparent h5, .style_transparent li {
  color: white; }
.style_transparent .exhibition_grouper {
  color: #d6b072; }

.type_medium {
  color: #c2a57d; }

.map iframe {
  border: none;
  height: 300px;
  width: 100%; }

#cart td {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  vertical-align: top;
  padding-bottom: 20px; }

.cart-jump {
  color: #d6b072 !important;
  display: none; }

.product_image {
  margin-bottom: 10px; }

#opening-hours {
  width: auto;
  position: absolute;
  top: 62px;
  right: 0;
  height: auto; }
  #opening-hours #open-status {
    text-align: center;
    float: left; }
    #opening-hours #open-status p {
      display: inline-block;
      padding: 10px;
      color: #4a4a4a;
      background-color: white;
      margin: 0; }
      #opening-hours #open-status p a {
        color: #4a4a4a;
        text-decoration: none; }
      #opening-hours #open-status p a:hover {
        color: #c2a57d; }

a.donation {
  color: #c2a57d;
  background-color: #c86066;
  padding: 10px;
  color: #fff;
  margin-right: 20px;
  margin-left: 10px;
  font-size: 18px !important;
  float: left;
  text-decoration: none; }
  a.donation .fas {
    display: inline;
    margin-right: 5px; }
  a.donation:hover {
    color: #4a4a4a; }

.content_slider {
  width: 100%;
  overflow: hidden; }
  .content_slider img {
    width: 100%;
    height: auto; }

.lSAction > a {
  background-image: url(../images/controls.png) !important; }

.lSPager {
  display: none !important; }

@media only screen and (max-device-width: 414px), only screen and (max-device-width: 768px) and (orientation: landscape) {
  .cart-jump {
    display: block;
    margin-top: 1.5em; }

  #order_form {
    padding: 20px; }

  #hero {
    display: none; }
    #hero #slide_remote li {
      background-image: none; }

  #logo {
    width: initial; }

  #open_mobile_menu, #close_mobile_menu {
    position: absolute;
    right: 10px;
    top: 10px; }
    #open_mobile_menu .fas, #close_mobile_menu .fas {
      font-size: 30px;
      margin: 5px;
      color: white; }

  #mobile {
    padding: 20px;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: #4a4a4a;
    transition: left 1s;
    z-index: 1000; }
    #mobile nav {
      overflow: scroll;
      max-height: 100%; }

  #opening-hours {
    width: 100%;
    position: relative;
    top: 0;
    left: 0; }

  #brand #navigation li, #brand #metanavigation li {
    float: none;
    margin-bottom: 5px; }
    #brand #navigation li a, #brand #metanavigation li a {
      font-size: 20px;
      text-decoration: none; }
    #brand #navigation li .subnavigation, #brand #metanavigation li .subnavigation {
      margin: 5px 0 20px 20px; }
      #brand #navigation li .subnavigation a, #brand #metanavigation li .subnavigation a {
        font-size: 16px; }

  #breadcrumb .breadcrumb {
    margin: 0 20px -15px 20px; }

  #ticker {
    min-height: 390px; }
    #ticker #ticker-bck,
    #ticker #ticker-fwd {
      z-index: -1; }
    #ticker #ticker-progress {
      left: 50%;
      margin-left: 0; }
    #ticker figure,
    #ticker .content {
      width: 100%; }

  h1, h2, h3, h4, h5, b {
    letter-spacing: unset !important; }

  img {
    width: 100%;
    height: auto; }

  .image_h {
    width: 100%;
    height: auto; }

  .content_image {
    width: 100%; }
    .content_image img {
      max-width: 100%;
      height: auto; }

  .canvas {
    width: 100%; }

  .row {
    margin: 0; }
    .row .column {
      width: 100%;
      margin: 0 0 10px 0; }
    .row .content {
      width: 100%;
      margin: 0; }
    .row .text {
      padding: 20px; }
      .row .text blockquote {
        margin: 0 -20px;
        margin-bottom: 24px;
        padding: 20px 20px; }

  .event span {
    color: white;
    float: left; }
  .event .event_time::before {
    content: ", "; }
  .event .event_day::before {
    content: ", "; }
  .event .event_day::after {
    content: "."; }
  .event .event_month::after {
    content: " "; }
  .event .event_image {
    display: none; }
  .event .event_date {
    margin: 10px 0; }

  #footer {
    padding: 20px; }

  #CookielawBanner .container {
    margin-bottom: 35px; }
    #CookielawBanner .container p {
      font-size: 13px;
      line-height: 1.4;
      margin: 0;
      width: 100%; }
  #CookielawBanner .ok {
    font-size: 13px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    top: unset;
    bottom: -40px;
    width: auto; } }
@media only screen and (min-device-width: 768px) {
  .cart {
    position: fixed;
    overflow-y: auto;
    height: calc(100% - 162px);
    margin-left: 690px !important; }

  .product {
    position: relative;
    height: 100%; }
    .product .rich-text {
      margin-bottom: 100px; }
    .product h3 {
      min-height: 75px; }

  .product-meta {
    position: absolute;
    bottom: 20px;
    left: 20px; }

  #open_mobile_menu {
    display: none; }

  #close_mobile_menu {
    display: none; }

  #hero {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    z-index: 1; }
    #hero #slide_remote {
      position: absolute;
      z-index: 2;
      bottom: 140px;
      right: 20px; }
      #hero #slide_remote li {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: white;
        transform: translate(0, 50%);
        cursor: pointer;
        border-radius: 5px;
        margin-left: 5px;
        transition: width 0.5s, height 0.5s, border-radius 0.5s; }
      #hero #slide_remote li.active_slide {
        width: 15px;
        height: 15px;
        border-radius: 10px; }
    #hero #slides li {
      position: absolute;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 1s;
      background-size: cover;
      background-position: center; }
    #hero #slides li.active_slide {
      opacity: 1; }
    #hero #scroll_marker {
      position: absolute;
      left: 50%;
      bottom: 120px;
      width: 40px;
      height: 40px;
      z-index: 4;
      transform: translateX(-50%); }
    #hero #actual_exhibitions {
      width: 100%;
      bottom: 20px;
      position: absolute;
      bottom: 100px;
      text-align: center; }
      #hero #actual_exhibitions .actual_exhibition {
        text-align: left;
        color: white; }

  .home #content {
    position: relative;
    z-index: 2;
    background: #4A4A4A;
    min-height: 100%;
    top: 100%;
    padding-top: 50px; }
  .home #brand {
    position: relative;
    z-index: 10;
    top: 100%;
    width: 100%;
    margin-top: -120px;
    background: #4a4a4a; }
  .home #footer {
    position: relative;
    z-index: 10;
    top: 100%;
    background: #4a4a4a; }

  #brand {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
    background: #4a4a4a; }
    #brand #navigation {
      position: absolute;
      bottom: 10px;
      left: 47%;
      -webkit-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      #brand #navigation::after {
        content: "";
        display: table;
        clear: both; }
      #brand #navigation li:hover {
        position: relative; }
        #brand #navigation li:hover > .subnavigation {
          display: block; }
      #brand #navigation .subnavigation {
        display: none;
        position: absolute;
        left: 0;
        padding-top: 10px;
        transform: translate(0, 0);
        box-shadow: 0px 11px 0px -7px #4a4a4a; }
        #brand #navigation .subnavigation .subnavigation {
          display: none;
          position: absolute;
          left: 100%;
          top: -24px;
          padding-top: 0; }
          #brand #navigation .subnavigation .subnavigation ul {
            background: #efebe9; }
        #brand #navigation .subnavigation ul {
          padding: 25px;
          background: white; }
        #brand #navigation .subnavigation li {
          float: none;
          display: block;
          margin-bottom: 4px; }
        #brand #navigation .subnavigation a {
          font-size: 16px;
          color: #595854;
          line-height: 22px;
          white-space: nowrap; }
        #brand #navigation .subnavigation a:hover {
          color: #c2a57d; }
        #brand #navigation .subnavigation .additional {
          padding: 20px;
          background: #efebe9;
          font-size: 16px;
          color: #595854;
          line-height: 24px; }
    #brand #metanavigation {
      text-align: right;
      float: right; }
      #brand #metanavigation::after {
        content: "";
        display: table;
        clear: both; }
      #brand #metanavigation li {
        list-style-type: none;
        float: left;
        margin-left: 16px; }
      #brand #metanavigation a {
        font-size: 16px;
        font-family: "Droid Serif", serif;
        text-decoration: none; }
        #brand #metanavigation a.englisch:before {
          content: url(../images/uk-flag.png);
          vertical-align: middle;
          margin-right: 5px; }
        #brand #metanavigation a.deutsch:before {
          content: url(../images/german-flag.png);
          vertical-align: middle;
          margin-right: 5px; }

  #breadcrumb {
    padding-top: 140px; }

  #footer .column {
    font-size: 16px; }

  .event {
    height: 220px; }
    .event .row {
      height: 100%; }
      .event .row .column {
        margin: 0;
        height: 100%;
        padding: 20px;
        position: relative; }
      .event .row .event_date {
        padding-top: 50px;
        background: white;
        width: 255px; }
        .event .row .event_date .event_time {
          position: absolute;
          width: 100%;
          bottom: 20px;
          font-size: 14px;
          margin-left: -20px; }
      .event .row .event_image {
        background: white; }
        .event .row .event_image img {
          margin: -20px; }
      .event .row .event_text {
        padding-top: 25px;
        padding-left: 40px;
        width: 510px; }
      .event .row span {
        display: block;
        text-align: center; }
      .event .row .event_day {
        font-size: 40px;
        font-weight: 700; }
      .event .row .event_year {
        display: none; }

  .content_image img {
    max-width: 100%;
    height: auto; }

  .equalized {
    display: flex;
    margin-bottom: 20px; }
    .equalized section {
      height: 100%; }
    .equalized .content_image figure {
      height: 100%; }
      .equalized .content_image figure img {
        max-width: 100%;
        height: auto; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #brand .canvas {
    position: relative; }
  #brand #opening-hours {
    left: -23%; }
  #brand #navigation {
    position: relative;
    bottom: 10px;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; }
  #brand #metanavigation {
    position: absolute;
    top: 30px;
    right: 0; }

  .canvas {
    width: 748px; }

  .row .g1 {
    width: 104.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g2 {
    width: 229.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g3 {
    width: 354px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g4 {
    width: 478.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g5 {
    width: 603.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .g6 {
    width: 728px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m1 {
    width: 104.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m2 {
    width: 229.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m3 {
    width: 354px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m4 {
    width: 478.66667px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m5 {
    width: 603.33333px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .m6 {
    width: 728px;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    vertical-align: top; }
  .row .responsive_image {
    margin: 0; }
    .row .responsive_image img {
      width: 100%;
      height: auto; }

  .runin .g1 {
    width: 108px; }
  .runin .g2 {
    width: 236px; }
  .runin .g3 {
    width: 364px; }
  .runin .g4 {
    width: 492px; }
  .runin .g5 {
    width: 620px; }
  .runin .g6 {
    width: 748px; }
  .runin .m1 {
    width: 108px; }
  .runin .m2 {
    width: 236px; }
  .runin .m3 {
    width: 364px; }
  .runin .m4 {
    width: 492px; }
  .runin .m5 {
    width: 620px; }
  .runin .m6 {
    width: 748px; }

  .event_image {
    display: none; }

  .content_image {
    width: 100%; }
    .content_image img, .content_image figure {
      max-width: 100%;
      height: auto; }

  #CookielawBanner {
    top: 0;
    bottom: unset;
    width: 68%; }

  #ticker {
    min-height: 540px; }
    #ticker .image_h {
      width: 100%;
      height: auto; }
    #ticker #ticker-progress {
      left: 75%;
      margin-left: 0; } }
#order_now {
  color: #c2a57d;
  background-color: #595854;
  padding: 10px;
  color: #d6b072;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 18px !important;
  text-decoration: none; }
  #order_now .fas {
    display: inline;
    margin-right: 5px; }
  #order_now:hover {
    color: #d6b072; }

.product-price {
  font-weight: bold; }

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