@charset "UTF-8";
html {
  box-sizing: border-box; }
*, *::after, *::before {
  box-sizing: inherit; }
/*! sanitize.css v3.0.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none; }
button {
  overflow: visible;
  -webkit-appearance: button; }
details {
  display: block; }
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }
input {
  -webkit-border-radius: 0; }
input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    display: inline-block;
    width: auto;
    background: #999;
    border: none;
    padding: 3px 20px 2px;
    margin: 0;
    color: #FFF !important;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
input[type="number"] {
    width: auto; }
input[type="search"] {
    -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

input[type="text"], input[type="password"] {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 5px;
  margin: 5px 0;
}

main {
  display: block; }
pre {
  overflow: auto; }
progress {
  display: inline-block; }
small {
  font-size: 75%; }
summary {
  display: block; }
svg:not(:root) {
  overflow: hidden; }
template {
  display: none; }
textarea {
  overflow: auto; }
[hidden] {
  display: none; }
/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }
* {
  font-size: inherit;
  line-height: inherit; }
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }
/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }
:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility; }
a {
  text-decoration: none; }
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }
button,
input,
select,
textarea {
  background-color: transparent; }
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }
nav ol,
nav ul {
  list-style: none; }
select {
  -moz-appearance: none;
  -webkit-appearance: none; }
select::-ms-expand {
    display: none; }
select::-ms-value {
    color: currentColor; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
textarea {
  resize: vertical; }
::-moz-selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }
::selection {
  background-color: #B3D4FC;
  color: #ffffff;
  text-shadow: none; }
[aria-busy="true"] {
  cursor: progress; }
[aria-controls] {
  cursor: pointer; }
[aria-disabled] {
  cursor: default; }
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
[hidden][aria-hidden="false"]:focus {
    clip: auto; }
@media (min-width: 320px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": false}, "desktop":{"value": "1024px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
@media (min-width: 768px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": false}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
@media (min-width: 1024px) {
  body::after {
    content: '{"phone":{"value": "320px", "active": true}, "tablet":{"value": "768px", "active": true}, "desktop":{"value": "1024px", "active": true}}';
    display: block;
    height: 0;
    overflow: hidden;
    width: 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
body {
  font-family: 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1.5rem;
  font-weight: 400; }
h1, .h1, .f1 {
  font-size: 2rem;
  line-height: 2.5rem; }
h1 a, .h1 a, .f1 a {
    text-decoration: none; }
h2, .h2, .f2 {
  font-size: 1.5rem;
  line-height: 2rem; }
h2 a, .h2 a, .f2 a {
    text-decoration: none; }
h3, .h3, .f3 {
  font-size: 1.25rem;
  line-height: 1.5rem; }
h3 a, .h3 a, .f3 a {
    text-decoration: none; }
p, .p, .f4, h4, h5, h6, dl, ol, ul {
  font-size: 1.125rem;
  line-height: 1.5rem; }
small, .small, .f5 {
  font-size: .875rem;
  line-height: 1.5rem; }
@media screen and (min-width: 48em) {
  .h1 {
    font-size: 4rem;
    line-height: 5rem; }
  .h2 {
    font-size: 2rem;
    line-height: 2.5rem; }
  .h3 {
    font-size: 1.5rem;
    line-height: 2rem; }
  .p {
    font-size: 1.25rem;
    line-height: 2rem; }
  .small {
    font-size: 1rem; } }
@media screen and (min-width: 64em) {
  .h1 {
    font-size: 6rem;
    line-height: 8rem; }
  .h2 {
    font-size: 3rem;
    line-height: 3.5rem; } }
/* Old Grid */
.subcolumns {
  margin-bottom: 10px; }
.subcolumns::after {
    clear: both;
    content: "";
    display: table; }
.grid2 div[class^="col"] {
  width: calc(99.99% * 1/2 - (35px - 10px * 1/2)); }
.grid2 div[class^="col"]:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.grid2 div[class^="col"]:last-child{
  margin-right: 0; }
.grid2 div[class^="col"]:nth-child(2n){
  margin-right: 0;
  float: right; }
.grid2 div[class^="col"]:nth-child(2n + 1){
  clear: left; }
@media (max-width: 768px) {
    .grid2 div[class^="col"] {
      width: calc(99.99% * 1 - (10px - 10px * 1)); }
    .grid2 div[class^="col"]:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .grid2 div[class^="col"]:last-child{
    margin-right: 0; }
    .grid2 div[class^="col"]:nth-child(undefinedn){
    margin-right: 0;
    float: right; }
    .grid2 div[class^="col"]:nth-child(undefinedn + 1){
    clear: left; } }
.csc-textpic-image img {
  max-width: 100%;
  height: auto;
  width: 100%; }
DIV.csc-textpic-above DIV.csc-textpic-imagewrap,
DIV.csc-textpic-below DIV.csc-textpic-imagewrap,
DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI,
DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
  float: none; }
.csc-textpic-caption {
  font-size: 12px; }
*:after, *:before {
  box-sizing: border-box; }
body, html {
  width: 100%; }
body {
  position: relative;
  font-family: sans-serif; }
img {
  display: block;
  max-width: 100%;
  height: auto; }
.container > nav, .container > main, .container > footer {
  *zoom: 1; }
.container > nav:before, .container > main:before, .container > footer:before{
  content: '';
  display: table; }
.container > nav:after, .container > main:after, .container > footer:after{
  content: '';
  display: table;
  clear: both; }
.row {
  *zoom: 1; }
.row:before{
  content: '';
  display: table; }
.row:after{
  content: '';
  display: table;
  clear: both; }
.grid-3 {
  width: calc(99.99% * 1/4 - (10px - 10px * 1/4)); }
.grid-3:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.grid-3:last-child{
  margin-right: 0; }
.grid-3:nth-child(4n){
  margin-right: 0;
  float: right; }
.grid-3:nth-child(4n + 1){
  clear: left; }
@media (max-width: 768px) {
    .grid-3 {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
    .grid-3:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .grid-3:last-child{
    margin-right: 0; }
    .grid-3:nth-child(2n){
    margin-right: 0;
    float: right; }
    .grid-3:nth-child(2n + 1){
    clear: left; } }
@media (max-width: 480px) {
    .grid-3 {
      width: calc(99.999999% * 1); }
    .grid-3:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .grid-3:last-child{
    margin-right: 0; }
    .grid-3:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-3:nth-child(1n + 1){
    clear: left; } }
@media (max-width: 768px) {
    .mixed .grid-3 {
      width: calc(99.999999% * 1); }
    .mixed .grid-3:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .mixed .grid-3:last-child{
    margin-right: 0; }
    .mixed .grid-3:nth-child(1n){
    margin-right: 0;
    float: right; }
    .mixed .grid-3:nth-child(1n + 1){
    clear: left; } }
@media (max-width: 768px) {
    .mixed .grid-3 .tile {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
    .mixed .grid-3 .tile:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .mixed .grid-3 .tile:last-child{
    margin-right: 0; }
    .mixed .grid-3 .tile:nth-child(2n){
    margin-right: 0;
    float: right; }
    .mixed .grid-3 .tile:nth-child(2n + 1){
    clear: left; } }
@media (max-width: 480px) {
    .mixed .grid-3 .tile {
      width: calc(99.999999% * 1); }
    .mixed .grid-3 .tile:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    .mixed .grid-3 .tile:last-child{
    margin-right: 0; }
    .mixed .grid-3 .tile:nth-child(1n){
    margin-right: 0;
    float: right; }
    .mixed .grid-3 .tile:nth-child(1n + 1){
    clear: left; } }
.grid-6 {
  width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
.grid-6:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.grid-6:last-child{
  margin-right: 0; }
.grid-6:nth-child(0n){
  margin-right: 0;
  float: right; }
.grid-6:nth-child(0n + 1){
  clear: left; }
@media (max-width: 768px) {
    .grid-6 {
      width: calc(99.99% * 1/1 - (10px - 10px * 1/1)); }
    .grid-6:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .grid-6:last-child{
    margin-right: 0; }
    .grid-6:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-6:nth-child(1n + 1){
    clear: left; } }
.grid-12 {
  width: calc(99.99% * 1/1 - (10px - 10px * 1/1)); }
.grid-12:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.grid-12:last-child{
  margin-right: 0; }
.grid-12:nth-child(1n){
  margin-right: 0;
  float: right; }
.grid-12:nth-child(1n + 1){
  clear: left; }
.grid-4 {
  width: calc(99.99% * 1/3 - (10px - 10px * 1/3)); }
.grid-4:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.grid-4:last-child{
  margin-right: 0; }
.grid-4:nth-child(3n){
  margin-right: 0;
  float: right; }
.grid-4:nth-child(3n + 1){
  clear: left; }
@media (max-width: 768px) {
    .grid-4 {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
    .grid-4:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .grid-4:last-child{
    margin-right: 0; }
    .grid-4:nth-child(2n){
    margin-right: 0;
    float: right; }
    .grid-4:nth-child(2n + 1){
    clear: left; } }
@media (max-width: 480px) {
    .grid-4 {
      width: calc(99.99% * 1 - (10px - 10px * 1)); }
    .grid-4:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .grid-4:last-child{
    margin-right: 0; }
    .grid-4:nth-child(1n){
    margin-right: 0;
    float: right; }
    .grid-4:nth-child(1n + 1){
    clear: left; } }
.main::after {
  clear: both;
  content: "";
  display: table; }
.main > .colDefault {
  width: 90%;
  max-width: 1198px;
  margin: 0 auto; }
.main > .colDefault::after {
    clear: both;
    content: "";
    display: table; }
.main a {
  color: black;
  text-decoration: underline; }
.main h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  margin-bottom: 10px; }
.main h1 a {
    color: black;
    text-decoration: none; }
@media (max-width: 480px) {
    .main h1 {
      font-family: "futura-pt", sans-serif;
      font-size: 30px; } }
.main h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  margin-bottom: 10px; }
.main h2 a {
    color: black;
    text-decoration: none; }
.main h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 23px; }
.main h3 a {
    color: black;
    text-decoration: none; }
.main h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 23px; }
.main h4 a {
    color: black; }
.main p {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-right: 20px; }
@media (max-width: 768px) {
    .main p {
      padding-right: 0; } }
.main ul li {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  list-style: disc outside none;
  margin-left: 15px;
  margin-bottom: 10px; }
h1, h2, h3, h4 {
  font-family: serif; }
.lazy {
  background: #dadada; }
.bold-link {
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline; }
.bold-link.black {
    color: black; }
.error {
  font-family: "VFuturaRegular", Helvetica, Arial, Sans-Serif;
  color: red; }
#mailform {
  font-family: "VFuturaRegular", Helvetica, Arial, Sans-Serif; }
#mailform .inputrow {
    display: block;
    width: 100%;
    float: left; }
#mailform .type-text {
    display: block;
    width: 40%;
    margin: 0 0 20px 0; }
#mailform .type-text input[type=text], #mailform .type-text textarea {
      border-top: 1px solid black;
      border-bottom: 1px solid black;
      padding: 5px;
      margin: 5px 0; }
#mailform .type-text textarea {
      width: 100%; }
#mailform .type-text input[type=checkbox] {
      margin-right: 5px; }
#mailform .type-text dt {
      margin-bottom: 10px; }
#mailform .type-text dl:not(first-child) {
      margin-top: 30px; }
#p387 .imageteaser h1, #p1595 .imageteaser h1, #p1503 .imageteaser h1 {
  line-height: 1.2; }
#p387 .floatteaser, #p1595 .floatteaser, #p1503 .floatteaser {
  position: relative;
  width: calc(99.99% * 1/4 - (10px - 10px * 1/4));
  margin-bottom: 10px; }
#p387 .floatteaser:nth-child(1n), #p1595 .floatteaser:nth-child(1n), #p1503 .floatteaser:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
#p387 .floatteaser:last-child, #p1595 .floatteaser:last-child, #p1503 .floatteaser:last-child{
  margin-right: 0; }
#p387 .floatteaser:nth-child(4n), #p1595 .floatteaser:nth-child(4n), #p1503 .floatteaser:nth-child(4n){
  margin-right: 0;
  float: right; }
#p387 .floatteaser:nth-child(4n + 1), #p1595 .floatteaser:nth-child(4n + 1), #p1503 .floatteaser:nth-child(4n + 1){
  clear: left; }
@media (max-width: 768px) {
    #p387 .floatteaser, #p1595 .floatteaser, #p1503 .floatteaser {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
    #p387 .floatteaser:nth-child(1n), #p1595 .floatteaser:nth-child(1n), #p1503 .floatteaser:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    #p387 .floatteaser:last-child, #p1595 .floatteaser:last-child, #p1503 .floatteaser:last-child{
    margin-right: 0; }
    #p387 .floatteaser:nth-child(2n), #p1595 .floatteaser:nth-child(2n), #p1503 .floatteaser:nth-child(2n){
    margin-right: 0;
    float: right; }
    #p387 .floatteaser:nth-child(2n + 1), #p1595 .floatteaser:nth-child(2n + 1), #p1503 .floatteaser:nth-child(2n + 1){
    clear: left; } }
@media (max-width: 480px) {
    #p387 .floatteaser, #p1595 .floatteaser, #p1503 .floatteaser {
      width: calc(99.999999% * 1); }
    #p387 .floatteaser:nth-child(1n), #p1595 .floatteaser:nth-child(1n), #p1503 .floatteaser:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
    #p387 .floatteaser:last-child, #p1595 .floatteaser:last-child, #p1503 .floatteaser:last-child{
    margin-right: 0; }
    #p387 .floatteaser:nth-child(1n), #p1595 .floatteaser:nth-child(1n), #p1503 .floatteaser:nth-child(1n){
    margin-right: 0;
    float: right; }
    #p387 .floatteaser:nth-child(1n + 1), #p1595 .floatteaser:nth-child(1n + 1), #p1503 .floatteaser:nth-child(1n + 1){
    clear: left; } }
#p387 .floatteaser:before, #p1595 .floatteaser:before, #p1503 .floatteaser:before {
    content: "";
    display: block;
    padding-top: 100%; }
#p387 .floatteaser .playicon, #p387 .floatteaser .detaillink, #p1595 .floatteaser .playicon, #p1595 .floatteaser .detaillink, #p1503 .floatteaser .playicon, #p1503 .floatteaser .detaillink {
    position: absolute;
    right: 10px;
    bottom: 10px; }
#p387 .floatteaser .detaillink, #p1595 .floatteaser .detaillink, #p1503 .floatteaser .detaillink {
    margin-bottom: 0;
    padding-right: 0;
    color: white;
    z-index: 3; }
#p387 .floatteaser .wrapper, #p1595 .floatteaser .wrapper, #p1503 .floatteaser .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain; }
#p387 .floatteaser .back, #p1595 .floatteaser .back, #p1503 .floatteaser .back {
    display: none; }
#p387 .floatteaser .hlwrapper, #p1595 .floatteaser .hlwrapper, #p1503 .floatteaser .hlwrapper {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    padding: 10px; }
#p387 .floatteaser .h2, #p1595 .floatteaser .h2, #p1503 .floatteaser .h2 {
    color: white;
    font-size: 16px;
    line-height: 1.6; }
#p387 .floatteaser .front h1, #p1595 .floatteaser .front h1, #p1503 .floatteaser .front h1 {
    margin: 0 0 10px 0;
    line-height: 1.2; }
#p387 .floatteaser .front img, #p1595 .floatteaser .front img, #p1503 .floatteaser .front img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.csc-textpic-imagecolumn {
  width: calc(50% - 7px);
  margin-bottom: 14px; }
.filterhead label {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px; }
@media (max-width: 768px) {
  .filterhead .c20l, .filterhead .c40l {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px; } }
#teaserarea {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px; }
@media (max-width: 768px) {
  .exhibitontable .col1, .exhibitontable .col2, .exhibitontable .col3 {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px; }
    .exhibitontable .col1 img, .exhibitontable .col2 img, .exhibitontable .col3 img {
      max-width: 200px; } }
.tile {
  position: relative;
  color: white;
  margin-bottom: 10px; }
.tile:before {
    content: "";
    display: block;
    padding-top: 100%; }
.tile.red {
    background: #e53212; }
.tile.orange {
    background: #F7A600; }
.tile.yellow {
    background: #ffcc00; }
.tile.blue {
    background: #2581c4; }
.tile.green {
    background: #7b9f2d; }
.tile.brown {
    background: #be8632; }
.tile.image {
    background: #E8EBEE; }
.tile.no-pad .tile-inner {
    padding: 0; }
.tile.twitter {
    overflow: hidden; }
.tile.calender {
    background: #9DA5AF !important; }
.tile.calender .tile-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
.tile a {
    color: white;
    text-decoration: none; }
.tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px; }
.slider .tile-inner {
    padding: 0; }
.tile-heading {
  position: relative;
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  letter-spacing: 1px;
  z-index: 2; }
.tile-heading.black {
    color: black; }
.tile-subheading {
  line-height: 1.2;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding-top: 7px; }
.tile-description {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px; }
.tile-description p, .tile-description a {
    color: black; }
.tile-description p {
    line-height: 1.2;
    margin-bottom: 15px;
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px; }
.tile-description a {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    text-decoration: underline; }
.tile-calender-selected-month, .calender-link, .tile-calender-selected-year {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  color: white; }
.tile-calender-selected-month {
  margin-right: 5px;
}
.calender-link {
  padding: 2px 4px; }
.calender-link:hover, .calender-link.today {
    color: #9DA5AF;
    background: white; }
.tile-calender-wrapper {
  width: 100%; }
.tile-calendar-controls {
  text-align: center; }
.tile-calendar-controls > * {
    display: inline-block;
    color: white; }
.tile-calender-previous-month {
  float: left; }
.tile-calender-next-month {
  float: right; }
.tile-calendar {
  width: 100%; }
.tile-calendar td {
    text-align: center; }
.tile-calendar thead {
    border-bottom: 1px solid white;
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px; }
.tile-calendar thead td {
      padding: 5px 0; }
#calenderTarget tr:first-child td {
  padding-top: 5px; }
.cite {
  padding: 20px 0 20px 0; }
.cite p {
    text-align: center; }
.cite footer {
    background: none;
    color: #000;
    margin-top: 0;
    padding: 0;
    width: 100%; }
.detail-images {
  margin: 30px 0; }
.detail-image {
  height: 500px; }
.detail-image.square {
    position: relative;
    height: auto; }
.detail-image.square:before {
      content: "";
      display: block;
      padding-top: 100%; }
@media (max-width: 768px) {
      .detail-image.square {
        margin-bottom: 10px; } }
.detail-image:nth-child(odd) {
    background: #dadada; }
.detail-image:nth-child(even) {
    background: silver; }
.detail-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  line-height: 1.1; }
@media (max-width: 480px) {
    .detail-heading {
      font-family: "futura-pt", sans-serif;
      font-size: 30px; } }
.detail-subheading {
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  line-height: 1.2;
  margin-bottom: 25px !important;
  margin-top: 13px; }
.detail-text {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px;
  line-height: 1.2; }
.section-heading {
  border-top: 5px black solid;
  padding: 25px 0 0 0;
  margin: 50px 0 25px 0;
  font-family: "futura-pt", sans-serif;
  font-size: 23px; }
section {
  margin: 0 auto; }
section.full {
    width: 100%; }
section.medium {
    width: 90%;
    max-width: 1198px; }
section.small {
    width: 90%;
    max-width: 700px; }
footer {
  width: 100%;
  background: #333333;
  color: white;
  padding: 30px 0 25px 0;
  margin-top: 100px; }
.footer {
  border-top: 5px white solid; }
.footer .grid-3 {
    margin-bottom: 30px; }
.footer-inner {
  border-bottom: 5px white solid;
  margin-bottom: 25px; }
.footer-inner h1, .footer-inner .detail-heading {
    font-family: "futura-pt", sans-serif;
    font-size: 23px;
    color: white;
    margin: 25px 0; }
.footer-inner p, .footer-inner a {
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px;
    color: white; }
.footer-inner a {
    text-decoration: underline; }
.footer-meta li {
  display: inline-block;
  padding-right: 10px; }
.footer-meta li a {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    color: white; }
.footer-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 23px;
  color: white;
  margin: 25px 0; }
.footer-text {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px;
  color: white; }
.footer-icons a {
  color: white;
  border: none;
  outline: none;
  text-decoration: none; }
.footer-icons a i {
    font-size: 30px;
    margin-right: 10px; }
.footer-inner a.btn{
  background: none;
  border: 1px solid white;
  color: white;
  padding: 5px 20px 4px;
}
.slider-buttonPrevious, .mini-slider-buttonPrevious, .insta-slider-buttonPrevious, .slider-buttonNext, .mini-slider-buttonNext, .insta-slider-buttonNext {
  position: absolute;
  height: 30px;
  width: 30px;
  cursor: pointer;
  outline: none;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 50px;
  background: rgba(232, 235, 238, 0.4); }
.slider-buttonPrevious:before, .mini-slider-buttonPrevious:before, .insta-slider-buttonPrevious:before, .slider-buttonNext:before, .mini-slider-buttonNext:before, .insta-slider-buttonNext:before {
    content: "";
    position: absolute;
    bottom: 5px; }
.slider-buttonPrevious, .mini-slider-buttonPrevious, .insta-slider-buttonPrevious {
  left: 20px; }
.slider-buttonPrevious:before, .mini-slider-buttonPrevious:before, .insta-slider-buttonPrevious:before {
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    border-top: 10px solid transparent;
    left: 8px; }
.slider-buttonNext, .mini-slider-buttonNext, .insta-slider-buttonNext {
  right: 20px; }
.slider-buttonNext:before, .mini-slider-buttonNext:before, .insta-slider-buttonNext:before {
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    right: 8px; }
.insta-slider-buttonNext {
  right: inherit;
  left: 30px; }
.insta-slider-buttonNext:before {
    border-left-color: black; }
.insta-slider-buttonPrevious {
  left: -10px; }
.insta-slider-buttonPrevious:before {
    border-right-color: black; }
.slick-dots {
  position: relative;
  text-align: center;
  top: -25px;
  margin-bottom: -18px; }
.slick-dots li {
    display: inline-block;
    text-indent: -9999px;
    border: 0;
    height: 10px;
    width: 10px;
    padding: 0;
    margin: 5px;
    -webkit-appearance: none;
    min-height: auto;
    background: rgba(255, 255, 255, 0.5);
    outline: none; }
.slick-dots li.slick-active {
      background: white; }
.citeslider .slick-dots li {
      background: rgba(0, 0, 0, 0.5); }
.citeslider .slick-dots li.slick-active {
        background: black; }
.mini-slider {
  height: 100%;
  width: 100%; }
.mini-slider .slide, .mini-slider .slick-list, .mini-slider .slick-track {
    height: 100%; }
.mini-slider .slide-inner {
    padding-top: 22px; }
.slider {
  position: relative;
  width: 100%; }
.slide {
  position: relative;
  height: 60vh;
  width: 100%;
  background: #333333; }
@media (max-width: 768px) {
    .slide {
      height: auto;
      background: none; } }
.slide-inner {
  position: relative;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  max-width: 1198px;
  padding: 50px 0 20px 0; }
.slide-inner.black .slide-heading, .slide-inner.black .slide-subheading {
    color: black;
    text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 10px; }
.slide-inner.white .slide-heading, .slide-inner.white .slide-subheading {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 10px; }
@media (max-width: 768px) {
  .slider-wrapper:not(.mini) .slide-heading, .slider-wrapper:not(.mini) .slide-subheading {
    color: black !important;
    text-shadow: none !important; } }
.slide-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 10px;
  text-decoration: none; }
.slide-heading a {
    text-decoration: inherit;
    color: inherit; }
.mini-slider .slide-heading {
    font-family: "futura-pt", sans-serif;
    font-size: 23px; }
.slide-subheading {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 1.2; }
.slide-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9; }
.slide-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 100%;
       object-position: 50% 100%; }
@media (max-width: 768px) {
    .slide-image {
      position: static;
      height: 50vh; } }
@media (max-width: 768px) {
    .mini-slider .slide-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
.slide-description {
  position: absolute;
  left: 0px;
  bottom: 30px;
  right: 0px;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px; }
.slide-description p, .slide-description a {
    color: black;
    line-height: 1.5; }
.slide-description p {
    margin-bottom: 0;
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px; }
.slide-description a {
    text-decoration: underline;
    font-family: "futura-pt", sans-serif;
    font-size: 16px; }
@media (max-width: 768px) {
    .slide-description {
      display: none; } }
.citeslider .cite p {
  font-family: "VFuturaBold", Helvetica, Arial, Sans-Serif !important;
  font-size: 45px !important;
  line-height: 1.2 !important;
  text-align: left; }
.citeslider .cite p:before {
    content: "»"; }
.citeslider .cite p:after {
    content: "«"; }
@media (max-width: 768px) {
    .citeslider .cite p {
      font-size: 25px !important; } }
.citeslider footer cite {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-style: normal;
  float: right; }
.slider-wrapper {
  position: relative;
  height: 100%;
  width: 100%; }
.slider--navigation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }
@media (max-width: 768px) {
    .slider--navigation {
      top: 33%; }
      .mini-slider .slider--navigation {
        top: 50% !important; } }
.slider--navigation-wrapper {
  position: relative;
  max-width: 1198px;
  margin: 0 auto; }
.slider-header {
  position: absolute;
  top: 2vh;
  color: white;
  width: 100%;
  z-index: 100; }
.slider-header h1 {
    font-family: "futura-pt", sans-serif;
    font-size: 45px;
    line-height: 1.2; }
.slider-header h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 23px; }
.slider-header-inner {
  width: 90%;
  max-width: 1198px;
  margin: 0 auto; }
.insta--navigation-wrapper {
  position: absolute;
  bottom: 50px;
  left: 30px; }
#menu {
  position: relative;
  margin: 30px 30px 30px 0; }
@media (max-width: 1024px) {
    #menu {
      padding: 20px; } }
.menu-item {
  display: inline-block;
  padding-right: 30px; }
@media (max-width: 1024px) {
    .menu-item {
      display: block; }
      .menu-item:before {
        content: "▾";
        padding-right: 5px; } }
.menu-item > .submenu {
    display: none; }
.menu-item:hover > .submenu {
    display: block; }
.menu-item:not(:first-child) {
    margin-left: -10px; }
@media (max-width: 1024px) {
      .menu-item:not(:first-child) {
        margin-left: 0px; } }
.menu-item a {
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    color: black;
    transition: all 0.3s ease;
    padding-bottom: 5px; }
.menu-item a:hover {
      color: gray; }
.menu-item.act > a {
    color: gray; }
.submenu {
  position: absolute;
  left: -20px;
  top: 25px;
  width: 76vw;
  z-index: 3;
  background: white;
  padding: 44px 20px 0px 20px; }
.submenu:before, .submenu:after {
    content: "";
    width: 100%;
    height: 5px;
    background: black; }
@media (max-width: 1024px) {
    .submenu {
      position: static;
      width: 100%;
      top: 0;
      left: 0;
      padding: 0 0 0 30px; }
      .submenu.active {
        max-height: 800px; }
      .submenu > .border {
        display: none; } }
.submenu-item, #menu-wrapper section.full {
  width: calc(99.99% * 1/5 - (20px - 20px * 1/5));
  /* width: auto; */
  padding-bottom: 20px; }
#c36308, #c36355 {
  width: calc(99.99% * 2/5 - (20px - 20px * 2/5));
}
.submenu-item:nth-child(1n), #menu-wrapper section.full:nth-child(1n){
  float: left;
  margin-right: 20px;
  clear: none; }
.submenu-item:last-child, #menu-wrapper section.full:last-child{
  margin-right: 0; }
.submenu-item:nth-child(5n), #menu-wrapper section.full:nth-child(5n){
  margin-right: 0;
  float: right; }
.submenu-item:nth-child(5n + 1), #menu-wrapper section.full:nth-child(5n + 1){
  clear: left; }
.submenu-item li.act a, #menu-wrapper section.full li.act a {
    color: black;
    display: block; }
.submenu-item a, #menu-wrapper section.full a {
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px;
    color: black; }
.submenu-item a:hover, #menu-wrapper section.full a:hover {
      color: gray; }
.submenu-item h1, .submenu-item h2, .submenu-item h3, #menu-wrapper section.full h1, #menu-wrapper section.full h2, #menu-wrapper section.full h3 {
    font-family: "futura-pt", sans-serif;
    font-size: 16px; }
.submenu-item h1 .detail-subheading, .submenu-item h2 .detail-subheading, .submenu-item h3 .detail-subheading, #menu-wrapper section.full h1 .detail-subheading, #menu-wrapper section.full h2 .detail-subheading, #menu-wrapper section.full h3 .detail-subheading {
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      margin-bottom: 10px; }
.submenu-item h1 a, .submenu-item h2 a, .submenu-item h3 a, #menu-wrapper section.full h1 a, #menu-wrapper section.full h2 a, #menu-wrapper section.full h3 a {
      font-family: "futura-pt", sans-serif;
      font-size: 16px; }
.submenu-item p, #menu-wrapper section.full p {
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px; }
.submenu-item:nth-child(2), #menu-wrapper section.full:nth-child(2) {
    width: calc(99.99% * 2/5 - (20px - 20px * 2/5)); }
.submenu-item:nth-child(2):nth-child(1n), #menu-wrapper section.full:nth-child(2):nth-child(1n){
  float: left;
  margin-right: 20px;
  clear: none; }
.submenu-item:nth-child(2):last-child, #menu-wrapper section.full:nth-child(2):last-child{
  margin-right: 0; }
.submenu-item:nth-child(2):nth-child(5n), #menu-wrapper section.full:nth-child(2):nth-child(5n){
  margin-right: 0;
  float: right; }
.submenu-item:nth-child(2):nth-child(5n + 1), #menu-wrapper section.full:nth-child(2):nth-child(5n + 1){
  clear: left; }
@media (max-width: 1024px) {
    .submenu-item, #menu-wrapper section.full {
      width: calc(99.99% * 1 - (10px - 10px * 1)); }
    .submenu-item:nth-child(1n), #menu-wrapper section.full:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .submenu-item:last-child, #menu-wrapper section.full:last-child{
    margin-right: 0; }
    .submenu-item:nth-child(undefinedn), #menu-wrapper section.full:nth-child(undefinedn){
    margin-right: 0;
    float: right; }
    .submenu-item:nth-child(undefinedn + 1), #menu-wrapper section.full:nth-child(undefinedn + 1){
    clear: left; }
      .submenu-item:not(:first-child), #menu-wrapper section.full:not(:first-child) {
        display: none; } }
.submenu-item .detail-subheading, #menu-wrapper section.full .detail-subheading {
    margin-top: 0; }
#menu-wrapper section.full {
  width: calc(99.99% * 2/5 - (20px - 20px * 2/5)); }
#menu-wrapper section.full:nth-child(1n){
  float: left;
  margin-right: 20px;
  clear: none; }
#menu-wrapper section.full:last-child{
  margin-right: 0; }
#menu-wrapper section.full:nth-child(5n){
  margin-right: 0;
  float: right; }
#menu-wrapper section.full:nth-child(5n + 1){
  clear: left; }
.submenu-item-content li {
  margin-bottom: 5px; }
.submenu-item-content li:before {
    content: "▶";
    color: grey;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 2px;
    display: block;
    float: left; }
.menu-title {
  display: none;
  color: #333;
  font-family: "futura-pt", sans-serif;
  font-size: 18px; }
@media (max-width: 1024px) {
    .menu-title {
      display: inline-block;
      margin: 0; } }
.submenu-heading {
  font-family: "futura-pt", sans-serif;
  font-size: 16px; }
.googlemap {
  background: #333333;
  height: 350px; }
.border {
  width: 100%;
  height: 5px;
  background: black;
  margin: 20px 0; }
#menu-icon {
  display: none;
  margin: 4px 10px 10px 10px;
  color: white;
  cursor: pointer;
  height: 30px;
  width: 30px; }
#menu-icon span {
    transition: all 0.3s ease-out;
    display: block;
    height: 2px;
    width: 100%;
    margin-bottom: 4px;
    background: black; }
#menu-icon.active span:first-child {
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg); }
#menu-icon.active span:nth-child(2) {
    opacity: 0; }
#menu-icon.active span:last-child {
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg); }
@media (max-width: 1024px) {
    #menu-icon {
      display: inline-block; } }
#menu-icon-wrapper {
  display: none;
  float: left;
  margin: 59px 10px 0 0; }
@media (max-width: 1024px) {
    #menu-icon-wrapper {
      display: inline-block; } }
#menu-icon, .menu-title {
  float: left; }
#menu-wrapper, #lang-menu-wrapper {
  float: left; }
#menu-wrapper {
  position: relative; }
@media (max-width: 1024px) {
    #menu-wrapper {
      display: none;
      position: absolute;
      top: 125px;
      left: 0;
      width: 100%;
      z-index: 1000;
      background: white; } }
#logo {
  float: right;
  height: 66px;
  width: 99px;
  margin: 30px 0;
  z-index: 10;
  position: relative; }
#logo img {
    margin-top: -14px; }
@media (max-width: 1024px) {
    #logo {
      width: 80px;
      height: 65px;
      margin: 16px 0 0 0; }
      #logo img {
        margin-top: 0; } }
.mobile-border {
  display: none;
  width: 100%;
  height: 5px;
  background: black; }
@media (max-width: 1024px) {
    .mobile-border {
      display: block; } }
@media (max-width: 1024px) {
  .menu-item {
    display: block; } }
#search-wrapper {
  float: left; }
#lang-menu, .lang-menu-switcher-button {
  display: block; }
#lang-menu-wrapper {
  margin: 30px 30px 30px 0; }
#lang-menu-wrapper a {
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    color: #333333; }
@media (max-width: 1024px) {
    #lang-menu-wrapper {
      margin: 59px 10px 0 0; } }
#lang-menu {
  position: absolute;
  top: 65px;
  z-index: 1; }
.lang-menu-item {
  padding: 5px 20px;
  display: none;
  background: white; }
#search-box {
  display: none; }
@font-face {
  font-family: 'VFuturaRegular';
  src: url("../Fonts/vfutura-regular.eot");
  src: url("../Fonts/vfutura-regular.eot?#iefix") format("embedded-opentype"), url("../Fonts/vfutura-regular.woff") format("woff"), url("../Fonts/vfutura-regular.ttf") format("truetype"), url("../Fonts/vfutura-regular.svg#VFuturaRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'VFuturaMedium';
  src: url("../Fonts/vfutura-medium.eot");
  src: url("../Fonts/vfutura-medium.eot?#iefix") format("embedded-opentype"), url("../Fonts/vfutura-medium.woff") format("woff"), url("../Fonts/vfutura-medium.ttf") format("truetype"), url("../Fonts/vfutura-medium.svg#VFuturaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'VFuturaBold';
  src: url("../Fonts/vfutura-bold.eot");
  src: url("../Fonts/vfutura-bold.eot?#iefix") format("embedded-opentype"), url("../Fonts/vfutura-bold.woff") format("woff"), url("../Fonts/vfutura-bold.ttf") format("truetype"), url("../Fonts/vfutura-bold.svg#VFuturaBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("../Fonts/fontello.eot?4539836");
  src: url("../Fonts/fontello.eot?4539836#iefix") format("embedded-opentype"), url("../Fonts/fontello.woff?4539836") format("woff"), url("../Fonts/fontello.ttf?4539836") format("truetype"), url("../Fonts/fontello.svg?4539836#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'icons';
  src: url('../Fonts/icons.eot?90459543');
  src: url('../Fonts/icons.eot?90459543#iefix') format('embedded-opentype'),
       url('../Fonts/icons.woff2?90459543') format('woff2'),
       url('../Fonts/icons.woff?90459543') format('woff'),
       url('../Fonts/icons.ttf?90459543') format('truetype'),
       url('../Fonts/icons.svg?90459543#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[class^="social-"]:before, [class*=" social-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-facebook:before { content: '\e800'; }
.social-youtube-squared:before { content: '\f166'; } /* '' */
.social-vimeo-squared:before { content: '\f194'; } /* '' */
.social-vimeo:before { content: '\e801'; } /* '' */
.social-soundcloud:before { content: '\f1be'; font-size: 25px !important;  } /* '' */
.icon-arrow_down:before {
  content: '\e800'; }
.icon-arrow_left:before {
  content: '\e801'; }
.icon-arrow_right:before {
  content: '\e802'; }
.icon-blog:before {
  content: '\e803'; }
.icon-cart:before {
  content: '\e804'; }
.icon-clock:before {
  content: '\e805'; }
.icon-close:before {
  content: '\e806'; }
/* '' */
.icon-contact:before {
  content: '\e807'; }
/* '' */
.icon-dot:before {
  content: '\e808'; }
/* '' */
.icon-facebook_square:before {
  content: '\e800'; }
/* '' */
.icon-facebook:before {
  content: '\e80a'; }
/* '' */
.icon-instagram_square:before {
  content: '\e80b'; }
/* '' */
.icon-instagram:before {
  content: '\e80c'; }
/* '' */
.icon-logo:before {
  content: '\e80d'; }
/* '' */
.icon-map:before {
  content: '\e80e'; }
/* '' */
.icon-menu:before {
  content: '\e80f'; }
/* '' */
.icon-press:before {
  content: '\e810'; }
/* '' */
.icon-price:before {
  content: '\e811'; }
/* '' */
.icon-search:before {
  content: '\e812'; }
/* '' */
.icon-ticket:before {
  content: '\e813'; }
/* '' */
.icon-twitter_square:before {
  content: '\e814'; }
/* '' */
.icon-twitter:before {
  content: '\e815'; }
/* '' */
.icon-facebook:before { content: '\e800'; } /* '' */
.icon-instagram_square:before { content: '\e80b'; } /* '' */
.icon-twitter_square:before { content: '\e814'; } /* '' */
.icon-youtube-squared:before { content: '\f166'; } /* '' */
.icon-vimeo-squared:before { content: '\f194'; } /* '' */
.icon-soundcloud:before { content: '\f1be'; } /* '' */
.icon-soundcloud {
  font-size: 25px !important;
}
.icon-soundcloud:before {
  content: '\f1be'; }
#instafeed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
#instafeed a {
    display: block; }
#instafeed img {
    opacity: 0.9; }
#instafeed .slick-prev, #instafeed .slick-next {
    bottom: 10px;
    top: initial;
    -webkit-transform: translateY(0%);
            transform: translateY(0%); }
#instafeed .slick-next {
    left: 50px;
    right: initial; }
.instafeed-slide {
  background: #333333; }
.event-wrapper {
  padding: 15px 0 0px 0;
  border-bottom: 1px solid #000;
  padding: 5px 0 5px 0; }
.event-wrapper.first {
    border-top: 1px solid #000; }
.submenu-item .event-wrapper .grid-3, .submenu-item .event-wrapper .grid-9 {
    width: 100%; }
#sociallinks {
  left: 113px;
  list-style: none outside none;
  position: absolute;
  top: 20px;
  width: auto;
  margin: 0;
  padding: 0; }
#sociallinks li {
    list-style: none;
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    color: #ccc;
    margin: 0 5px 0 0; }
#sociallinks li a {
      font-weight: normal; }
.event-date, .event-title {
  font-family: "futura-pt", sans-serif;
  font-size: 16px; }
.event-time {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px; }
#menu-wrapper section.full .event-date, #menu-wrapper section.full .event-title {
  font-family: "futura-pt", sans-serif;
  font-size: 13px; }
#menu-wrapper section.full .event-time {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 13px; }
#menu-wrapper section.full .event-description p {
  font-family: "VFuturaRegular", sans-serif;
  font-size: 13px; }
#menu-wrapper section.full .event-description p a {
    font-family: "VFuturaRegular", sans-serif;
    font-size: 13px; }
.eventtable {
  width: 100%;
  font-family: "VFuturaRegular", sans-serif;
  font-size: 16px; }
.eventtable .col1 {
    width: 20%; }
.eventtable .col2 {
    width: 20%; }
.eventtable .col3 {
    width: 60%; }
.events {
  margin: 30px 0 100px 0; }
p.details a {
  text-decoration: none; }
#searchbox {
  position: absolute;
  top: 126px;
  left: 0;
  right: 0;
  z-index: 99999;
  display: none; }
#searchbox.active {
    display: block; }
#searchbox .container {
    position: relative;
    width: calc(90% + 40px);
    max-width: calc(1198px + 40px);
    margin: 0 auto;
    background: white;
    padding: 5px 20px; }
.search-input-field {
  width: 90%; }
.submit-search-button {
  display: none; }
.submit-replacement-button, .close-searchbox-button {
  cursor: pointer;
  position: absolute;
  right: 20px; }
.submit-replacement-button {
  right: 50px; }
.search-menu-button {
  cursor: pointer;
  margin-top: 30px;
  display: inline-block; }
@media (max-width: 1024px) {
    .search-menu-button {
      margin-top: 59px; } }
#tx-indexedsearch-searchbox-sword {
  width: 100%;
  border-top: 5px solid black;
  padding: 5px 20px;
  border-bottom: 5px solid black; }
/* Accordion */
/*
.accordion h1.accordiontoggle {
  border-bottom: 1px solid #999;
  display: block;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  background-image: url(../../img/pfeil_runter.png);
  background-repeat: no-repeat;
  background-position: 99% 12px;
  height: 25px;
}

.accordion.act h1.accordiontoggle {
  background-image: url(../../img/pfeil_hoch.png);
  background-repeat: no-repeat;
  background-position: 99% 12px;
}

.accordion hgroup {
  margin: 0 0 1em 0;
}*/
.accordion {
  border-bottom: 1px solid #999; }
.accordion .subcolumns {
    display: none;
    padding: 5px 0 0 0; 
}
.accordion h1.accordiontoggle {
    padding: 5px 0;
    cursor: pointer;
    margin: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 23px; }
.accordion h1.accordiontoggle .detail-heading {
      padding: 5px 0 5px 0; }
.accordion .csc-textpic-center-outer {
    float: none !important;
    right: 0; }
.flipteaser, .teasermap .item {
  background: #BEBEBE;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0; }
.masterpieces .flipteaser:before, .masterpieces .teasermap .item:before {
    content: "";
    display: block;
    padding-top: 100%; }
.masterpieces .flipteaser .wrapper, .masterpieces .teasermap .item .wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
.masterpieces .flipteaser:hover .back, .masterpieces .teasermap .item:hover .back {
    opacity: 1; }
.masterpieces .flipteaser:hover .wrapper, .masterpieces .teasermap .item:hover .wrapper {
    background-color: rgba(179, 179, 179, 0.6); }
.masterpieces .flipteaser .detaillink a, .masterpieces .teasermap .item .detaillink a {
    position: absolute;
    margin: 0;
    text-decoration: none; }
.flipteaser .front {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden; }
.flipteaser .front img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%; }
.flipteaser .front .detaillink {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 1; }
.flipteaser:hover .detaillink {
  display: block; }
.flipteaser .back {
  opacity: 0;
  background-image: none !important;
  height: 100%;
  width: 100%; }
.flipteaser .back p {
    color: white;
    margin-left: 10px; }
.flipteaser .back a {
    text-decoration: none;
    margin-left: 0 !important; }
.flipteaser .front h1,
.teasermap .item h1 {
  color: #FFF;
  left: 0;
  margin: 10px 0 0 10px;
  z-index: 999; }
.masterpieces .flipteaser .front h1, .masterpieces
  .teasermap .item h1 {
    display: none; }
.flipteaser .back h1 {
  color: #FFF;
  font-size: 18px;
  margin: 10px 0 0 10px;
  padding: 0; }
.flipteaser h2 {
  left: 0;
  margin: 10px 0 10px 10px;
  padding: 0; }
.flipteaser p.detaillink a,
.teasermap .item p.detaillink a,
.imageteaser .detaillink a {
  color: #FFF;
  margin: 10px 0 0 10px;
  text-decoration: none;
  border: none; }
.teasermap .item p.detaillink {
  position: absolute;
  bottom: 0;
  left: 0; }
.masterpieces .imageteaser {
  position: relative;
  padding: 10px;
  background: rgba(0, 0, 0, 0.3); }
.masterpieces .imageteaser:before {
    content: "";
    display: block;
    padding-top: 100%; }
.masterpieces .imageteaser .wrapper {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover; }
.masterpieces .imageteaser .hlwrapper h1, .masterpieces .imageteaser .hlwrapper p {
    margin: 10px 0 0 10px; }
.masterpieces .imageteaser .detaillink a {
    left: 10px; }
.masterpieces .imageteaser:hover .back {
    opacity: 1; }
.imageteaser p, .imageteaser h1, .imageteaser h2 {
  color: #FFF; }
.imageteaser h1 {
  font-size: 18px;
  margin: 10px 0 0 10px;
  text-transform: none;
  line-height: 2.5rem; }
.imageteaser h2 {
  font-size: 1.2em;
  margin: 0 0 0 0;
  text-transform: none;
  line-height: 1em; }
.imageteaser p {
  font-size: 16px;
  margin: 10px 0 0 10px;
  line-height: 1.2em; }
.imageteaser .detaillink a {
  position: absolute;
  bottom: 10px;
  margin: 0;
  text-decoration: none; }
.imageteaser .detaillink a:hover {
    color: #000;
    border-color: #000; }
.teasermap .item {
  width: calc(99.99% * 1/4 - (10px - 10px * 1/4));
  height: auto;
  margin-bottom: 10px; }
.teasermap .item:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.teasermap .item:last-child{
  margin-right: 0; }
.teasermap .item:nth-child(4n){
  margin-right: 0;
  float: right; }
.teasermap .item:nth-child(4n + 1){
  clear: left; }
.teasermap .item hgroup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
.teasermap .item hgroup h1 {
      font-family: "futura-pt", sans-serif;
      font-size: 23px;
      margin: 10px;
      line-height: 27px; }
.teasermap .item hgroup h2 {
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      color: white;
      margin: 10px;
      line-height: 19px; }
.teasermap .item img {
    width: 100%; }
.teasermap .item .detaillink {
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    line-height: 19px; }
@media (max-width: 768px) {
    .teasermap .item {
      width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
    .teasermap .item:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .teasermap .item:last-child{
    margin-right: 0; }
    .teasermap .item:nth-child(2n){
    margin-right: 0;
    float: right; }
    .teasermap .item:nth-child(2n + 1){
    clear: left; } }
@media (max-width: 480px) {
    .teasermap .item {
      width: calc(99.99% * 1 - (10px - 10px * 1)); }
    .teasermap .item:nth-child(1n){
    float: left;
    margin-right: 10px;
    clear: none; }
    .teasermap .item:last-child{
    margin-right: 0; }
    .teasermap .item:nth-child(undefinedn){
    margin-right: 0;
    float: right; }
    .teasermap .item:nth-child(undefinedn + 1){
    clear: left; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }
.fancybox-opened {
  z-index: 8030; }
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
  position: relative; }
.fancybox-inner {
  overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(fancybox_sprite.png); }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat; }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
.fancybox-prev {
  left: 0; }
.fancybox-next {
  right: 0; }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
.fancybox-nav:hover span {
  visibility: visible; }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }
.fancybox-lock body {
  overflow: hidden !important; }
.fancybox-lock-test {
  overflow-y: hidden !important; }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(fancybox_overlay.png); }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }
.fancybox-opened .fancybox-title {
  visibility: visible; }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }
.fancybox-title-inside-wrap {
  padding-top: 10px; }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.tx-folveranstaltungen-pi2 .filterhead .subcolumns {
  display: table; }
.tx-folveranstaltungen-pi2 .filterhead .subcolumns .col1 {
    display: table-cell;
    width: 25%;
    vertical-align: top;
    padding-top: 5px; }
.tx-folveranstaltungen-pi2 .filterhead .subcolumns .col2 {
    display: table-cell;
    width: 25%;
    vertical-align: top; }
.tx-folveranstaltungen-pi2 .filterhead .subcolumns .col3 {
    display: table-cell;
    width: 25%;
    vertical-align: top; }
.tx-folveranstaltungen-pi2 .filterhead .subcolumns .col4 {
    display: table-cell;
    width: 25%;
    vertical-align: top; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul {
  margin: 0; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul li {
    list-style: none;
    margin-top: 0;
    margin-bottom: 5px;
    position: relative; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul li a {
      font-family: "VFuturaBold", Helvetica, Arial, Sans-Serif;
      font-size: 16px;
      color: grey;
      text-decoration: none;
      margin-left: 15px;
      transition: all 0.3s ease-out; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul li a:hover {
        color: black; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul li a:hover:before {
          color: black; }
.tx-folveranstaltungen-pi2 .filterhead .navitem ul li a:before {
        position: absolute;
        left: 0;
        top: 3px;
        content: "▶";
        color: grey;
        font-size: 10px;
        margin-right: 5px;
        transition: all 0.3s ease-out; }
.tx-folveranstaltungen-pi2 table.exhibitontable td.col1 {
  width: 20%; }
.tx-folveranstaltungen-pi2 table.exhibitontable td.col2 {
  width: 20%; }
.tx-folveranstaltungen-pi2 table.exhibitontable td.col3 {
  width: 60%; }
.tx-folveranstaltungen-pi2 ul.service {
  list-style: none; }
.tx-folveranstaltungen-pi2 ul.service li {
    list-style: none;
    font-family: "VFuturaRegular", sans-serif;
    font-size: 16px;
    line-height: 1.2; }
.tx-folveranstaltungen-pi2 ul.service li a {
      font-family: "VFuturaRegular", sans-serif;
      font-size: 16px;
      font-size: 16px !important;
      line-height: 1.2;
      color: black;
      text-decoration: none; }
.btn {
  display: inline-block;
  width: auto;
  background: #999;
  border: none;
  padding: 3px 20px 2px;
  margin: 0;
  color: #FFF !important;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 10px;
  text-decoration: none !important;
  transition: all 0.3s ease; }
.btn:hover {
  background: #333;
  color: #FFF; }
.subcolumns {
  *zoom: 1; }
.subcolumns:before{
  content: '';
  display: table; }
.subcolumns:after{
  content: '';
  display: table;
  clear: both; }
.subcolumns .c50l, .subcolumns .c50r {
    width: calc(99.99% * 1/2 - (10px - 10px * 1/2)); }
.subcolumns .c50l:nth-child(1n), .subcolumns .c50r:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.subcolumns .c50l:last-child, .subcolumns .c50r:last-child{
  margin-right: 0; }
.subcolumns .c50l:nth-child(2n), .subcolumns .c50r:nth-child(2n){
  margin-right: 0;
  float: right; }
.subcolumns .c50l:nth-child(2n + 1), .subcolumns .c50r:nth-child(2n + 1){
  clear: left; }
@media (max-width: 480px) {
      .subcolumns .c50l, .subcolumns .c50r {
        width: calc(99.999999% * 1); }
      .subcolumns .c50l:nth-child(1n), .subcolumns .c50r:nth-child(1n){
    float: left;
    margin-right: 0;
    clear: none; }
      .subcolumns .c50l:last-child, .subcolumns .c50r:last-child{
    margin-right: 0; }
      .subcolumns .c50l:nth-child(1n), .subcolumns .c50r:nth-child(1n){
    margin-right: 0;
    float: right; }
      .subcolumns .c50l:nth-child(1n + 1), .subcolumns .c50r:nth-child(1n + 1){
    clear: left; } }
.subcolumns.grid5 {
    width: calc(99.99% * 1 - (10px - 10px * 1)); }
.subcolumns.grid5:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.subcolumns.grid5:last-child{
  margin-right: 0; }
.subcolumns.grid5:nth-child(undefinedn){
  margin-right: 0;
  float: right; }
.subcolumns.grid5:nth-child(undefinedn + 1){
  clear: left; }
.subcolumns.grid5 div[class^="col"] {
      width: calc(99.99% * 1/5 - (10px - 10px * 1/5)); }
.subcolumns.grid5 div[class^="col"]:nth-child(1n){
  float: left;
  margin-right: 10px;
  clear: none; }
.subcolumns.grid5 div[class^="col"]:last-child{
  margin-right: 0; }
.subcolumns.grid5 div[class^="col"]:nth-child(5n){
  margin-right: 0;
  float: right; }
.subcolumns.grid5 div[class^="col"]:nth-child(5n + 1){
  clear: left; }

.cc-message {
  font-family: "VFuturaRegular", sans-serif !important;
}

html body #CybotCookiebotDialog{
  border:none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  max-width: none;
  width: 100% !important;
  height: 100vh !important;
  transform: none !important;
  background-color: rgba(51, 51, 51, 0.7);
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody{
  width: 1200px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContent{
  padding: 0;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogDetail #CybotCookiebotDialogDetailBody{
  margin: auto;
}


html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogPoweredbyLink{
  display: none;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentTitle{
  color: #fff;
  text-align: center;
  font-size: 45px;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyContentText{
  color: #fff;
  text-align: center;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons{
  padding: 0;
  text-align: center;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonDecline{
  font-size: 14px;
  background: none;
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 15px;
  text-transform: uppercase;
  width: 300px !important;
}

html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtonAccept{
  font-size: 14px;
  background: unset;
  border: unset;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 11px 15px;
  text-transform: uppercase;
  background: #fff;
  color: #000;
  width: 300px !important;
}


html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails{
  position: absolute;
  right: 0;
  color: #fff;
  background-image: unset !important;
}

html body #CybotCookiebotDialog a, html body #CybotCookiebotDialog a:hover{
  color: #fff;
}


@media (max-width: 1200px) {
  html body #CybotCookiebotDialog #CybotCookiebotDialogBody{
    width: auto;
  }
  html body #CybotCookiebotDialog #CybotCookiebotDialogBody #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails{
    display: none;
  }
}

.frame.frame-space-before-old--10 {
    margin-top: 10px!important;
}
.frame.frame-space-before-old--20 {
    margin-top: 20px!important;
}
.frame.frame-space-before-old--30 {
    margin-top: 30px!important;
}
.frame.frame-space-before-old--40 {
    margin-top: 40px!important;
}
.frame.frame-space-before-old--50 {
    margin-top: 50px!important;
}
.frame.frame-space-before-old--60 {
    margin-top: 60px!important;
}
.frame.frame-space-before-old--70 {
    margin-top: 70px!important;
}
.frame.frame-space-before-old--80 {
    margin-top: 80px!important;
}
.frame.frame-space-before-old--90 {
    margin-top: 90px!important;
}
.frame.frame-space-before-old--100 {
    margin-top: 100px!important;
}


.frame.frame-space-after-old--10 {
    margin-bottom: 10px!important;
}
.frame.frame-space-after-old--20 {
    margin-bottom: 20px!important;
}
.frame.frame-space-after-old--30 {
    margin-bottom: 30px!important;
}
.frame.frame-space-after-old--40 {
    margin-bottom: 40px!important;
}
.frame.frame-space-after-old--50 {
    margin-bottom: 50px!important;
}
.frame.frame-space-after-old--60 {
    margin-bottom: 60px!important;
}
.frame.frame-space-after-old--70 {
    margin-bottom: 70px!important;
}
.frame.frame-space-after-old--80 {
    margin-bottom: 80px!important;
}
.frame.frame-space-after-old--90 {
    margin-bottom: 90px!important;
}
.frame.frame-space-after-old--100 {
    margin-bottom: 100px!important;
}

.ce-row {
    display:inline-flex;
}

.footer h2 {
    font-family: "futura-pt", sans-serif;
    font-size: 23px;
    color: white;
    margin: 25px 0;
}

.femanager_new .femanager_fieldset label {
    display:block;
}
.femanager_new .femanager_fieldset div[class^="col"] {
    float:unset;
}
.femanager_new .femanager_password, .femanager_new .femanager_password_repeat {
    width: calc(50% - 7px);
    float: left;
}
.femanager_new .femanager_title, .femanager_new .femanager_name {
    width: calc(50% - 7px);
    float: left;
}
