/*
Theme Name: kultur-im-oberbraeu
Author: Programmierung: Webdesign Oberland UG, Andrea Jahn
Author URI: http://webdesign-oberland.de/
Description: based on foundation.zurb.com Version 6.4.2 mit float grid
Version: 1.0
License: copyright Webdesign Oberland UG
*/

/* 
font-sizes, Ausgangsgroesse 16px
100% -> 16px 
0,0625em -> 1px
1,125em -> 18px
1.4375em -> 23px
*/

/* breakpoints 
small=0-639px
medium=640px-1023px
large=1024px-1199px
xlarge=1200px-1439px
xxlarge=1440px up

smartphone-menu 0-849px

columns padding small: 10px
medium up = 15px
*/

/*
Hintergruende:
tuerkis: #9ee2e1
hellgrau: #e4e4e4
gruen: #daf2c1

dunkelgrau: #242C2C
rot: #D92324
orange: #F18F2E
blau: #2E569C
*/

/* Open fonts */

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-LightItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 300;
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}

@font-face{
    font-family: "Roboto";
    src: url("fonts/Roboto/Roboto-Italic.ttf") format("truetype");
    font-style: italic;
    font-weight: 400;
}

@font-face{
    font-family: "Quicksand";
    src: url("fonts/Quicksand/Quicksand-Light.ttf") format("truetype");
    font-weight: 300;
}

@font-face{
    font-family: "Quicksand";
    src: url("fonts/Quicksand/Quicksand-Regular.ttf") format("truetype");
    font-weight: 400;
}

@font-face{
    font-family: "Quicksand";
    src: url("fonts/Quicksand/Quicksand-Medium.ttf") format("truetype");
    font-weight: 500;
}

@font-face{
    font-family: "Quicksand";
    src: url("fonts/Quicksand/Quicksand-Bold.ttf") format("truetype");
    font-weight: 700;
}


body {
  color: #242C2C;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  /*background-color: transparent;*/
  /*background: transparent url('images/tmp/loesungen-mittig.jpg') center -120px no-repeat; */
  /*background: transparent url('images/tmp/monate.jpg') center 10px no-repeat;*/
}

body.is-reveal-open { 
  overflow: visible !important;
}

.reveal-overlay {
  overflow: hidden;
}

.row,
.wp-block-columns {
  max-width: 1270px; /* +2*15 Rand beinhaltet */
  margin-right: auto;
  margin-left: auto;
}

.row.wo-small,
.wp-block-wo-one-column.wo-small .row,
.wp-block-wo-video .row {
  max-width: 720px;
}

.wp-block-columns::before, 
.wp-block-columns::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1; 
}

.wp-block-columns::after {
  clear: both; 
}

.wp-block-columns.has-2-columns,
.wp-block-columns.has-3-columns,
.wp-block-columns.has-4-columns {
  display: block !important;
}

.columns,
.wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.wp-block-column {
  width: 100%;
  float: left;
}

  .wp-block-columns.has-4-columns .wp-block-column {
    width: 50%;
  }

.wp-block-column:last-child:not(:first-child) {
  float: right; 
}

#page-content > h1,
#page-content > h2,
#page-content > h3,
#page-content > h4,
#page-content > h5,
#page-content > p,
#page-content > ul {
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 1.5em;
}

*:focus {outline:none !important}


@media screen and (max-width: 549px) {
  .wo-show-for-medium-550 {
    display: none !important;
  }
 
}

@media screen and (max-width: 639px) {
  
  .wp-block-columns.has-2-columns .wp-block-column:first-child {
    margin-bottom: 25px;
  }
  
  .wp-block-columns.has-3-columns .wp-block-column:first-child,
  .wp-block-columns.has-3-columns .wp-block-column:nth-child(2) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 849px) {
  .wo-show-for-medium {
    display: none !important;
  }
  
  .wp-block-columns.has-4-columns .wp-block-column:first-child,
  .wp-block-columns.has-4-columns .wp-block-column:nth-child(2) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1199px) {
  .wo-show-for-large-only-1200 {
    display: none !important;
  }
}

@media screen and (min-width: 550px) {
  .wo-show-for-small-only-550 {
    display: none !important;
  }
}

@media screen and (min-width: 640px) {
  
  .wp-block-columns.has-2-columns .wp-block-column {
    width: 50%;
  }
  
  .wp-block-columns.has-3-columns .wp-block-column {
    width: 33.33333%;
  }
 
}

@media screen and (min-width: 850px) {
  
  .wo-show-for-small-only {
    display: none !important;
  }
  
  .wo-medium-3 {
    width: 25%;
  }
  
  .wo-medium-4 {
    width: 33.33333%;
  }

  .wo-medium-6 {
    width: 50%;
  }
  
  .wp-block-columns.has-4-columns .wp-block-column {
    width: 25%;
  }
}

@media screen and (min-width: 1200px) {
  .wo-show-for-medium-only-1200 {
    display: none !important;
  }
}


/* Text */

h1,h2,h3,h4 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  line-height: 1.125em;
  color: #242C2C;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 2em;
  letter-spacing: -2px;
}

h2 {
  font-size: 1.5em;
  letter-spacing: -1px;
}

.wp-block-wo-highlight h2 {
  display: none;
  
  font-size: 2.5em;
  line-height: 1.25em;
  letter-spacing: -2px;
  padding: 12px 0;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
}

body.tax-wo-event-genre article h2,
body.post-type-archive-wo-event article h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.125em;
  letter-spacing: -1px;
}

article.event-box .text-box h3,
#program-box h3 {
  font-size: 1.5em;
}

#program-box h3,
article.event-box .text-box h3 {
  margin-bottom: 1em;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  margin-bottom: 1.5em;
}

p:empty {
  display: none;
}

p.skip-link {
  margin-bottom: 0;
}

p.has-background {
  padding: 25px;
  margin-bottom: 40px;
}

strong {
  font-weight: 500;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

.text-red {
  color: #D92324;
}

.text-green {
  color: green;
}


@media screen and (min-width: 640px) {
  
  h1 {
    font-size: 2.5em;
  }
  
  h2 {
    font-size: 2em;
  }
  
  body.home .wp-block-wo-highlight h2 {
    font-size: 2.75em;
  }
  
  h3 {
    font-size: 1.25em;
  }

  article.event-box .text-box h3 {
    font-size: 1.5em;
  }
  
  body.home article.event-box.highlight-1 h3,
  #program-box h3 {
    font-size: 1.75em;
  }
}

@media screen and (min-width: 850px) {
  /*	
  body.single-wo-event .wp-block-wo-four-boxes h2,
  body.single-wo-event .wp-block-wo-four-boxes-white h2 {
	font-size: 1em;
	font-weight: 700;
  }
  
  body.single-wo-event .wp-block-wo-four-boxes .wp-block-button a,
  body.single-wo-event .wp-block-wo-four-boxes .wp-block-button a:visited,
  body.single-wo-event .wp-block-wo-four-boxes-white .wp-block-button a,
  body.single-wo-event .wp-block-wo-four-boxes-white .wp-block-button a:visited  {
    font-size: 0.75em;
  }
  */
}


@media screen and (min-width: 1024px) {
  
  h1 {
    font-size: 3.375em;
  }

  h2 {
    /*font-size: 2.125em;*/
    font-size: 1.75em;
  }
  
  body.home .wp-block-wo-highlight h2 {
    font-size: 3.375em;
  }
  
  body.tax-wo-event-genre article h2,
  body.post-type-archive-wo-event article h2 {
    font-size: 2em;
  }
  
  h3 {
    font-size: 1.5em;
  }
 
  article.event-box .text-box h3 {
    /*font-size: 2em;*/
    font-size: 1.75em;
  }
  
 /* 
 body.home article.event-box.highlight-1 h3,
  #program-box h3 {
    font-size: 2.25em;
  }*/
  
  p {
    font-size: 1.125em;
  }
  
  body.page .wo-section:first-of-type p {
    font-size: 1.25em;
  }
  
  body.home.page .wo-section:first-of-type p,
  body.page-id-12990 .wo-section:first-of-type p {
    font-size: 1.125em;
  }
}

@media screen and (min-width: 1200px) {
  
  /*
  h2 {
    font-size: 2.25em;
  }*/
  
  body.home .wp-block-wo-highlight h2 {
    font-size: 3.75em;
  }
}

/* Tabellen */

table {
  margin-bottom: 5px;
}

.wp-block-wo-one-column table {
  text-align: left;
}

.wp-block-wo-one-column table tr td:last-child {
  text-align: right;
}

table tbody tr:nth-child(even) {
  border-color: #e4e4e4;
}

.price-box table tbody tr:nth-child(even) {
  background-color: #fff;
}

.price-box table tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}



@media screen and (min-width: 1024px) {
  table {
    /*font-size: 1.125em;*/
    font-size: 1em;
  }
}


/* images */

img.alignleft {
  float: left;
  margin: 0 40px 3px 0;
}

img.alignright {
  float: right;
  margin: 3px 0 3px 20px;
}

img.aligncenter {
  display: block;
  margin: 30px auto;
}

figure.aligncenter {
  text-align: center;
}

figure.alignleft {
  text-align: left;
}

figure.alignright {
  text-align: right;
}

figcaption {
  text-align: right;
  font-size: 0.875em;
}

/* Links */

a,
a:visited {
  text-decoration: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  color: #D92324;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12)
}

a:focus,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

a:active, a:focus{
  outline: none;
} 

a img {
  border: none;
  margin-bottom: 0;
  vertical-align: middle;
}

/* Listen */

ul, ol, dl {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;
}

#page-content ul {
  font-size: 1em;
  line-height: 1.4em;
  list-style: none;
  margin-left: 0;
}

#page-content ul li {
  margin-left: 1em;
  margin-bottom: 0.25em;
}

#page-content ul li:empty {
  display: none;
}

#page-content ul li:before {
  content: '·';
  font-size: 1em;
  float: left;
  margin-left: -1em;
  font-weight: 700;
}

#page-content ol {
  counter-reset: item;
  font-size: 1em;
}

#page-content ol > li {
  counter-increment: item;
  margin-bottom: 0.25em;
}

#page-content ol ol {
  margin-top: 0.75em;
}

#page-content ol ol > li {
  display: block;
  margin: 0 0 0.25em 1em;
}

#page-content ol ol > li:before {
  content: counters(item, ".") ". ";
  margin-left: -2em;
}

@media screen and (min-width: 1024px) {
  
  figcaption {
    font-size: 0.9375em;
  }

  #page-content ul, 
  #page-content ol, 
  #page-content dl {
    /*font-size: 1.1875em;*/
    font-size: 1.125rem;
  }
}


/* mixed */

hr {
  border-top: 1px solid #000;
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 0;
  max-width: none;
}

@media screen and (min-width: 640px) {

  .vertical-parent {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .vertical-child {
    display: inline-block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}


/* Hintergrund-Farben */

.has-wo-light-grey-background-color {
  background-color: #e4e4e4 !important;
}

.has-wo-light-green-background-color {
  background-color: #daf2c1 !important;
}

.has-wo-light-turquoise-background-color {
  background-color: #9ee2e1 !important;
}

.has-wo-dark-grey-background-color {
  background-color: #242C2C !important;
}

.has-wo-red-background-color {
  background-color: #D92324 !important;
}

.has-wo-orange-background-color {
  background-color: #F18F2E !important;
}

.has-wo-blue-background-color {
  background-color: #2E569C !important;
}

.has-wo-green-background-color {
  background-color: #008000 !important;
}

.has-wo-middle-grey-background-color {
  background-color: #585858 !important;
}

/* Farben */

.has-wo-light-grey-color {
  color: #e4e4e4 !important;
}

.has-wo-light-green-color {
  color: #daf2c1 !important;
}

.has-wo-light-turquoise-color {
  color: #9ee2e1 !important;
}

.has-wo-dark-grey-color {
  color: #242C2C !important;
}

.has-wo-red-color {
  color: #D92324 !important;
}

.has-wo-orange-color {
  color: #F18F2E !important;
}

.has-wo-blue-color {
  color: #2E569C !important;
}

.has-wo-green-color {
  color: #008000 !important;
}


/* Link Buttons */

.link-button,
.link-button:visited,
.wp-block-button a,
.wp-block-button a:visited {
  display: inline-block;
  font-size: 1rem;
  padding: 5px 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #242C2C;
  min-width: 5em;
  -webkit-transition: background-color 300ms ease-out;
  -o-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  border-radius: 0;
  line-height: 1.5em;
  margin: 0 3px 5px 3px;
  border-bottom: none;
}

.link-button.link-smaller,
.link-button.link-smaller:visited {
  padding-left: 5px;
  padding-right: 5px;
}

body.home .event-box .event-links .link-button,
body.home .event-box .event-links .link-button:visited,
body.home .event-box .event-links .link-button.video-button,
body.page-id-12990 .event-box .event-links .link-button,
body.page-id-12990 .event-box .event-links .link-button:visited,
body.page-id-12990 .event-box .event-links .link-button.video-button {
  min-width: 3em;
}

body.post-type-archive .link-button,
body.post-type-archive .link-button:visited {
  margin: 7px 12px 0 0;
}

.link-button.has-wo-light-turquoise-background-color,
.link-button.has-wo-light-turquoise-background-color:visited {
  color: #242C2C;
}

.link-button.video-button {
  min-width: 5em;
}

.link-button:focus,
.link-button:hover,
.link-button:active,
.wp-block-button a:focus,
.wp-block-button a:hover,
.wp-block-button a:active {
  text-decoration: none;
  color: #fff;
  background-color: #D92324;
}

.link-button.has-wo-dark-grey-background-color:focus,
.link-button.has-wo-dark-grey-background-color:hover,
.link-button.has-wo-dark-grey-background-color:active,
.wp-block-button a.has-wo-dark-grey-background-color:focus,
.wp-block-button a.has-wo-dark-grey-background-color:hover,
.wp-block-button a.has-wo-dark-grey-background-color:active {
  background-color: #D92324 !important;
}

.link-button.has-wo-light-turquoise-background-color:focus,
.link-button.has-wo-light-turquoise-background-color:hover,
.link-button.has-wo-light-turquoise-background-color:active,
.link-button.has-wo-red-background-color:focus,
.link-button.has-wo-red-background-color:hover,
.link-button.has-wo-red-background-color:active,
.link-button.has-wo-orange-background-color:focus,
.link-button.has-wo-orange-background-color:hover,
.link-button.has-wo-orange-background-color:active,
.link-button.has-wo-middle-grey-background-color:focus,
.link-button.has-wo-middle-grey-background-color:hover,
.link-button.has-wo-middle-grey-background-color:active,
.wp-block-button a.has-wo-red-background-color:focus,
.wp-block-button a.has-wo-red-background-color:hover,
.wp-block-button a.has-wo-red-background-color:active,
.wp-block-button a.has-wo-orange-background-color:focus,
.wp-block-button a.has-wo-orange-background-color:hover,
.wp-block-button a.has-wo-orange-background-color:active,
.wp-block-button a.has-wo-blue-background-color:focus,
.wp-block-button a.has-wo-blue-background-color:hover,
.wp-block-button a.has-wo-blue-background-color:active {
  background-color: #242C2C !important;
  color: #fff;
}

.link-button.shopping-link {
  font-weight: 500;
  
  background-image: url('images/shopping-cart-grey.svg');
  background-size: 20px;
  background-position: 20px center;
  background-repeat: no-repeat;
  padding-left: 2.5em;
  display: inline-block;
}

.link-button.shopping-link:focus,
.link-button.shopping-link:hover,
.link-button.shopping-link:active {
  background-image: url('images/shopping-cart.svg');  
}

.link-button.shopping-link img {
  width: 20px;
  margin-right: 10px;
}

@media screen and (min-width: 350px) {
    
  .link-button,
  .link-button:visited,
  .wp-block-button a,
  .wp-block-button a:visited {
    min-width: 5.5em;
  }
  
  body.single-wo-event .link-button,
  body.single-wo-event .link-button:visited {
    min-width: 8.5em;
  }
  
  .link-button.video-button {
    min-width: 5.5em;
  }
  
  body.home .event-box .event-links .link-button,
  body.home .event-box .event-links .link-button:visited,
  body.home .event-box .event-links .link-button.video-button,
  body.page-id-12990 .event-box .event-links .link-button,
  body.page-id-12990 .event-box .event-links .link-button:visited,
  body.page-id-12990 .event-box .event-links .link-button.video-button {
    min-width: 4em;
  }
}

@media screen and (min-width: 850px) {
  
  .link-button,
  .link-button:visited,
  .wp-block-button a,
  .wp-block-button a:visited {
    padding: 8px 15px;
  }
  
  body.home .event-box .event-links .link-button,
  body.home .event-box .event-links .link-button:visited,
  body.home .event-box .event-links .link-button.video-button,
  body.page-id-12990 .event-box .event-links .link-button,
  body.page-id-12990 .event-box .event-links .link-button:visited,
  body.page-id-12990 .event-box .event-links .link-button.video-button {
    min-width: 5.5em;
  }
  
  .link-button.shopping-link {
    background-size: 25px;
  }
  
  .link-button.shopping-link img {
    width: 25px;
  }
}


@media screen and (min-width: 1200px) {
    
  body.home .event-box .event-links .link-button,
  body.home .event-box .event-links .link-button:visited,
  body.home .event-box .event-links .link-button.video-button,
  body.page-id-12990 .event-box .event-links .link-button,
  body.page-id-12990 .event-box .event-links .link-button:visited,
  body.page-id-12990 .event-box .event-links .link-button.video-button {
    min-width: 4em;
  }
}

@media screen and (min-width: 1300px) {
    
  body.home .event-box .event-links .link-button,
  body.home .event-box .event-links .link-button:visited,
  body.home .event-box .event-links .link-button.video-button,
  body.page-id-12990 .event-box .event-links .link-button,
  body.page-id-12990 .event-box .event-links .link-button:visited,
  body.page-id-12990 .event-box .event-links .link-button.video-button {
    min-width: 5.5em;
  }
}


/* header und logo und images */

#header {
  background-color: #fff;
  min-height: 90px;
}

body.single-wo-event #header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

a#logo-link,
a#logo-link:visited {
  position: absolute;
  left: 14px;
  top: 16px;
  z-index: 10;
  border-bottom: none;
}

a#logo-link img {
  width: 180px;
}

@media screen and (min-width: 640px) {
  
  #header {
    min-height: 110px;
  }

  a#logo-link,
  a#logo-link:visited {
    top: 22px;
  }

  a#logo-link img {
    width: 200px;
  }
}

@media screen and (min-width: 1024px) {
  
  a#logo-link,
  a#logo-link:visited {
    top: 28px;
  }
  
  a#logo-link img {
    width: 230px;
  }
}

@media screen and (min-width: 1200px) {
  
  #header {
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    -webkit-transition: height 0.3s, background-color 100ms ease-out;
    -moz-transition: height 0.3s, background-color 100ms ease-out;
    -o-transition: height 0.3s, background-color 100ms ease-out;
    transition: height 0.3s, background-color 100ms ease-out;
  }
  
  #header.smaller {
    -webkit-box-shadow:0 4px 8px -6px #333;
    -moz-box-shadow:0 4px 8px -6px #333;
    box-shadow: 0 4px 8px -6px #333;
  }
  
  #page-content {
    margin-top: 137px;
  }
  
  #page-content.wo-fullscreen {
    margin-top: 0;
  }
  
  a#logo-link,
  a#logo-link:visited {
    top: 30px;
  }
  
  #header.smaller a#logo-link,
  #header.smaller a#logo-link:visited { 
    top: 15px;
  }
  
  a#logo-link img {
    width: 224px;
  }
  
  #header.smaller  a#logo-link img {
    /*width: 180px;*/
  }
}


/* smartphone menu */

.off-canvas {
  background-color: #e4e4e4;
}

@media screen and (max-width: 849px) {
  .menu-link {
    position: absolute;
    top: 35px;
    right: 10px;
    z-index: 100;
    padding-left: 50px;
    font-size: 1.075em;
    width: 50px;
    height: 25px;
    border-bottom: none;
  }

  .menu-link span.symbol:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 0;
    left: 0;
    -moz-box-shadow: 0 0px 0 2px #4b565c, 0 10px 0 2px #4b565c, 0 20px 0 2px #4b565c;
    -webkit-box-shadow: 0 0px 0 2px #4b565c, 0 10px 0 2px #4b565c, 0 20px 0 2px #4b565c;
    box-shadow: 0 0px 0 2px #4b565c, 0 10px 0 2px #4b565c, 0 20px 0 2px #4b565c;
    width: 38px; 
  }
  
  #smartphone-nav {
    margin: 50px 25px 25px 25px;
  }
  
  .close-button {
    color: #242C2C;
    z-index: 10;
  }
  
  
  #smartphone-nav .accordion-content {
    padding: 0;
    background-color: transparent;
    border: none;
    padding-bottom: 6px;
  }
  
  #smartphone-nav .accordion-menu a,
  #smartphone-nav .accordion-menu a:visited {
    text-transform: uppercase;
    padding: 6px 0;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #9a9a9a;
    border-bottom: none;
    border-top: 2px solid rgba(0, 0, 0, 0.12);
  }
  
  #smartphone-nav .accordion-menu > li:last-child > a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  }
  
#smartphone-nav .has-submenu-toggle > a {
    margin-right: 0;
}
  
  #smartphone-nav .accordion-menu a:focus,
  #smartphone-nav .accordion-menu a:hover,
  #smartphone-nav .accordion-menu a:active {
    text-decoration: none;
  }
  
  #smartphone-nav .accordion-content a,
  #smartphone-nav .accordion-content a:visited {
    border: none;
    font-size: 0.9375em;
  }
  
  #smartphone-nav .menu .current-menu-parent.active > a,
  #smartphone-nav .menu .active > a {
    background: transparent;
    color: #000;
  }
  
  #smartphone-nav .submenu-toggle {
    right: 10px;
    top: -4px;
    /*width: 100%;*/
    outline: none !important;
  }
  
  #smartphone-nav .submenu-toggle::after {
    border-color: #9a9a9a transparent transparent;
    border-top-width: 8px;
    border-right-width: 8px;
    border-left-width: 8px;
  }
  
  #smartphone-nav .menu .current-menu-parent.active > .submenu-toggle::after {
    border-color: #000 transparent transparent;
  }
  
  /*
  #smartphone-nav ul {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
  }
  
  #smartphone-nav a,
  #smartphone-nav a:visited {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 1.25em;
      line-height: 2em;
      text-transform: uppercase;
      color: #9a9a9a;
      border-bottom: none;
  }
  
  #smartphone-nav  a:focus,
  #smartphone-nav  a:hover,
  #smartphone-nav  a:active,
  #smartphone-nav li.current-menu-item a {
    text-decoration: none;
    color: #000;
  }
  */

}

@media screen and (min-width: 640px) and (max-width: 849px) {

  .menu-link {
    top: 38px;
    right: 25px;
  }

  .menu-link span.symbol:after {
    -moz-box-shadow: 0 0px 0 2px #525252, 0 14px 0 2px #525252, 0 28px 0 2px #525252;
    -webkit-box-shadow: 0 0px 0 2px #525252, 0 14px 0 2px #525252, 0 28px 0 2px #525252;
    box-shadow: 0 0px 0 2px #525252, 0 14px 0 2px #525252, 0 28px 0 2px #525252;
    width: 38px; 
  }
}

@media screen and (min-width: 850px) {
  .menu-link,
  #menu-container,
  #menu-hide-box {
    display: none;
  }
}


/* horizontal main nav*/

@media screen and (max-width: 849px) {
  #main-nav {
    display: none;
  }
}

@media only screen and (min-width: 850px) {
  
  #menu-bar {
    margin: 110px 0 30px 0;
  }
  
  .top-bar .top-bar-right {
    padding: 0;  
    margin: 0 auto;
    position: relative;
  }
  
  .top-bar, 
  .top-bar ul {
    background-color: transparent;
  }
  
  #main-nav .is-dropdown-submenu {
    z-index: 1000;
    /* display: block !important;  zum Testen vom Submenue */
    border: none;
    background-color: #f6f6f6;
  }
  
  .dropdown.menu > li.opens-left > .is-dropdown-submenu {
    top: 40px;
    right: auto;
    left: 0;
  }
  
  .dropdown.menu > li.opens-left:last-child > .is-dropdown-submenu {
    right: 0;
    left: auto;
  }

  #main-nav .dropdown .is-dropdown-submenu li {
    border-top: 1px solid #9a9a9a;
  }
  
  #main-nav .dropdown .is-dropdown-submenu li:first-child {
    border-top: none;
  }
  
  #main-nav .dropdown .is-dropdown-submenu a {
    white-space: nowrap;
    padding: 7px 18px;
  }
  
  #main-nav ul li a,
  #main-nav ul li a:visited {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.125em;
    text-transform: uppercase;
    color: #9a9a9a;
    background: none;
    /*border-left: 1px solid #b4b4b4;*/
    padding: 0 18px;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -ms-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
    border-bottom: none;
  }
  
  #main-nav ul li:first-child a {
    border-left: 0;
  }
  
  #main-nav ul li:last-child a {
    /*padding-right: 0;*/
  }
  
  #main-nav ul li a:focus,
  #main-nav ul li a:hover,
  #main-nav ul li a:active,
  #main-nav ul li.current-menu-item a {
    text-decoration: none;
    color: #000;
  }
  
  #main-nav ul li li a, 
  #main-nav ul li.current-menu-item li a,
  #main-nav ul li.current-menu-item.current-menu-ancestor a,
  #main-nav ul li.current-menu-item.current-menu-ancestor a:focus,
  #main-nav ul li.current-menu-item.current-menu-ancestor a:hover,
  #main-nav ul li.current-menu-item.current-menu-ancestor a:active {
    color: #9a9a9a;
    text-decoration: none;
  }

  #main-nav ul li.current-menu-ancestor > a,
  #main-nav ul li.current-menu-ancestor > a:focus,
  #main-nav ul li.current-menu-ancestor > a:hover,
  #main-nav ul li.current-menu-ancestor > a:active,
  #main-nav ul li.current-menu-item li a:focus, 
  #main-nav ul li.current-menu-item li a:hover, 
  #main-nav ul li.current-menu-item li a:active,
  #main-nav ul li li.current-menu-item a,
  #main-nav ul li li a:focus, 
  #main-nav ul li li a:hover, 
  #main-nav ul li li a:active,
  #main-nav ul li.current-menu-item.current-menu-ancestor li.current-menu-item a {
    color: #000;
    text-decoration: none;
  }
  
  #main-nav .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      content: '';
      border-bottom-width: 0;
      border-top-style: solid;
      border-color: #9a9a9a transparent transparent;
      right: 5px;
      left: auto;
      margin-top: -3px;
  }
  
 #main-nav .dropdown.menu > li.is-dropdown-submenu-parent:hover > a {
    color: #000;
  }  
 
  #main-nav .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after,
  #main-nav .dropdown.menu > li.is-dropdown-submenu-parent.current-menu-ancestor > a::after {
    border-color: #000 transparent transparent;
  }
  
}


@media only screen and (min-width: 1024px) {
  
  #menu-bar {
    margin: 50px 0;
  }
  
  .top-bar .top-bar-right {
    margin-left: auto;
    margin-right: 0;
  }
}


@media only screen and (min-width: 1200px) {
  
  #menu-bar {
    margin: 50px 0;
  }
  
  #header.smaller  #menu-bar {
    margin: 35px 0;
  }
}

@media only screen and (min-width: 1600px) {
  
  .dropdown.menu > li.opens-left:last-child > .is-dropdown-submenu {
    right: auto;
    left: 0;
  }
}

/* zum Testen vom Submenue */
/*.is-dropdown-submenu {
  display: block;
} */


/* sections */

.wo-section {
  padding: 24px 0;
}

#page-content > .wp-block-wo-one-column.wo-section:first-child {
  padding: 12px 0;
}

body.home .wo-section,
body.page-id-12990 .wo-section {
  padding: 12px 0;
}

body.home #page-content > .wp-block-wo-one-column.wo-section:first-child,
body.page-id-12990 #page-content > .wp-block-wo-one-column.wo-section:first-child {
  padding: 12px 0;
}

body.single-wo-event .main-content .wo-section {
  padding: 25px;
}

body.single-wo-event .main-content #event-footer .wo-section {
  padding-left: 10px;
  padding-right: 10px;
}

body.tax-wo-event-genre .wo-section.genre-header {
  padding: 0;
}

.wp-block-wo-highlight .wo-section .row { /* wegen equalizer margin nicht bei article */
  padding-top: 12px;
  padding-bottom: 12px;
}

.shadow-box {
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  background-color: #fff;
  padding-bottom: 35px;
}

.shadow-box .text-box {
  padding: 35px 24px 0 24px;
}

#page-content > br, /* ob_start - ob_get_clean */
#highlight-1-2-3 a > br { 
  display: none;
}

#highlight-1-2-3 #program-box,
#highlight-1-2-3 .wo-col-2 .event-box,
.wp-block-wo-highlight .wo-col-2 .event-box {
  margin-top: 24px;
}

.shadow-box .img-box {
  position: relative;
}

.event-image-box,
.shadow-box .img-box a {
  display: block;
  border: none;
}

.kastl-on-image {
  padding: 0.6875em  0.75em;
  background-color: #9ee2e1;
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
}

.kastl-on-image p {
  color: #242C2C;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

#event-footer {
  margin-top: 24px;
}

body.single-wo-event #event-footer {
  margin-top: 0;
}


@media only screen and (min-width: 640px) {

  .wo-section {
    padding: 44px 0;
  }
  
  #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 22px 0;
  }

  body.home .wo-section,
  body.page-id-12990 .wo-section {
    padding: 32px 0;
  }
  
  body.home #page-content > .wp-block-wo-one-column.wo-section:first-child,
  body.page-id-12990 #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 32px 0;
  }
  
  #highlight-1-2-3 #program-box,
  #highlight-1-2-3 .wo-col-2 .event-box,
  .wp-block-wo-highlight .wo-col-2 .event-box {
    margin-top: 0;
  }
  
  #event-footer {
    margin-top: 44px;
  }
}

@media only screen and (min-width: 1024px) {

  .wo-section {
    padding: 64px 0;
  }
  
  #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 32px 0;
  }

  body.home .wo-section,
  body.page-id-12990 .wo-section {
    padding: 52px 0;
  }
  
  body.home #page-content > .wp-block-wo-one-column.wo-section:first-child,
  body.page-id-12990 #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 52px 0;
  }
  
  #event-footer {
    margin-top: 64px;
  }
}

@media only screen and (min-width: 1200px) {

  .wo-section {
    padding: 84px 0;
  }
  
  #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 42px 0;
  }

  body.home .wo-section,
  body.page-id-12990 .wo-section {
    padding: 72px 0;
  }
  
  body.home #page-content > .wp-block-wo-one-column.wo-section:first-child,
  body.page-id-12990 #page-content > .wp-block-wo-one-column.wo-section:first-child {
    padding: 72px 0;
  }
  
  .shadow-box .text-box {
    padding: 35px 35px 0 35px;
  }
  
  #event-footer {
    margin-top: 84px;
  }
}


/* programm links */

#program-box {
  text-align: center;
}

#page-content ul.wo-sidebar-links {
  list-style: none;
}

#page-content ul.wo-sidebar-links.wo-term-links,
#page-content ul.wo-sidebar-links.wo-exhibition-link {
  margin-top: 60px;
}

#page-content ul.wo-sidebar-links li {
  margin: 18px 3px;
}

#page-content ul.wo-sidebar-links li:before {
  display: none;
}

.info-menu-item {

}
    
#page-content .months-links a,
#page-content .months-links a:visited,
#page-content ul.wo-sidebar-links li a,
#page-content ul.wo-sidebar-links li a:visited {
  color: #D92324;
  font-size: 1.1875em;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  padding: 0 8px;
}

#page-content .months-links a:focus,
#page-content .months-links a:hover,
#page-content .months-links a:active,
#page-content ul.wo-sidebar-links li a:focus,
#page-content ul.wo-sidebar-links li a:hover,
#page-content ul.wo-sidebar-links li a:active {
  color: #000;
  text-decoration: none;
}

#page-content .months-links a,
#page-content .months-links a:visited {
  font-size: 1.5em;
  display: inline-block;
  padding: 0 25px;
}

@media only screen and (min-width: 1024px) {
  
}

@media only screen and (min-width: 1200px) {
  
  #page-content ul.wo-sidebar-links li a,
  #page-content ul.wo-sidebar-links li a:visited {
    font-size: 1.25em;
  }

  #page-content .months-links a,
  #page-content .months-links a:visited {
    min-width: 10em;
  }
  
}


/* events */

/*
body.single-wo-event {
  background-color: #9ee2e1;
}
*/

body.single-wo-event .row.wo-small {
  padding: 0 15px;
  background-color: #fff;
}

body.single-wo-event .main-content {
  padding: 40px 0 44px 0;
}

p.event-date {
  margin-bottom: 1em;
  background-image: url('images/date-clock.png');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 1.85em;
  display: inline-block;
}

p.event-date,
p.event-date a,
p.event-date a:visited {
  color: #585858;
  border-bottom: none;
}

article.event-box .text-box p.event-teaser {
  max-width: 548px;
  margin-left: auto;
  margin-right: auto;
}

body.single-wo-event p.subtitle,
body.tax-wo-event-genre article p.subtitle,
body.post-type-archive-wo-event article p.subtitle {
  margin-bottom: 0.5em;
  font-weight: 400;
}

body.single-wo-event p.subtitle {
  font-weight: 500;
}

body.tax-wo-event-genre article .event-image-box,
body.post-type-archive-wo-event article .event-image-box {
  max-width: 570px;
  margin-bottom: 20px;
  position: relative;
}

p.ticketstatus {
  display: inline-block;
  font-style: italic;
}

body.single-wo-event p.ticketstatus {
  margin-right: 10px;
}

p.additional_info {
  color: green;
  font-style: italic;
}

body.single-wo-event p.additional_info { 
  margin-top: 40px;
  margin-bottom: 0;
}

body.single-wo-event .title-box h1 {
   margin-left: 75px;
}

.kastl {
  padding: 0.6875em  0.75em;
  background-color: #9ee2e1;
  float: left;
}

.kastl p {
  color: #242C2C;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}

.event-links p { /* ob_start - ob_get_clean und equalizer */
  display: inline-block;
  margin-bottom: 0;
}

body.single-wo-event .event-image-box,
body.single-wo-event .event-links {
  margin-bottom: 40px; 
}

body.single-wo-event .wide-design .event-image-box {
  margin-bottom: 30px; 
}

body.single-wo-event .wide-design .event-links {
  margin-bottom: 0; 
}

body.single-wo-event .price-box {
  margin-bottom: 0;
}

body.single-wo-event p.event-teaser {
  font-weight: 400;
}

body.single-wo-event .price-box p.text-ermaessigt {
  margin-bottom: 0;
}

@media only screen and (min-width: 640px) {
  
  body.home .event-links .link-button,
  body.page-id-12990 .event-links .link-button {
    margin-left: 6px;
    margin-right: 6px;
  }
  
  body.single-wo-event .wide-design .event-image-box {
    margin-bottom: 0;  
  }
  
  body.single-wo-event .wide-design p.event-date {
    margin-bottom: 0;
  }
  
  body.single-wo-event .wide-design p.event-location-medium {
    padding-left: 1.85em;
  }
}

@media only screen and (min-width: 850px) {
  
  body.single-wo-event .main-content {
    padding: 45px 0 64px 0;
  }
  
  body.single-wo-event .title-box h1 {
    margin-left: 90px;
  }

  .event-links .link-button {
    margin-right: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  
  body.single-wo-event .row.wo-small {
    padding: 0 100px;
    max-width: 920px;
  }
  
  body.single-wo-event .main-content {
    padding: 60px 0 84px 0;
  }
  
  .title-box {
    position: relative;
  }
  
  .kastl {
    display: inline-block;
    float: none;
    position: absolute;
    left: -90px;
    top: 0;
  }
  
  body.single-wo-event .title-box h1 {
    margin-left: 0;
  }
  
  body.single-wo-event .wide-design p.event-date {
    margin-bottom: 1em;
  }
  
}

@media only screen and (min-width: 1200px) {
  
  body.tax-wo-event-genre article .event-image-box,
  body.post-type-archive-wo-event article .event-image-box {
    margin-bottom: 0;
  }
}


/* ------------- Block styles ----------------- */

.wp-block-wo-two-boxes.wo-section.has-next-wo-two-boxes,
.wp-block-wo-three-boxes.wo-section.has-next-wo-three-boxes,
.wp-block-wo-four-boxes.wo-section.has-next-wo-four-boxes {
  padding-bottom: 15px;
}

.wp-block-wo-two-boxes.wo-section.has-prev-wo-two-boxes,
.wp-block-wo-three-boxes.wo-section.has-prev-wo-three-boxes,
.wp-block-wo-four-boxes.wo-section.has-prev-wo-four-boxes {
  padding-top: 15px;
}

.wp-block-wo-two-boxes-white.wo-section.has-next-wo-two-boxes-white,
.wp-block-wo-three-boxes-white.wo-section.has-next-wo-three-boxes-white,
.wp-block-wo-four-boxes-white.wo-section.has-next-wo-four-boxes-white {
  padding-bottom: 15px;
}

.wp-block-wo-two-boxes-white.wo-section.has-prev-wo-two-boxes-white,
.wp-block-wo-three-boxes-white.wo-section.has-prev-wo-three-boxes-white,
.wp-block-wo-four-boxes-white.wo-section.has-prev-wo-four-boxes-white {
  padding-top: 15px;
}

.wp-block-wo-two-columns {
  text-align: center;
}

.wp-block-wo-one-column {
  text-align: center;
}

body.single-wo-event .wp-block-wo-one-column {
  text-align: left;
}

.wp-block-button {
  display: block;
  margin-top: 5px;
}

wp-block-button:first-child {
  margin-top: 0;
}

.wp-block-column p:last-child,
.wp-block-wo-one-column .medium-12.columns :last-child {
  margin-bottom: 0;
}

.wp-block-wo-two-boxes .wp-block-wo-wrapper,
.wp-block-wo-three-boxes .wp-block-wo-wrapper,
.wp-block-wo-four-boxes .wp-block-wo-wrapper {
  text-align: center;
  background-color: #e4e4e4;
  padding: 0 0 25px 0;
}

.wp-block-wo-two-boxes-white .wp-block-wo-wrapper,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper {
  text-align: center;
  background-color: #fff;
  padding: 0 0 25px 0;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.12);
}

.wp-block-wo-two-boxes .wp-block-wo-wrapper h1, 
.wp-block-wo-two-boxes .wp-block-wo-wrapper h2,
.wp-block-wo-two-boxes .wp-block-wo-wrapper h3,
.wp-block-wo-three-boxes .wp-block-wo-wrapper h1, 
.wp-block-wo-three-boxes .wp-block-wo-wrapper h2,
.wp-block-wo-three-boxes .wp-block-wo-wrapper h3,
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper h1, 
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper h2,
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper h3,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper h1, 
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper h2,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper h3 {
  padding-left: 24px;
  padding-right: 24px;
}

.wp-block-wo-four-boxes .wp-block-wo-wrapper h1, 
.wp-block-wo-four-boxes .wp-block-wo-wrapper h2,
.wp-block-wo-four-boxes .wp-block-wo-wrapper h3,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h1, 
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h2,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h3 {
  padding-left: 5px;
  padding-right: 5px;
}

.wp-block-wo-two-boxes .wp-block-wo-wrapper p,
.wp-block-wo-three-boxes .wp-block-wo-wrapper p,
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper p,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper p {
  padding-left: 24px;
  padding-right: 24px;
}

.wp-block-wo-four-boxes .wp-block-wo-wrapper p,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper p {
  padding-left: 5px;
  padding-right: 5px;
}

.wp-block-wo-two-boxes .wp-block-wo-wrapper .wp-block-image,
.wp-block-wo-three-boxes .wp-block-wo-wrapper .wp-block-image,
.wp-block-wo-four-boxes .wp-block-wo-wrapper .wp-block-image,
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper .wp-block-image,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper .wp-block-image,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper .wp-block-image {
    margin-bottom: 24px;
}

.wp-block-wo-two-boxes .wp-block-wo-wrapper .wp-block-button,
.wp-block-wo-three-boxes .wp-block-wo-wrapper .wp-block-button,
.wp-block-wo-four-boxes .wp-block-wo-wrapper .wp-block-button,
.wp-block-wo-two-boxes-white .wp-block-wo-wrapper .wp-block-button,
.wp-block-wo-three-boxes-white .wp-block-wo-wrapper .wp-block-button,
.wp-block-wo-four-boxes-white .wp-block-wo-wrapper .wp-block-button {
  margin: 0;
}

.wp-block-wo-video {
  text-align: center;
}

.wp-block-image {
  margin-bottom: 40px;
}

.wp-block-wo-image-text .wp-block-image {
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  
  .wp-block-wo-image-text .wp-block-image {
    max-width: 570px;
    margin-bottom: 0;
  }
  
  .wp-block-button {
    display: inline-block;
    margin-right: 24px;  /* weil es mehrere sein können */
    margin-top: 0;
  }
  
  .wp-block-wo-two-columns .wp-block-button {
    margin-right: 0;
  }
}


@media only screen and (max-width: 380px) {
	
	.wp-block-wo-four-boxes .wp-block-wo-wrapper h1, 
	.wp-block-wo-four-boxes .wp-block-wo-wrapper h2,
	.wp-block-wo-four-boxes .wp-block-wo-wrapper h3,
	.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h1, 
	.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h2,
	.wp-block-wo-four-boxes-white .wp-block-wo-wrapper h3 {
		font-size: 1.25em;
	}
}

/* YouTube */

.two-clicks-video {
  margin-bottom: 40px;
}

.two-clicks-video .responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background: transparent url('images/video-bg.jpg') center center no-repeat;
  background-size: cover;
}

.two-clicks-video .responsive-video .represent-video,
.two-clicks-video .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.two-clicks-video .responsive-video .represent-video {
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0 15px 0 15px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.two-clicks-video .responsive-video .represent-video p:first-of-type {
  font-size: 0.875em;
  display: none;
}

.two-clicks-video .responsive-video p.video-privacy {
  font-size: 0.75em;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  padding: 0 30px;
  margin-bottom: 0;
}

.two-clicks-video .responsive-video a:focus,
.two-clicks-video .responsive-video a:hover,
.two-clicks-video .responsive-video a:active {
  color: #fff;
}

.two-clicks-video p.video-privacy-small {
    margin-top: 15px;
    font-size: 0.75em;
}

.two-clicks-video .responsive-video button {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 40px;
}

.two-clicks-video .responsive-video button span.triangle-right {
  display: block;
  position: absolute;
  left: 15px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
}

@media screen and (min-width: 380px) {
  .two-clicks-video .responsive-video .represent-video {
    padding: 0 15px 0 15px;
  }
}

@media screen and (min-width: 450px) {
  .two-clicks-video .responsive-video .represent-video,
  .reveal .two-clicks-video .responsive-video .represent-video {
    padding: 0 30px 0 30px;
  }
}

@media screen and (min-width: 640px) {
    .two-clicks-video .responsive-video .represent-video p:first-of-type {
      font-size: 1em;
    }
    
    .two-clicks-video .responsive-video button {
      top: 47%;
    }
    
    body.single-wo-event .two-clicks-video .responsive-video button {
      top: 50%;
    }
    
    body.single-wo-event .two-clicks-video .responsive-video button span.show-for-small-only {
      display: inline-block !important;
    }
    
    body.single-wo-event .two-clicks-video .responsive-video p.video-privacy {
      display: none !important;
    }
    
    body.single-wo-event .two-clicks-video p.video-privacy-small.show-for-small-only {
      display: block !important;
      font-size: 0.875em;
    }
}

@media screen and (min-width: 850px) {
  .two-clicks-video .responsive-video button span.triangle-right {
    top: 9px;
  }
}


@media screen and (min-width: 1024px) {
    
  .two-clicks-video .responsive-video .represent-video p:first-of-type {
    font-size: 1.125em;
  }
    
  .two-clicks-video .responsive-video p.video-privacy {
    font-size: 0.9375em;
  }
  
  body.single-wo-event .two-clicks-video p.video-privacy-small.show-for-small-only {
    font-size: 0.9375em;
  }
}

/* ------------ Footer ------------ */

#info-menu {
  padding: 12px 0 20px 0;
}

.info-menu-item {
    border-bottom: 2px solid rgba(0, 0, 0, .12);
    margin: 12px 3px;
}
    
.info-menu-item a,
.info-menu-item a:visited {
  color: #D92324;
  font-size: 1.1875em;
  -webkit-transition: color 300ms ease-out;
  -moz-transition: color 300ms ease-out;
  -ms-transition: color 300ms ease-out;
  -o-transition: color 300ms ease-out;
  transition: color 300ms ease-out;
  border-bottom: none;
}

.info-menu-item a:focus,
.info-menu-item a:hover,
.info-menu-item a:active,
.info-menu-item a.active {
  color: #000;
  text-decoration: none;
}

#footer-info {
  padding: 8px 0 16px 0;
  background-color: #fff;
}

ul.footer-menu {
  margin: 0;
  padding: 10px 0;
}

ul.footer-menu li {
  display: inline-block;
}

ul.footer-menu li span {
  display: inline-block;
  margin-left: 5px;
  margin-right: 2px;
}

ul.footer-menu li:last-child span {
  display: none;
}

ul.footer-menu a,
ul.footer-menu a:visited {
  font-size: 1em;
  color: #242C2C;
  border-bottom: none;
}

ul.footer-menu a:focus,
ul.footer-menu a:hover,
ul.footer-menu a:active,
ul.footer-menu li.current-menu-item a {
}

p.copyright {
  line-height: 1.25em;
  margin-bottom: 0;
  font-size: 0.875em;
}


@media screen and (min-width: 640px) {

  #info-menu {
    padding: 40px 0;
  }
  
}

@media screen and (min-width: 850px) {
  
  ul.footer-menu {
    text-align: right; 
  }
  
  p.copyright {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1024px) {

  #info-menu {
    padding: 60px 0;
  }
  
  .info-menu-item {
    margin: 18px 3px;
  }
  
  ul.footer-menu a,
  ul.footer-menu a:visited {
    font-size: 1.1875em;
  }
  
  ul.footer-menu li span {
    margin-left: 7px;
    margin-right: 4px;
  }
  
  p.copyright {
    margin-top: 20px;
  }
  
}


/* Slider */

#header-slider .row {
  max-width: 820px;
}

#header-slider .row .columns {
  padding-left: 0;
  padding-right: 0;
}

#header-slider .bxslider {
  visibility: hidden;
}

#header-slider .bx-wrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
  background-color: transparent;
  margin-bottom: 0;
}

#header-slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible !important;
}

#header-slider .bxslider .img-link {
  display: block;
  margin-bottom: 0;
  border-bottom: none;
}

#header-slider .bxslider .img-box {
  position: relative;
  opacity: 0.5;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

#header-slider .bxslider .img-box .slider-img-title {
  position: absolute;
  top: auto;
  bottom: 0;
  /*
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  */
  width: 100%;
  color: #fff;
  text-shadow: 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000, 1px 1px 0 #000;
  /*letter-spacing: 0.025em;*/
  font-size: 1.25em;
  text-align: center;
  background: rgba(0,0,0,0.4);
  line-height: 1.1em;
  padding: 5px 0;
}

#header-slider .bxslider span.info-button {
  display: block;
  background: #D92324;
  position: absolute;
  bottom: 55px;
  right: 35px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
}

#header-slider .bxslider span.inner-button {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
}

#header-slider .bxslider span.inner-button2 {	
  display: block;
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  background: transparent url('images/slider-mouseclick.png') center center no-repeat;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

#header-slider .bxslider .img-link:hover span.info-button {
  background: #cd0000;
}

#header-slider .bxslider .img-link:hover span.inner-button2 { 
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: scale(1.1, 1.1) translateY(-50%) translateX(-50%);
}

#header-slider .bxslider .img-box-6 {
  opacity: 1;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  border-bottom: none;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 800;
}

#page-content.has-slider {
  position: relative;
  margin-top: -1px;
}

/* TODO Slider
body.home #page-content {
  margin-top: 24px;
}
*/

@media screen and (min-width: 740px) {
  #header-slider .bxslider .img-box .slider-img-title {
    font-size: 1.75em;
    padding: 15px 0;
  }
  
  #header-slider .bxslider span.info-button {
    bottom: 70px;
    right: 30px;
    width: 65px;
    height: 65px;
  }
  
  #header-slider .bxslider span.inner-button {
    font-size: 2em;
  }
  
}


@media screen and (min-width: 820px) {
  #header-slider .bxslider .img-box .slider-img-title {
    font-size: 2em;
    padding: 15px 0;
  }
  
  #header-slider .bxslider span.info-button {
    bottom: 80px;
    right: 20px;
    width: 80px;
    height: 80px;
  }
  
  #header-slider .bxslider span.inner-button {
    font-size: 2.5em;
  }
  
}


@media screen and (min-width: 970px) {
  .bx-wrapper .bx-next {
    right: -50px;
  }

  .bx-wrapper .bx-prev {
    left: -50px;
  }
}



@media screen and (min-width: 1200px) {
  
  #header-slider {
    margin-top: 137px; /* fixed header */
  }  
}


@media print
{
  html,
  body {
    background:white;
    font-size:12pt !important;
  }

  h1,h2,h3,h4,h5,h6 { 
    page-break-after:avoid; 
  }
/*
  .row .columns {  
    margin:0 !important;
    width: 80% !important; 
    float:left !important;
    padding: 0 0 0 20px !important;
  }
  */

  a:link,a:visited {
    color:#000 !important;
    border-bottom: none;
  }
  
  #header,
  #header-slider,
  #footer,
  #impression-images,
  .marken-logos .wo-show-for-medium,
  .nav-box,
  .close-menu,
  #smartphone-nav,
  #compress-sections,
  #expand-sections,
  .show-for-small-only,
  .schmaler-bildschirm {
    display: none !important;
  }
  
  #header {
    min-height: 150px;  
  }
  
  .front-header,
  body.home #main-content-bg-image {
    height: 500px;
  }
  
  #header hr {
    display: none;
  }
  
  #druck-logo {
    display: block;
  }
  
  a[href]:after {
    content: none !important;
  }  
}
