/*
| -----------------------------------------------------------------------------
| Config Vars
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| BASIC
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| ELEMENTS
| -----------------------------------------------------------------------------
*/
/* Navigation */
/* News */
/* Slider */
/* Text */
/* Button */
/* Footer */
/*
| -----------------------------------------------------------------------------
| STANDARD FORM
| -----------------------------------------------------------------------------
*/
/*
| -----------------------------------------------------------------------------
| Color Classes
| -----------------------------------------------------------------------------
*/
@font-face {
  font-family: 'NeueHaasDisplayMed';
  src: url('../../universal/typo/NeueHaasDisplayMed.eot');
  src: url('../../universal/typo/NeueHaasDisplayMed.eot?#iefix') format('embedded-opentype'), url('../../universal/typo/NeueHaasDisplayMed.woff2') format('woff2'), url('../../universal/typo/NeueHaasDisplayMed.woff') format('woff');
  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;
}
@font-face {
  font-family: 'carnas_light';
  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#carnas_light') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'carnas_med';
  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#carnas_med') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'carnas_bold';
  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#carnas_bold') 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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
}
h1.home {
  width: unset;
  text-indent: -9999px;
}
h1.main,
h2.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;
  font-family: 'carnas_bold', sans-serif;
  font-size: 100px;
  font-weight: normal;
  color: black;
  line-height: 90px;
  padding: 50px 0 25px 0;
}
h1.main span.icon-arrow-bottom-right,
h2.main span.icon-arrow-bottom-right {
  display: block;
  position: relative;
  font-size: 100px;
  color: black;
  margin-top: 5px;
  margin-left: -20px;
  line-height: 0;
}
h1.main.green,
h2.main.green {
  background: #008A49;
}
h1.main.blue,
h2.main.blue {
  background: #009fe3;
}
h1.main.red,
h2.main.red {
  background: #ca054c;
}
h1.main.form,
h2.main.form {
  padding: 50px 0 0 0;
}
h1.news-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;
  font-family: 'carnas_bold', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #44475A;
  line-height: 1;
  padding: 0 0 25px 0;
}
h1.no-class {
  -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;
  font-family: 'carnas_bold', sans-serif;
  font-size: 90px;
  font-weight: normal;
  color: black;
  line-height: 1;
  background: none;
}
h1.no-class span {
  display: none !important;
}
h2.no-class {
  font-family: 'carnas_bold', sans-serif;
  font-size: 60px;
  font-weight: normal;
  line-height: 1;
  padding: 40px 0 0 0;
}
h2.no-class span {
  display: none !important;
}
h1.tape-grey,
h1.tape-grey-dark,
h1.tape-purple,
h1.tape-purple-dark,
h1.tape-pink,
h1.tape-black,
h1.tape-large-grey,
h1.tape-large-grey-dark,
h1.tape-large-purple,
h1.tape-large-purple-dark,
h1.tape-large-pink,
h1.tape-large-black,
h2.tape-grey,
h2.tape-grey-dark,
h2.tape-purple,
h2.tape-purple-dark,
h2.tape-pink,
h2.tape-black,
h2.tape-large-grey,
h2.tape-large-grey-dark,
h2.tape-large-purple,
h2.tape-large-purple-dark,
h2.tape-large-pink,
h2.tape-large-black {
  -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: 7px 25px 5px 25px;
  font-family: 'carnas_bold', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: white;
  line-height: 1;
}
h1.tape-grey.tape-grey,
h1.tape-grey-dark.tape-grey,
h1.tape-purple.tape-grey,
h1.tape-purple-dark.tape-grey,
h1.tape-pink.tape-grey,
h1.tape-black.tape-grey,
h1.tape-large-grey.tape-grey,
h1.tape-large-grey-dark.tape-grey,
h1.tape-large-purple.tape-grey,
h1.tape-large-purple-dark.tape-grey,
h1.tape-large-pink.tape-grey,
h1.tape-large-black.tape-grey,
h2.tape-grey.tape-grey,
h2.tape-grey-dark.tape-grey,
h2.tape-purple.tape-grey,
h2.tape-purple-dark.tape-grey,
h2.tape-pink.tape-grey,
h2.tape-black.tape-grey,
h2.tape-large-grey.tape-grey,
h2.tape-large-grey-dark.tape-grey,
h2.tape-large-purple.tape-grey,
h2.tape-large-purple-dark.tape-grey,
h2.tape-large-pink.tape-grey,
h2.tape-large-black.tape-grey {
  background: #44475A;
}
h1.tape-grey.tape-grey-dark,
h1.tape-grey-dark.tape-grey-dark,
h1.tape-purple.tape-grey-dark,
h1.tape-purple-dark.tape-grey-dark,
h1.tape-pink.tape-grey-dark,
h1.tape-black.tape-grey-dark,
h1.tape-large-grey.tape-grey-dark,
h1.tape-large-grey-dark.tape-grey-dark,
h1.tape-large-purple.tape-grey-dark,
h1.tape-large-purple-dark.tape-grey-dark,
h1.tape-large-pink.tape-grey-dark,
h1.tape-large-black.tape-grey-dark,
h2.tape-grey.tape-grey-dark,
h2.tape-grey-dark.tape-grey-dark,
h2.tape-purple.tape-grey-dark,
h2.tape-purple-dark.tape-grey-dark,
h2.tape-pink.tape-grey-dark,
h2.tape-black.tape-grey-dark,
h2.tape-large-grey.tape-grey-dark,
h2.tape-large-grey-dark.tape-grey-dark,
h2.tape-large-purple.tape-grey-dark,
h2.tape-large-purple-dark.tape-grey-dark,
h2.tape-large-pink.tape-grey-dark,
h2.tape-large-black.tape-grey-dark {
  background: #282A36;
}
h1.tape-grey.tape-purple,
h1.tape-grey-dark.tape-purple,
h1.tape-purple.tape-purple,
h1.tape-purple-dark.tape-purple,
h1.tape-pink.tape-purple,
h1.tape-black.tape-purple,
h1.tape-large-grey.tape-purple,
h1.tape-large-grey-dark.tape-purple,
h1.tape-large-purple.tape-purple,
h1.tape-large-purple-dark.tape-purple,
h1.tape-large-pink.tape-purple,
h1.tape-large-black.tape-purple,
h2.tape-grey.tape-purple,
h2.tape-grey-dark.tape-purple,
h2.tape-purple.tape-purple,
h2.tape-purple-dark.tape-purple,
h2.tape-pink.tape-purple,
h2.tape-black.tape-purple,
h2.tape-large-grey.tape-purple,
h2.tape-large-grey-dark.tape-purple,
h2.tape-large-purple.tape-purple,
h2.tape-large-purple-dark.tape-purple,
h2.tape-large-pink.tape-purple,
h2.tape-large-black.tape-purple {
  background: #BD93F9;
}
h1.tape-grey.tape-purple-dark,
h1.tape-grey-dark.tape-purple-dark,
h1.tape-purple.tape-purple-dark,
h1.tape-purple-dark.tape-purple-dark,
h1.tape-pink.tape-purple-dark,
h1.tape-black.tape-purple-dark,
h1.tape-large-grey.tape-purple-dark,
h1.tape-large-grey-dark.tape-purple-dark,
h1.tape-large-purple.tape-purple-dark,
h1.tape-large-purple-dark.tape-purple-dark,
h1.tape-large-pink.tape-purple-dark,
h1.tape-large-black.tape-purple-dark,
h2.tape-grey.tape-purple-dark,
h2.tape-grey-dark.tape-purple-dark,
h2.tape-purple.tape-purple-dark,
h2.tape-purple-dark.tape-purple-dark,
h2.tape-pink.tape-purple-dark,
h2.tape-black.tape-purple-dark,
h2.tape-large-grey.tape-purple-dark,
h2.tape-large-grey-dark.tape-purple-dark,
h2.tape-large-purple.tape-purple-dark,
h2.tape-large-purple-dark.tape-purple-dark,
h2.tape-large-pink.tape-purple-dark,
h2.tape-large-black.tape-purple-dark {
  background: #7b6096;
}
h1.tape-grey.tape-pink,
h1.tape-grey-dark.tape-pink,
h1.tape-purple.tape-pink,
h1.tape-purple-dark.tape-pink,
h1.tape-pink.tape-pink,
h1.tape-black.tape-pink,
h1.tape-large-grey.tape-pink,
h1.tape-large-grey-dark.tape-pink,
h1.tape-large-purple.tape-pink,
h1.tape-large-purple-dark.tape-pink,
h1.tape-large-pink.tape-pink,
h1.tape-large-black.tape-pink,
h2.tape-grey.tape-pink,
h2.tape-grey-dark.tape-pink,
h2.tape-purple.tape-pink,
h2.tape-purple-dark.tape-pink,
h2.tape-pink.tape-pink,
h2.tape-black.tape-pink,
h2.tape-large-grey.tape-pink,
h2.tape-large-grey-dark.tape-pink,
h2.tape-large-purple.tape-pink,
h2.tape-large-purple-dark.tape-pink,
h2.tape-large-pink.tape-pink,
h2.tape-large-black.tape-pink {
  background: #FF79C6;
}
h1.tape-grey.tape-black,
h1.tape-grey-dark.tape-black,
h1.tape-purple.tape-black,
h1.tape-purple-dark.tape-black,
h1.tape-pink.tape-black,
h1.tape-black.tape-black,
h1.tape-large-grey.tape-black,
h1.tape-large-grey-dark.tape-black,
h1.tape-large-purple.tape-black,
h1.tape-large-purple-dark.tape-black,
h1.tape-large-pink.tape-black,
h1.tape-large-black.tape-black,
h2.tape-grey.tape-black,
h2.tape-grey-dark.tape-black,
h2.tape-purple.tape-black,
h2.tape-purple-dark.tape-black,
h2.tape-pink.tape-black,
h2.tape-black.tape-black,
h2.tape-large-grey.tape-black,
h2.tape-large-grey-dark.tape-black,
h2.tape-large-purple.tape-black,
h2.tape-large-purple-dark.tape-black,
h2.tape-large-pink.tape-black,
h2.tape-large-black.tape-black {
  background: black;
}
h1.tape-grey.tape-large-grey,
h1.tape-grey-dark.tape-large-grey,
h1.tape-purple.tape-large-grey,
h1.tape-purple-dark.tape-large-grey,
h1.tape-pink.tape-large-grey,
h1.tape-black.tape-large-grey,
h1.tape-large-grey.tape-large-grey,
h1.tape-large-grey-dark.tape-large-grey,
h1.tape-large-purple.tape-large-grey,
h1.tape-large-purple-dark.tape-large-grey,
h1.tape-large-pink.tape-large-grey,
h1.tape-large-black.tape-large-grey,
h2.tape-grey.tape-large-grey,
h2.tape-grey-dark.tape-large-grey,
h2.tape-purple.tape-large-grey,
h2.tape-purple-dark.tape-large-grey,
h2.tape-pink.tape-large-grey,
h2.tape-black.tape-large-grey,
h2.tape-large-grey.tape-large-grey,
h2.tape-large-grey-dark.tape-large-grey,
h2.tape-large-purple.tape-large-grey,
h2.tape-large-purple-dark.tape-large-grey,
h2.tape-large-pink.tape-large-grey,
h2.tape-large-black.tape-large-grey {
  background: #44475A;
}
h1.tape-grey.tape-large-grey-dark,
h1.tape-grey-dark.tape-large-grey-dark,
h1.tape-purple.tape-large-grey-dark,
h1.tape-purple-dark.tape-large-grey-dark,
h1.tape-pink.tape-large-grey-dark,
h1.tape-black.tape-large-grey-dark,
h1.tape-large-grey.tape-large-grey-dark,
h1.tape-large-grey-dark.tape-large-grey-dark,
h1.tape-large-purple.tape-large-grey-dark,
h1.tape-large-purple-dark.tape-large-grey-dark,
h1.tape-large-pink.tape-large-grey-dark,
h1.tape-large-black.tape-large-grey-dark,
h2.tape-grey.tape-large-grey-dark,
h2.tape-grey-dark.tape-large-grey-dark,
h2.tape-purple.tape-large-grey-dark,
h2.tape-purple-dark.tape-large-grey-dark,
h2.tape-pink.tape-large-grey-dark,
h2.tape-black.tape-large-grey-dark,
h2.tape-large-grey.tape-large-grey-dark,
h2.tape-large-grey-dark.tape-large-grey-dark,
h2.tape-large-purple.tape-large-grey-dark,
h2.tape-large-purple-dark.tape-large-grey-dark,
h2.tape-large-pink.tape-large-grey-dark,
h2.tape-large-black.tape-large-grey-dark {
  background: #282A36;
}
h1.tape-grey.tape-large-purple,
h1.tape-grey-dark.tape-large-purple,
h1.tape-purple.tape-large-purple,
h1.tape-purple-dark.tape-large-purple,
h1.tape-pink.tape-large-purple,
h1.tape-black.tape-large-purple,
h1.tape-large-grey.tape-large-purple,
h1.tape-large-grey-dark.tape-large-purple,
h1.tape-large-purple.tape-large-purple,
h1.tape-large-purple-dark.tape-large-purple,
h1.tape-large-pink.tape-large-purple,
h1.tape-large-black.tape-large-purple,
h2.tape-grey.tape-large-purple,
h2.tape-grey-dark.tape-large-purple,
h2.tape-purple.tape-large-purple,
h2.tape-purple-dark.tape-large-purple,
h2.tape-pink.tape-large-purple,
h2.tape-black.tape-large-purple,
h2.tape-large-grey.tape-large-purple,
h2.tape-large-grey-dark.tape-large-purple,
h2.tape-large-purple.tape-large-purple,
h2.tape-large-purple-dark.tape-large-purple,
h2.tape-large-pink.tape-large-purple,
h2.tape-large-black.tape-large-purple {
  background: #BD93F9;
}
h1.tape-grey.tape-large-purple-dark,
h1.tape-grey-dark.tape-large-purple-dark,
h1.tape-purple.tape-large-purple-dark,
h1.tape-purple-dark.tape-large-purple-dark,
h1.tape-pink.tape-large-purple-dark,
h1.tape-black.tape-large-purple-dark,
h1.tape-large-grey.tape-large-purple-dark,
h1.tape-large-grey-dark.tape-large-purple-dark,
h1.tape-large-purple.tape-large-purple-dark,
h1.tape-large-purple-dark.tape-large-purple-dark,
h1.tape-large-pink.tape-large-purple-dark,
h1.tape-large-black.tape-large-purple-dark,
h2.tape-grey.tape-large-purple-dark,
h2.tape-grey-dark.tape-large-purple-dark,
h2.tape-purple.tape-large-purple-dark,
h2.tape-purple-dark.tape-large-purple-dark,
h2.tape-pink.tape-large-purple-dark,
h2.tape-black.tape-large-purple-dark,
h2.tape-large-grey.tape-large-purple-dark,
h2.tape-large-grey-dark.tape-large-purple-dark,
h2.tape-large-purple.tape-large-purple-dark,
h2.tape-large-purple-dark.tape-large-purple-dark,
h2.tape-large-pink.tape-large-purple-dark,
h2.tape-large-black.tape-large-purple-dark {
  background: #7b6096;
}
h1.tape-grey.tape-large-pink,
h1.tape-grey-dark.tape-large-pink,
h1.tape-purple.tape-large-pink,
h1.tape-purple-dark.tape-large-pink,
h1.tape-pink.tape-large-pink,
h1.tape-black.tape-large-pink,
h1.tape-large-grey.tape-large-pink,
h1.tape-large-grey-dark.tape-large-pink,
h1.tape-large-purple.tape-large-pink,
h1.tape-large-purple-dark.tape-large-pink,
h1.tape-large-pink.tape-large-pink,
h1.tape-large-black.tape-large-pink,
h2.tape-grey.tape-large-pink,
h2.tape-grey-dark.tape-large-pink,
h2.tape-purple.tape-large-pink,
h2.tape-purple-dark.tape-large-pink,
h2.tape-pink.tape-large-pink,
h2.tape-black.tape-large-pink,
h2.tape-large-grey.tape-large-pink,
h2.tape-large-grey-dark.tape-large-pink,
h2.tape-large-purple.tape-large-pink,
h2.tape-large-purple-dark.tape-large-pink,
h2.tape-large-pink.tape-large-pink,
h2.tape-large-black.tape-large-pink {
  background: #FF79C6;
}
h1.tape-grey.tape-large-black,
h1.tape-grey-dark.tape-large-black,
h1.tape-purple.tape-large-black,
h1.tape-purple-dark.tape-large-black,
h1.tape-pink.tape-large-black,
h1.tape-black.tape-large-black,
h1.tape-large-grey.tape-large-black,
h1.tape-large-grey-dark.tape-large-black,
h1.tape-large-purple.tape-large-black,
h1.tape-large-purple-dark.tape-large-black,
h1.tape-large-pink.tape-large-black,
h1.tape-large-black.tape-large-black,
h2.tape-grey.tape-large-black,
h2.tape-grey-dark.tape-large-black,
h2.tape-purple.tape-large-black,
h2.tape-purple-dark.tape-large-black,
h2.tape-pink.tape-large-black,
h2.tape-black.tape-large-black,
h2.tape-large-grey.tape-large-black,
h2.tape-large-grey-dark.tape-large-black,
h2.tape-large-purple.tape-large-black,
h2.tape-large-purple-dark.tape-large-black,
h2.tape-large-pink.tape-large-black,
h2.tape-large-black.tape-large-black {
  background: black;
}
h1.tape-grey.tape-large-grey,
h1.tape-grey-dark.tape-large-grey,
h1.tape-purple.tape-large-grey,
h1.tape-purple-dark.tape-large-grey,
h1.tape-pink.tape-large-grey,
h1.tape-black.tape-large-grey,
h1.tape-large-grey.tape-large-grey,
h1.tape-large-grey-dark.tape-large-grey,
h1.tape-large-purple.tape-large-grey,
h1.tape-large-purple-dark.tape-large-grey,
h1.tape-large-pink.tape-large-grey,
h1.tape-large-black.tape-large-grey,
h2.tape-grey.tape-large-grey,
h2.tape-grey-dark.tape-large-grey,
h2.tape-purple.tape-large-grey,
h2.tape-purple-dark.tape-large-grey,
h2.tape-pink.tape-large-grey,
h2.tape-black.tape-large-grey,
h2.tape-large-grey.tape-large-grey,
h2.tape-large-grey-dark.tape-large-grey,
h2.tape-large-purple.tape-large-grey,
h2.tape-large-purple-dark.tape-large-grey,
h2.tape-large-pink.tape-large-grey,
h2.tape-large-black.tape-large-grey,
h1.tape-grey.tape-large-grey-dark,
h1.tape-grey-dark.tape-large-grey-dark,
h1.tape-purple.tape-large-grey-dark,
h1.tape-purple-dark.tape-large-grey-dark,
h1.tape-pink.tape-large-grey-dark,
h1.tape-black.tape-large-grey-dark,
h1.tape-large-grey.tape-large-grey-dark,
h1.tape-large-grey-dark.tape-large-grey-dark,
h1.tape-large-purple.tape-large-grey-dark,
h1.tape-large-purple-dark.tape-large-grey-dark,
h1.tape-large-pink.tape-large-grey-dark,
h1.tape-large-black.tape-large-grey-dark,
h2.tape-grey.tape-large-grey-dark,
h2.tape-grey-dark.tape-large-grey-dark,
h2.tape-purple.tape-large-grey-dark,
h2.tape-purple-dark.tape-large-grey-dark,
h2.tape-pink.tape-large-grey-dark,
h2.tape-black.tape-large-grey-dark,
h2.tape-large-grey.tape-large-grey-dark,
h2.tape-large-grey-dark.tape-large-grey-dark,
h2.tape-large-purple.tape-large-grey-dark,
h2.tape-large-purple-dark.tape-large-grey-dark,
h2.tape-large-pink.tape-large-grey-dark,
h2.tape-large-black.tape-large-grey-dark,
h1.tape-grey.tape-large-purple,
h1.tape-grey-dark.tape-large-purple,
h1.tape-purple.tape-large-purple,
h1.tape-purple-dark.tape-large-purple,
h1.tape-pink.tape-large-purple,
h1.tape-black.tape-large-purple,
h1.tape-large-grey.tape-large-purple,
h1.tape-large-grey-dark.tape-large-purple,
h1.tape-large-purple.tape-large-purple,
h1.tape-large-purple-dark.tape-large-purple,
h1.tape-large-pink.tape-large-purple,
h1.tape-large-black.tape-large-purple,
h2.tape-grey.tape-large-purple,
h2.tape-grey-dark.tape-large-purple,
h2.tape-purple.tape-large-purple,
h2.tape-purple-dark.tape-large-purple,
h2.tape-pink.tape-large-purple,
h2.tape-black.tape-large-purple,
h2.tape-large-grey.tape-large-purple,
h2.tape-large-grey-dark.tape-large-purple,
h2.tape-large-purple.tape-large-purple,
h2.tape-large-purple-dark.tape-large-purple,
h2.tape-large-pink.tape-large-purple,
h2.tape-large-black.tape-large-purple,
h1.tape-grey.tape-large-purple-dark,
h1.tape-grey-dark.tape-large-purple-dark,
h1.tape-purple.tape-large-purple-dark,
h1.tape-purple-dark.tape-large-purple-dark,
h1.tape-pink.tape-large-purple-dark,
h1.tape-black.tape-large-purple-dark,
h1.tape-large-grey.tape-large-purple-dark,
h1.tape-large-grey-dark.tape-large-purple-dark,
h1.tape-large-purple.tape-large-purple-dark,
h1.tape-large-purple-dark.tape-large-purple-dark,
h1.tape-large-pink.tape-large-purple-dark,
h1.tape-large-black.tape-large-purple-dark,
h2.tape-grey.tape-large-purple-dark,
h2.tape-grey-dark.tape-large-purple-dark,
h2.tape-purple.tape-large-purple-dark,
h2.tape-purple-dark.tape-large-purple-dark,
h2.tape-pink.tape-large-purple-dark,
h2.tape-black.tape-large-purple-dark,
h2.tape-large-grey.tape-large-purple-dark,
h2.tape-large-grey-dark.tape-large-purple-dark,
h2.tape-large-purple.tape-large-purple-dark,
h2.tape-large-purple-dark.tape-large-purple-dark,
h2.tape-large-pink.tape-large-purple-dark,
h2.tape-large-black.tape-large-purple-dark,
h1.tape-grey.tape-large-pink,
h1.tape-grey-dark.tape-large-pink,
h1.tape-purple.tape-large-pink,
h1.tape-purple-dark.tape-large-pink,
h1.tape-pink.tape-large-pink,
h1.tape-black.tape-large-pink,
h1.tape-large-grey.tape-large-pink,
h1.tape-large-grey-dark.tape-large-pink,
h1.tape-large-purple.tape-large-pink,
h1.tape-large-purple-dark.tape-large-pink,
h1.tape-large-pink.tape-large-pink,
h1.tape-large-black.tape-large-pink,
h2.tape-grey.tape-large-pink,
h2.tape-grey-dark.tape-large-pink,
h2.tape-purple.tape-large-pink,
h2.tape-purple-dark.tape-large-pink,
h2.tape-pink.tape-large-pink,
h2.tape-black.tape-large-pink,
h2.tape-large-grey.tape-large-pink,
h2.tape-large-grey-dark.tape-large-pink,
h2.tape-large-purple.tape-large-pink,
h2.tape-large-purple-dark.tape-large-pink,
h2.tape-large-pink.tape-large-pink,
h2.tape-large-black.tape-large-pink,
h1.tape-grey.tape-large-black,
h1.tape-grey-dark.tape-large-black,
h1.tape-purple.tape-large-black,
h1.tape-purple-dark.tape-large-black,
h1.tape-pink.tape-large-black,
h1.tape-black.tape-large-black,
h1.tape-large-grey.tape-large-black,
h1.tape-large-grey-dark.tape-large-black,
h1.tape-large-purple.tape-large-black,
h1.tape-large-purple-dark.tape-large-black,
h1.tape-large-pink.tape-large-black,
h1.tape-large-black.tape-large-black,
h2.tape-grey.tape-large-black,
h2.tape-grey-dark.tape-large-black,
h2.tape-purple.tape-large-black,
h2.tape-purple-dark.tape-large-black,
h2.tape-pink.tape-large-black,
h2.tape-black.tape-large-black,
h2.tape-large-grey.tape-large-black,
h2.tape-large-grey-dark.tape-large-black,
h2.tape-large-purple.tape-large-black,
h2.tape-large-purple-dark.tape-large-black,
h2.tape-large-pink.tape-large-black,
h2.tape-large-black.tape-large-black {
  font-family: 'carnas_bold', sans-serif;
  font-size: 90px;
  font-weight: normal;
}
h1.tape-grey.tape-grey.h1,
h1.tape-grey-dark.tape-grey.h1,
h1.tape-purple.tape-grey.h1,
h1.tape-purple-dark.tape-grey.h1,
h1.tape-pink.tape-grey.h1,
h1.tape-black.tape-grey.h1,
h1.tape-large-grey.tape-grey.h1,
h1.tape-large-grey-dark.tape-grey.h1,
h1.tape-large-purple.tape-grey.h1,
h1.tape-large-purple-dark.tape-grey.h1,
h1.tape-large-pink.tape-grey.h1,
h1.tape-large-black.tape-grey.h1,
h2.tape-grey.tape-grey.h1,
h2.tape-grey-dark.tape-grey.h1,
h2.tape-purple.tape-grey.h1,
h2.tape-purple-dark.tape-grey.h1,
h2.tape-pink.tape-grey.h1,
h2.tape-black.tape-grey.h1,
h2.tape-large-grey.tape-grey.h1,
h2.tape-large-grey-dark.tape-grey.h1,
h2.tape-large-purple.tape-grey.h1,
h2.tape-large-purple-dark.tape-grey.h1,
h2.tape-large-pink.tape-grey.h1,
h2.tape-large-black.tape-grey.h1,
h1.tape-grey.tape-grey-dark.h1,
h1.tape-grey-dark.tape-grey-dark.h1,
h1.tape-purple.tape-grey-dark.h1,
h1.tape-purple-dark.tape-grey-dark.h1,
h1.tape-pink.tape-grey-dark.h1,
h1.tape-black.tape-grey-dark.h1,
h1.tape-large-grey.tape-grey-dark.h1,
h1.tape-large-grey-dark.tape-grey-dark.h1,
h1.tape-large-purple.tape-grey-dark.h1,
h1.tape-large-purple-dark.tape-grey-dark.h1,
h1.tape-large-pink.tape-grey-dark.h1,
h1.tape-large-black.tape-grey-dark.h1,
h2.tape-grey.tape-grey-dark.h1,
h2.tape-grey-dark.tape-grey-dark.h1,
h2.tape-purple.tape-grey-dark.h1,
h2.tape-purple-dark.tape-grey-dark.h1,
h2.tape-pink.tape-grey-dark.h1,
h2.tape-black.tape-grey-dark.h1,
h2.tape-large-grey.tape-grey-dark.h1,
h2.tape-large-grey-dark.tape-grey-dark.h1,
h2.tape-large-purple.tape-grey-dark.h1,
h2.tape-large-purple-dark.tape-grey-dark.h1,
h2.tape-large-pink.tape-grey-dark.h1,
h2.tape-large-black.tape-grey-dark.h1,
h1.tape-grey.tape-purple.h1,
h1.tape-grey-dark.tape-purple.h1,
h1.tape-purple.tape-purple.h1,
h1.tape-purple-dark.tape-purple.h1,
h1.tape-pink.tape-purple.h1,
h1.tape-black.tape-purple.h1,
h1.tape-large-grey.tape-purple.h1,
h1.tape-large-grey-dark.tape-purple.h1,
h1.tape-large-purple.tape-purple.h1,
h1.tape-large-purple-dark.tape-purple.h1,
h1.tape-large-pink.tape-purple.h1,
h1.tape-large-black.tape-purple.h1,
h2.tape-grey.tape-purple.h1,
h2.tape-grey-dark.tape-purple.h1,
h2.tape-purple.tape-purple.h1,
h2.tape-purple-dark.tape-purple.h1,
h2.tape-pink.tape-purple.h1,
h2.tape-black.tape-purple.h1,
h2.tape-large-grey.tape-purple.h1,
h2.tape-large-grey-dark.tape-purple.h1,
h2.tape-large-purple.tape-purple.h1,
h2.tape-large-purple-dark.tape-purple.h1,
h2.tape-large-pink.tape-purple.h1,
h2.tape-large-black.tape-purple.h1,
h1.tape-grey.tape-purple-dark.h1,
h1.tape-grey-dark.tape-purple-dark.h1,
h1.tape-purple.tape-purple-dark.h1,
h1.tape-purple-dark.tape-purple-dark.h1,
h1.tape-pink.tape-purple-dark.h1,
h1.tape-black.tape-purple-dark.h1,
h1.tape-large-grey.tape-purple-dark.h1,
h1.tape-large-grey-dark.tape-purple-dark.h1,
h1.tape-large-purple.tape-purple-dark.h1,
h1.tape-large-purple-dark.tape-purple-dark.h1,
h1.tape-large-pink.tape-purple-dark.h1,
h1.tape-large-black.tape-purple-dark.h1,
h2.tape-grey.tape-purple-dark.h1,
h2.tape-grey-dark.tape-purple-dark.h1,
h2.tape-purple.tape-purple-dark.h1,
h2.tape-purple-dark.tape-purple-dark.h1,
h2.tape-pink.tape-purple-dark.h1,
h2.tape-black.tape-purple-dark.h1,
h2.tape-large-grey.tape-purple-dark.h1,
h2.tape-large-grey-dark.tape-purple-dark.h1,
h2.tape-large-purple.tape-purple-dark.h1,
h2.tape-large-purple-dark.tape-purple-dark.h1,
h2.tape-large-pink.tape-purple-dark.h1,
h2.tape-large-black.tape-purple-dark.h1,
h1.tape-grey.tape-pink.h1,
h1.tape-grey-dark.tape-pink.h1,
h1.tape-purple.tape-pink.h1,
h1.tape-purple-dark.tape-pink.h1,
h1.tape-pink.tape-pink.h1,
h1.tape-black.tape-pink.h1,
h1.tape-large-grey.tape-pink.h1,
h1.tape-large-grey-dark.tape-pink.h1,
h1.tape-large-purple.tape-pink.h1,
h1.tape-large-purple-dark.tape-pink.h1,
h1.tape-large-pink.tape-pink.h1,
h1.tape-large-black.tape-pink.h1,
h2.tape-grey.tape-pink.h1,
h2.tape-grey-dark.tape-pink.h1,
h2.tape-purple.tape-pink.h1,
h2.tape-purple-dark.tape-pink.h1,
h2.tape-pink.tape-pink.h1,
h2.tape-black.tape-pink.h1,
h2.tape-large-grey.tape-pink.h1,
h2.tape-large-grey-dark.tape-pink.h1,
h2.tape-large-purple.tape-pink.h1,
h2.tape-large-purple-dark.tape-pink.h1,
h2.tape-large-pink.tape-pink.h1,
h2.tape-large-black.tape-pink.h1,
h1.tape-grey.tape-black.h1,
h1.tape-grey-dark.tape-black.h1,
h1.tape-purple.tape-black.h1,
h1.tape-purple-dark.tape-black.h1,
h1.tape-pink.tape-black.h1,
h1.tape-black.tape-black.h1,
h1.tape-large-grey.tape-black.h1,
h1.tape-large-grey-dark.tape-black.h1,
h1.tape-large-purple.tape-black.h1,
h1.tape-large-purple-dark.tape-black.h1,
h1.tape-large-pink.tape-black.h1,
h1.tape-large-black.tape-black.h1,
h2.tape-grey.tape-black.h1,
h2.tape-grey-dark.tape-black.h1,
h2.tape-purple.tape-black.h1,
h2.tape-purple-dark.tape-black.h1,
h2.tape-pink.tape-black.h1,
h2.tape-black.tape-black.h1,
h2.tape-large-grey.tape-black.h1,
h2.tape-large-grey-dark.tape-black.h1,
h2.tape-large-purple.tape-black.h1,
h2.tape-large-purple-dark.tape-black.h1,
h2.tape-large-pink.tape-black.h1,
h2.tape-large-black.tape-black.h1 {
  padding: 7px 10px 5px 10px;
}
h1.txt-grey,
h1.txt-grey-dark,
h1.txt-purple,
h1.txt-purple-dark,
h1.txt-pink,
h1.txt-black,
h1.txt-grey-arrow,
h1.txt-grey-dark-arrow,
h1.txt-purple-arrow,
h1.txt-purple-dark-arrow,
h1.txt-pink-arrow,
h1.txt-black-arrow,
h2.txt-grey,
h2.txt-grey-dark,
h2.txt-purple,
h2.txt-purple-dark,
h2.txt-pink,
h2.txt-black,
h2.txt-grey-arrow,
h2.txt-grey-dark-arrow,
h2.txt-purple-arrow,
h2.txt-purple-dark-arrow,
h2.txt-pink-arrow,
h2.txt-black-arrow {
  -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;
  line-height: 1;
  background: none;
}
h1.txt-grey.h1,
h1.txt-grey-dark.h1,
h1.txt-purple.h1,
h1.txt-purple-dark.h1,
h1.txt-pink.h1,
h1.txt-black.h1,
h1.txt-grey-arrow.h1,
h1.txt-grey-dark-arrow.h1,
h1.txt-purple-arrow.h1,
h1.txt-purple-dark-arrow.h1,
h1.txt-pink-arrow.h1,
h1.txt-black-arrow.h1,
h2.txt-grey.h1,
h2.txt-grey-dark.h1,
h2.txt-purple.h1,
h2.txt-purple-dark.h1,
h2.txt-pink.h1,
h2.txt-black.h1,
h2.txt-grey-arrow.h1,
h2.txt-grey-dark-arrow.h1,
h2.txt-purple-arrow.h1,
h2.txt-purple-dark-arrow.h1,
h2.txt-pink-arrow.h1,
h2.txt-black-arrow.h1 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 90px;
  font-weight: normal;
}
h1.txt-grey.h2,
h1.txt-grey-dark.h2,
h1.txt-purple.h2,
h1.txt-purple-dark.h2,
h1.txt-pink.h2,
h1.txt-black.h2,
h1.txt-grey-arrow.h2,
h1.txt-grey-dark-arrow.h2,
h1.txt-purple-arrow.h2,
h1.txt-purple-dark-arrow.h2,
h1.txt-pink-arrow.h2,
h1.txt-black-arrow.h2,
h2.txt-grey.h2,
h2.txt-grey-dark.h2,
h2.txt-purple.h2,
h2.txt-purple-dark.h2,
h2.txt-pink.h2,
h2.txt-black.h2,
h2.txt-grey-arrow.h2,
h2.txt-grey-dark-arrow.h2,
h2.txt-purple-arrow.h2,
h2.txt-purple-dark-arrow.h2,
h2.txt-pink-arrow.h2,
h2.txt-black-arrow.h2 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 60px;
  font-weight: normal;
}
h1.txt-grey.h2,
h1.txt-grey-dark.h2,
h1.txt-purple.h2,
h1.txt-purple-dark.h2,
h1.txt-pink.h2,
h1.txt-black.h2,
h1.txt-grey-arrow.h2,
h1.txt-grey-dark-arrow.h2,
h1.txt-purple-arrow.h2,
h1.txt-purple-dark-arrow.h2,
h1.txt-pink-arrow.h2,
h1.txt-black-arrow.h2,
h2.txt-grey.h2,
h2.txt-grey-dark.h2,
h2.txt-purple.h2,
h2.txt-purple-dark.h2,
h2.txt-pink.h2,
h2.txt-black.h2,
h2.txt-grey-arrow.h2,
h2.txt-grey-dark-arrow.h2,
h2.txt-purple-arrow.h2,
h2.txt-purple-dark-arrow.h2,
h2.txt-pink-arrow.h2,
h2.txt-black-arrow.h2 {
  padding: 40px 0 0 0;
}
h1.txt-grey.txt-grey,
h1.txt-grey-dark.txt-grey,
h1.txt-purple.txt-grey,
h1.txt-purple-dark.txt-grey,
h1.txt-pink.txt-grey,
h1.txt-black.txt-grey,
h1.txt-grey-arrow.txt-grey,
h1.txt-grey-dark-arrow.txt-grey,
h1.txt-purple-arrow.txt-grey,
h1.txt-purple-dark-arrow.txt-grey,
h1.txt-pink-arrow.txt-grey,
h1.txt-black-arrow.txt-grey,
h2.txt-grey.txt-grey,
h2.txt-grey-dark.txt-grey,
h2.txt-purple.txt-grey,
h2.txt-purple-dark.txt-grey,
h2.txt-pink.txt-grey,
h2.txt-black.txt-grey,
h2.txt-grey-arrow.txt-grey,
h2.txt-grey-dark-arrow.txt-grey,
h2.txt-purple-arrow.txt-grey,
h2.txt-purple-dark-arrow.txt-grey,
h2.txt-pink-arrow.txt-grey,
h2.txt-black-arrow.txt-grey {
  color: #44475A;
}
h1.txt-grey.txt-grey-dark,
h1.txt-grey-dark.txt-grey-dark,
h1.txt-purple.txt-grey-dark,
h1.txt-purple-dark.txt-grey-dark,
h1.txt-pink.txt-grey-dark,
h1.txt-black.txt-grey-dark,
h1.txt-grey-arrow.txt-grey-dark,
h1.txt-grey-dark-arrow.txt-grey-dark,
h1.txt-purple-arrow.txt-grey-dark,
h1.txt-purple-dark-arrow.txt-grey-dark,
h1.txt-pink-arrow.txt-grey-dark,
h1.txt-black-arrow.txt-grey-dark,
h2.txt-grey.txt-grey-dark,
h2.txt-grey-dark.txt-grey-dark,
h2.txt-purple.txt-grey-dark,
h2.txt-purple-dark.txt-grey-dark,
h2.txt-pink.txt-grey-dark,
h2.txt-black.txt-grey-dark,
h2.txt-grey-arrow.txt-grey-dark,
h2.txt-grey-dark-arrow.txt-grey-dark,
h2.txt-purple-arrow.txt-grey-dark,
h2.txt-purple-dark-arrow.txt-grey-dark,
h2.txt-pink-arrow.txt-grey-dark,
h2.txt-black-arrow.txt-grey-dark {
  color: #282A36;
}
h1.txt-grey.txt-purple,
h1.txt-grey-dark.txt-purple,
h1.txt-purple.txt-purple,
h1.txt-purple-dark.txt-purple,
h1.txt-pink.txt-purple,
h1.txt-black.txt-purple,
h1.txt-grey-arrow.txt-purple,
h1.txt-grey-dark-arrow.txt-purple,
h1.txt-purple-arrow.txt-purple,
h1.txt-purple-dark-arrow.txt-purple,
h1.txt-pink-arrow.txt-purple,
h1.txt-black-arrow.txt-purple,
h2.txt-grey.txt-purple,
h2.txt-grey-dark.txt-purple,
h2.txt-purple.txt-purple,
h2.txt-purple-dark.txt-purple,
h2.txt-pink.txt-purple,
h2.txt-black.txt-purple,
h2.txt-grey-arrow.txt-purple,
h2.txt-grey-dark-arrow.txt-purple,
h2.txt-purple-arrow.txt-purple,
h2.txt-purple-dark-arrow.txt-purple,
h2.txt-pink-arrow.txt-purple,
h2.txt-black-arrow.txt-purple {
  color: #BD93F9;
}
h1.txt-grey.txt-purple-dark,
h1.txt-grey-dark.txt-purple-dark,
h1.txt-purple.txt-purple-dark,
h1.txt-purple-dark.txt-purple-dark,
h1.txt-pink.txt-purple-dark,
h1.txt-black.txt-purple-dark,
h1.txt-grey-arrow.txt-purple-dark,
h1.txt-grey-dark-arrow.txt-purple-dark,
h1.txt-purple-arrow.txt-purple-dark,
h1.txt-purple-dark-arrow.txt-purple-dark,
h1.txt-pink-arrow.txt-purple-dark,
h1.txt-black-arrow.txt-purple-dark,
h2.txt-grey.txt-purple-dark,
h2.txt-grey-dark.txt-purple-dark,
h2.txt-purple.txt-purple-dark,
h2.txt-purple-dark.txt-purple-dark,
h2.txt-pink.txt-purple-dark,
h2.txt-black.txt-purple-dark,
h2.txt-grey-arrow.txt-purple-dark,
h2.txt-grey-dark-arrow.txt-purple-dark,
h2.txt-purple-arrow.txt-purple-dark,
h2.txt-purple-dark-arrow.txt-purple-dark,
h2.txt-pink-arrow.txt-purple-dark,
h2.txt-black-arrow.txt-purple-dark {
  color: #7b6096;
}
h1.txt-grey.txt-pink,
h1.txt-grey-dark.txt-pink,
h1.txt-purple.txt-pink,
h1.txt-purple-dark.txt-pink,
h1.txt-pink.txt-pink,
h1.txt-black.txt-pink,
h1.txt-grey-arrow.txt-pink,
h1.txt-grey-dark-arrow.txt-pink,
h1.txt-purple-arrow.txt-pink,
h1.txt-purple-dark-arrow.txt-pink,
h1.txt-pink-arrow.txt-pink,
h1.txt-black-arrow.txt-pink,
h2.txt-grey.txt-pink,
h2.txt-grey-dark.txt-pink,
h2.txt-purple.txt-pink,
h2.txt-purple-dark.txt-pink,
h2.txt-pink.txt-pink,
h2.txt-black.txt-pink,
h2.txt-grey-arrow.txt-pink,
h2.txt-grey-dark-arrow.txt-pink,
h2.txt-purple-arrow.txt-pink,
h2.txt-purple-dark-arrow.txt-pink,
h2.txt-pink-arrow.txt-pink,
h2.txt-black-arrow.txt-pink {
  color: #FF79C6;
}
h1.txt-grey.txt-black,
h1.txt-grey-dark.txt-black,
h1.txt-purple.txt-black,
h1.txt-purple-dark.txt-black,
h1.txt-pink.txt-black,
h1.txt-black.txt-black,
h1.txt-grey-arrow.txt-black,
h1.txt-grey-dark-arrow.txt-black,
h1.txt-purple-arrow.txt-black,
h1.txt-purple-dark-arrow.txt-black,
h1.txt-pink-arrow.txt-black,
h1.txt-black-arrow.txt-black,
h2.txt-grey.txt-black,
h2.txt-grey-dark.txt-black,
h2.txt-purple.txt-black,
h2.txt-purple-dark.txt-black,
h2.txt-pink.txt-black,
h2.txt-black.txt-black,
h2.txt-grey-arrow.txt-black,
h2.txt-grey-dark-arrow.txt-black,
h2.txt-purple-arrow.txt-black,
h2.txt-purple-dark-arrow.txt-black,
h2.txt-pink-arrow.txt-black,
h2.txt-black-arrow.txt-black {
  color: black;
}
h1.txt-grey.txt-grey-arrow,
h1.txt-grey-dark.txt-grey-arrow,
h1.txt-purple.txt-grey-arrow,
h1.txt-purple-dark.txt-grey-arrow,
h1.txt-pink.txt-grey-arrow,
h1.txt-black.txt-grey-arrow,
h1.txt-grey-arrow.txt-grey-arrow,
h1.txt-grey-dark-arrow.txt-grey-arrow,
h1.txt-purple-arrow.txt-grey-arrow,
h1.txt-purple-dark-arrow.txt-grey-arrow,
h1.txt-pink-arrow.txt-grey-arrow,
h1.txt-black-arrow.txt-grey-arrow,
h2.txt-grey.txt-grey-arrow,
h2.txt-grey-dark.txt-grey-arrow,
h2.txt-purple.txt-grey-arrow,
h2.txt-purple-dark.txt-grey-arrow,
h2.txt-pink.txt-grey-arrow,
h2.txt-black.txt-grey-arrow,
h2.txt-grey-arrow.txt-grey-arrow,
h2.txt-grey-dark-arrow.txt-grey-arrow,
h2.txt-purple-arrow.txt-grey-arrow,
h2.txt-purple-dark-arrow.txt-grey-arrow,
h2.txt-pink-arrow.txt-grey-arrow,
h2.txt-black-arrow.txt-grey-arrow {
  color: #44475A;
}
h1.txt-grey.txt-grey-dark-arrow,
h1.txt-grey-dark.txt-grey-dark-arrow,
h1.txt-purple.txt-grey-dark-arrow,
h1.txt-purple-dark.txt-grey-dark-arrow,
h1.txt-pink.txt-grey-dark-arrow,
h1.txt-black.txt-grey-dark-arrow,
h1.txt-grey-arrow.txt-grey-dark-arrow,
h1.txt-grey-dark-arrow.txt-grey-dark-arrow,
h1.txt-purple-arrow.txt-grey-dark-arrow,
h1.txt-purple-dark-arrow.txt-grey-dark-arrow,
h1.txt-pink-arrow.txt-grey-dark-arrow,
h1.txt-black-arrow.txt-grey-dark-arrow,
h2.txt-grey.txt-grey-dark-arrow,
h2.txt-grey-dark.txt-grey-dark-arrow,
h2.txt-purple.txt-grey-dark-arrow,
h2.txt-purple-dark.txt-grey-dark-arrow,
h2.txt-pink.txt-grey-dark-arrow,
h2.txt-black.txt-grey-dark-arrow,
h2.txt-grey-arrow.txt-grey-dark-arrow,
h2.txt-grey-dark-arrow.txt-grey-dark-arrow,
h2.txt-purple-arrow.txt-grey-dark-arrow,
h2.txt-purple-dark-arrow.txt-grey-dark-arrow,
h2.txt-pink-arrow.txt-grey-dark-arrow,
h2.txt-black-arrow.txt-grey-dark-arrow {
  color: #282A36;
}
h1.txt-grey.txt-purple-arrow,
h1.txt-grey-dark.txt-purple-arrow,
h1.txt-purple.txt-purple-arrow,
h1.txt-purple-dark.txt-purple-arrow,
h1.txt-pink.txt-purple-arrow,
h1.txt-black.txt-purple-arrow,
h1.txt-grey-arrow.txt-purple-arrow,
h1.txt-grey-dark-arrow.txt-purple-arrow,
h1.txt-purple-arrow.txt-purple-arrow,
h1.txt-purple-dark-arrow.txt-purple-arrow,
h1.txt-pink-arrow.txt-purple-arrow,
h1.txt-black-arrow.txt-purple-arrow,
h2.txt-grey.txt-purple-arrow,
h2.txt-grey-dark.txt-purple-arrow,
h2.txt-purple.txt-purple-arrow,
h2.txt-purple-dark.txt-purple-arrow,
h2.txt-pink.txt-purple-arrow,
h2.txt-black.txt-purple-arrow,
h2.txt-grey-arrow.txt-purple-arrow,
h2.txt-grey-dark-arrow.txt-purple-arrow,
h2.txt-purple-arrow.txt-purple-arrow,
h2.txt-purple-dark-arrow.txt-purple-arrow,
h2.txt-pink-arrow.txt-purple-arrow,
h2.txt-black-arrow.txt-purple-arrow {
  color: #BD93F9;
}
h1.txt-grey.txt-purple-dark-arrow,
h1.txt-grey-dark.txt-purple-dark-arrow,
h1.txt-purple.txt-purple-dark-arrow,
h1.txt-purple-dark.txt-purple-dark-arrow,
h1.txt-pink.txt-purple-dark-arrow,
h1.txt-black.txt-purple-dark-arrow,
h1.txt-grey-arrow.txt-purple-dark-arrow,
h1.txt-grey-dark-arrow.txt-purple-dark-arrow,
h1.txt-purple-arrow.txt-purple-dark-arrow,
h1.txt-purple-dark-arrow.txt-purple-dark-arrow,
h1.txt-pink-arrow.txt-purple-dark-arrow,
h1.txt-black-arrow.txt-purple-dark-arrow,
h2.txt-grey.txt-purple-dark-arrow,
h2.txt-grey-dark.txt-purple-dark-arrow,
h2.txt-purple.txt-purple-dark-arrow,
h2.txt-purple-dark.txt-purple-dark-arrow,
h2.txt-pink.txt-purple-dark-arrow,
h2.txt-black.txt-purple-dark-arrow,
h2.txt-grey-arrow.txt-purple-dark-arrow,
h2.txt-grey-dark-arrow.txt-purple-dark-arrow,
h2.txt-purple-arrow.txt-purple-dark-arrow,
h2.txt-purple-dark-arrow.txt-purple-dark-arrow,
h2.txt-pink-arrow.txt-purple-dark-arrow,
h2.txt-black-arrow.txt-purple-dark-arrow {
  color: #7b6096;
}
h1.txt-grey.txt-pink-arrow,
h1.txt-grey-dark.txt-pink-arrow,
h1.txt-purple.txt-pink-arrow,
h1.txt-purple-dark.txt-pink-arrow,
h1.txt-pink.txt-pink-arrow,
h1.txt-black.txt-pink-arrow,
h1.txt-grey-arrow.txt-pink-arrow,
h1.txt-grey-dark-arrow.txt-pink-arrow,
h1.txt-purple-arrow.txt-pink-arrow,
h1.txt-purple-dark-arrow.txt-pink-arrow,
h1.txt-pink-arrow.txt-pink-arrow,
h1.txt-black-arrow.txt-pink-arrow,
h2.txt-grey.txt-pink-arrow,
h2.txt-grey-dark.txt-pink-arrow,
h2.txt-purple.txt-pink-arrow,
h2.txt-purple-dark.txt-pink-arrow,
h2.txt-pink.txt-pink-arrow,
h2.txt-black.txt-pink-arrow,
h2.txt-grey-arrow.txt-pink-arrow,
h2.txt-grey-dark-arrow.txt-pink-arrow,
h2.txt-purple-arrow.txt-pink-arrow,
h2.txt-purple-dark-arrow.txt-pink-arrow,
h2.txt-pink-arrow.txt-pink-arrow,
h2.txt-black-arrow.txt-pink-arrow {
  color: #FF79C6;
}
h1.txt-grey.txt-black-arrow,
h1.txt-grey-dark.txt-black-arrow,
h1.txt-purple.txt-black-arrow,
h1.txt-purple-dark.txt-black-arrow,
h1.txt-pink.txt-black-arrow,
h1.txt-black.txt-black-arrow,
h1.txt-grey-arrow.txt-black-arrow,
h1.txt-grey-dark-arrow.txt-black-arrow,
h1.txt-purple-arrow.txt-black-arrow,
h1.txt-purple-dark-arrow.txt-black-arrow,
h1.txt-pink-arrow.txt-black-arrow,
h1.txt-black-arrow.txt-black-arrow,
h2.txt-grey.txt-black-arrow,
h2.txt-grey-dark.txt-black-arrow,
h2.txt-purple.txt-black-arrow,
h2.txt-purple-dark.txt-black-arrow,
h2.txt-pink.txt-black-arrow,
h2.txt-black.txt-black-arrow,
h2.txt-grey-arrow.txt-black-arrow,
h2.txt-grey-dark-arrow.txt-black-arrow,
h2.txt-purple-arrow.txt-black-arrow,
h2.txt-purple-dark-arrow.txt-black-arrow,
h2.txt-pink-arrow.txt-black-arrow,
h2.txt-black-arrow.txt-black-arrow {
  color: black;
}
h1.txt-grey.txt-grey-arrow span,
h1.txt-grey-dark.txt-grey-arrow span,
h1.txt-purple.txt-grey-arrow span,
h1.txt-purple-dark.txt-grey-arrow span,
h1.txt-pink.txt-grey-arrow span,
h1.txt-black.txt-grey-arrow span,
h1.txt-grey-arrow.txt-grey-arrow span,
h1.txt-grey-dark-arrow.txt-grey-arrow span,
h1.txt-purple-arrow.txt-grey-arrow span,
h1.txt-purple-dark-arrow.txt-grey-arrow span,
h1.txt-pink-arrow.txt-grey-arrow span,
h1.txt-black-arrow.txt-grey-arrow span,
h2.txt-grey.txt-grey-arrow span,
h2.txt-grey-dark.txt-grey-arrow span,
h2.txt-purple.txt-grey-arrow span,
h2.txt-purple-dark.txt-grey-arrow span,
h2.txt-pink.txt-grey-arrow span,
h2.txt-black.txt-grey-arrow span,
h2.txt-grey-arrow.txt-grey-arrow span,
h2.txt-grey-dark-arrow.txt-grey-arrow span,
h2.txt-purple-arrow.txt-grey-arrow span,
h2.txt-purple-dark-arrow.txt-grey-arrow span,
h2.txt-pink-arrow.txt-grey-arrow span,
h2.txt-black-arrow.txt-grey-arrow span {
  display: block !important;
  color: #44475A;
}
h1.txt-grey.txt-grey-dark-arrow span,
h1.txt-grey-dark.txt-grey-dark-arrow span,
h1.txt-purple.txt-grey-dark-arrow span,
h1.txt-purple-dark.txt-grey-dark-arrow span,
h1.txt-pink.txt-grey-dark-arrow span,
h1.txt-black.txt-grey-dark-arrow span,
h1.txt-grey-arrow.txt-grey-dark-arrow span,
h1.txt-grey-dark-arrow.txt-grey-dark-arrow span,
h1.txt-purple-arrow.txt-grey-dark-arrow span,
h1.txt-purple-dark-arrow.txt-grey-dark-arrow span,
h1.txt-pink-arrow.txt-grey-dark-arrow span,
h1.txt-black-arrow.txt-grey-dark-arrow span,
h2.txt-grey.txt-grey-dark-arrow span,
h2.txt-grey-dark.txt-grey-dark-arrow span,
h2.txt-purple.txt-grey-dark-arrow span,
h2.txt-purple-dark.txt-grey-dark-arrow span,
h2.txt-pink.txt-grey-dark-arrow span,
h2.txt-black.txt-grey-dark-arrow span,
h2.txt-grey-arrow.txt-grey-dark-arrow span,
h2.txt-grey-dark-arrow.txt-grey-dark-arrow span,
h2.txt-purple-arrow.txt-grey-dark-arrow span,
h2.txt-purple-dark-arrow.txt-grey-dark-arrow span,
h2.txt-pink-arrow.txt-grey-dark-arrow span,
h2.txt-black-arrow.txt-grey-dark-arrow span {
  display: block !important;
  color: #282A36;
}
h1.txt-grey.txt-purple-arrow span,
h1.txt-grey-dark.txt-purple-arrow span,
h1.txt-purple.txt-purple-arrow span,
h1.txt-purple-dark.txt-purple-arrow span,
h1.txt-pink.txt-purple-arrow span,
h1.txt-black.txt-purple-arrow span,
h1.txt-grey-arrow.txt-purple-arrow span,
h1.txt-grey-dark-arrow.txt-purple-arrow span,
h1.txt-purple-arrow.txt-purple-arrow span,
h1.txt-purple-dark-arrow.txt-purple-arrow span,
h1.txt-pink-arrow.txt-purple-arrow span,
h1.txt-black-arrow.txt-purple-arrow span,
h2.txt-grey.txt-purple-arrow span,
h2.txt-grey-dark.txt-purple-arrow span,
h2.txt-purple.txt-purple-arrow span,
h2.txt-purple-dark.txt-purple-arrow span,
h2.txt-pink.txt-purple-arrow span,
h2.txt-black.txt-purple-arrow span,
h2.txt-grey-arrow.txt-purple-arrow span,
h2.txt-grey-dark-arrow.txt-purple-arrow span,
h2.txt-purple-arrow.txt-purple-arrow span,
h2.txt-purple-dark-arrow.txt-purple-arrow span,
h2.txt-pink-arrow.txt-purple-arrow span,
h2.txt-black-arrow.txt-purple-arrow span {
  display: block !important;
  color: #BD93F9;
}
h1.txt-grey.txt-purple-dark-arrow span,
h1.txt-grey-dark.txt-purple-dark-arrow span,
h1.txt-purple.txt-purple-dark-arrow span,
h1.txt-purple-dark.txt-purple-dark-arrow span,
h1.txt-pink.txt-purple-dark-arrow span,
h1.txt-black.txt-purple-dark-arrow span,
h1.txt-grey-arrow.txt-purple-dark-arrow span,
h1.txt-grey-dark-arrow.txt-purple-dark-arrow span,
h1.txt-purple-arrow.txt-purple-dark-arrow span,
h1.txt-purple-dark-arrow.txt-purple-dark-arrow span,
h1.txt-pink-arrow.txt-purple-dark-arrow span,
h1.txt-black-arrow.txt-purple-dark-arrow span,
h2.txt-grey.txt-purple-dark-arrow span,
h2.txt-grey-dark.txt-purple-dark-arrow span,
h2.txt-purple.txt-purple-dark-arrow span,
h2.txt-purple-dark.txt-purple-dark-arrow span,
h2.txt-pink.txt-purple-dark-arrow span,
h2.txt-black.txt-purple-dark-arrow span,
h2.txt-grey-arrow.txt-purple-dark-arrow span,
h2.txt-grey-dark-arrow.txt-purple-dark-arrow span,
h2.txt-purple-arrow.txt-purple-dark-arrow span,
h2.txt-purple-dark-arrow.txt-purple-dark-arrow span,
h2.txt-pink-arrow.txt-purple-dark-arrow span,
h2.txt-black-arrow.txt-purple-dark-arrow span {
  display: block !important;
  color: #7b6096;
}
h1.txt-grey.txt-pink-arrow span,
h1.txt-grey-dark.txt-pink-arrow span,
h1.txt-purple.txt-pink-arrow span,
h1.txt-purple-dark.txt-pink-arrow span,
h1.txt-pink.txt-pink-arrow span,
h1.txt-black.txt-pink-arrow span,
h1.txt-grey-arrow.txt-pink-arrow span,
h1.txt-grey-dark-arrow.txt-pink-arrow span,
h1.txt-purple-arrow.txt-pink-arrow span,
h1.txt-purple-dark-arrow.txt-pink-arrow span,
h1.txt-pink-arrow.txt-pink-arrow span,
h1.txt-black-arrow.txt-pink-arrow span,
h2.txt-grey.txt-pink-arrow span,
h2.txt-grey-dark.txt-pink-arrow span,
h2.txt-purple.txt-pink-arrow span,
h2.txt-purple-dark.txt-pink-arrow span,
h2.txt-pink.txt-pink-arrow span,
h2.txt-black.txt-pink-arrow span,
h2.txt-grey-arrow.txt-pink-arrow span,
h2.txt-grey-dark-arrow.txt-pink-arrow span,
h2.txt-purple-arrow.txt-pink-arrow span,
h2.txt-purple-dark-arrow.txt-pink-arrow span,
h2.txt-pink-arrow.txt-pink-arrow span,
h2.txt-black-arrow.txt-pink-arrow span {
  display: block !important;
  color: #FF79C6;
}
h1.txt-grey.txt-black-arrow span,
h1.txt-grey-dark.txt-black-arrow span,
h1.txt-purple.txt-black-arrow span,
h1.txt-purple-dark.txt-black-arrow span,
h1.txt-pink.txt-black-arrow span,
h1.txt-black.txt-black-arrow span,
h1.txt-grey-arrow.txt-black-arrow span,
h1.txt-grey-dark-arrow.txt-black-arrow span,
h1.txt-purple-arrow.txt-black-arrow span,
h1.txt-purple-dark-arrow.txt-black-arrow span,
h1.txt-pink-arrow.txt-black-arrow span,
h1.txt-black-arrow.txt-black-arrow span,
h2.txt-grey.txt-black-arrow span,
h2.txt-grey-dark.txt-black-arrow span,
h2.txt-purple.txt-black-arrow span,
h2.txt-purple-dark.txt-black-arrow span,
h2.txt-pink.txt-black-arrow span,
h2.txt-black.txt-black-arrow span,
h2.txt-grey-arrow.txt-black-arrow span,
h2.txt-grey-dark-arrow.txt-black-arrow span,
h2.txt-purple-arrow.txt-black-arrow span,
h2.txt-purple-dark-arrow.txt-black-arrow span,
h2.txt-pink-arrow.txt-black-arrow span,
h2.txt-black-arrow.txt-black-arrow span {
  display: block !important;
  color: black;
}
h1.txt-grey.h1 span,
h1.txt-grey-dark.h1 span,
h1.txt-purple.h1 span,
h1.txt-purple-dark.h1 span,
h1.txt-pink.h1 span,
h1.txt-black.h1 span,
h1.txt-grey-arrow.h1 span,
h1.txt-grey-dark-arrow.h1 span,
h1.txt-purple-arrow.h1 span,
h1.txt-purple-dark-arrow.h1 span,
h1.txt-pink-arrow.h1 span,
h1.txt-black-arrow.h1 span,
h2.txt-grey.h1 span,
h2.txt-grey-dark.h1 span,
h2.txt-purple.h1 span,
h2.txt-purple-dark.h1 span,
h2.txt-pink.h1 span,
h2.txt-black.h1 span,
h2.txt-grey-arrow.h1 span,
h2.txt-grey-dark-arrow.h1 span,
h2.txt-purple-arrow.h1 span,
h2.txt-purple-dark-arrow.h1 span,
h2.txt-pink-arrow.h1 span,
h2.txt-black-arrow.h1 span {
  display: block;
  position: relative;
  font-size: 130px;
  margin-top: 10px;
  margin-left: -25px;
  line-height: 0;
}
h1.txt-grey.h2,
h1.txt-grey-dark.h2,
h1.txt-purple.h2,
h1.txt-purple-dark.h2,
h1.txt-pink.h2,
h1.txt-black.h2,
h1.txt-grey-arrow.h2,
h1.txt-grey-dark-arrow.h2,
h1.txt-purple-arrow.h2,
h1.txt-purple-dark-arrow.h2,
h1.txt-pink-arrow.h2,
h1.txt-black-arrow.h2,
h2.txt-grey.h2,
h2.txt-grey-dark.h2,
h2.txt-purple.h2,
h2.txt-purple-dark.h2,
h2.txt-pink.h2,
h2.txt-black.h2,
h2.txt-grey-arrow.h2,
h2.txt-grey-dark-arrow.h2,
h2.txt-purple-arrow.h2,
h2.txt-purple-dark-arrow.h2,
h2.txt-pink-arrow.h2,
h2.txt-black-arrow.h2 {
  line-height: 1.2;
}
h1.txt-grey.h2 span,
h1.txt-grey-dark.h2 span,
h1.txt-purple.h2 span,
h1.txt-purple-dark.h2 span,
h1.txt-pink.h2 span,
h1.txt-black.h2 span,
h1.txt-grey-arrow.h2 span,
h1.txt-grey-dark-arrow.h2 span,
h1.txt-purple-arrow.h2 span,
h1.txt-purple-dark-arrow.h2 span,
h1.txt-pink-arrow.h2 span,
h1.txt-black-arrow.h2 span,
h2.txt-grey.h2 span,
h2.txt-grey-dark.h2 span,
h2.txt-purple.h2 span,
h2.txt-purple-dark.h2 span,
h2.txt-pink.h2 span,
h2.txt-black.h2 span,
h2.txt-grey-arrow.h2 span,
h2.txt-grey-dark-arrow.h2 span,
h2.txt-purple-arrow.h2 span,
h2.txt-purple-dark-arrow.h2 span,
h2.txt-pink-arrow.h2 span,
h2.txt-black-arrow.h2 span {
  display: block;
  position: relative;
  font-size: 90px;
  margin-top: 10px;
  margin-left: -15px;
  line-height: 0;
}
h1.sub {
  -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 25px 0;
  font-family: 'carnas_bold', sans-serif;
  font-size: 100px;
  font-weight: normal;
  color: black;
  line-height: 1.1;
}
h1.sub span.icon-arrow-bottom-right {
  display: block;
  position: relative;
  font-size: 100px;
  color: black;
  margin-top: 20px;
  margin-left: -20px;
  line-height: 0;
}
h2.sub {
  -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 25px 0;
  font-family: 'carnas_bold', sans-serif;
  font-size: 80px;
  font-weight: normal;
  color: black;
  line-height: 90px;
}
h2.sub span.icon-arrow-bottom-right {
  display: block;
  position: relative;
  font-size: 100px;
  color: black;
  margin-top: 20px;
  margin-left: -20px;
  line-height: 0;
}
h2.sub.no-padding {
  padding: 0;
}
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;
}
a {
  text-decoration: none;
}
a.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
a.btn.blue {
  color: white;
  background: #009fe3;
}
a.btn.blue.large {
  border: 6px solid #009fe3;
}
a.btn.blue.med {
  border: 4px solid #009fe3;
}
a.btn.large {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  width: auto;
  height: auto;
  padding: 15px 32px 10px 32px;
  font-family: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
}
a.btn.large span.icon-arrow-top-right {
  display: inline-block;
  position: relative;
  font-size: 26px;
  top: -15px;
  margin-left: 8px;
}
a.btn.med {
  width: auto;
  padding: 14px 15px 11px 15px;
  border: 4px solid transparent;
  font-family: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
}
a.btn.med.inline {
  display: inline;
}
a.btn.med span.icon-arrow-top-right {
  display: inline-block;
  position: relative;
  font-size: 12px;
  top: -5px;
  margin-left: 3px;
}
a.btn:hover,
a.btn:focus,
a.btn.hover {
  -webkit-transition: all 0.05s linear;
  -moz-transition: all 0.05s linear;
  -o-transition: all 0.05s linear;
  transition: all 0.05s linear;
  color: black;
  border: 4px solid black;
  background: white;
}
a.btn:hover.large,
a.btn:focus.large,
a.btn.hover.large {
  border: 6px solid black;
}
a.btn:hover.med,
a.btn:focus.med,
a.btn.hover.med {
  border: 4px solid black;
}
a.btn:focus {
  outline: none;
}
a.btn.no-float {
  float: none;
}
a.btn.slider {
  position: absolute;
  width: auto;
  padding: 14px 15px 11px 15px;
  font-family: 'carnas_med', sans-serif;
  font-size: 32px;
  font-weight: normal;
  color: white;
  background: #7b6096;
  border: 4px solid #7b6096;
}
a.btn.slider span.icon-arrow-top-right {
  display: inline-block;
  position: relative;
  font-size: 15px;
  top: -10px;
}
a.btn.slider:hover {
  color: #44475A;
  background: white;
  border: 4px solid #44475A;
}
a.btn.slider.top-left {
  top: 40px;
  right: unset;
  bottom: unset;
  left: 40px;
}
a.btn.slider.top-right {
  top: 40px;
  right: 40px;
  bottom: unset;
  left: 0;
}
a.btn.slider.bottom-left {
  top: unset;
  right: unset;
  bottom: 40px;
  left: 40px;
}
a.btn.slider.bottom-right {
  top: unset;
  right: 40px;
  bottom: 40px;
  left: unset;
}
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: 'carnas_med', 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: #eee;
}
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-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.fixed-menu div.wrapper header.main {
  margin-bottom: 70px;
}
html body.fixed-menu div.wrapper header.main div#header-menu-desktop {
  -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);
  width: 100%;
  position: fixed;
  top: 0;
  background: white;
  z-index: 1;
}
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: white;
  overflow: hidden;
}
html body div.wrapper header.main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  max-width: 1920px;
  z-index: 1;
}
html body div.wrapper header.main 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;
  padding: 50px 100px 50px 100px;
  text-align: center;
  color: white;
  background: #282A36;
  background: -moz-linear-gradient(top, #282A36 0%, #44475A 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282A36), color-stop(100%, #44475A));
  background: -webkit-linear-gradient(top, #282A36 0%, #44475A 100%);
  background: -o-linear-gradient(top, #282A36 0%, #44475A 100%);
  background: -ms-linear-gradient(top, #282A36 0%, #44475A 100%);
  background: linear-gradient(top, #282A36 0%, #44475A 100%);
}
html body div.wrapper header.main div#header-top a.logo {
  display: inline-block;
  position: relative;
  width: auto;
  height: auto;
}
html body div.wrapper header.main div#header-top a.logo img.home-link {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
html body div.wrapper header.main div#header-top a.logo img.home-link.desktop {
  display: block;
}
html body div.wrapper header.main div#header-top a.logo img.home-link.mobile {
  display: none;
  width: auto;
  height: 42px;
  margin: 4px 0 0 0;
}
html body div.wrapper header.main div#header-top div#version {
  display: block;
  position: absolute;
  font-size: 9px;
  top: 4px;
  right: 10px;
}
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: white;
}
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;
}
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 {
  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 {
  margin: 67px 0 0 -20px;
  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 {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  color: #BD93F9;
  background: white;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li:hover.sub > a,
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.hover.sub > a {
  color: black;
  background: #BD93F9;
}
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: #BD93F9;
}
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.sub {
  color: black;
  background: transparent;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li.collapsed > ul.sub-level {
  height: 0;
  overflow: hidden;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li:not(.collapsed) > ul.sub-level {
  height: auto;
  overflow: visible;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li > a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 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;
  padding: 20px 18px 17px 18px;
  color: black;
  font-family: 'carnas_med', sans-serif;
  font-size: 23px;
  font-weight: normal;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li > a:focus {
  color: #BD93F9;
  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;
  opacity: 0;
  margin: 87px 0 0 -20px;
  padding: 0 15px 20px 20px;
  -webkit-transition: margin 0.1s ease-out, opacity 0.2s ease-out;
  -moz-transition: margin 0.1s ease-out, opacity 0.2s ease-out;
  -o-transition: margin 0.1s ease-out, opacity 0.2s ease-out;
  transition: margin 0.1s ease-out, opacity 0.2s 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;
  border-top: 1px solid rgba(212, 184, 248, 0.5);
  background: #BD93F9;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li:hover {
  border-top: 1px solid rgba(212, 184, 248, 0.5);
  background: #caa9fa;
}
html body div.wrapper header.main div#header-menu-desktop nav#menu-desktop ul.top-level > li ul.sub-level > li:hover > a {
  color: black;
}
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;
  font-family: 'carnas_light', sans-serif;
  font-size: 20px;
  font-weight: normal;
  padding: 20px 19px 17px 19px;
  color: black;
}
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:hover div.ico {
  -webkit-transition: color 0s linear;
  -moz-transition: color 0s linear;
  -o-transition: color 0s linear;
  transition: color 0s linear;
  color: #BD93F9;
}
html body div.wrapper section#slider div.slider-wrap nav.slider-nav > div div.ico {
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  color: #7b6096;
}
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;
  line-height: 65px;
  height: 88px;
  padding: 0 30px 0 30px;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 22px;
  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;
  line-height: 55px;
  height: 80px;
  padding: 0 30px 0 30px;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 22px;
  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;
}
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.playlist,
html body div.wrapper div.content-wrapper section.photos,
html body div.wrapper div.content-wrapper section.user-events,
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.playlist ul.grid,
html body div.wrapper div.content-wrapper section.photos ul.grid,
html body div.wrapper div.content-wrapper section.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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;
  border-bottom: 5px solid #7b6096;
  min-height: 400px;
}
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.playlist 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.user-events 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;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s 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.playlist 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.user-events 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.head,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article 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: 48px;
  background: #7b6096;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.star,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.star {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: auto;
  height: 48px;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: #FF79C6;
  padding: 9px 0 0 10px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.date,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.date {
  -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_sansbold', sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: white;
  line-height: 48px;
  padding: 0 0 0 5px;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.tags,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.tags {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px 0 0 0;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.tags a.tag,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.tags a.tag {
  pointer-events: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: auto;
  height: 28px;
  padding: 0 10px 0 10px;
  margin: 0 8px 0 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: white;
  line-height: 28px;
  background: #008A49;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.tags a.tag:hover,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.tags a.tag:focus {
  color: black;
  background: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.head div.tags a.tag:focus,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.head div.tags a.tag:focus {
  border: none;
  outline: none;
}
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.playlist 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.user-events 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.playlist 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.user-events 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;
  color: #282A36;
}
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.playlist 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.user-events 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.playlist 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.user-events 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;
  color: #282A36;
}
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.playlist 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.user-events 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.playlist 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.user-events 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.btn a.btn,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.btn a.btn,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.btn a.btn {
  display: inline;
  position: relative;
  float: none;
  border: 4px solid #7b6096;
  font-family: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: white;
  background: #7b6096;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.btn a.btn:hover,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.btn a.btn.hover,
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item article div.btn a.btn:focus,
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item article div.btn a.btn:focus {
  color: #44475A;
  border: 4px solid #44475A;
  background: white;
}
html body div.wrapper div.content-wrapper section.news.news-overview ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.news.news-article ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.events ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.photos ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form ul.grid li.grid-item:hover img:not(.no-filter),
html body div.wrapper div.content-wrapper section.form-success ul.grid li.grid-item:hover img:not(.no-filter) {
  filter: grayscale(0%);
}
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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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 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.playlist nav#news-pagination,
html body div.wrapper div.content-wrapper section.photos nav#news-pagination,
html body div.wrapper div.content-wrapper section.user-events 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.playlist nav#gal-pagination,
html body div.wrapper div.content-wrapper section.photos nav#gal-pagination,
html body div.wrapper div.content-wrapper section.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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: 'carnas_med', 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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: 'carnas_med', 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.playlist 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.user-events 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.head {
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background: #7b6096;
}
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.clickable {
  cursor: pointer;
}
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 ul.grid li.grid-item:hover article div.head {
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background: #9c7ac8;
}
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: #44475A;
}
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;
  color: #282A36;
}
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;
  color: white;
  border: 4px solid #7b6096;
  background: #7b6096;
}
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.news.news-article ul.grid li.grid-item a.nav-back:hover {
  color: #44475A;
  border: 4px solid #44475A;
  background: white;
}
html body div.wrapper div.content-wrapper section.playlist h1 {
  width: 45%;
}
html body div.wrapper div.content-wrapper section.playlist h3 {
  font-family: 'open_sansbold', sans-serif;
  font-size: 40px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.playlist div.box {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: 50%;
  height: auto;
  padding: 0 0 0 25px;
  margin: 45px 0 0 0;
  background: none;
}
html body div.wrapper div.content-wrapper section.playlist div.box h2 {
  font-size: 37px;
  line-height: 1;
  padding-top: 15px;
}
html body div.wrapper div.content-wrapper section.playlist div.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;
  padding: 25px;
  background: #eee;
}
html body div.wrapper div.content-wrapper section.playlist div.box div.inner p {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  height: auto;
  width: 100%;
  font-family: 'open_sansregular', sans-serif;
  font-size: 26px;
  font-weight: normal;
  color: black;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search {
  -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 0 50px 0;
  margin: 55px 0 5px 0;
  border-top: 4px solid black;
  border-bottom: 4px solid black;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid {
  padding: 0 0 0 0;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item {
  margin-bottom: 1px;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: right;
  width: 100%;
  height: auto;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div label {
  font-size: 23px;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div.title {
  width: 100%;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div.submit {
  width: auto;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div select.date {
  width: 62%;
  margin-right: 3%;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item div select.time {
  width: 35%;
}
html body div.wrapper div.content-wrapper section.playlist form.stdForm nav.playlist-search ul.grid li.grid-item.search-submit button {
  padding: 18px 18px 15px 18px;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article {
  min-height: unset;
  border-bottom: none;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head {
  height: 66px;
  padding: 10px 20px 10px 20px;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.artist,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.title,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.date {
  color: white;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.head div.artist {
  font-family: 'open_sansbold', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.date-wrapper {
  display: block;
  position: absolute;
  width: 100px;
  height: 66px;
  right: 0;
  top: 0;
  padding: 16px 20px 10px 0;
  text-align: right;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.date-wrapper div.date.day,
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.date-wrapper div.date.hours {
  -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: 12px;
  font-weight: normal;
  color: #aaa;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.date-wrapper div.date.hours {
  font-family: 'open_sansbold', sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: white;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.date-wrapper div.date.day {
  margin-top: 2px;
}
html body div.wrapper div.content-wrapper section.playlist 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.playlist ul.grid li.grid-item article div.img-wrapper img.cover {
  position: absolute;
  bottom: 0;
}
html body div.wrapper div.content-wrapper section.playlist ul.grid li.grid-item article div.img-wrapper div.no-cover-info {
  display: block;
  position: absolute;
  width: 200px;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
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.33333333px;
}
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.events ul.grid.grid-4-col li.grid-item.events.start:nth-child(1) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item.events.start:nth-child(2) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-4-col li.grid-item.events.start:nth-child(3) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item.events.start:nth-child(1) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item.events.start:nth-child(2) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-3-col li.grid-item.events.start:nth-child(3) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.events.start:nth-child(1) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.events.start:nth-child(2) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-2-col li.grid-item.events.start:nth-child(3) {
  display: none;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events.start:nth-child(1) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events.start:nth-child(2) {
  display: block;
}
html body div.wrapper div.content-wrapper section.events ul.grid.grid-1-col li.grid-item.events.start:nth-child(3) {
  display: block;
}
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 section.user-events ul.grid.grid-4-col li.grid-item article div.wrap {
  min-height: 250px;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-3-col li.grid-item article div.wrap {
  min-height: 300px;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid.grid-2-col li.grid-item article div.wrap {
  min-height: 270px;
}
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.border-bottom {
  border-bottom: 5px solid #44475A;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.no-padding-bottom {
  padding-bottom: 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.no-padding-top {
  padding-top: 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-fx li.data p a img {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: grayscale(80%) !important;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-fx li.data p a img:hover {
  filter: grayscale(0%) !important;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-fx li.data p a:focus img {
  filter: grayscale(0%) !important;
}
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.txt-txt-txt.grid li.data p {
  padding: 0 0 37.5px 0;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt.grid li.data p img {
  float: left;
}
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;
}
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: 10px 10px 0 0;
  font-family: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
  background: #7b6096;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn {
  color: white;
  background: #7b6096;
  border: 4px solid #7b6096;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.grey-dark,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.grey-dark {
  color: white;
  background: #282A36;
  border: 4px solid #282A36;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.grey-med,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.grey-med {
  color: white;
  background: #44475A;
  border: 4px solid #44475A;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.blue-dark,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.blue-dark {
  color: white;
  background: #6272A4;
  border: 4px solid #6272A4;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.orange,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.orange {
  color: black;
  background: #FFB86C;
  border: 4px solid #FFB86C;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.yellow,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.yellow {
  color: black;
  background: #F1FA8C;
  border: 4px solid #F1FA8C;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.green,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.green {
  color: white;
  background: #50FA7B;
  border: 4px solid #50FA7B;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.cyan,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.cyan {
  color: white;
  background: #8BE9FD;
  border: 4px solid #8BE9FD;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.purple,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.purple {
  color: white;
  background: #BD93F9;
  border: 4px solid #BD93F9;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.purple-dark,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.purple-dark {
  color: white;
  background: #7b6096;
  border: 4px solid #7b6096;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.btn.pink,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.btn.pink {
  color: white;
  background: #FF79C6;
  border: 4px solid #FF79C6;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:hover,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:hover,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:focus,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:focus {
  border: none;
  outline: none;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:hover.btn,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:hover.btn,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:focus.btn,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:focus.btn {
  color: #44475A;
  border: 4px solid #44475A;
  background: white;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:hover.btn.grey-med,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:hover.btn.grey-med,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:focus.btn.grey-med,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:focus.btn.grey-med {
  color: #44475A;
  border: 4px solid #44475A;
  background: white;
}
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,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a:focus.border,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a:focus.border {
  color: #44475A;
  border: 4px solid #44475A;
  background: white;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.txt-link,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.txt-link {
  display: unset;
  position: unset;
  float: unset;
  padding: 0;
  margin: 0;
  font-family: 'open_sansregular', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-size: inherit;
  color: black;
  text-decoration: underline;
  border: none;
  background: none;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.txt-link:hover,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.txt-link:hover,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a.txt-link:focus,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a.txt-link:focus {
  color: #BD93F9;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p a img,
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data a img {
  float: left;
}
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: 'open_sansregular', sans-serif;
  font-size: 22px;
  font-weight: normal;
  padding: 0 0 30px 0;
  color: black;
}
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: 'carnas_bold', sans-serif;
  font-size: 50px;
  font-weight: normal;
  color: #282A36;
  margin-bottom: 20px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h4 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 40px;
  font-weight: normal;
  color: #282A36;
  margin-bottom: 15px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h5 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #282A36;
  margin-bottom: 15px;
}
html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data h6 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #282A36;
  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.data video {
  -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 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.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;
  overflow: hidden;
}
html body div.wrapper div.content-wrapper section.user-events 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: 50%;
  height: auto;
  display: none;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item.active {
  display: block;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item:nth-child(odd) {
  padding: 0 10px 20px 0;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item:nth-child(even) {
  padding: 0 0 20px 10px;
}
html body div.wrapper div.content-wrapper section.user-events 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;
  min-height: unset;
  padding: 0 0 0 0;
  border-bottom: none;
}
html body div.wrapper div.content-wrapper section.user-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: 120px;
  -webkit-transition: background 0.3s linear;
  -moz-transition: background 0.3s linear;
  -o-transition: background 0.3s linear;
  transition: background 0.3s linear;
  background: #eee;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -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.user-events ul.grid li.grid-item article a.link div.date-wrap img {
  display: block;
  position: relative;
  width: auto;
  height: 120px;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.date-wrap div.date {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #ddd;
}
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 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 10px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
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 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  top: 34px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}
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 {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 8px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 80%;
  height: 120px;
  min-height: unset;
  padding: 0 0 0 20px;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link div.txt-wrap header {
  height: 120px;
  display: flex;
  align-items: center;
}
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: 22px;
  margin: 0;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link:hover {
  -webkit-transition: all 0.02s linear;
  -moz-transition: all 0.02s linear;
  -o-transition: all 0.02s linear;
  transition: all 0.02s linear;
  background: #e6f5fc;
}
html body div.wrapper div.content-wrapper section.user-events ul.grid li.grid-item article a.link:hover div.date-wrap div.date {
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  transition: all 0s linear;
  color: white;
  background: #009fe3;
}
html body div.wrapper div.content-wrapper section.user-events nav {
  -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;
  margin: 20px 0 0 0;
}
html body div.wrapper div.content-wrapper section.user-events nav a {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 28px;
  line-height: 44px;
  color: white;
  border: 3px solid #009fe3;
  background: #009fe3;
}
html body div.wrapper div.content-wrapper section.user-events nav a span.icon-left-open-1 {
  display: block;
  position: relative;
  margin-left: -3px;
}
html body div.wrapper div.content-wrapper section.user-events nav a span.icon-right-open-1 {
  display: block;
  position: relative;
  margin-right: -3px;
}
html body div.wrapper div.content-wrapper section.user-events nav a:hover {
  color: black;
  border: 3px solid black;
  background: white;
}
html body div.wrapper div.content-wrapper section.user-events nav div {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 20px;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 35px;
  font-weight: normal;
  color: black;
}
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 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: 'carnas_bold', 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 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 {
  -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;
  margin: 20px 10px 20px 0;
  font-family: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p a.border {
  background: #009fe3;
  border: 4px solid #009fe3;
}
html body div.wrapper div.content-wrapper section.event ul.grid li.grid-item.event p a:hover.border {
  color: black;
  border: 4px solid black;
  background: white;
}
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: 10px 20px 10px 20px;
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 24px;
  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 {
  -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: #eee;
  background: -moz-linear-gradient(top, #eee 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eee), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, #eee 0%, #fff 100%);
  background: -o-linear-gradient(top, #eee 0%, #fff 100%);
  background: -ms-linear-gradient(top, #eee 0%, #fff 100%);
  background: linear-gradient(top, #eee 0%, #fff 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 6px 3px 6px;
  font-family: 'open_sansregular', sans-serif;
  font-size: 13px;
  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.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: 'open_sansregular', sans-serif;
  font-size: 18px;
  font-weight: normal;
}
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: black;
}
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 {
  color: #009fe3;
  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: 'carnas_bold', sans-serif;
  font-size: 80px;
  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 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: #44475A;
}
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: 50px 50px 50px 100px;
}
html body div.wrapper footer section.footer ul {
  -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 section.footer ul li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 25%;
  height: auto;
  padding: 0 50px 0 0;
  line-height: 1.6;
}
html body div.wrapper footer section.footer ul li div.headline {
  -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: 22px;
  font-weight: normal;
  color: white;
  padding: 0 0 0 8px;
}
html body div.wrapper footer section.footer ul li hr {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: 5px;
  border: none;
  outline: none;
  background: white;
  margin: 15px 0 15px 0;
}
html body div.wrapper footer section.footer ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  float: none;
  width: auto;
  height: auto;
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding: 2px 8px 2px 8px;
  margin: 0 0 1px 0;
  color: white;
}
html body div.wrapper footer section.footer ul li a:hover,
html body div.wrapper footer section.footer ul li a:focus {
  outline: none;
  border: none;
  color: black;
  background: white;
}
html body div.wrapper footer section.footer ul li a.active {
  pointer-events: none;
  color: black;
  background: white;
}
html body div.wrapper footer section.footer ul li a.badge {
  float: left;
  height: 40px;
}
html body div.wrapper footer section.footer ul li a.badge img {
  height: 100%;
}
html body div.wrapper footer section.footer ul li a.badge:hover,
html body div.wrapper footer section.footer ul li a.badge:focus {
  color: unset;
  background: none;
}
html body div.wrapper footer section.footer ul li p {
  font-family: 'open_sansregular', sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0 0 0 12px;
  color: white;
}
html body div.wrapper footer section.footer ul li p span.slab {
  font-family: 'open_sanssemibold', sans-serif;
  font-size: 16px;
  font-weight: normal;
}
html body div.wrapper footer section.footer ul li div.logo-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 0 0 0;
  margin-top: -15px;
}
html body div.wrapper footer section.footer ul li div.logo-wrap img {
  width: 100%;
}
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.8);
  -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.8);
  padding: 50px;
  border: 4px solid #44475A;
  background: white;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner h4 {
  font-family: 'carnas_bold', sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #282A36;
  padding: 0 0 20px 0;
  color: #44475A;
}
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: 'carnas_med', sans-serif;
  font-size: 22px;
  font-weight: normal;
  color: white;
  border: 4px solid #7b6096;
  background: #7b6096;
}
html body div.wrapper footer div#cookie-banner-wrapper div#cookie-banner form button:hover {
  color: #44475A;
  border-color: #44475A;
  background: white;
}
/*
| -----------------------------------------------------------------------------
| 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: 'carnas_med', sans-serif;
  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 div.content-wrapper section.news ul.grid.grid-4-col li.grid-item article div.wrap {
    min-height: 370px;
  }
}
@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 50px 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) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 50px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 80px;
    font-weight: normal;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 80px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 50px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 40px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 120px;
    margin-top: 10px;
    margin-left: -25px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 80px;
    margin-top: 10px;
    margin-left: -15px;
    line-height: 0;
  }
  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: 50px 50px 0 50px;
  }
  html body div.wrapper footer section.footer {
    padding: 50px 0 50px 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.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;
  }
}
@media screen and (max-width: 1280px) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 40px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 70px;
    font-weight: normal;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 70px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 40px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 20px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 100px;
    margin-top: 10px;
    margin-left: -20px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 70px;
    margin-top: 10px;
    margin-left: -12px;
    line-height: 0;
  }
  a.btn.slider {
    font-size: 28px !important;
  }
  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;
  }
  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;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.grid li.data p {
    padding: 0 0 50px 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt.grid li.data p {
    padding: 0 0 50px 0;
  }
}
@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) {
  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 header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li > ul.sub-level {
    margin: 71px 0 0 -20px;
  }
  html body div.wrapper header.main div#header-main div#header-menu-desktop nav#menu-desktop ul.top-level.nav li:hover > ul.sub-level {
    margin: 51px 0 0 -20px;
  }
  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;
  }
  html body.fixed-menu div.wrapper header.main {
    margin-bottom: 51px;
  }
}
@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 (max-width: 1024px) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 60px;
    font-weight: normal;
    padding: 7px 10px 5px 10px;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 60px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 10px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 80px;
    margin-top: 10px;
    margin-left: -15px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 60px;
    margin-top: 10px;
    margin-left: -12px;
    line-height: 0;
  }
  a.btn.slider.top-left,
  a.btn.slider.top-right,
  a.btn.slider.bottom-right,
  a.btn.slider.bottom-left {
    font-size: 24px !important;
    padding: 12px 13px 9px 13px !important;
  }
  a.btn.slider.top-left {
    top: 20px;
    left: 20px;
  }
  a.btn.slider.top-right {
    top: 20px;
    right: 20px;
  }
  a.btn.slider.bottom-right {
    bottom: 20px;
    right: 20px;
  }
  a.btn.slider.bottom-left {
    bottom: 20px;
    left: 20px;
  }
  a.btn.slider span.icon-arrow-top-right {
    top: -8px;
    font-size: 10px;
  }
  html body div.wrapper header.main div#header-top {
    padding: 30px 100px 30px 100px;
  }
  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 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.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 div.content-wrapper section.pages ul.pages-child li.data p {
    padding: 0 0 20px 0;
  }
  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: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h6 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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-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 {
    padding: 0 0 50px 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.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 section.footer ul li div.headline {
    font-size: 20px;
  }
  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;
  }
}
@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) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 50px;
    font-weight: normal;
    padding: 7px 10px 4px 10px;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 50px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 10px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 70px;
    margin-top: 10px;
    margin-left: -15px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 60px;
    margin-top: 10px;
    margin-left: -12px;
    line-height: 0;
  }
  a.btn.slider.large.top-left {
    top: 30px;
    right: unset;
    left: 30px;
    bottom: unset;
  }
  a.btn.slider.large.top-right {
    top: 30px;
    right: 30px;
    left: unset;
    bottom: unset;
  }
  a.btn.slider.large.bottom-left {
    top: unset;
    right: unset;
    left: 30px;
    bottom: 30px;
  }
  a.btn.slider.large.bottom-right {
    top: unset;
    right: 30px;
    left: unset;
    bottom: 30px;
  }
  html body div.wrapper {
    margin-top: 50px;
    padding-top: 50px;
  }
  html body div.wrapper header.main div#header-top {
    position: fixed;
    overflow: visible;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 0 0 0;
    z-index: 10;
  }
  html body div.wrapper header.main div#header-top a.logo img.home-link.desktop {
    display: none;
  }
  html body div.wrapper header.main div#header-top a.logo img.home-link.mobile {
    display: block;
  }
  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: #44475A;
  }
  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 #282A36;
    background: #44475A;
  }
  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: 1.6em;
    color: white;
    padding: 9px 15px 9px 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: #FF79C6;
  }
  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 #282A36;
  }
  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 section#slider div.slider-wrap div.dots {
    display: none;
  }
  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 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.pages ul.pages-child.k-0 {
    padding: 30px 0 50px 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p {
    font-size: 20px;
    line-height: 1.5 !important;
  }
  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: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 33px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 29px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h6 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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;
  }
}
@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.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) {
  a.btn.slider {
    z-index: 1;
    bottom: 0 !important;
    top: unset !important;
    left: 0 !important;
    right: unset !important;
    width: 100%;
    text-align: center;
    border: none;
  }
  a.btn.slider:hover {
    border: none;
    opacity: 1;
    color: white;
    background: #7b6096;
  }
  a.btn.slider.btn.slider.top-left,
  a.btn.slider.btn.slider.top-right,
  a.btn.slider.btn.slider.bottom-right,
  a.btn.slider.btn.slider.bottom-left {
    padding: 9px 13px 9px 13px !important;
  }
  html body div.wrapper section#slider div.slider-wrap {
    padding-bottom: 50px;
    background: #7b6096;
    overflow: visible;
  }
  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 div.wrapper div.content-wrapper section.pages ul.pages-child.k-0 {
    padding: 25px 0 50px 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child li.data p {
    padding: 0 0 15px 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data p {
    font-size: 18px !important;
  }
}
@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;
  }
}
@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 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;
  }
}
@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;
  }
}
@media screen and (max-width: 562px) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 40px;
    font-weight: normal;
    padding: 7px 10px 5px 10px;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 40px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 25px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 10px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 60px;
    margin-top: 10px;
    margin-left: -12px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 60px;
    margin-top: 10px;
    margin-left: -11px;
    line-height: 0;
  }
  a.btn.slider.top-left {
    font-size: 16px !important;
    padding: 4px 5px 4px 5px !important;
  }
  a.btn.slider.top-right {
    font-size: 16px !important;
    padding: 4px 5px 4px 5px !important;
  }
  a.btn.slider.bottom-right {
    font-size: 16px !important;
    padding: 4px 5px 4px 5px !important;
  }
  a.btn.slider.bottom-left {
    font-size: 16px !important;
    padding: 4px 5px 4px 5px !important;
  }
  a.btn.slider span.icon-arrow-top-right {
    display: none;
  }
  html body {
    overflow-x: hidden;
  }
  html body div.wrapper {
    margin-top: 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 div.wrapper header.main div#header-top img.home-link {
    margin: 13px 0 0 50px;
  }
  html body div.wrapper section#slider {
    padding: 0 25px 0 25px;
  }
  html body div.wrapper section#slider div.slider-wrap {
    padding-bottom: 40px;
  }
  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 {
    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 {
    padding: 25px 0 0 0;
  }
  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: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h6 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.grid li.data p {
    padding: 0 0 25px 0;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt.grid li.data p {
    padding: 0 0 25px 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;
  }
}
@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 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;
  }
  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) {
  h1.tape-grey,
  h1.tape-grey-dark,
  h1.tape-purple,
  h1.tape-purple-dark,
  h1.tape-pink,
  h1.tape-black,
  h1.tape-large-grey,
  h1.tape-large-grey-dark,
  h1.tape-large-purple,
  h1.tape-large-purple-dark,
  h1.tape-large-pink,
  h1.tape-large-black,
  h2.tape-grey,
  h2.tape-grey-dark,
  h2.tape-purple,
  h2.tape-purple-dark,
  h2.tape-pink,
  h2.tape-black,
  h2.tape-large-grey,
  h2.tape-large-grey-dark,
  h2.tape-large-purple,
  h2.tape-large-purple-dark,
  h2.tape-large-pink,
  h2.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.tape-grey.tape-large-grey,
  h1.tape-grey-dark.tape-large-grey,
  h1.tape-purple.tape-large-grey,
  h1.tape-purple-dark.tape-large-grey,
  h1.tape-pink.tape-large-grey,
  h1.tape-black.tape-large-grey,
  h1.tape-large-grey.tape-large-grey,
  h1.tape-large-grey-dark.tape-large-grey,
  h1.tape-large-purple.tape-large-grey,
  h1.tape-large-purple-dark.tape-large-grey,
  h1.tape-large-pink.tape-large-grey,
  h1.tape-large-black.tape-large-grey,
  h2.tape-grey.tape-large-grey,
  h2.tape-grey-dark.tape-large-grey,
  h2.tape-purple.tape-large-grey,
  h2.tape-purple-dark.tape-large-grey,
  h2.tape-pink.tape-large-grey,
  h2.tape-black.tape-large-grey,
  h2.tape-large-grey.tape-large-grey,
  h2.tape-large-grey-dark.tape-large-grey,
  h2.tape-large-purple.tape-large-grey,
  h2.tape-large-purple-dark.tape-large-grey,
  h2.tape-large-pink.tape-large-grey,
  h2.tape-large-black.tape-large-grey,
  h1.tape-grey.tape-large-grey-dark,
  h1.tape-grey-dark.tape-large-grey-dark,
  h1.tape-purple.tape-large-grey-dark,
  h1.tape-purple-dark.tape-large-grey-dark,
  h1.tape-pink.tape-large-grey-dark,
  h1.tape-black.tape-large-grey-dark,
  h1.tape-large-grey.tape-large-grey-dark,
  h1.tape-large-grey-dark.tape-large-grey-dark,
  h1.tape-large-purple.tape-large-grey-dark,
  h1.tape-large-purple-dark.tape-large-grey-dark,
  h1.tape-large-pink.tape-large-grey-dark,
  h1.tape-large-black.tape-large-grey-dark,
  h2.tape-grey.tape-large-grey-dark,
  h2.tape-grey-dark.tape-large-grey-dark,
  h2.tape-purple.tape-large-grey-dark,
  h2.tape-purple-dark.tape-large-grey-dark,
  h2.tape-pink.tape-large-grey-dark,
  h2.tape-black.tape-large-grey-dark,
  h2.tape-large-grey.tape-large-grey-dark,
  h2.tape-large-grey-dark.tape-large-grey-dark,
  h2.tape-large-purple.tape-large-grey-dark,
  h2.tape-large-purple-dark.tape-large-grey-dark,
  h2.tape-large-pink.tape-large-grey-dark,
  h2.tape-large-black.tape-large-grey-dark,
  h1.tape-grey.tape-large-purple,
  h1.tape-grey-dark.tape-large-purple,
  h1.tape-purple.tape-large-purple,
  h1.tape-purple-dark.tape-large-purple,
  h1.tape-pink.tape-large-purple,
  h1.tape-black.tape-large-purple,
  h1.tape-large-grey.tape-large-purple,
  h1.tape-large-grey-dark.tape-large-purple,
  h1.tape-large-purple.tape-large-purple,
  h1.tape-large-purple-dark.tape-large-purple,
  h1.tape-large-pink.tape-large-purple,
  h1.tape-large-black.tape-large-purple,
  h2.tape-grey.tape-large-purple,
  h2.tape-grey-dark.tape-large-purple,
  h2.tape-purple.tape-large-purple,
  h2.tape-purple-dark.tape-large-purple,
  h2.tape-pink.tape-large-purple,
  h2.tape-black.tape-large-purple,
  h2.tape-large-grey.tape-large-purple,
  h2.tape-large-grey-dark.tape-large-purple,
  h2.tape-large-purple.tape-large-purple,
  h2.tape-large-purple-dark.tape-large-purple,
  h2.tape-large-pink.tape-large-purple,
  h2.tape-large-black.tape-large-purple,
  h1.tape-grey.tape-large-purple-dark,
  h1.tape-grey-dark.tape-large-purple-dark,
  h1.tape-purple.tape-large-purple-dark,
  h1.tape-purple-dark.tape-large-purple-dark,
  h1.tape-pink.tape-large-purple-dark,
  h1.tape-black.tape-large-purple-dark,
  h1.tape-large-grey.tape-large-purple-dark,
  h1.tape-large-grey-dark.tape-large-purple-dark,
  h1.tape-large-purple.tape-large-purple-dark,
  h1.tape-large-purple-dark.tape-large-purple-dark,
  h1.tape-large-pink.tape-large-purple-dark,
  h1.tape-large-black.tape-large-purple-dark,
  h2.tape-grey.tape-large-purple-dark,
  h2.tape-grey-dark.tape-large-purple-dark,
  h2.tape-purple.tape-large-purple-dark,
  h2.tape-purple-dark.tape-large-purple-dark,
  h2.tape-pink.tape-large-purple-dark,
  h2.tape-black.tape-large-purple-dark,
  h2.tape-large-grey.tape-large-purple-dark,
  h2.tape-large-grey-dark.tape-large-purple-dark,
  h2.tape-large-purple.tape-large-purple-dark,
  h2.tape-large-purple-dark.tape-large-purple-dark,
  h2.tape-large-pink.tape-large-purple-dark,
  h2.tape-large-black.tape-large-purple-dark,
  h1.tape-grey.tape-large-pink,
  h1.tape-grey-dark.tape-large-pink,
  h1.tape-purple.tape-large-pink,
  h1.tape-purple-dark.tape-large-pink,
  h1.tape-pink.tape-large-pink,
  h1.tape-black.tape-large-pink,
  h1.tape-large-grey.tape-large-pink,
  h1.tape-large-grey-dark.tape-large-pink,
  h1.tape-large-purple.tape-large-pink,
  h1.tape-large-purple-dark.tape-large-pink,
  h1.tape-large-pink.tape-large-pink,
  h1.tape-large-black.tape-large-pink,
  h2.tape-grey.tape-large-pink,
  h2.tape-grey-dark.tape-large-pink,
  h2.tape-purple.tape-large-pink,
  h2.tape-purple-dark.tape-large-pink,
  h2.tape-pink.tape-large-pink,
  h2.tape-black.tape-large-pink,
  h2.tape-large-grey.tape-large-pink,
  h2.tape-large-grey-dark.tape-large-pink,
  h2.tape-large-purple.tape-large-pink,
  h2.tape-large-purple-dark.tape-large-pink,
  h2.tape-large-pink.tape-large-pink,
  h2.tape-large-black.tape-large-pink,
  h1.tape-grey.tape-large-black,
  h1.tape-grey-dark.tape-large-black,
  h1.tape-purple.tape-large-black,
  h1.tape-purple-dark.tape-large-black,
  h1.tape-pink.tape-large-black,
  h1.tape-black.tape-large-black,
  h1.tape-large-grey.tape-large-black,
  h1.tape-large-grey-dark.tape-large-black,
  h1.tape-large-purple.tape-large-black,
  h1.tape-large-purple-dark.tape-large-black,
  h1.tape-large-pink.tape-large-black,
  h1.tape-large-black.tape-large-black,
  h2.tape-grey.tape-large-black,
  h2.tape-grey-dark.tape-large-black,
  h2.tape-purple.tape-large-black,
  h2.tape-purple-dark.tape-large-black,
  h2.tape-pink.tape-large-black,
  h2.tape-black.tape-large-black,
  h2.tape-large-grey.tape-large-black,
  h2.tape-large-grey-dark.tape-large-black,
  h2.tape-large-purple.tape-large-black,
  h2.tape-large-purple-dark.tape-large-black,
  h2.tape-large-pink.tape-large-black,
  h2.tape-large-black.tape-large-black {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding: 7px 8px 5px 8px;
  }
  h1.txt-grey,
  h1.txt-grey-dark,
  h1.txt-purple,
  h1.txt-purple-dark,
  h1.txt-pink,
  h1.txt-black,
  h1.txt-grey-arrow,
  h1.txt-grey-dark-arrow,
  h1.txt-purple-arrow,
  h1.txt-purple-dark-arrow,
  h1.txt-pink-arrow,
  h1.txt-black-arrow,
  h2.txt-grey,
  h2.txt-grey-dark,
  h2.txt-purple,
  h2.txt-purple-dark,
  h2.txt-pink,
  h2.txt-black,
  h2.txt-grey-arrow,
  h2.txt-grey-dark-arrow,
  h2.txt-purple-arrow,
  h2.txt-purple-dark-arrow,
  h2.txt-pink-arrow,
  h2.txt-black-arrow {
    -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;
    line-height: 1;
    background: none;
  }
  h1.txt-grey.h1,
  h1.txt-grey-dark.h1,
  h1.txt-purple.h1,
  h1.txt-purple-dark.h1,
  h1.txt-pink.h1,
  h1.txt-black.h1,
  h1.txt-grey-arrow.h1,
  h1.txt-grey-dark-arrow.h1,
  h1.txt-purple-arrow.h1,
  h1.txt-purple-dark-arrow.h1,
  h1.txt-pink-arrow.h1,
  h1.txt-black-arrow.h1,
  h2.txt-grey.h1,
  h2.txt-grey-dark.h1,
  h2.txt-purple.h1,
  h2.txt-purple-dark.h1,
  h2.txt-pink.h1,
  h2.txt-black.h1,
  h2.txt-grey-arrow.h1,
  h2.txt-grey-dark-arrow.h1,
  h2.txt-purple-arrow.h1,
  h2.txt-purple-dark-arrow.h1,
  h2.txt-pink-arrow.h1,
  h2.txt-black-arrow.h1 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 30px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    font-family: 'carnas_bold', sans-serif;
    font-size: 20px;
    font-weight: normal;
  }
  h1.txt-grey.h2,
  h1.txt-grey-dark.h2,
  h1.txt-purple.h2,
  h1.txt-purple-dark.h2,
  h1.txt-pink.h2,
  h1.txt-black.h2,
  h1.txt-grey-arrow.h2,
  h1.txt-grey-dark-arrow.h2,
  h1.txt-purple-arrow.h2,
  h1.txt-purple-dark-arrow.h2,
  h1.txt-pink-arrow.h2,
  h1.txt-black-arrow.h2,
  h2.txt-grey.h2,
  h2.txt-grey-dark.h2,
  h2.txt-purple.h2,
  h2.txt-purple-dark.h2,
  h2.txt-pink.h2,
  h2.txt-black.h2,
  h2.txt-grey-arrow.h2,
  h2.txt-grey-dark-arrow.h2,
  h2.txt-purple-arrow.h2,
  h2.txt-purple-dark-arrow.h2,
  h2.txt-pink-arrow.h2,
  h2.txt-black-arrow.h2 {
    padding: 10px 0 0 0;
  }
  h1.txt-grey.h1 span,
  h1.txt-grey-dark.h1 span,
  h1.txt-purple.h1 span,
  h1.txt-purple-dark.h1 span,
  h1.txt-pink.h1 span,
  h1.txt-black.h1 span,
  h1.txt-grey-arrow.h1 span,
  h1.txt-grey-dark-arrow.h1 span,
  h1.txt-purple-arrow.h1 span,
  h1.txt-purple-dark-arrow.h1 span,
  h1.txt-pink-arrow.h1 span,
  h1.txt-black-arrow.h1 span,
  h2.txt-grey.h1 span,
  h2.txt-grey-dark.h1 span,
  h2.txt-purple.h1 span,
  h2.txt-purple-dark.h1 span,
  h2.txt-pink.h1 span,
  h2.txt-black.h1 span,
  h2.txt-grey-arrow.h1 span,
  h2.txt-grey-dark-arrow.h1 span,
  h2.txt-purple-arrow.h1 span,
  h2.txt-purple-dark-arrow.h1 span,
  h2.txt-pink-arrow.h1 span,
  h2.txt-black-arrow.h1 span {
    font-size: 50px;
    margin-top: 8px;
    margin-left: -9px;
  }
  h1.txt-grey.h2 span,
  h1.txt-grey-dark.h2 span,
  h1.txt-purple.h2 span,
  h1.txt-purple-dark.h2 span,
  h1.txt-pink.h2 span,
  h1.txt-black.h2 span,
  h1.txt-grey-arrow.h2 span,
  h1.txt-grey-dark-arrow.h2 span,
  h1.txt-purple-arrow.h2 span,
  h1.txt-purple-dark-arrow.h2 span,
  h1.txt-pink-arrow.h2 span,
  h1.txt-black-arrow.h2 span,
  h2.txt-grey.h2 span,
  h2.txt-grey-dark.h2 span,
  h2.txt-purple.h2 span,
  h2.txt-purple-dark.h2 span,
  h2.txt-pink.h2 span,
  h2.txt-black.h2 span,
  h2.txt-grey-arrow.h2 span,
  h2.txt-grey-dark-arrow.h2 span,
  h2.txt-purple-arrow.h2 span,
  h2.txt-purple-dark-arrow.h2 span,
  h2.txt-pink-arrow.h2 span,
  h2.txt-black-arrow.h2 span {
    font-size: 50px;
    margin-top: 10px;
    margin-left: -11px;
    line-height: 0;
  }
  html body div.wrapper div.content-wrapper section.news h1,
  html body div.wrapper div.content-wrapper section.events h1,
  html body div.wrapper div.content-wrapper section.user-events 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.events h1 span.icon-arrow-bottom-right,
  html body div.wrapper div.content-wrapper section.user-events h1 span.icon-arrow-bottom-right {
    font-size: 70px;
    margin-left: -10px;
    margin-top: 10px;
  }
  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.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: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  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: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data h6,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data h6 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-lrg li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-txt-txt li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.txt-img li.data p,
  html body div.wrapper div.content-wrapper section.pages ul.pages-child.img-txt li.data p {
    font-size: 16px !important;
  }
  html body div.wrapper footer div#cookie-banner-wrapper {
    padding: 0 20px 0 20px;
    bottom: 20px;
  }
}
@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;
  }
}
/*# sourceMappingURL=main.css.map */