/*
| -----------------------------------------------------------------------------
| Config Vars
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| BASIC
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| ELEMENTS
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| STANDARD FORM
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| Color Classes
| -----------------------------------------------------------------------------
*/
@font-face {
  font-family: 'carnasmedium';
  src: url('../../universal/typo/carnas-med-webfont.eot');
  src: url('../../universal/typo/carnas-med-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/carnas-med-webfont.woff2') format('woff2'), url('../../universal/typo/carnas-med-webfont.woff') format('woff'), url('../../universal/typo/carnas-med-webfont.ttf') format('truetype'), url('../../universal/typo/carnas-med-webfont.svg#carnasmedium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'carnasbold';
  src: url('../../universal/typo/carnas-bold-webfont.eot');
  src: url('../../universal/typo/carnas-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/carnas-bold-webfont.woff2') format('woff2'), url('../../universal/typo/carnas-bold-webfont.woff') format('woff'), url('../../universal/typo/carnas-bold-webfont.ttf') format('truetype'), url('../../universal/typo/carnas-bold-webfont.svg#carnasbold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'carnaslight';
  src: url('../../universal/typo/carnas-light-webfont.eot');
  src: url('../../universal/typo/carnas-light-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/carnas-light-webfont.woff2') format('woff2'), url('../../universal/typo/carnas-light-webfont.woff') format('woff'), url('../../universal/typo/carnas-light-webfont.ttf') format('truetype'), url('../../universal/typo/carnas-light-webfont.svg#carnaslight') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'NeueHaasDisplayRoman';
  src: url('../../universal/typo/NeueHaasDisplayRoman.eot');
  src: url('../../universal/typo/NeueHaasDisplayRoman.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/NeueHaasDisplayRoman.woff2') format('woff2'), url('../../universal/typo/NeueHaasDisplayRoman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sansregular';
  src: url('../../universal/typo/opensans-regular-webfont.eot');
  src: url('../../universal/typo/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/opensans-regular-webfont.woff2') format('woff2'), url('../../universal/typo/opensans-regular-webfont.woff') format('woff'), url('../../universal/typo/opensans-regular-webfont.ttf') format('truetype'), url('../../universal/typo/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url('../../universal/typo/opensans-semibold-webfont.eot');
  src: url('../../universal/typo/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/opensans-semibold-webfont.woff2') format('woff2'), url('../../universal/typo/opensans-semibold-webfont.woff') format('woff'), url('../../universal/typo/opensans-semibold-webfont.ttf') format('truetype'), url('../../universal/typo/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'open_sansbold';
  src: url('../../universal/typo/opensans-bold-webfont.eot');
  src: url('../../universal/typo/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/opensans-bold-webfont.woff2') format('woff2'), url('../../universal/typo/opensans-bold-webfont.woff') format('woff'), url('../../universal/typo/opensans-bold-webfont.ttf') format('truetype'), url('../../universal/typo/opensans-bold-webfont.svg#open_sanssemibold') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
var.mobile-detect {
  display: none;
  opacity: 0;
}
/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width: 320px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 1;
  }
}
/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width: 481px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="tablet"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="desktop"] {
    opacity: 0;
  }
}
/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width: 641px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="tablet"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="desktop"] {
    opacity: 0;
  }
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width: 961px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 0;
  }
  var.mobile-detect[data-device="tablet"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="desktop"] {
    opacity: 1;
  }
}
/* big landscape tablets, laptops, and desktops */
@media (min-width: 1025px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 0;
  }
  var.mobile-detect[data-device="tablet"] {
    opacity: 1;
  }
  var.mobile-detect[data-device="desktop"] {
    opacity: 1;
  }
}
/* hi-res laptops and desktops */
@media (min-width: 1281px) {
  var.mobile-detect[data-device="cellphone"] {
    opacity: 0;
  }
  var.mobile-detect[data-device="tablet"] {
    opacity: 0;
  }
  var.mobile-detect[data-device="desktop"] {
    opacity: 1;
  }
}
/*
| -----------------------------------------------------------------------------
| Typography
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| Effects
| -----------------------------------------------------------------------------
*/
.transition_stop {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
.transition_out {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.greyscale {
  filter: gray;
  /* IE */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  filter: grayscale(100%);
  /* Current draft standard */
}
.cursor {
  cursor: pointer;
}
.disabled {
  cursor: default;
  pointer-events: none;
}
.dead {
  cursor: default;
  pointer-events: none;
}
/*
| -----------------------------------------------------------------------------
| Presets
| -----------------------------------------------------------------------------
*/
.std {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul,
li,
p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul.nav {
  list-style-type: none;
}
ul.nav li {
  list-style-type: none;
}
a,
ol,
ul,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a.pill {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  display: inline;
  width: auto;
  height: auto;
  padding: 15px 35px 15px 35px;
  font-family: 'carnasbold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #592271;
  text-decoration: none;
  background: #99d540;
}
a.pill.green {
  color: #592271;
}
a.pill.center {
  text-align: center;
}
a.pill.unser-angebot {
  display: block;
  position: absolute;
  width: 640px;
  height: 122px;
  left: 50%;
  margin-left: -320px;
}
a.pill.unser-angebot.top {
  top: -61px;
}
a.pill.unser-angebot.bottom {
  bottom: -61px;
  margin-top: 100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
h2 {
  float: none;
}
h2.pill {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 70px;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  display: inline;
  width: auto;
  height: auto;
  padding: 15px 35px 15px 35px;
  font-family: 'carnasbold', sans-serif;
  font-size: 70px;
  font-weight: normal;
  background: #99d540;
}
h2.pill.green {
  color: #592271;
}
h2.pill.center {
  text-align: center;
}
h2.pill.unser-angebot {
  display: block;
  position: absolute;
  width: 640px;
  height: 122px;
  left: 50%;
  margin-left: -320px;
}
h2.pill.unser-angebot.top {
  top: -61px;
}
h2.pill.unser-angebot.bottom {
  bottom: -61px;
  margin-top: 100px;
}
h3 {
  font-family: 'carnasbold', sans-serif;
  font-size: 32px;
  font-weight: normal;
}
span.text-center,
div.text-center,
p.text-center,
h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center {
  text-align: center;
}
section {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
form.stdForm h3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 34px;
  font-weight: normal;
  padding: 0 0 4px 0;
}
form.stdForm h3.error {
  color: #ca054c;
}
form.stdForm p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
}
form.stdForm hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border: none;
  height: 4px;
  background: #009fe3;
  margin: 20px 0 40px 0;
}
form.stdForm div.info-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 0 40px 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background: #eee;
}
form.stdForm div.info-box.error {
  color: white;
  background: #ca054c;
}
form.stdForm div.info-box-file-error {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0 0 20px 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  background: #eee;
  color: #ca054c;
  border: 4px solid #ca054c;
}
form.stdForm div.info-box-file-error span {
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 20px;
  font-weight: normal;
}
form.stdForm div.spacer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  height: 40px;
}
form.stdForm fieldset {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form.stdForm label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 28px;
  font-weight: normal;
  padding: 0 0 4px 0;
}
form.stdForm label.checkbox-label,
form.stdForm label.radio-label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 0 0;
}
form.stdForm label.checkbox-label {
  width: 90%;
}
form.stdForm label a {
  color: black;
  text-decoration: underline;
}
form.stdForm input,
form.stdForm select,
form.stdForm textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 15px;
  margin: 0 0 30px 0;
  border: 3px solid #ccc;
  outline: none;
  background: #eee;
  -webkit-transition: border-color 0.3s linear, background 0.3s linear;
  -moz-transition: border-color 0.3s linear, background 0.3s linear;
  -o-transition: border-color 0.3s linear, background 0.3s linear;
  transition: border-color 0.3s linear, background 0.3s linear;
}
form.stdForm input:focus,
form.stdForm select:focus,
form.stdForm textarea:focus {
  border: 3px solid #009fe3;
  background: white;
  -webkit-transition: border-color 0s linear, background 0s linear;
  -moz-transition: border-color 0s linear, background 0s linear;
  -o-transition: border-color 0s linear, background 0s linear;
  transition: border-color 0s linear, background 0s linear;
}
form.stdForm input.checkbox,
form.stdForm select.checkbox,
form.stdForm textarea.checkbox,
form.stdForm input.radio,
form.stdForm select.radio,
form.stdForm textarea.radio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 5px 10px 0 0;
}
form.stdForm input.error,
form.stdForm select.error,
form.stdForm textarea.error {
  border: 3px solid #ca054c;
}
form.stdForm textarea {
  resize: none;
  overflow: auto;
}
form.stdForm button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  width: auto;
  padding: 14px 15px 11px 15px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
  border: 4px solid transparent;
  background: #009fe3;
  cursor: pointer;
}
form.stdForm button:hover,
form.stdForm button:focus {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  color: black;
  border: 4px solid black;
  background: white;
}
form.stdForm button:focus {
  outline: none;
}
form.stdForm div.checkbox-wrapper,
form.stdForm div.radio-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 0 0 0;
  margin: 0 0 30px 0;
}
form.stdForm div.radio-el.float-left {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin: 0 20px 0 0;
}
form.stdForm div.radio-el.no-float {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
}
form.stdForm.border-top {
  border-top: 4px solid #009fe3;
  padding: 40px 0 0 0;
}
ul.list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  color: white;
  list-style-type: disc;
  list-style-position: inside;
  text-align: inherit;
}
ul.list > li.list-item {
  text-align: inherit;
}
div.box {
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  padding: 50px;
  color: white;
  background: #363636;
}
.container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
section#registration div.headlines {
  padding: 0 !important;
}
html {
  width: 100%;
  height: 100%;
}
html body {
  display: block;
  max-width: 1920px;
  min-width: 320px;
  margin: 0 auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #592271;
}
html body.login {
  width: 100%;
  height: 100vh;
  background-image: url('../../backend/images/login/bg.jpg');
  background-size: cover;
  background-position: center;
}
html body.login div.wrapper div.container.minHeight {
  min-height: 100vh;
}
html body.menu-visible div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop {
  height: 100%;
}
html body.menu-visible div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile.open {
  display: none;
}
html body.menu-visible div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile.close {
  display: block;
}
html body.menu-visible div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile) {
  display: block;
}
html body.menu-visible div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.news.start article div.head div.tags {
  display: none;
}
html body.menu-visible div#stream-applet.visible {
  display: none;
}
html body.menu-hidden div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile.open {
  display: block;
}
html body.menu-hidden div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile.close {
  display: none;
}
html body.menu-hidden div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.news.start article div.head div.tags {
  display: block;
}
html body.menu-hidden div#stream-applet.visible {
  display: block;
}
html body div.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #592271;
  overflow: hidden;
}
html body div.wrapper header.main {
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  position: relative;
  width: 100%;
  max-width: 1920px;
  z-index: 1;
}
html body div.wrapper header.main.extended div#header-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 480px;
}
html body div.wrapper header.main.extended div#header-top div#logo {
  padding: 0 0 50px 0;
}
html body div.wrapper header.main:not(.extended) div#header-top {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper header.main:not(.extended) div#header-top div#logo {
  padding: 0 0 10px 0;
}
html body div.wrapper header.main div#header-top {
  padding: 80px 100px 65px 100px;
  color: #fff;
  background: #250050;
  background: -moz-linear-gradient(top, #250050 0%, #490050 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #250050), color-stop(100%, #490050));
  background: -webkit-linear-gradient(top, #250050 0%, #490050 100%);
  background: -o-linear-gradient(top, #250050 0%, #490050 100%);
  background: -ms-linear-gradient(top, #250050 0%, #490050 100%);
  background: linear-gradient(top, #250050 0%, #490050 100%);
}
html body div.wrapper header.main div#header-top div#logo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
html body div.wrapper header.main div#header-top div#logo picture {
  display: inline-block;
  position: relative;
  width: 640px;
}
html body div.wrapper header.main div#header-top h1 {
  font-family: 'carnasbold', sans-serif;
  font-size: 56px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
html body div.wrapper header.main div#header-main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: 100%;
  height: auto;
  color: #ccc;
  background: #fff;
}
html body div.wrapper header.main div#header-main div.imgs img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 20%;
  height: auto;
}
html body div.wrapper header.main div#header-menu-desktop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding-left: 100px;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li:hover,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.hover {
  -webkit-transition: border 0s linear;
  -moz-transition: border 0s linear;
  -o-transition: border 0s linear;
  transition: border 0s linear;
  overflow: visible;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li:hover > ul.sub-level,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.hover > ul.sub-level {
  height: auto;
  opacity: 1;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li:hover > a,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.hover > a {
  color: #0e7541;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.active {
  cursor: default;
  pointer-events: none;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.active > a {
  color: #0e7541;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.active.sub:hover > a {
  border-bottom: 3px solid transparent;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.only-mobile {
  display: none;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.open,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.close {
  display: none;
  text-align: center;
  line-height: 50px;
  padding-left: 5px;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.open span,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.close span {
  color: white;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.open span::before,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.close span::before {
  margin-left: 0;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.mobile.open span {
  font-size: 24px;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.search > a {
  padding: 20px 10px 17px 10px;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.search > a.active {
  color: #008A49;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 20px 17px 20px;
  color: #000;
  font-family: 'carnasmedium', sans-serif;
  font-size: 22px;
  font-weight: normal;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li > a:focus {
  color: #008A49;
  outline: none;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  width: 120px;
  height: 0;
  opacity: 0;
  margin: 50px 0 0 -20px;
  padding: 0 15px 20px 20px;
  -webkit-transition: margin 0.2s ease-out, opacity 0.2s ease-out, height 0.3s ease-out;
  -moz-transition: margin 0.2s ease-out, opacity 0.2s ease-out, height 0.3s ease-out;
  -o-transition: margin 0.2s ease-out, opacity 0.2s ease-out, height 0.3s ease-out;
  transition: margin 0.2s ease-out, opacity 0.2s ease-out, height 0.3s ease-out;
  z-index: 1;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  width: 220px;
  background: #1d2144;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li:hover {
  background: #272d57;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li:hover > a {
  color: #fff;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 20px;
  color: #ccc;
}
html body div.wrapper header.main div#search-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: auto;
  top: 300px;
  padding: 0 200px 0 200px;
}
html body div.wrapper header.main div#search-wrap div.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  -moz-box-shadow: 0 1px 250px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0 1px 250px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 250px rgba(0, 0, 0, 0.8);
  padding: 100px 50px 50px 50px;
  background: white;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 77px 0 0;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap input {
  margin: 0 0 0 0;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap input:focus {
  background: #eee;
  border-color: #ccc;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap input.disabled {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  opacity: 0.5;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap button.search {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  float: none;
  width: 67px;
  height: 67px;
  right: 0;
  border: 3px solid #009fe3;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap button.search.disabled {
  pointer-events: none;
  opacity: 0.4;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.input-wrap button.search:hover {
  border: 3px solid black;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  height: 42px;
  margin: 0 0 10px 0;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox {
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: 42px;
  margin: 0 10px 0 0;
  padding: 7px 20px 0 20px;
  color: black;
  text-align: center;
  border: 3px solid #ccc;
  background: #fff;
  overflow: hidden;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox.active {
  border: 3px solid #ccc;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox.active label {
  cursor: pointer;
  margin-left: 10px;
  margin-right: -10px;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox.active span.icon-ok {
  color: #008c49;
  display: block;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox.active:hover {
  border: 3px solid black;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox:hover {
  border: 3px solid black;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox span.icon-ok {
  display: none;
  position: absolute;
  left: 3px;
  top: 6px;
  font-size: 18px;
  color: white;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox input {
  position: absolute;
  opacity: 0.5;
  margin-top: 50px;
  width: 0;
  height: 0;
  float: none;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox label {
  user-select: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: inline;
  color: black;
  font-size: 16px;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm button.close {
  position: absolute;
  float: none;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  border: 3px solid #009fe3;
}
html body div.wrapper header.main div#search-wrap div.inner form.stdForm button.close:hover {
  border: 3px solid black;
}
html body div.wrapper section#slider {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 100px 0 100px;
}
html body div.wrapper section#slider div.slider-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
html body div.wrapper section#slider div.slider-wrap div.dummy {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper section#slider div.slider-wrap div.dummy img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
html body div.wrapper section#slider div.slider-wrap ul.images {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
}
html body div.wrapper section#slider div.slider-wrap ul.images li.image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  position: absolute;
  opacity: 0;
}
html body div.wrapper section#slider div.slider-wrap ul.images li.image.active {
  opacity: 1;
}
html body div.wrapper section#slider div.slider-wrap ul.images li.image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
html body div.wrapper section#slider div.slider-wrap div.dots {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
html body div.wrapper section#slider div.slider-wrap div.dots span.wrapper {
  display: inline-block;
  width: auto;
  height: auto;
  cursor: pointer;
}
html body div.wrapper section#slider div.slider-wrap div.dots span.wrapper span.outline {
  -webkit-transition: border 0.3s linear;
  -moz-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  display: inline-block;
  position: relative;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  margin: 0 1px 0 0;
  cursor: pointer;
}
html body div.wrapper section#slider div.slider-wrap div.dots span.wrapper span.outline:hover {
  -webkit-transition: border 0s linear;
  -moz-transition: border 0s linear;
  -o-transition: border 0s linear;
  transition: border 0s linear;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
html body div.wrapper section#slider div.slider-wrap div.dots span.wrapper span.outline.active {
  -webkit-transition: border 0.9s linear;
  -moz-transition: border 0.9s linear;
  -o-transition: border 0.9s linear;
  transition: border 0.9s linear;
  border: 2px solid white;
}
html body div.wrapper section#slider div.slider-wrap div.dots span.wrapper span.outline span.dot {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  background: white;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  height: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-top: -60px;
  cursor: pointer;
  font-size: 45px;
  line-height: 117px;
  background: white;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.prev {
  left: 0;
  border-radius: 0 100px 100px 0;
  margin-left: -20px;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.next {
  right: 0;
  border-radius: 100px 0 0 100px;
  margin-right: -20px;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.next div.ico.right {
  margin-left: -3px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap {
  list-style-type: none;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-btn-overlay-el:not(:first-child) {
  display: none;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 0;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-1.black-white,
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-2.black-white {
  background: black;
  color: white;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-1.white-black,
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-2.white-black {
  background: white;
  color: black;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-1.blue-white,
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-2.blue-white {
  background: #009fe3;
  color: white;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-1.green-white,
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-2.green-white {
  background: #008A49;
  color: white;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-1 {
  display: block;
  position: absolute;
  white-space: nowrap;
  height: 65px;
  padding: 0 20px 0 20px;
  font-size: 30px;
  line-height: 65px;
  height: 88px;
  padding: 0 30px 0 30px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 88px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title div.line-2 {
  display: block;
  position: absolute;
  white-space: nowrap;
  height: 60px;
  padding: 0 20px 0 20px;
  font-size: 30px;
  line-height: 55px;
  height: 80px;
  padding: 0 30px 0 30px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 46px;
  font-weight: normal;
  line-height: 80px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
  top: 40px;
  left: 40px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
  top: 100px;
  left: 40px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
  top: 40px;
  right: 40px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
  top: 100px;
  right: 40px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right {
  bottom: 0;
  right: 0;
  width: 50%;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
  top: unset;
  bottom: 90px;
  right: 40px;
}
html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
  top: unset;
  bottom: 40px;
  right: 40px;
}
html body div.wrapper div.content-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 100px 100px 0 100px;
  overflow: hidden;
  text-align: center;
  color: white;
}
html body div.wrapper div.content-wrapper.white {
  background: white;
}
html body div.wrapper div.content-wrapper div#exec-alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 20px 20px 5px;
  margin: 40px 0 40px 0;
  color: white;
  background: #ca054c;
}
html body div.wrapper div.content-wrapper div#exec-alert div.txt {
  display: block;
  position: relative;
  padding: 0 20px 0 20px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 22px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.news.news-overview,
html body div.wrapper div.content-wrapper section.news.news-article,
html body div.wrapper div.content-wrapper section.events,
html body div.wrapper div.content-wrapper section.event,
html body div.wrapper div.content-wrapper section.photos,
html body div.wrapper div.content-wrapper section.form,
html body div.wrapper div.content-wrapper section.form-success {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 100px 0;
  overflow: hidden;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid,
html body div.wrapper div.content-wrapper section.events ul.grid,
html body div.wrapper div.content-wrapper section.event ul.grid,
html body div.wrapper div.content-wrapper section.photos ul.grid,
html body div.wrapper div.content-wrapper section.form ul.grid,
html body div.wrapper div.content-wrapper section.form-success ul.grid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  list-style-type: none;
  padding: 50px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article img,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  outline: none;
  border: none;
  padding: 0;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article img:not(.no-filter) {
  filter: grayscale(80%);
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.wrap,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  min-height: 410px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.wrap header {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 40px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.wrap header h3 {
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 32px;
  font-weight: normal;
  line-height: 44px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.wrap p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 0 0 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: justify;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.wrap p.teaser-long {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.btn,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.btn {
  display: block;
  position: absolute;
  bottom: 25px;
  width: 100%;
  height: 50px;
  text-align: center;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.triangle div.day,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.triangle div.month,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.triangle div.month {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img {
  margin: -10px 0 10px 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper img:not(.no-filter) {
  filter: grayscale(0%);
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.day,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:hover:not(.disabled) article a.link div.img-wrapper div.triangle div.month {
  color: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus {
  border: none;
  outline: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus img,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus img {
  filter: grayscale(0%);
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article {
  border-bottom: 5px solid #009fe3;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article div.head,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article div.head {
  background: #009fe3;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article div.head div.star,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article div.head div.star {
  color: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article div.head div.tags a.tag {
  pointer-events: none;
  color: white;
  background: rgba(0, 0, 0, 0.3);
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article div.head div.tags a.tag::before,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article div.head div.tags a.tag::before {
  border-top: 9px solid #009fe3;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:focus article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:focus article div.head div.tags a.tag:hover {
  color: black;
  background: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item.disabled article a.link div.img-wrapper div.triangle {
  background: #490050;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.location,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item.disabled article a.link div.img-wrapper div.bottom span.date {
  color: white;
  opacity: 0.5;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination,
html body div.wrapper div.content-wrapper section.events nav#news-pagination,
html body div.wrapper div.content-wrapper section.event nav#news-pagination,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination,
html body div.wrapper div.content-wrapper section.form nav#news-pagination,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 2px 2px 0;
  font-family: 'carnasmedium', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 48px;
  color: white;
  text-align: center;
  border: 3px solid #009fe3;
  background: #009fe3;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead.next {
  padding: 0;
  font-family: 'carnasmedium', sans-serif;
  font-size: 28px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a.active,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead.active,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead.active {
  color: black;
  border: 3px solid black;
  background: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead.dead.prev,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a.dead.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li div.dead.dead.next,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li div.dead.dead.next {
  opacity: 0.3;
}
html body div.wrapper div.content-wrapper section.news.news-overview nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.news.news-article nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.events nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.event nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.form nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.form-success nav#news-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.news.news-overview nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.news.news-article nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.events nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.event nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.form nav#gal-pagination ul li a:hover,
html body div.wrapper div.content-wrapper section.form-success nav#gal-pagination ul li a:hover {
  color: black;
  border: 3px solid black;
  background: white;
}
html body div.wrapper div.content-wrapper section.news ul.grid li.grid-item article div.img-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
}
html body div.wrapper div.content-wrapper section.news ul.grid li.grid-item article div.img-wrapper.not-4-3 img.image-dummy {
  display: block !important;
}
html body div.wrapper div.content-wrapper section.news ul.grid li.grid-item article div.img-wrapper.not-4-3 img.not-4-3 {
  position: absolute;
  top: 0;
}
html body div.wrapper div.content-wrapper section.news ul.grid li.grid-item article div.img-wrapper.not-4-3 img.not-4-3.no-transition {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item div.article-info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  margin: 0 0 25px 0;
  padding: 6px 10px 6px 7px;
  background: black;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item div.article-info span {
  display: block;
  position: relative;
  float: left;
  margin-right: 5px;
  font-size: 17px;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item nav.tags {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item nav.tags a {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  margin: 0 0 25px 2px;
  padding: 3px 10px 3px 10px;
  border: 3px solid #008A49;
  background: #008A49;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item nav.tags a:hover {
  color: #008A49;
  background: white;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item div.text-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item div.text-wrap p {
  text-align: left;
  padding: 0 0 25px 0;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item a.nav-back {
  padding-left: 8px;
  padding-right: 20px;
  margin: 40px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item a.nav-back span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  margin-right: 6px;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article {
  min-height: unset;
  border-bottom: none;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article:hover a div.img-wrapper {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 5px solid #008A49;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article:hover a div.footer div.fx {
  transition: height 0.1s ease-in;
  height: 63px;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.img-wrapper {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 5px solid black;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.img-wrapper img.gal-img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.img-wrapper img.gal-img.portrait {
  margin-top: -33.333333%;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  height: 66px;
  padding: 10px 0 10px 0;
  color: white;
  text-align: center;
  border-top: 2px solid white;
  background: black;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.footer div.title {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 100%;
  transform: translateY(-50%);
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
}
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article a div.footer div.fx {
  transition: height 0.5s ease-out;
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  background: #008A49;
}
html body div.wrapper div.content-wrapper section#lightbox {
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  max-width: 1920px;
  position: absolute;
  z-index: 101;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  top: 0;
  background: #000;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner div#target {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 90%;
  top: 5%;
  width: 100%;
  text-align: center;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner div#target img {
  display: none;
  height: 90%;
  margin-top: 2.5%;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  display: block;
  position: absolute;
  width: 80px;
  height: 80px;
  top: 50%;
  margin-top: -40px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  background: #666;
  padding-top: 20px;
  text-align: center;
  cursor: pointer;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left:hover,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right:hover,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close:hover {
  background: #fff;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left span.ico,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right span.ico,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close span.ico {
  display: inline-block;
  position: relative;
  color: black;
  font-size: 30px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left span.ico.icon-arrow-left,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right span.ico.icon-arrow-left,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close span.ico.icon-arrow-left {
  margin-left: -4px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left span.ico.icon-arrow-right,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right span.ico.icon-arrow-right,
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close span.ico.icon-arrow-right {
  margin-left: 2px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter {
  display: block;
  position: absolute;
  width: 160px;
  height: auto;
  left: 0;
  bottom: 40px;
  text-align: right;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #999;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter span:nth-child(1) {
  display: inline-block;
  position: relative;
  margin-top: -20px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter span:nth-child(2) {
  display: inline-block;
  margin-top: 20px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter span:nth-child(3) {
  display: inline-block;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left {
  left: 40px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right {
  right: 40px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close {
  right: 40px;
  top: 40px;
  margin-top: 0;
  padding-top: 20px;
}
html body div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close span.ico {
  font-size: 30px;
}
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item p.success {
  padding: 10px 0 0 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  margin-bottom: 50px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item:nth-child(4n - 3),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item:nth-child(4n - 3) {
  padding-right: 37.5px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item:nth-child(4n - 2),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item:nth-child(4n - 2) {
  padding-left: 12.5px;
  padding-right: 25px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item:nth-child(4n - 1),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item:nth-child(4n - 1) {
  padding-left: 25px;
  padding-right: 12.5px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item:nth-child(4n),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item:nth-child(4n) {
  padding-left: 37.5px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-short {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-4-col li.grid-item article div.wrap p.teaser-long {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 33.33333333%;
  height: auto;
  margin-bottom: 50px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item:nth-child(3n - 2),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item:nth-child(3n - 2) {
  padding-right: 33.33333333px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item:nth-child(3n - 1),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item:nth-child(3n - 1) {
  padding-left: 16.66666667px;
  padding-right: 16.66666667px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item:nth-child(3n),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item:nth-child(3n) {
  padding-left: 33.2px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item.x2w,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item.x2w {
  width: 66.666666%;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-short {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-3-col li.grid-item article div.wrap p.teaser-long {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  margin-bottom: 50px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item:nth-child(odd),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item:nth-child(odd) {
  padding-right: 25px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item:nth-child(even),
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item:nth-child(even) {
  padding-left: 25px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item.playlist.title,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item.playlist.title {
  width: 100%;
  padding-right: 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item.playlist.date-start,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item.playlist.date-start {
  padding-left: 0;
  padding-right: 25px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item.playlist.date-end,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item.playlist.date-end {
  padding-right: 0;
  padding-left: 25px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item.playlist.search-submit {
  width: 100%;
  padding-right: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-short {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-2-col li.grid-item article div.wrap p.teaser-long {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-1-col li.grid-item,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-1-col li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-1-col li.grid-item.playlist.search-submit,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-1-col li.grid-item.playlist.search-submit {
  margin-top: 25px;
  margin-bottom: 10px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-short {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.pages ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.event ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.playlist ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.photos ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long,
html body div.wrapper div.content-wrapper section.form ul.grid.grid-1-col li.grid-item article div.wrap p.teaser-long {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item.news.start:nth-child(5) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item.news.start:nth-child(6) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item.news.start:nth-child(7) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item.news.start:nth-child(8) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item.news.start:nth-child(5) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item.news.start:nth-child(6) {
  display: block;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item.news.start:nth-child(7) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item.news.start:nth-child(8) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.news.start:nth-child(5) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.news.start:nth-child(6) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.news.start:nth-child(7) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item.news.start:nth-child(8) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item.news.start:nth-child(5) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item.news.start:nth-child(6) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item.news.start:nth-child(7) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item.news.start:nth-child(8) {
  display: none;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item article div.wrap header h3 {
  font-size: 24px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-4-col li.grid-item article div.wrap p {
  font-size: 17px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item article div.wrap header h3 {
  font-size: 24px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-3-col li.grid-item article div.wrap p {
  font-size: 17px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item article div.wrap header h3 {
  font-size: 24px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-2-col li.grid-item article div.wrap p {
  font-size: 17px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item article div.wrap header,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item article div.wrap header h3,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item article div.wrap header h3 {
  font-size: 26px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-1-col li.grid-item article div.wrap p,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid.grid-1-col li.grid-item article div.wrap p {
  font-size: 20px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap header h3 {
  font-size: 24px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap p {
  padding: 15px 0 0 0;
  font-size: 20px;
  line-height: 30px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap header h3 {
  font-size: 24px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap p {
  font-size: 17px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item article div.wrap header {
  padding: 25px 0 0 0;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item article div.wrap header h3 {
  font-size: 26px;
  line-height: 34px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item article div.wrap p {
  font-size: 20px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-4-col li.grid-item article div.wrap {
  min-height: 350px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-3-col li.grid-item article div.wrap {
  min-height: 350px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid.grid-2-col li.grid-item article div.wrap {
  min-height: 350px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item article div.wrap {
  min-height: 250px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item article div.wrap {
  min-height: 400px;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item article div.wrap {
  min-height: 400px;
}
html body div.wrapper div.content-wrapper.no-pd-top {
  padding-top: 0;
}
html body div.wrapper div.content-wrapper.no-mr-top {
  padding-top: 0;
}
html body div.wrapper div.content-wrapper section.pages {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 200px 0;
}
html body div.wrapper div.content-wrapper section.pages.no-padding {
  padding: 0 0 0 0;
}
html body div.wrapper div.content-wrapper section.pages.padding-top {
  padding-top: 50px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0 50px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.k-0 {
  padding: 50px 0 50px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg {
  padding: 0 0 50px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data.data-1 {
  padding: 0 0 0 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 33.333333%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-1 {
  padding: 0 25px 0 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-2 {
  padding: 0 12.5px 0 12.5px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-3 {
  padding: 0 0 0 25px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  text-align: left;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data.data-1 {
  padding: 0 25px 0 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data.data-2 {
  padding: 0 0 0 25px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding: 14px 15px 11px 15px;
  margin: 20px 10px 20px 0;
  font-family: 'carnasmedium', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.border,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.border {
  color: white;
  background: #009fe3;
  border: 4px solid #009fe3;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:hover.border,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:hover.border {
  color: black;
  border: 4px solid black;
  background: white;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'carnasmedium', sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.4;
  padding: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p.centered a {
  display: inline-block;
  float: none;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h3 {
  font-family: 'carnasbold', sans-serif;
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 60px 0 20px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h4 {
  font-family: 'carnasmedium', sans-serif;
  font-size: 44px;
  font-weight: normal;
  margin-bottom: 15px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h5 {
  font-family: 'carnasmedium', sans-serif;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 15px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data ul {
  list-style-position: inside;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data ul li {
  font-size: 20px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 50%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.img.img-1 {
  padding: 0 25px 0 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.img.img-2 {
  padding: 0 0 0 25px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.img img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child {
  padding: 0 0 0 0;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data ul li {
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p {
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p strong {
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p a,
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p a:hover {
  display: inline;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: none;
  color: white;
  float: none;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data h1 {
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: 28px;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data h2 {
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: 24px;
  float: left;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data h3 {
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: 20px;
  padding: 20px 0 10px 0;
}
html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data h4 {
  font-family: 'open_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: 18px;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item.disabled article a.link.disabled div.img-wrapper div.line {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  margin: -1px 0 0 0;
  background: #490050;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:not(.disabled) article a.link div.img-wrapper div.line {
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  margin: -1px 0 0 0;
  background: #99d540;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 0 30px 30px 30px;
  overflow: hidden;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.triangle {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background: #99d540;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  box-sizing: border-box;
  font-family: 'carnasbold', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #592271;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.triangle div.day {
  display: block;
  position: absolute;
  left: 10px;
  top: -10px;
  font-family: 'carnasbold', sans-serif;
  font-size: 80px;
  font-weight: normal;
  letter-spacing: -5px;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.triangle div.month {
  display: block;
  position: absolute;
  left: 14px;
  top: 75px;
  font-family: 'carnasbold', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* vertical centering */
  position: absolute;
  width: 100%;
  height: 90px;
  bottom: 0;
  font-family: 'carnasmedium', sans-serif;
  font-size: 20px;
  font-weight: normal;
  background: #490050;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.bottom span.location {
  display: block;
  color: #99d540;
}
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article a.link div.img-wrapper div.bottom span.date {
  display: block;
  color: white;
}
html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item.event {
  margin-bottom: 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item.event h1 {
  padding: 0 0 0 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item.event h1.green {
  color: #99d540;
}
html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item.event p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.x2w {
  padding-right: 25px !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event h1 {
  font-family: 'carnasmedium', sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 60px;
  padding: 0 0 25px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 50px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap h3 {
  margin: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back {
  width: 62px;
  height: 62px;
  padding: 0;
  border: none;
  font-size: 60px;
  border: 4px solid #99d540;
  background: #99d540;
  text-align: center;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.std {
  display: block;
  position: absolute;
  width: auto;
  width: 23px;
  height: auto;
  top: 6px;
  left: 14px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.hover.hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.std.hover {
  display: none !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.hover.std,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back img.std.std {
  display: block !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back:hover {
  background: #490050;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back:hover img.hover {
  display: block !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event div.text-wrap p a.back:hover img.std {
  display: none !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding: 14px 15px 11px 15px;
  border-radius: 30px;
  font-family: 'carnasbold', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: #592271;
  text-decoration: none;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p a.border {
  background: #99d540;
  border: 4px solid #99d540;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p a:hover.border {
  color: white;
  border: 4px solid #99d540;
  background: #490050;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p img {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details {
  padding-right: 0 !important;
  padding-left: 25px !important;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 13px 20px 10px 25px;
  font-family: 'carnasbold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #99d540;
  text-align: left;
  border-radius: 30px 30px 0 0;
  background: #490050;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #7a4e8d;
  background: -moz-linear-gradient(top, #7a4e8d 0%, #592271 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a4e8d), color-stop(100%, #592271));
  background: -webkit-linear-gradient(top, #7a4e8d 0%, #592271 100%);
  background: -o-linear-gradient(top, #7a4e8d 0%, #592271 100%);
  background: -ms-linear-gradient(top, #7a4e8d 0%, #592271 100%);
  background: linear-gradient(top, #7a4e8d 0%, #592271 100%);
  padding: 20px 0 20px 20px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding: 3px 10px 3px 10px;
  border-radius: 30px;
  margin-left: -10px;
  margin-bottom: 5px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  background: black;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.label.green {
  background: #008A49;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.label.blue {
  background: #009fe3;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.label.grey {
  color: black;
  background: #ddd;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.label.violet {
  background: #490050;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 5px 0 30px 0;
  font-family: 'carnaslight', sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info span.txt {
  display: inline-block;
  position: relative;
  width: 69px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info span.date {
  display: inline-block;
  position: relative;
  width: 100px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info span.time {
  display: inline-block;
  position: relative;
  width: 100px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  display: inline-block;
  width: auto;
  margin: 0 0 5px 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: white;
  text-decoration: none;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info a span {
  display: inline-block;
  position: relative;
  font-size: 7px;
  top: -8px;
  margin-left: 2px;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event.details div.inner div.info a:hover {
  text-decoration: underline;
}
html body div.wrapper div.content-wrapper section.search-results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 0 100px 0;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 33.333333%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper.news {
  padding: 20px 20px 20px 0;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper.pages {
  padding: 20px 10px 20px 10px;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper.events {
  padding: 20px 0 20px 20px;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper.no-results div.head {
  opacity: 0.3;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.head {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 30px 28px 26px 28px;
  color: white;
  background: #008c49;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.head h2 {
  font-family: 'carnasmedium', sans-serif;
  font-size: 44px;
  font-weight: normal;
  line-height: 1;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  height: 500px;
  overflow: hidden;
  overflow-y: scroll ;
  padding: 30px 30px 30px 20px;
  background: #eee;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result:first-child div.inner {
  border-top: 1px dotted #aaa;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result div.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-bottom: 1px dotted #aaa;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result div.inner:hover {
  background: white;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result div.inner a {
  -webkit-transition: border 0.4s linear;
  -moz-transition: border 0.4s linear;
  -o-transition: border 0.4s linear;
  transition: border 0.4s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 10px 10px 10px 10px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #333;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main ul.results li.result div.inner a:hover {
  -webkit-transition: border 0s linear;
  -moz-transition: border 0s linear;
  -o-transition: border 0s linear;
  transition: border 0s linear;
  color: black;
}
html body div.wrapper div.content-wrapper section.search-results div.wrapper div.main div.no-results {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 5px 0 5px 10px;
  font-size: 18px;
}
html body div.wrapper div.content-wrapper div#newsletter-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 400px 0 400px;
  margin: 0 0 100px 0;
}
html body div.wrapper div.content-wrapper div#newsletter-box div.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 40px 30px 40px 30px;
  text-align: center;
  background: #592271;
}
html body div.wrapper div.content-wrapper div#newsletter-box div.inner h4 {
  font-family: 'carnasbold', sans-serif;
  font-size: 34px;
  font-weight: normal;
  color: #99d540;
  margin: 0 0 30px 0;
}
html body div.wrapper div.content-wrapper div#newsletter-box div.inner p {
  font-family: 'carnasmedium', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
html body div.wrapper div.content-wrapper div#newsletter-box div.inner p.green {
  color: #99d540;
}
html body div.wrapper div.content-wrapper div#newsletter-box div.inner a.pill {
  display: inline-block;
  margin: 20px 0 0 0;
}
html body div.wrapper footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #490050;
}
html body div.wrapper footer section.footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 20px 50px 20px 50px;
  color: white;
  text-align: center;
}
html body div.wrapper footer section.footer a {
  color: white;
  text-decoration: none;
}
html body div.wrapper footer section.footer a:hover {
  text-decoration: underline;
}
html body div.wrapper footer div#cookie-banner-wrapper {
  display: block;
  position: fixed;
  width: 100%;
  height: auto;
  bottom: 50px;
  padding: 0 100px 0 100px;
  background: transparent;
  z-index: 10;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  -moz-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.4);
  padding: 50px;
  border: 5px solid black;
  background: white;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner h4 {
  font-family: 'carnasmedium', sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 0 0 20px 0;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  width: 80%;
  font-family: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
  padding: 0 0 20px 0;
  line-height: 1.5;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner a {
  color: black;
  text-decoration: underline;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner form button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  cursor: pointer;
  display: inline-block;
  float: none;
  padding: 11px 15px 10px 15px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
  border: 4px solid #009fe3;
  background: #009fe3;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner form button:hover {
  background: white;
  border-color: black;
  color: black;
}
div#stream-applet {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: block;
  position: fixed;
  bottom: -63px;
  width: 100%;
  height: 63px;
  padding: 0 100px 0 100px;
  background: #009fe3;
  z-index: 1;
}
div#stream-applet div.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
div#stream-applet div.inner a.toggle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 8px 0 0 0;
  cursor: pointer;
}
div#stream-applet div.inner a.toggle div.circle {
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  width: 48px;
  height: 48px;
  margin: 0 15px 0 0;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 3px solid white;
  text-align: center;
  line-height: 43px;
}
div#stream-applet div.inner a.toggle div.circle div.icon-play {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  position: relative;
  color: white;
  font-size: 18px;
  margin-left: 2px;
}
div#stream-applet div.inner a.toggle div.circle div.icon-pause {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: none;
  position: relative;
  color: white;
  font-size: 18px;
  margin-left: 1px;
}
div#stream-applet div.inner a.toggle:hover,
div#stream-applet div.inner a.toggle.active:hover,
div#stream-applet div.inner a.toggle:focus,
div#stream-applet div.inner a.toggle.active:focus {
  outline: none;
  border: none;
}
div#stream-applet div.inner a.toggle:hover div.circle,
div#stream-applet div.inner a.toggle.active:hover div.circle,
div#stream-applet div.inner a.toggle:focus div.circle,
div#stream-applet div.inner a.toggle.active:focus div.circle {
  -webkit-transition: background 0.05s linear;
  -moz-transition: background 0.05s linear;
  -o-transition: background 0.05s linear;
  transition: background 0.05s linear;
  background: white;
}
div#stream-applet div.inner a.toggle:hover div.circle div.icon-play,
div#stream-applet div.inner a.toggle.active:hover div.circle div.icon-play,
div#stream-applet div.inner a.toggle:focus div.circle div.icon-play,
div#stream-applet div.inner a.toggle.active:focus div.circle div.icon-play {
  -webkit-transition: color 0.05s linear;
  -moz-transition: color 0.05s linear;
  -o-transition: color 0.05s linear;
  transition: color 0.05s linear;
  color: #009fe3;
}
div#stream-applet div.inner a.toggle:hover div.circle div.icon-pause,
div#stream-applet div.inner a.toggle.active:hover div.circle div.icon-pause,
div#stream-applet div.inner a.toggle:focus div.circle div.icon-pause,
div#stream-applet div.inner a.toggle.active:focus div.circle div.icon-pause {
  -webkit-transition: color 0.05s linear;
  -moz-transition: color 0.05s linear;
  -o-transition: color 0.05s linear;
  transition: color 0.05s linear;
  color: #009fe3;
}
div#stream-applet div.inner a.toggle.active div.circle {
  background: none;
}
div#stream-applet div.inner a.toggle.active div.circle div.icon-play {
  display: none;
}
div#stream-applet div.inner a.toggle.active div.circle div.icon-pause {
  color: white;
  display: block;
}
div#stream-applet div.inner a.close {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: auto;
  height: auto;
  padding: 0 0 0 0;
  margin: 8px 0 0 0;
  cursor: pointer;
}
div#stream-applet div.inner a.close div.circle {
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  width: 48px;
  height: 48px;
  margin: 0 0 0 0;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 3px solid white;
  text-align: center;
  line-height: 43px;
}
div#stream-applet div.inner a.close div.circle div.icon-cancel {
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  display: block;
  position: relative;
  color: white;
  font-size: 18px;
  margin-left: 0;
}
div#stream-applet div.inner a.close:hover,
div#stream-applet div.inner a.close:focus {
  outline: none;
  border: none;
}
div#stream-applet div.inner a.close:hover div.circle,
div#stream-applet div.inner a.close:focus div.circle {
  -webkit-transition: background 0.05s linear;
  -moz-transition: background 0.05s linear;
  -o-transition: background 0.05s linear;
  transition: background 0.05s linear;
  background: white;
}
div#stream-applet div.inner a.close:hover div.circle div.icon-cancel,
div#stream-applet div.inner a.close:focus div.circle div.icon-cancel {
  -webkit-transition: color 0.05s linear;
  -moz-transition: color 0.05s linear;
  -o-transition: color 0.05s linear;
  transition: color 0.05s linear;
  color: #009fe3;
}
div#stream-applet div.inner div.volume {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: unset;
  height: 100%;
  padding: 0 20px 0 0;
}
div#stream-applet div.inner div.volume label {
  -webkit-transition: opacity 1s linear;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: unset;
  height: 100%;
  padding: 0 20px 0 0;
  opacity: 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 62px;
  color: white;
}
div#stream-applet div.inner div.volume label.visible {
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 1;
}
div#stream-applet div.inner div.volume input[type=range] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: unset;
  height: 100%;
  margin-top: 28px;
}
div#stream-applet div.inner div.volume input[type=range] {
  -webkit-appearance: none;
  width: 200px;
  height: 8px;
  background: transparent;
  border-radius: 4px;
  outline: none;
}
div#stream-applet div.inner div.volume input[type=range]::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.5);
  height: 8px;
  border-radius: 4px;
}
div#stream-applet div.inner div.volume input[type=range]::-moz-range-track {
  background: rgba(255, 255, 255, 0.5);
  height: 8px;
  border-radius: 4px;
}
div#stream-applet div.inner div.volume input[type=range]::-ms-track {
  background: rgba(255, 255, 255, 0.5);
  border-color: transparent;
  color: transparent;
  height: 8px;
}
div#stream-applet div.inner div.volume input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -4px;
}
div#stream-applet div.inner div.volume input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}
div#stream-applet div.inner div.volume input[type=range]::-ms-thumb {
  width: 16px;
  height: 16px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
}
div#stream-applet div.inner div.volume input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(to right, red 50%, red 50%);
}
div#stream-applet div.inner div.volume input[type=range]::-moz-range-progress {
  background: white;
  height: 8px;
  border-radius: 4px;
}
div#stream-applet div.inner select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 380px;
  height: auto;
  outline: none;
  margin: 13px 0 0 10px;
  padding: 5px 10px 5px 10px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: white;
  border: 3px solid white;
  background: #009fe3;
}
div#stream-applet.visible {
  bottom: 0;
}
/*
| -----------------------------------------------------------------------------
| Sections
| -----------------------------------------------------------------------------
*/
section#registration {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 0 450px 0 450px;
  -webkit-transition: padding 0.1s linear;
  -moz-transition: padding 0.1s linear;
  -o-transition: padding 0.1s linear;
  transition: padding 0.1s linear;
}
section#login {
  display: block;
  position: absolute;
  width: 600px;
  height: auto;
  margin-left: -300px;
  margin-top: 100px;
  left: 50%;
}
section#login h1 {
  font-size: 25px;
  margin: 0 0 20px 0;
}
section#login h2 {
  font-size: 18px;
  margin: 0 0 5px 0;
}
section#login p.msg {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
  padding: 0;
}
section#login div.line {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  margin: 0 0 15px 0;
}
section#login form.stdForm {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding: 30px 50px 50px 50px;
}
section#login form.stdForm label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 14px;
  color: white;
}
section#login form.stdForm input:-webkit-autofill,
section#login form.stdForm input:-webkit-autofill:hover,
section#login form.stdForm input:-webkit-autofill:focus,
section#login form.stdForm input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
section#login form.stdForm input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  font-size: 22px;
  font-weight: normal;
  padding: 15px;
  margin: 0 0 0 0;
  border: 3px solid #ccc;
  outline: none;
  background: #eee;
}
section#login form.stdForm input:focus {
  border: 3px solid #009fe3;
  background: white;
}
section#login form.stdForm button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: auto;
  padding: 14px 15px 11px 15px;
  margin-top: 24px;
  font-family: 'carnasmedium', sans-serif;
  font-size: 14px;
  font-size: 22px;
  font-weight: normal;
  color: white;
  border: 4px solid transparent;
  background: #009fe3;
  cursor: pointer;
}
section#login form.stdForm button:hover {
  transition: all 0s linear;
  color: black;
  border: 4px solid black;
  background: white;
}
@media screen and (min-width: 1921px) {
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: -90px;
  }
}
@media screen and (max-width: 1920px) {
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: -90px;
  }
}
@media screen and (max-width: 1800px) {
  html body div.wrapper header.main div#header-top {
    padding: 70px 100px 55px 100px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-4-col li.grid-item article div.wrap {
    min-height: 370px;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 300px 0 300px;
  }
}
@media screen and (max-width: 1680px) {
  html body div.wrapper div.content-wrapper section.news {
    padding: 0 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.events {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 1600px) {
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: -70px;
  }
}
@media screen and (max-width: 1500px) {
  html body div.wrapper header.main div#header-top {
    padding: 70px 50px 55px 50px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop {
    padding-left: 30px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li a {
    padding: 20px 19px 17px 19px;
  }
  html body div.wrapper section#slider {
    padding: 0 50px 0 50px;
  }
  html body div.wrapper div.content-wrapper {
    padding: 100px 50px 0 50px;
  }
  div#stream-applet {
    padding: 0 50px 0 50px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper {
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 1440px) {
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item:nth-child(odd) {
    width: 100%;
    padding: 0 0 20px 0;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item:nth-child(even) {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
@media screen and (max-width: 1366px) {
  html body div.wrapper header.main div#header-top {
    padding: 58px 50px 47px 50px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target {
    height: 70%;
    top: 15%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 32px;
    padding-top: 20px;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    font-size: 22px;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 200px 0 200px;
  }
}
@media screen and (max-width: 1280px) {
  html body div.wrapper header.main div#header-top {
    padding: 48px 50px 39px 50px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    line-height: 72px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    top: 92px;
    line-height: 72px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    line-height: 72px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    top: 92px;
    line-height: 72px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    line-height: 72px;
    bottom: 92px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    font-size: 40px;
    padding: 0 20px 0 20px;
    height: 70px;
    bottom: 40px;
    line-height: 72px;
  }
  html body div.wrapper div.content-wrapper section.events {
    padding: 0 0 0 0;
  }
  a.btn.slider.large {
    font-size: 40px;
    padding: 10px 23px 8px 23px;
    border: 5px solid #009fe3;
  }
  a.btn.slider.large span.icon-arrow-top-right {
    font-size: 20px;
    top: -12px;
    margin-left: 6px;
  }
  a.btn.slider.large:hover {
    border: 5px solid black;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data {
    width: 50%;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-1 {
    padding: 0 25px 0 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-2 {
    padding: 0 0 0 25px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-3 {
    padding: 0 25px 0 0;
  }
  h2.pill {
    padding: 12px 35px 11px 35px;
    font-size: 60px;
  }
  h2.pill.unser-angebot {
    width: 560px;
    height: 102px;
    margin-left: -280px;
  }
  h2.pill.unser-angebot.top {
    top: -51px;
  }
  h2.pill.unser-angebot.bottom {
    bottom: -51px;
  }
}
@media screen and (max-width: 1200px) {
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    width: 42%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 22px;
    padding-top: 28px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
}
@media screen and (max-width: 1180px) {
  a.btn.slider.large {
    font-size: 34px;
    padding: 8px 16px 4px 16px;
    border: 4px solid #009fe3;
  }
  a.btn.slider.large span.icon-arrow-top-right {
    font-size: 16px;
    top: -10px;
    margin-left: 4px;
  }
  a.btn.slider.large:hover {
    border: 4px solid black;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop {
    padding-left: 35px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li a {
    padding: 14px 12px 12px 12px;
    font-size: 19px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    line-height: 63px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    top: 85px;
    line-height: 63px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    line-height: 63px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    top: 85px;
    line-height: 63px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    line-height: 63px;
    bottom: 85px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    font-size: 34px;
    padding: 0 15px 0 15px;
    height: 60px;
    top: unset;
    bottom: 40px;
    line-height: 63px;
  }
}
@media screen and (max-width: 1140px) {
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 100px 0 100px;
  }
}
@media screen and (max-width: 1100px) {
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    width: 42%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 20px;
    padding-top: 28px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
  html body div.wrapper div.content-wrapper section.search-results h1 {
    font-size: 80px;
    line-height: 1;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.news {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.pages {
    width: 50%;
    padding: 20px 0 20px 20px;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.events {
    width: 50%;
    padding: 20px 20px 20px 0;
  }
  html body div.wrapper header.main div#search-wrap {
    top: 250px;
    padding: 0 100px 0 100px;
  }
}
@media screen and (min-width: 1025px) {
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data p,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data p {
    font-family: 'carnaslight', sans-serif !important;
    font-size: 26px !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1024px) {
  html body div.wrapper header.main div#header-top {
    padding: 70px 50px 55px 50px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop {
    padding-left: 35px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li a {
    padding: 14px 10px 12px 10px;
    font-size: 19px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav div.prev {
    width: 40px;
    height: 80px;
    margin-left: -10px;
    margin-top: -40px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav div.prev div.ico {
    font-size: 32px;
    line-height: 80px;
    margin-left: -5px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav div.next {
    width: 40px;
    height: 80px;
    margin-right: -10px;
    margin-top: -40px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav div.next div.ico {
    font-size: 32px;
    line-height: 80px;
    margin-right: -5px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-btn-overlay-el a.btn.blue.large.shadow.slider {
    font-size: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-btn-overlay-el a.btn.blue.large.shadow.slider.bottom-left {
    bottom: 25px;
    left: 25px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-btn-overlay-el a.btn.blue.large.shadow.slider span {
    font-size: 20px;
    top: -12px;
    margin-left: 3px;
  }
  html body div.wrapper div.content-wrapper section.news h1.tape,
  html body div.wrapper div.content-wrapper section.events h1.tape,
  html body div.wrapper div.content-wrapper section.pages h1.tape,
  html body div.wrapper div.content-wrapper section.form h1.tape,
  html body div.wrapper div.content-wrapper section.user-events h1.tape,
  html body div.wrapper div.content-wrapper section.news h1.main.form,
  html body div.wrapper div.content-wrapper section.events h1.main.form,
  html body div.wrapper div.content-wrapper section.pages h1.main.form,
  html body div.wrapper div.content-wrapper section.form h1.main.form,
  html body div.wrapper div.content-wrapper section.user-events h1.main.form,
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.pages h2.tape,
  html body div.wrapper div.content-wrapper section.form h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    font-size: 60px;
    line-height: 105px;
  }
  html body div.wrapper div.content-wrapper section.news h1.tape span,
  html body div.wrapper div.content-wrapper section.events h1.tape span,
  html body div.wrapper div.content-wrapper section.pages h1.tape span,
  html body div.wrapper div.content-wrapper section.form h1.tape span,
  html body div.wrapper div.content-wrapper section.user-events h1.tape span,
  html body div.wrapper div.content-wrapper section.news h1.main.form span,
  html body div.wrapper div.content-wrapper section.events h1.main.form span,
  html body div.wrapper div.content-wrapper section.pages h1.main.form span,
  html body div.wrapper div.content-wrapper section.form h1.main.form span,
  html body div.wrapper div.content-wrapper section.user-events h1.main.form span,
  html body div.wrapper div.content-wrapper section.news h2.tape span,
  html body div.wrapper div.content-wrapper section.events h2.tape span,
  html body div.wrapper div.content-wrapper section.pages h2.tape span,
  html body div.wrapper div.content-wrapper section.form h2.tape span,
  html body div.wrapper div.content-wrapper section.user-events h2.tape span {
    font-size: 28px;
    margin-left: 3px;
    bottom: 4px;
  }
  html body div.wrapper div.content-wrapper section.news h2.sub.form,
  html body div.wrapper div.content-wrapper section.events h2.sub.form,
  html body div.wrapper div.content-wrapper section.pages h2.sub.form,
  html body div.wrapper div.content-wrapper section.form h2.sub.form,
  html body div.wrapper div.content-wrapper section.user-events h2.sub.form {
    font-size: 50px;
  }
  html body div.wrapper div.content-wrapper section.news h2.main,
  html body div.wrapper div.content-wrapper section.events h2.main,
  html body div.wrapper div.content-wrapper section.pages h2.main,
  html body div.wrapper div.content-wrapper section.form h2.main,
  html body div.wrapper div.content-wrapper section.user-events h2.main {
    font-size: 55px;
    line-height: 1;
  }
  html body div.wrapper footer section.footer ul li div.headline {
    font-size: 20px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs {
    position: absolute;
    width: 80%;
    height: 100%;
    right: 10%;
    top: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close {
    width: 60px;
    height: 60px;
    top: 40px;
    right: 0;
    margin-top: 0;
    padding-top: 17px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close span {
    font-size: 20px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right {
    width: 60px;
    height: 60px;
    top: unset;
    right: 0;
    bottom: 40px;
    margin-top: 0;
    padding-top: 15px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right span {
    font-size: 22px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left {
    width: 60px;
    height: 60px;
    top: unset;
    left: unset;
    right: 75px;
    bottom: 40px;
    margin-top: 0;
    padding-top: 15px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left span {
    font-size: 22px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter {
    text-align: left;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target {
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    margin: unset;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target img.landscape,
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target img.square {
    position: absolute;
    height: unset;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -33.333333%;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
    top: 78px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
    top: 78px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
    bottom: 78px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    font-size: 30px;
    padding: 0 15px 0 15px;
    height: 54px;
    line-height: 56px;
    top: unset;
    bottom: 40px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h3,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h3,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h3,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h3,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h3 {
    font-size: 50px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h4,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h4,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h4,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h4,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h4 {
    font-size: 38px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h5,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h5,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h5,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h5,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h5 {
    font-size: 32px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.data {
    width: 100%;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data.data-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data.data-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.data.data-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data.data-2,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data.data-2,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.data.data-2 {
    padding: 0 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.img,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.img,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.img {
    width: 100%;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.img.img-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.img.img-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.img.img-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.img.img-2,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.img.img-2,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.img.img-2 {
    padding: 0 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data {
    width: 100%;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data.data-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data.data-2 {
    padding: 0 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data {
    width: 100%;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-2,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data.data-3 {
    padding: 0 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.img.img-1,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-img li.img.img-1 {
    padding: 0 0 50px 0;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item.event {
    width: 100%;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid.event-title li.grid-item:not(.event) {
    display: none;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid:not(.event-title) li.grid-item.event {
    width: 50%;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner {
    padding: 40px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner h4 {
    font-size: 18px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner p {
    font-size: 15px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner form button {
    padding: 9px 13px 8px 13px;
    font-size: 18px;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h3,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h3 {
    font-size: 40px !important;
    padding: 30px 0 0 0 !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h4,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h4 {
    font-size: 32px !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h5,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h5 {
    font-size: 26px !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data p,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data p {
    font-family: 'carnaslight', sans-serif !important;
    font-size: 23px !important;
    line-height: 1.5 !important;
  }
  section.pages.impressum ul.pages-child li.data ul li {
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    font-weight: normal;
  }
  section.pages.impressum ul.pages-child li.data p {
    font-family: 'open_sansregular', sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
  }
  section.pages.impressum ul.pages-child li.data p strong {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
  }
  section.pages.impressum ul.pages-child li.data p a,
  section.pages.impressum ul.pages-child li.data p a:hover {
    display: inline;
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    font-weight: normal;
    background: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: none;
    color: white;
    float: none;
  }
  section.pages.impressum ul.pages-child li.data h1 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 28px !important;
  }
  section.pages.impressum ul.pages-child li.data h2 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 24px !important;
    float: left;
  }
  section.pages.impressum ul.pages-child li.data h3 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 20px !important;
    padding: 20px 0 10px 0;
  }
  section.pages.impressum ul.pages-child li.data h4 {
    font-family: 'open_sansbold', sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-size: 18px !important;
  }
  h2.pill {
    padding: 10px 35px 9px 35px;
    font-size: 50px;
  }
  h2.pill.unser-angebot {
    width: 470px;
    height: 86px;
    margin-left: -235px;
  }
  h2.pill.unser-angebot.top {
    top: -43px;
  }
  h2.pill.unser-angebot.bottom {
    bottom: -43px;
    margin-top: 50px;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 18px;
    line-height: 1.5;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event h1 {
    font-size: 40px !important;
    line-height: 1.2;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 982px) {
  html body div.wrapper header.main div#header-top {
    padding: 52px 50px 40px 50px;
  }
  html body div.wrapper header.main div#header-top img {
    width: 620px;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle div.circle {
    margin: -2px 7px 0 0;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle img.logo-livestream {
    width: 85px;
  }
}
@media screen and (max-width: 960px) {
  a.btn.slider.large {
    font-size: 22px;
    padding: 12px 15px 9px 15px;
  }
  a.btn.slider.large span.icon-arrow-top-right {
    font-size: 11px;
    top: -7px;
    margin-left: 2px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: 74px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: 74px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    bottom: 74px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: unset;
    bottom: 40px;
  }
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.photos h1,
  html body div.wrapper div.content-wrapper section.playlist h1 {
    font-size: 80px;
    line-height: 1;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    width: 49%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 20px;
    padding-top: 28px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
}
@media screen and (max-width: 930px) {
  html body div.wrapper footer section.footer ul li {
    width: 50%;
    min-height: 320px;
  }
  html body div.wrapper footer section.footer ul li:nth-child(3) {
    margin-top: 30px;
  }
  html body div.wrapper footer section.footer ul.app li:nth-child(1) {
    display: none;
  }
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: -100px;
  }
}
@media screen and (max-width: 920px) {
  a.btn.slider.large {
    left: 30px;
    bottom: 30px;
  }
  html body div.wrapper section#slider div.slider-wrap div.dots {
    display: none;
  }
  html body div.wrapper header.main div#header-top {
    position: fixed;
    overflow: visible;
    top: 0;
    left: 0;
    height: auto !important;
    padding: 0 0 0 0;
    z-index: 10;
  }
  html body div.wrapper header.main div#header-top div#logo {
    padding: 30px 0 25px 0 !important;
  }
  html body div.wrapper header.main div#header-top div#logo img {
    width: 300px;
  }
  html body div.wrapper header.main div#header-top h1 {
    display: none;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop {
    padding-left: 0;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop {
    position: fixed;
    width: 100%;
    height: 0;
    top: 50px;
    z-index: 100;
    background: #009fe3;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile {
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -50px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile a {
    padding: 0 !important;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.mobile.open {
    display: block;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li.only-mobile {
    display: block;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile) {
    display: none;
    width: 100%;
    border-bottom: 2px solid white;
    background: #009fe3;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile) a {
    font-size: 2em;
    padding: 16px 15px 12px 50px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile).active a,
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile):hover a,
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:not(.mobile):focus a {
    color: white;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:nth-child(3) {
    border-top: 2px solid white;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-2-col li.grid-item.news article div.wrap {
    min-height: 370px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    font-size: 70px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    top: 63px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    left: 30px;
    top: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    left: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: 64px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    right: 30px;
    top: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    right: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: 64px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    right: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    bottom: 64px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    right: 30px;
    font-size: 24px;
    padding: 0 13px 0 13px;
    height: 48px;
    line-height: 50px;
    top: unset;
    bottom: 30px;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.news,
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.pages,
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.events {
    width: 100%;
    padding: 20px 0 20px 0;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.news div.main,
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.pages div.main,
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.events div.main {
    height: auto;
    overflow: hidden;
  }
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.pages,
  html body div.wrapper div.content-wrapper section.search-results div.wrapper.events {
    margin-top: 0;
  }
  html body div.wrapper header.main div#search-wrap {
    top: 100px;
    padding: 0 50px 0 50px;
  }
  html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap {
    height: auto;
  }
  html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox {
    margin: 0 10px 10px 0;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner {
    padding: 30px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner p {
    width: 100%;
  }
}
@media screen and (max-width: 860px) {
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-btn-overlay-el a.btn.blue.large.shadow.slider {
    display: none;
  }
  html body div.wrapper div.content-wrapper section.news h1.tape,
  html body div.wrapper div.content-wrapper section.events h1.tape,
  html body div.wrapper div.content-wrapper section.pages h1.tape,
  html body div.wrapper div.content-wrapper section.user-events h1.tape,
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.pages h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    height: 75px;
    padding-left: 15px;
    font-size: 50px;
    line-height: 80px;
  }
  html body div.wrapper div.content-wrapper section.news h1.tape span,
  html body div.wrapper div.content-wrapper section.events h1.tape span,
  html body div.wrapper div.content-wrapper section.pages h1.tape span,
  html body div.wrapper div.content-wrapper section.user-events h1.tape span,
  html body div.wrapper div.content-wrapper section.news h2.tape span,
  html body div.wrapper div.content-wrapper section.events h2.tape span,
  html body div.wrapper div.content-wrapper section.pages h2.tape span,
  html body div.wrapper div.content-wrapper section.user-events h2.tape span {
    font-size: 20px;
    margin-left: 3px;
    bottom: 2px;
  }
  html body div.wrapper div.content-wrapper section.news h2.main,
  html body div.wrapper div.content-wrapper section.events h2.main,
  html body div.wrapper div.content-wrapper section.pages h2.main,
  html body div.wrapper div.content-wrapper section.user-events h2.main {
    font-size: 50px;
    line-height: 1;
  }
  html body div.wrapper footer section.footer ul li div.headline {
    font-size: 20px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap header h3 {
    font-size: 18px;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid:not(.event-title) li.grid-item.event {
    width: 100%;
    padding: 0 !important;
  }
}
@media screen and (max-width: 830px) {
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.photos h1,
  html body div.wrapper div.content-wrapper section.playlist h1,
  html body div.wrapper div.content-wrapper section.search-results h1 {
    font-size: 60px;
    line-height: 1;
    padding: 0;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    margin: 5px 0 0 0;
    width: 50%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 18px;
    padding-top: 32px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  a.btn.slider.large {
    left: 20px;
    bottom: 20px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    left: 20px;
    top: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    left: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
    top: 48px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    right: 20px;
    top: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    right: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
    top: 48px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    right: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
    bottom: 48px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    right: 20px;
    font-size: 20px;
    padding: 0 11px 0 11px;
    height: 40px;
    line-height: 42px;
    top: unset;
    bottom: 20px;
  }
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.photos h1,
  html body div.wrapper div.content-wrapper section.playlist h1,
  html body div.wrapper div.content-wrapper section.search-results h1 {
    font-size: 50px;
    line-height: 1;
    padding: 0;
  }
  html body div.wrapper div.content-wrapper section.news h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.photos h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.playlist h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.search-results h1 span.icon-arrow-bottom-right {
    font-size: 70px;
    margin-left: -10px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link {
    height: 100px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap img {
    height: 100px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap div.date div.day {
    top: 10px;
    font-size: 20px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap div.date div.month {
    top: 32px;
    font-size: 34px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap div.date div.year {
    bottom: 4px;
    font-size: 18px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap {
    height: 100px;
    width: 70%;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap header {
    height: 100px;
  }
  html body div.wrapper div.content-wrapper section.form h1.main.form {
    font-size: 50px;
    line-height: 1;
    padding-bottom: 20px;
  }
  html body div.wrapper div.content-wrapper section.form h2.sub.form {
    font-size: 40px;
    line-height: 1;
  }
  html body div.wrapper div.content-wrapper section.form h2.sub.form span.icon-arrow-bottom-right {
    display: none;
  }
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: -130px;
  }
  html body div.wrapper footer section.footer ul.app li.app a.badge {
    height: 36px;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 16px;
    line-height: 1.5;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event h1 {
    font-size: 30px !important;
    line-height: 1.2;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap h3 {
    font-size: 22px;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 50px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.news.start article div.wrap,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.news.start article div.wrap,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.news.start article div.wrap,
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.events.start article div.wrap,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events.start article div.wrap,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.events.start article div.wrap,
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.user-events.start article div.wrap,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.user-events.start article div.wrap,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.user-events.start article div.wrap {
    min-height: unset;
    height: auto;
    padding: 0 0 150px 0;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    font-size: 120px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    font-size: 30px;
    top: 120px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.bottom,
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.bottom,
  html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.bottom {
    height: 70px;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    margin: 5px 0 0 0;
    width: 55%;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 18px;
    padding-top: 32px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
}
@media screen and (max-width: 720px) {
  html body div.wrapper div.content-wrapper section.news h1.tape,
  html body div.wrapper div.content-wrapper section.events h1.tape,
  html body div.wrapper div.content-wrapper section.pages h1.tape,
  html body div.wrapper div.content-wrapper section.form h1.tape,
  html body div.wrapper div.content-wrapper section.user-events h1.tape,
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.pages h2.tape,
  html body div.wrapper div.content-wrapper section.form h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    height: 75px;
    padding-left: 15px;
    font-size: 36px;
    line-height: 80px;
  }
  html body div.wrapper div.content-wrapper section.news h1.tape span,
  html body div.wrapper div.content-wrapper section.events h1.tape span,
  html body div.wrapper div.content-wrapper section.pages h1.tape span,
  html body div.wrapper div.content-wrapper section.form h1.tape span,
  html body div.wrapper div.content-wrapper section.user-events h1.tape span,
  html body div.wrapper div.content-wrapper section.news h2.tape span,
  html body div.wrapper div.content-wrapper section.events h2.tape span,
  html body div.wrapper div.content-wrapper section.pages h2.tape span,
  html body div.wrapper div.content-wrapper section.form h2.tape span,
  html body div.wrapper div.content-wrapper section.user-events h2.tape span {
    font-size: 16px;
    margin-left: 3px;
    bottom: 2px;
  }
  html body div.wrapper div.content-wrapper section.news h2.main,
  html body div.wrapper div.content-wrapper section.events h2.main,
  html body div.wrapper div.content-wrapper section.pages h2.main,
  html body div.wrapper div.content-wrapper section.form h2.main,
  html body div.wrapper div.content-wrapper section.user-events h2.main {
    font-size: 40px;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    margin: 50px 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 26px;
    padding-top: 22px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h3,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h3,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h3 {
    font-size: 40px !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h4,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h4,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h4 {
    font-size: 32px !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data h5,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data h5,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data h5 {
    font-size: 26px !important;
  }
  section.pages:not(.impressum) ul.pages-child.txt-lrg li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-txt-txt li.data p,
  section.pages:not(.impressum) ul.pages-child.txt-img li.data p,
  section.pages:not(.impressum) ul.pages-child.img-txt li.data p {
    font-size: 23px !important;
  }
  section.pages.impressum ul.pages-child li.data p {
    font-family: 'carnaslight', sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  section.pages.impressum ul.pages-child li.data p strong {
    font-family: 'carnasbold', sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
}
@media screen and (max-width: 680px) {
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap {
    width: 60%;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap header h3 {
    font-size: 14px;
  }
  div#stream-applet div.inner select {
    width: 200px;
    margin: 9px 0 0 0;
    font-size: 13px;
  }
  div#stream-applet div.inner div.volume {
    padding: 0 15px 0 0;
  }
  div#stream-applet div.inner div.volume input#volume {
    width: 100px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    font-size: 100px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    font-size: 30px;
    top: 93px;
  }
  h2.pill {
    padding: 8px 30px 7px 30px;
    font-size: 40px;
  }
  h2.pill.unser-angebot {
    width: 390px;
    height: 68px;
    margin-left: -195px;
  }
  h2.pill.unser-angebot.top {
    top: -34px;
  }
  h2.pill.unser-angebot.bottom {
    bottom: -34px;
  }
}
@media screen and (max-width: 640px) {
  a.btn.slider.large {
    bottom: 20px;
    left: 20px;
    font-size: 18px;
    padding: 10px 12px 7px 12px;
    border: 3px solid #009fe3;
  }
  a.btn.slider.large span.icon-arrow-top-right {
    font-size: 11px;
    top: -5px;
    margin-left: 1px;
  }
  a.btn.slider.large:hover {
    border: 3px solid black;
  }
  html body div.wrapper header.main div#header-top div#logo picture {
    width: unset;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    left: 20px;
    top: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    left: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
    top: 42px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    right: 20px;
    top: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    right: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
    top: 42px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    right: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
    bottom: 42px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    right: 20px;
    font-size: 14px;
    padding: 0 8px 0 8px;
    height: 30px;
    line-height: 32px;
    top: unset;
    bottom: 20px;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 580px) {
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    height: auto;
    position: absolute;
    width: 100%;
    height: 100%;
    right: unset;
    left: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div#close {
    width: 60px;
    height: 60px;
    right: 20px;
    top: 20px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.right {
    width: 60px;
    height: 60px;
    top: unset;
    right: 20px;
    bottom: 20px;
    margin-top: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.left {
    width: 60px;
    height: 60px;
    top: unset;
    left: unset;
    right: 95px;
    bottom: 20px;
    margin-top: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner nav.imgs div.counter {
    width: auto;
    text-align: left;
    left: 20px;
    bottom: 20px;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target {
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target img.landscape,
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target img.square {
    position: relative;
    height: unset;
    width: 90%;
    top: 100px;
    margin-top: 0;
  }
  html body.photos div.wrapper div.content-wrapper section#lightbox div.inner div#target img.portrait {
    position: relative;
    height: unset;
    width: 85%;
    top: 100px;
    margin-top: 0;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    font-size: 80px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    font-size: 20px;
    top: 75px;
  }
  html body div.wrapper div.content-wrapper section.pages:not(.impressum) ul.pages-child li.data h3 {
    font-size: 28px !important;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages:not(.impressum) ul.pages-child li.data p {
    font-family: 'carnaslight', sans-serif !important;
    font-size: 20px !important;
    padding: 0 0 15px 0;
  }
  html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p {
    font-family: 'carnaslight', sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  html body div.wrapper div.content-wrapper section.pages.impressum ul.pages-child li.data p strong {
    font-family: 'carnasbold', sans-serif;
    font-size: 18px;
    font-weight: normal;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box {
    padding: 0 0 0 0;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box div.inner h4 {
    font-size: 28px !important;
  }
  html body.home div#app div.wrapper div.content-wrapper div#newsletter-box div.inner p {
    font-family: 'carnaslight', sans-serif !important;
    font-size: 20px !important;
  }
}
@media screen and (max-width: 562px) {
  html body {
    overflow-x: hidden;
  }
  html body div.wrapper header.main div#header-top img.home-link {
    margin: 13px 0 0 50px;
  }
  html body div.wrapper header.main div#header-top div.radiostream {
    margin: 0 25px 0 0;
  }
  html body div.wrapper section#slider {
    padding: 0 25px 0 25px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.next {
    width: 30px;
    height: 60px;
    margin-right: -5px;
    margin-top: -30px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.next div.ico.right {
    line-height: 60px;
    font-size: 28px;
    margin-left: -1px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.prev {
    width: 30px;
    height: 60px;
    margin-left: -5px;
    margin-top: -30px;
  }
  html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div.prev div.ico {
    line-height: 60px;
    font-size: 28px;
    margin-left: -7px;
  }
  html body div.wrapper div.content-wrapper {
    padding: 25px 25px 0 25px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid,
  html body div.wrapper div.content-wrapper section.events ul.grid,
  html body div.wrapper div.content-wrapper section.user-events ul.grid {
    padding: 25px 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.news.news-overview ul.grid,
  html body div.wrapper div.content-wrapper section.events.news-overview ul.grid,
  html body div.wrapper div.content-wrapper section.user-events.news-overview ul.grid {
    padding: 25px 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.photos ul.grid.grid-1-col li.grid-item {
    margin-bottom: 25px;
  }
  html body div.wrapper header.main div#search-wrap {
    top: 70px;
    padding: 0 25px 0 25px;
  }
  html body div.wrapper header.main div#search-wrap div.inner {
    padding: 60px 20px 20px 20px;
  }
  html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap {
    height: auto;
  }
  html body div.wrapper header.main div#search-wrap div.inner form.stdForm div.checkbox-wrap div.checkbox {
    margin: 0 10px 10px 0;
  }
  html body.home div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg {
    padding: 40px 0 50px 0;
  }
}
@media screen and (max-width: 520px) {
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item article div.wrap header {
    padding: 25px 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item article div.wrap header h3 {
    font-size: 22px;
    line-height: 34px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item article div.wrap p {
    font-size: 16px;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item article div.head div.tags {
    top: 55px;
    padding: 0 0 0 0;
    z-index: 1;
  }
  html body div.wrapper div.content-wrapper section.news ul.grid.grid-1-col li.grid-item article div.wrap {
    min-height: unset;
    padding: 0 0 125px 0;
  }
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 50%;
    height: auto;
    padding-left: 0;
    color: black;
    font-size: 55px;
    line-height: 1;
    background: none;
  }
  html body div.wrapper div.content-wrapper section.news h2.tape span,
  html body div.wrapper div.content-wrapper section.events h2.tape span,
  html body div.wrapper div.content-wrapper section.user-events h2.tape span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    color: black;
    font-size: 70px;
    margin-left: -10px;
    margin-top: 10px;
    bottom: 2px;
  }
  html body div.wrapper footer section.footer ul li {
    width: 100%;
    min-height: unset;
  }
  html body div.wrapper footer section.footer ul li:nth-child(2),
  html body div.wrapper footer section.footer ul li:nth-child(3),
  html body div.wrapper footer section.footer ul li:nth-child(4) {
    margin-top: 40px;
  }
  html body div.wrapper footer section.footer ul li div.headline {
    font-size: 22px;
  }
  html body div.wrapper footer section.footer ul.app li.app {
    margin-top: 50px;
    width: 100%;
  }
  html body div.wrapper footer section.footer ul.app li.app a.badge {
    height: 50px;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    margin: 50px 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 22px;
    padding-top: 28px;
    line-height: 1.2;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 19px;
  }
  h2.pill {
    padding: 6px 20px 5px 20px;
    font-size: 30px;
  }
  h2.pill.unser-angebot {
    width: 280px;
    height: 50px;
    margin-left: -140px;
  }
  h2.pill.unser-angebot.top {
    top: -25px;
  }
  h2.pill.unser-angebot.bottom {
    bottom: -25px;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap p {
    font-family: 'open_sansregular', sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }
  html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event h1 {
    font-size: 24px !important;
    line-height: 1.2;
  }
  html body.events div#app div.wrapper div.content-wrapper section.event ul.grid.grid-3-col li.grid-item.event div.text-wrap h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 460px) {
  a.btn.slider.large {
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    padding: 8px 10px 6px 10px;
    border: 3px solid #009fe3;
  }
  a.btn.slider.large span.icon-arrow-top-right {
    font-size: 10px;
    top: -4px;
    margin-left: 1px;
  }
  a.btn.slider.large:hover {
    border: 3px solid black;
  }
  html body div.wrapper header.main div#header-top img.home-link {
    width: 200px;
    margin: 16px 0 0 50px;
  }
  html body div.wrapper header.main div#header-top div.radiostream {
    margin: 0 25px 0 0;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle div.circle {
    width: 30px;
    height: 30px;
    margin: 10px 5px 0 0;
    line-height: 26px;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle div.circle div.icon-play {
    font-size: 12px;
    margin-left: 2px;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle div.circle div.icon-pause {
    font-size: 12px;
    margin-left: 1px;
  }
  html body div.wrapper header.main div#header-top div.radiostream a.toggle img.logo-livestream {
    width: 40px;
    margin: 12px 0 0 0;
  }
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    font-size: 45px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-1 {
    left: 10px;
    top: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_left div.line-2 {
    left: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
    top: 26px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-1 {
    right: 10px;
    top: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.top_right div.line-2 {
    right: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
    top: 26px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-1 {
    right: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
    bottom: 26px;
  }
  html body div.wrapper section#slider div.slider-wrap ul.slider-btn-overlay-wrap li.slider-title.bottom_right div.line-2 {
    right: 10px;
    font-size: 12px;
    padding: 0 6px 0 6px;
    height: 24px;
    line-height: 25px;
    top: unset;
    bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.photos h1,
  html body div.wrapper div.content-wrapper section.playlist h1,
  html body div.wrapper div.content-wrapper section.search-results h1 {
    font-size: 45px;
    line-height: 1;
    padding: 0;
  }
  html body div.wrapper div.content-wrapper section.news h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.photos h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.playlist h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.search-results h1 span.icon-arrow-bottom-right {
    font-size: 70px;
    margin-left: -10px;
    margin-top: 10px;
  }
  html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap header h3 {
    font-size: 12px;
  }
  div#stream-applet {
    height: 50px;
  }
  div#stream-applet div.inner a.toggle div.circle {
    margin: 0 10px 0 0;
  }
  div#stream-applet div.inner select {
    width: 160px;
    margin: 9px 0 0 0;
    border: 2px solid white;
  }
  div#stream-applet div.inner div.volume {
    padding: 0 10px 0 0;
  }
  div#stream-applet div.inner div.volume input#volume {
    width: 80px;
    margin-top: 22px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner {
    padding: 20px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner h4 {
    font-size: 16px;
    padding: 0 0 15px 0;
  }
  html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner p {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    font-size: 40px;
  }
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.photos h1,
  html body div.wrapper div.content-wrapper section.playlist h1 {
    font-size: 40px;
    line-height: 1;
    padding: 0;
  }
  html body div.wrapper div.content-wrapper section.news h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.photos h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.playlist h1 span.icon-arrow-bottom-right {
    font-size: 70px;
    margin-left: -10px;
    margin-top: 10px;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box {
    margin: 50px 0 0 0;
    width: 100%;
    padding: 0 0 0 0;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box h2.tape {
    font-size: 24px;
    padding: 0;
    line-height: 1.2;
    background: none;
    color: black;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner {
    background: none;
    padding: 20px 0 0 0;
  }
  html body.playlist div.wrapper div.content-wrapper section.playlist div.box div.inner p {
    text-align: justify;
    font-size: 17px;
  }
  div#stream-applet {
    padding: 0 10px 0 10px;
  }
  div#stream-applet div.inner select {
    width: 160px;
    padding: 5px 5px 5px 5px;
  }
  div#stream-applet div.inner div.volume {
    padding: 0 5px 0 0;
  }
  div#stream-applet div.inner div.volume input#volume {
    width: 60px;
    margin-top: 22px;
  }
  html body div.wrapper footer div#cookie-banner-wrapper {
    padding: 0 20px 0 20px;
    bottom: 20px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    top: 0;
    font-size: 60px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    font-size: 15px;
    top: 65px;
  }
}
@media screen and (max-width: 380px) {
  html body div.wrapper header.main div#header-top img.home-link {
    width: 160px;
    margin: 18px 0 0 50px;
  }
  html body div.wrapper div.content-wrapper section.news h2.tape,
  html body div.wrapper div.content-wrapper section.events h2.tape,
  html body div.wrapper div.content-wrapper section.user-events h2.tape {
    font-size: 35px;
  }
  html body div.wrapper div.content-wrapper section.photos h1 {
    width: unset;
    font-size: 35px;
    line-height: 1;
    padding: 0;
  }
  html body div.wrapper div.content-wrapper section.photos h1 span.icon-arrow-bottom-right {
    font-size: 70px;
    margin-left: -10px;
    margin-top: 10px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.day {
    top: 0;
    font-size: 45px;
    letter-spacing: -2px;
  }
  html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events article a.link div.img-wrapper div.triangle div.month {
    font-size: 13px;
    top: 50px;
  }
}
/*# sourceMappingURL=main.css.map */