html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

html {
  font-size: 100%;
  line-height: 1.5em; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1.5em 40px; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  line-height: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 0.75em; }

h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em; }

h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em; }

h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em; }

h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em; }

h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em; }

mark {
  background: #ff0;
  color: #000; }

p,
pre {
  margin: 1.5em 0; }

pre {
  overflow: auto; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1.5em 40px; }

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

form {
  margin: 0; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  *font-family: sans-serif;
  *vertical-align: middle; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
  margin: 0 2px;
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.875em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.875em; }

legend {
  border: 0;
  padding: 0;
  *margin-left: -7px; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.pushy {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 99999;
  background: #00b9ee;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .pushy ul {
    margin: 0 0 40px 0;
    padding: 0; }
    .pushy ul li a {
      display: block;
      width: 100%;
      color: white;
      font-family: "Bangers";
      font-size: 1.25em;
      text-decoration: none;
      line-height: 1;
      padding: 10px 0 5px 25px;
      background: #00b9ee url("../../img/icons/nav/arrow-right.svg") no-repeat 10px center;
      background-size: 6px;
      border-top: 1px solid #55d9ff;
      border-bottom: 1px solid #0091bb; }
      .pushy ul li a:hover {
        border-top: 1px solid #c3e564 !important;
        background: #98c221 url("../../img/icons/nav/arrow-right.svg") no-repeat 10px center;
        background-size: 6px;
        border-bottom: 1px solid #546b12; }
      .pushy ul li a.active {
        border-top: 1px solid #992496 !important;
        background: #841f82 url("../../img/icons/nav/arrow-right.svg") no-repeat 10px center;
        background-size: 6px;
        border-bottom: 1px solid #5b1559; }
    .pushy ul li:first-of-type a {
      border-top: 1px solid #00b9ee; }
    .pushy ul li:last-of-type a {
      border-bottom: 1px solid #00b9ee; }
      .pushy ul li:last-of-type a:hover {
        border-bottom: 1px solid #546b12; }
      .pushy ul li:last-of-type a.active {
        border-bottom: 1px solid #310c31; }

.pushy-right {
  -webkit-transform: translate3d(240px, 0, 0);
  -moz-transform: translate3d(240px, 0, 0);
  -ms-transform: translate3d(240px, 0, 0);
  -o-transform: translate3d(240px, 0, 0);
  transform: translate3d(240px, 0, 0); }

.pushy-open {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.container-push, .push-push {
  -webkit-transform: translate3d(-240px, 0, 0);
  -moz-transform: translate3d(-240px, 0, 0);
  -ms-transform: translate3d(-240px, 0, 0);
  -o-transform: translate3d(-240px, 0, 0);
  transform: translate3d(-240px, 0, 0); }

.pushy, #container, .push {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.site-overlay {
  display: none; }

.pushy-active .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 240px;
  bottom: 0;
  right: 0;
  z-index: 9999; }

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../img/fancybox/blank.gif");
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; }

  #fancybox-loading div {
    background-image: url("../../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }
@font-face {
  font-family: Bangers;
  src: url("../../styles/css/fonts/bangers.woff2") format("woff2"), url("../../styles/css/fonts/bangers.woff") format("woff"), url("../../styles/css/fonts/bangers.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaLight;
  src: url("../../styles/css/fonts/proximanova-light.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-light.woff") format("woff"), url("../../styles/css/fonts/proximanova-light.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaRegular;
  src: url("../../styles/css/fonts/proximanova-regular.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-regular.woff") format("woff"), url("../../styles/css/fonts/proximanova-regular.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaSemiBold;
  src: url("../../styles/css/fonts/proximanova-semibold.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-semibold.woff") format("woff"), url("../../styles/css/fonts/proximanova-semibold.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaBold;
  src: url("../../styles/css/fonts/proximanova-bold.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-bold.woff") format("woff"), url("../../styles/css/fonts/proximanova-bold.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaExtraBold;
  src: url("../../styles/css/fonts/proximanova-extrabold.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-extrabold.woff") format("woff"), url("../../styles/css/fonts/proximanova-extrabold.ttf") format("truetype"); }
@font-face {
  font-family: ProximaNovaBlack;
  src: url("../../styles/css/fonts/proximanova-black.woff2") format("woff2"), url("../../styles/css/fonts/proximanova-black.woff") format("woff"), url("../../styles/css/fonts/proximanova-black.ttf") format("truetype"); }
.wrapper.header {
  background: #e6137e;
  padding: 0;
  margin: -80px auto 0 auto; }
  @media screen and (min-width: 320px) and (max-width: 979px) {
    .wrapper.header {
      margin: 0;
      padding-top: 80px; } }
  .wrapper.header .cycle-slideshow {
    width: 100%; }
    .wrapper.header .cycle-slideshow img {
      width: 100%;
      height: auto; }
.wrapper.headerchen {
  background: #e6137e;
  padding: 0;
  margin: -80px auto 0 auto; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .wrapper.headerchen {
      display: none; } }
  @media screen and (min-width: 320px) and (max-width: 979px) {
    .wrapper.headerchen {
      margin: 0;
      padding-top: 80px; } }
  .wrapper.headerchen .cycle-slideshow {
    width: 100%; }
    .wrapper.headerchen .cycle-slideshow img {
      width: 100%;
      height: auto; }

#container {
  display: none; }
  @media screen and (min-width: 320px) and (max-width: 979px) {
    #container {
      -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
      box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
      display: block;
      position: fixed;
      width: 100%;
      height: 80px;
      background: #e6137e;
      z-index: 130; }
      #container a.menu-btn {
        display: block;
        width: 70px;
        height: 80px;
        margin: 0;
        text-indent: -99999px;
        float: right;
        background: url("../../img/icons/nav/navicon.svg") no-repeat center center;
        background-size: 30px; }
      #container a.logo {
        display: block;
        width: 180px;
        height: 120px;
        margin: 10px 0 0 20px;
        text-indent: -99999px;
        background: url("../../img/logo/logo.svg") no-repeat;
        background-size: contain;
        float: left;
        z-index: 140; } }

nav {
  *zoom: 1;
  position: relative;
  max-width: 60em;
  margin: 0 auto;
  background: #e6137e;
  z-index: 120; }
  nav.pushy {
    display: none; }
  nav.main {
    -moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px;
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 5px; }
    nav.main ul {
      height: 80px;
      margin: 0;
      padding: 0;
      background: #e6137e; }
      nav.main ul div {
        display: none; }
      nav.main ul li {
        height: 80px;
        float: left; }
        nav.main ul li a {
          display: block;
          width: 105px;
          height: 80px;
          padding: 33px 0 0 0;
          color: white;
          font-family: "Bangers";
          font-size: 1.5em;
          text-align: center;
          text-decoration: none; }
          nav.main ul li a.logo {
            -moz-transition-property: margin;
            -o-transition-property: margin;
            -webkit-transition-property: margin;
            transition-property: margin;
            -moz-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
            display: block;
            width: 300px;
            height: 160px;
            margin: 0 60px 0 20px;
            padding: 0;
            text-indent: -99999px;
            background: transparent url("../../img/logo/logo.svg") no-repeat center center;
            background-size: contain; }
          nav.main ul li a.active {
            border-bottom: 5px solid #00b9ee; }
          nav.main ul li a.drop {
            font-size: 1.5em;
            background: url("../../img/icons/nav/arrow-down.svg") no-repeat center 56px;
            background-size: 10px; }
            nav.main ul li a.drop:hover {
              background: #00b9ee url("../../img/icons/nav/arrow-down.svg") no-repeat center 56px;
              background-size: 10px; }
          nav.main ul li a.shop {
            width: 160px;
            padding: 33px 0 0 20px;
            background: #98c221 url("../../img/icons/nav/shop.svg") no-repeat 30px center;
            background-size: 24px; }
            nav.main ul li a.shop:hover {
              background: #00b9ee url("../../img/icons/nav/shop.svg") no-repeat 30px center;
              background-size: 24px; }
        nav.main ul li:hover > a {
          background: #00b9ee; }
          nav.main ul li:hover > a.logo {
            -moz-transition-property: margin;
            -o-transition-property: margin;
            -webkit-transition-property: margin;
            transition-property: margin;
            -moz-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
            margin: 10px 60px 0 20px;
            background: transparent url("../../img/logo/logo.svg") no-repeat center center;
            background-size: contain; }
        nav.main ul li:hover div {
          position: absolute;
          display: block;
          padding: 10px 0;
          background: #00b9ee; }
          nav.main ul li:hover div dl {
            display: inline;
            padding: 0;
            margin: 0;
            float: left; }
            nav.main ul li:hover div dl dd {
              padding: 0;
              margin: 0; }
              nav.main ul li:hover div dl dd a {
                display: block;
                width: 265px;
                height: 40px;
                font-family: "Bangers";
                font-size: 1.25em;
                text-align: left;
                padding: 10px 0 0 35px;
                background: url("../../img/icons/nav/arrow-right.svg") no-repeat 20px center;
                background-size: 6px; }
                nav.main ul li:hover div dl dd a:hover {
                  background: #841f82 url("../../img/icons/nav/arrow-right.svg") no-repeat 20px center;
                  background-size: 6px; }
  @media screen and (min-width: 320px) and (max-width: 979px) {
    nav.main {
      display: none; }
    nav.pushy {
      display: inherit; } }

.wrapper.quicklinks {
  position: relative;
  padding: 0;
  margin: 0 auto;
  background: #e6137e;
  z-index: 110; }
  @media screen and (min-width: 767px) and (max-width: 979px) {
    .wrapper.quicklinks {
      background: #4a1049; } }
  .wrapper.quicklinks div h2 {
    display: block;
    padding: 10px 0 0 35px;
    margin: 0;
    font-family: "Bangers";
    font-size: 1.5em; }
  .wrapper.quicklinks div h3 {
    font-family: "ProximaNovaBold";
    font-size: 1em;
    margin: 0; }
  .wrapper.quicklinks div p {
    margin: 0;
    padding-bottom: 10px; }
  .wrapper.quicklinks div.box {
    *zoom: 1;
    max-width: 60em;
    margin: 0 auto;
    background: #00b9ee; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .wrapper.quicklinks div.box {
        margin: 0 auto; } }
  .wrapper.quicklinks div.news {
    width: 33.3334%;
    color: white;
    margin: -80px 0 0 0;
    padding: 10px 20px 20px 20px;
    background: black;
    float: left; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .wrapper.quicklinks div.news {
        width: 100%;
        margin: 0px; } }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      .wrapper.quicklinks div.news {
        padding-bottom: 40px; } }
    .wrapper.quicklinks div.news h2 {
      color: #e6137e;
      background: url("../../img/icons/quicklinks/hot.svg") no-repeat left center;
      background-size: 30px; }
    .wrapper.quicklinks div.news h3 {
      color: #98c221; }
    .wrapper.quicklinks div.news p {
      font-size: .75em; }
    .wrapper.quicklinks div.news a {
      display: block;
      width: 100%;
      height: 40px;
      color: white;
      font-family: "Bangers";
      font-size: 1.5em;
      text-decoration: none;
      padding: 13px 0 0 50px;
      background: #b80f65 url("../../img/icons/arrow-right.svg") no-repeat;
      background-size: contain; }
  .wrapper.quicklinks div.programm, .wrapper.quicklinks div.countdown {
    width: 33.3334%;
    margin: -80px 0 0 0;
    padding: 10px 20px 20px 20px;
    background: #00b9ee;
    float: left; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .wrapper.quicklinks div.programm, .wrapper.quicklinks div.countdown {
        width: 100%;
        margin: 0; } }
    .wrapper.quicklinks div.programm h2, .wrapper.quicklinks div.countdown h2 {
      color: white; }
    .wrapper.quicklinks div.programm h3, .wrapper.quicklinks div.countdown h3 {
      color: #841f82; }
    .wrapper.quicklinks div.programm p, .wrapper.quicklinks div.countdown p {
      color: #2c0a2c;
      font-size: .75em; }
    .wrapper.quicklinks div.programm span, .wrapper.quicklinks div.countdown span {
      line-height: .6em !important; }
      .wrapper.quicklinks div.programm span.countdown-section, .wrapper.quicklinks div.countdown span.countdown-section {
        display: block;
        width: 25%;
        color: white;
        text-align: center;
        margin: 13px 0 0 0;
        padding: 20px 0 15px 0;
        background: #e6137e;
        border-right: 1px solid #00b9ee;
        float: left; }
        .wrapper.quicklinks div.programm span.countdown-section .countdown-amount, .wrapper.quicklinks div.countdown span.countdown-section .countdown-amount {
          padding: 0 0 0px 0;
          width: 100%;
          display: inline-block;
          font-family: "Bangers";
          font-size: 2.25em;
          text-align: center; }
        .wrapper.quicklinks div.programm span.countdown-section .countdown-period, .wrapper.quicklinks div.countdown span.countdown-section .countdown-period {
          display: inline-block;
          width: 100%;
          font-family: "ProximaNovaSemiBold";
          font-size: .625em;
          text-align: center;
          text-transform: uppercase; }
  .wrapper.quicklinks div.programm h2 {
    background: url("../../img/icons/quicklinks/list.svg") no-repeat center left;
    background-size: 25px; }
  .wrapper.quicklinks div.programm a {
    display: block;
    width: 100%;
    height: 40px;
    color: white;
    font-family: "Bangers";
    font-size: 1.5em;
    text-decoration: none;
    padding: 13px 0 0 50px;
    background: #e6137e url("../../img/icons/arrow-right-blue.svg") no-repeat left center;
    background-size: contain; }
  .wrapper.quicklinks div.countdown h2 {
    background: url("../../img/icons/quicklinks/watch.svg") no-repeat center left;
    background-size: 30px; }
  .wrapper.quicklinks .info {
    padding: 20px 0; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      .wrapper.quicklinks .info {
        display: none; } }
    .wrapper.quicklinks .info div {
      height: 90px;
      width: 728px;
      margin: 0 auto; }

.wrapper.content {
  background: #4a1049; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .wrapper.content {
      padding: 0; } }
.wrapper #map {
  width: 100%;
  height: 640px; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .wrapper #map {
      height: 320px; } }

main {
  display: block;
  *zoom: 1;
  max-width: 60em;
  margin: 0 auto;
  color: white;
  overflow: hidden; }
  main h1 {
    color: #e6137e;
    font-family: "Bangers";
    font-size: 2em;
    margin: 0;
    padding: 40px 0 0 0; }
  main h2 {
    color: #e6137e;
    font-family: "Bangers";
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0 0 35px; }
  main h3 {
    color: #00b9ee;
    font-family: "ProximaNovaBold";
    font-size: 1em;
    margin: 0;
    padding: 0; }
  main h4 {
    color: #ffc602;
    font-family: "ProximaNovaBold";
    font-size: .813em;
    margin: 0;
    padding: 0; }
  main a {
    color: #e6137e;
    text-decoration: none; }
    main a:hover {
      color: #00b9ee; }
    main a.submit {
      -moz-transition-property: background;
      -o-transition-property: background;
      -webkit-transition-property: background;
      transition-property: background;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      display: block;
      width: 100%;
      height: 50px;
      color: white;
      font-family: "Bangers";
      font-size: 2em;
      text-align: center;
      text-decoration: none;
      padding: 18px 0 0 0;
      margin: 10px 0 0 0;
      border: 0 none;
      background: #98c221; }
      main a.submit:hover {
        -moz-transition-property: background;
        -o-transition-property: background;
        -webkit-transition-property: background;
        transition-property: background;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        color: white;
        background: #e6137e; }
    main a.ticketscript {
      display: block;
      width: 160px;
      height: 44px;
      margin: 10px 0 20px 0;
      text-indent: -99999px;
      background: url("../../img/icons/ticketscript.svg") no-repeat center left;
      background-size: contain; }
  main p {
    font-size: .75em;
    margin: 0;
    padding: 0 0 20px 0; }
    main p span.expand {
      width: 90px;
      float: left; }
  main address {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    font-size: .75em;
    font-style: normal;
    margin: 0;
    padding: 0 0 20px 0; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      main address {
        width: 100%;
        font-size: .75em;
        padding-top: 20px;
        border-top: 1px solid #741972;
        border-bottom: 1px solid #200720; }
        main address span {
          width: 70px !important;
          float: left; }
        main address:first-of-type {
          border-top: 1px solid #4a1049; }
        main address:last-of-type {
          border-bottom: 1px solid #4a1049; } }
    @media screen and (min-width: 767px) and (max-width: 979px) {
      main address {
        width: 50%; } }
    main address:last-child {
      margin-right: 0; }
    main address strong {
      font-family: "ProximaNovaSemiBold";
      font-size: 1em; }
    main address span {
      width: 50px;
      float: left; }
  main article {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%;
    padding: 20px; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      main article {
        width: 100%; } }
    main article.agb span {
      color: #00b9ee; }
    main article.mask {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      main article.mask:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        main article.mask {
          width: 100%; } }
      main article.mask h1 {
        color: #e6137e;
        font-family: "Bangers";
        font-size: 1.5em;
        line-height: 2em;
        margin: 0;
        padding: 10px 0 0 35px;
        background: url("../../img/icons/content/mask.svg") no-repeat center left;
        background-size: 30px; }
    main article:last-child {
      margin-right: 0; }
    main article h2.pix {
      background: url("../../img/icons/content/pix.svg") no-repeat center left;
      background-size: 30px; }
    main article h2.tickets {
      background: url("../../img/icons/content/tickets.svg") no-repeat center left;
      background-size: 30px; }
    main article strong {
      font-weight: normal;
      color: #ffc602; }
    main article div.payment {
      width: 50%;
      padding-right: 20px;
      float: left; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        main article div.payment {
          width: 100%; } }
    main article div.act {
      width: 33.3334%;
      padding: 0 20px 20px 0;
      float: left; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        main article div.act {
          width: 100%;
          padding: 20px 0 40px 0;
          border-top: 1px solid #741972;
          border-bottom: 1px solid #200720; }
          main article div.act:first-of-type {
            border-top: 1px solid #4a1049; }
          main article div.act:last-of-type {
            border-bottom: 1px solid #4a1049; } }
      @media screen and (min-width: 767px) and (max-width: 979px) {
        main article div.act h2 {
          font-size: 1.15em;
          padding: 10px 0 0 25px;
          background: url("../../img/icons/programm/star.svg") no-repeat center left;
          background-size: 20px !important; } }
      main article div.act h2 {
        color: #ffc602;
        background: url("../../img/icons/programm/star.svg") no-repeat center left;
        background-size: 30px; }
      main article div.act p {
        padding: 0 0 10px 0; }
        @media screen and (min-width: 767px) and (max-width: 979px) {
          main article div.act p {
            min-height: 80px; } }
      main article div.act img {
        width: 100%;
        border: 5px solid rgba(255, 255, 255, 0.1); }
      main article div.act .fb-like {
        padding-bottom: 10px; }
    main article ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      main article ul li.gallery {
        margin: 0;
        padding: 1px;
        width: 25%;
        float: left; }
        @media screen and (min-width: 320px) and (max-width: 768px) {
          main article ul li.gallery {
            width: 100%; }
            main article ul li.gallery img {
              width: 100%; } }
        @media screen and (min-width: 767px) and (max-width: 979px) {
          main article ul li.gallery {
            width: 33.3334%; } }
        main article ul li.gallery a img {
          -moz-transition-property: border;
          -o-transition-property: border;
          -webkit-transition-property: border;
          transition-property: border;
          -moz-transition-duration: 0.25s;
          -o-transition-duration: 0.25s;
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          max-width: 100%;
          border: 5px solid rgba(255, 255, 255, 0.1);
          float: left; }
        main article ul li.gallery a:hover img {
          -moz-transition-property: border;
          -o-transition-property: border;
          -webkit-transition-property: border;
          transition-property: border;
          -moz-transition-duration: 0.25s;
          -o-transition-duration: 0.25s;
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          border: 5px solid #ffc602; }
    main article img.cycle-slide {
      width: 100%;
      border: 5px solid rgba(255, 255, 255, 0.1); }
      main article img.cycle-slide.cycle-slide-active {
        border: 5px solid rgba(255, 255, 255, 0.1); }
    main article #custom-pager-friday, main article #custom-pager-saturday {
      display: block;
      margin: 20px 0 60px 0; }
      main article #custom-pager-friday a, main article #custom-pager-saturday a {
        display: inline-block;
        width: 10%;
        padding: 23px 0 17px 0;
        color: white;
        font-family: "Bangers";
        font-size: 1.5em;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #4a1049; }
        @media screen and (min-width: 320px) and (max-width: 768px) {
          main article #custom-pager-friday a, main article #custom-pager-saturday a {
            width: 20%; } }
        main article #custom-pager-friday a:hover, main article #custom-pager-saturday a:hover {
          background: rgba(255, 255, 255, 0.3); }
      main article #custom-pager-friday .cycle-pager-active a, main article #custom-pager-saturday .cycle-pager-active a {
        background: #e6137e; }
    main article #pagination-friday, main article #pagination-saturday {
      display: block;
      margin: 20px 0 60px 0;
      padding: 0 0 20px 0; }
      main article #pagination-friday a, main article #pagination-saturday a {
        display: block;
        width: 50%;
        padding: 23px 0 17px 0;
        color: white;
        font-family: "Bangers";
        font-size: 1.5em;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid #4a1049;
        float: left; }
    main article .video {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 0;
      margin-bottom: 60px;
      height: 0;
      overflow: hidden; }
      main article .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  main aside {
    margin: 0;
    color: #ffc602; }
    main aside h2.attention {
      background: url("../../img/icons/content/attention.svg") no-repeat center left;
      background-size: 30px; }
    main aside h2.clock {
      background: url("../../img/icons/content/clock.svg") no-repeat center left;
      background-size: 30px; }
    main aside h2.hot {
      background: url("../../img/icons/content/hot.svg") no-repeat center left;
      background-size: 30px; }
    main aside h3 {
      font-size: .75em; }
    main aside.wide {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      padding: 20px; }
      main aside.wide:last-child {
        margin-right: 0; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        main aside.wide {
          width: 100%;
          padding: 0; } }
      main aside.wide div {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 47.58542%; }
        main aside.wide div:last-child {
          margin-right: 0; }
        @media screen and (min-width: 320px) and (max-width: 768px) {
          main aside.wide div {
            width: 100%;
            padding: 0 20px;
            color: white;
            background: black; }
            main aside.wide div:first-of-type {
              padding: 20px 20px 0 20px; }
            main aside.wide div:last-of-type {
              padding: 0 20px 20px 20px; }
            main aside.wide div h2 {
              color: #e6137e; }
            main aside.wide div h3 {
              color: #98c221; }
            main aside.wide div a {
              display: block;
              width: 100%;
              height: 40px;
              color: white;
              font-family: "Bangers";
              font-size: 1.5em;
              text-decoration: none;
              margin: 10px 0 0 0;
              padding: 13px 0 0 50px;
              background: #b80f65 url("../../img/icons/arrow-right.svg") no-repeat left center;
              background-size: 40px; }
              main aside.wide div a:hover {
                color: white; } }
    main aside.narrow {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      padding: 20px 0 40px 0; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        main aside.narrow {
          width: 100%;
          padding: 0 20px 20px 20px;
          color: white;
          background: black; }
          main aside.narrow h2 {
            color: #e6137e; }
          main aside.narrow h3 {
            color: #98c221; }
          main aside.narrow a {
            display: block;
            width: 100%;
            height: 40px;
            color: white;
            font-family: "Bangers";
            font-size: 1.5em;
            text-decoration: none;
            margin: 10px 0 0 0;
            padding: 13px 0 0 50px;
            background: #b80f65 url("../../img/icons/arrow-right.svg") no-repeat left center;
            background-size: 40px; }
            main aside.narrow a:hover {
              color: white; } }
      main aside.narrow:last-child {
        margin-right: 0; }

.error {
  display: none;
  font-size: .688em;
  -webkit-font-smoothing: subpixel-antialiased !important;
  margin: -5px 0 20px 160px; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    .error {
      margin: -5px 0 20px 0; } }

form {
  margin: 15px 0 60px 0;
  padding: 0;
  height: auto; }
  form label {
    font-size: .688em;
    color: #ffc602;
    margin: 0;
    padding: 0;
    width: 160px;
    float: left; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      form label {
        width: 100%; } }
  form select {
    -moz-border-radius: 0px / 0px;
    -webkit-border-radius: 0px 0px;
    border-radius: 0px / 0px;
    width: 280px;
    font-size: .688em;
    margin: 10px 0;
    padding: 12px 20px;
    background: #841f82;
    border: 0 none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer; }
    form select:focus {
      outline: 0 none; }
    form select option {
      outline: 0 none;
      -moz-appearance: none; }
  form select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #fff; }
  form span {
    position: relative; }
    form span:after {
      position: absolute;
      top: -12px;
      right: 0;
      padding: 12px 15px;
      content: url("../../img/icons/form/select.svg");
      background: transparent;
      pointer-events: none;
      display: block; }
  form .btn-paypal.disabled {
    opacity: 0.5; }
  form .paypal-checkbox {
    width: auto;
    margin: 0; }
  form .paypal-text {
    font-size: 12px; }
    form .paypal-text::after {
      display: none; }
  form input {
    width: 300px;
    color: white;
    font-size: .688em;
    margin: 0 0 10px 0;
    padding: 12px 20px 12px 17px;
    background: #841f82;
    border: 0 none; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      form input {
        width: 100%; } }
    form input:focus {
      outline: 0;
      outline-offset: -12px; }
    form input.captcha {
      height: 40px;
      font-family: "Bangers";
      font-size: 1.75em;
      font-weight: normal;
      letter-spacing: 5px;
      text-align: center;
      padding: 10px 20px 0 20px; }
    form input.submit {
      -moz-transition-property: background;
      -o-transition-property: background;
      -webkit-transition-property: background;
      transition-property: background;
      -moz-transition-duration: 0.25s;
      -o-transition-duration: 0.25s;
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      display: block;
      width: 170px;
      height: 50px;
      color: white;
      font-family: "Bangers";
      font-size: 1.75em;
      text-align: center;
      text-decoration: none;
      padding: 10px 0;
      margin: 0 0 0 160px;
      border: 0 none;
      background: #98c221; }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        form input.submit {
          width: 100%;
          margin: 0; } }
      form input.submit:hover {
        -moz-transition-property: background;
        -o-transition-property: background;
        -webkit-transition-property: background;
        transition-property: background;
        -moz-transition-duration: 0.25s;
        -o-transition-duration: 0.25s;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
        color: white;
        background: #e6137e; }
  form textarea {
    width: 300px;
    min-height: 180px;
    max-height: 180px;
    font-size: .688em;
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background: #841f82;
    border: 0 none;
    resize: none; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      form textarea {
        width: 100%; } }
    form textarea:focus {
      outline: 0;
      outline-offset: -12px; }

.wrapper.newsletter {
  padding: 20px 0 30px 0;
  background: #e6137e; }
  .wrapper.newsletter div {
    max-width: 60em;
    margin: 0 auto; }
    .wrapper.newsletter div h1 {
      padding: 0;
      margin: 0 20px;
      color: #4a1049;
      font-family: "Bangers";
      font-size: 1.5em; }
      @media screen and (min-width: 767px) and (max-width: 979px) {
        .wrapper.newsletter div h1 {
          margin: 0 2.5%; } }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .wrapper.newsletter div h1 {
          margin: 0 2.5%; } }
    .wrapper.newsletter div form {
      -moz-box-shadow: black 0 0 20px;
      -webkit-box-shadow: black 0 0 20px;
      box-shadow: black 0 0 20px;
      position: relative;
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 767px) and (max-width: 979px) {
        .wrapper.newsletter div form {
          width: 95%;
          margin: 0 2.5%; } }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .wrapper.newsletter div form {
          width: 95%;
          margin: 0 2.5%; } }
      .wrapper.newsletter div form input {
        width: 74.9%;
        height: 60px;
        padding: 0 20px;
        margin: 0 .1% 0 0;
        color: #303030;
        font-size: .75em;
        background: white;
        border: 0 none;
        float: left; }
        .wrapper.newsletter div form input.button {
          width: 25%;
          height: 60px;
          margin: 0;
          border: 0 none;
          color: white;
          font-family: "ProximaNovaSemiBold";
          background: #98c221; }
          .wrapper.newsletter div form input.button:hover {
            background: #80a31c; }
    .wrapper.newsletter div small {
      margin: 0 0 0 20px;
      color: #4a1049;
      font-size: .625em; }
      @media screen and (min-width: 767px) and (max-width: 979px) {
        .wrapper.newsletter div small {
          margin: 0 2.5%; } }
      @media screen and (min-width: 320px) and (max-width: 768px) {
        .wrapper.newsletter div small {
          margin: 0 2.5%; } }

#paypal h2 {
  background: url("../../img/icons/content/tickets.svg") no-repeat center left;
  background-size: 30px; }
#paypal form {
  margin: 0 0 20px 0; }
  #paypal form input {
    background: transparent; }
    #paypal form input.btn-paypal {
      margin: 10px 0 0 0;
      padding: 0;
      width: 141px;
      height: 29px; }

.wrapper.partner {
  padding: 20px 0 80px 0;
  background: #2c0a2c; }
  .wrapper.partner div {
    max-width: 60em;
    margin: 0 auto; }
    .wrapper.partner div h2 {
      color: #ffc602;
      font-family: "Bangers";
      padding: 10px 0 0 35px;
      margin: 0 20px;
      background: url("../../img/icons/partner/partner.svg") no-repeat center left;
      background-size: 30px; }
    .wrapper.partner div ul {
      width: 100%;
      height: 140px;
      margin: 0;
      padding: 0 20px;
      list-style-type: none; }
      .wrapper.partner div ul li {
        width: 25%;
        float: left;
        text-indent: -99999px; }
        @media screen and (min-width: 320px) and (max-width: 768px) {
          .wrapper.partner div ul li {
            width: 50%; } }
        .wrapper.partner div ul li a {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.25s;
          -o-transition-duration: 0.25s;
          -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
          display: block;
          min-height: 120px; }
          .wrapper.partner div ul li a.bruzzelhuette {
            background: url("../../img/partner/bruzzelhuette.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.jaegermeister {
            background: url("../../img/partner/jaegermeister.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.muchachoo {
            background: url("../../img/partner/muchachoo.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.hallo-pizza {
            background: url("../../img/partner/hallo-pizza.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.captain-morgan {
            background: url("../../img/partner/captain-morgan.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.deine-limo {
            background: url("../../img/partner/deine-limo.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.fahnenfleck {
            background: url("../../img/partner/fahnenfleck.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.kleiner-feigling {
            background: url("../../img/partner/kleiner-feigling.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.koenig-pilsener {
            background: url("../../img/partner/koenig-pilsener.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.maskworld {
            background: url("../../img/partner/maskworld.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.ped24 {
            background: url("../../img/partner/ped24.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.shatlers-cocktails {
            background: url("../../img/partner/shatlers-cocktails.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.smirnoff {
            background: url("../../img/partner/smirnoff.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.sportspass {
            background: url("../../img/partner/sportspass.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.virtual-nights {
            background: url("../../img/partner/virtual-nights.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.kostueme {
            background: url("../../img/partner/kostueme.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.morgenpost {
            background: url("../../img/partner/morgenpost.png") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.alsterradio {
            background: url("../../img/partner/alsterradio.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.scavi-and-ray {
            background: url("../../img/partner/scavi-and-ray.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a.effect {
            background: url("../../img/partner/effect.svg") no-repeat center center;
            background-size: contain; }
          .wrapper.partner div ul li a:hover {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.25s;
            -o-transition-duration: 0.25s;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
            opacity: 0.25; }

.wrapper.footer {
  height: auto;
  padding: 40px 0;
  background: #46155d; }

footer {
  *zoom: 1;
  max-width: 60em;
  margin: 0 auto;
  color: #ffc602;
  font-family: "ProximaNovaRegular";
  line-height: 1.25em; }
  footer div {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 20px; }
    footer div:last-child {
      margin-right: 0; }
    @media screen and (min-width: 320px) and (max-width: 768px) {
      footer div {
        width: 100%; } }
  footer h2 {
    color: #00b9ee;
    font-family: "Bangers"; }
  footer h3 {
    color: #ffc602;
    font-family: "ProximaNovaBold";
    font-size: .813em;
    text-transform: uppercase;
    margin-bottom: 10px; }
  footer address {
    color: white;
    font-size: .813em;
    font-style: normal; }
    footer address a {
      color: white;
      text-decoration: none; }
      footer address a:hover {
        color: #ffc602; }
      footer address a.active {
        color: #e6137e; }
    footer address span {
      width: 60px;
      float: left; }
  footer p {
    color: white;
    font-size: .813em;
    padding: 0 0 20px 0; }
    footer p a {
      color: white;
      text-decoration: none; }
      footer p a:hover {
        color: #ffc602; }
      footer p a.active {
        color: #e6137e; }
      footer p a.bo {
        display: block;
        width: 100%;
        padding: 0 0 0 40px;
        line-height: 1.25em;
        background: url("../../img/icons/brandorange.svg") no-repeat left center;
        background-size: contain; }
        footer p a.bo:hover {
          color: #f3920a; }
  footer ul {
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none; }
    footer ul.social {
      width: 100%;
      padding-bottom: 40px; }
      footer ul.social li {
        display: inline-block;
        width: 20%;
        padding: 0 1px 1px 0; }
        footer ul.social li a {
          -moz-transition-property: all;
          -o-transition-property: all;
          -webkit-transition-property: all;
          transition-property: all;
          -moz-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
          -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
          opacity: 0.25;
          display: block; }
          footer ul.social li a img {
            max-width: 100%; }
          footer ul.social li a:hover {
            -moz-transition-property: all;
            -o-transition-property: all;
            -webkit-transition-property: all;
            transition-property: all;
            -moz-transition-duration: 0.5s;
            -o-transition-duration: 0.5s;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
            opacity: 0.75; }
    footer ul li a {
      color: white;
      font-size: .813em;
      text-decoration: none; }
      footer ul li a:hover {
        color: #ffc602; }
      footer ul li a.active {
        color: #f3920a; }

body {
  font-family: "ProximaNovaRegular";
  font-size: 1em;
  font-weight: normal;
  line-height: 1.25em;
  background: #310a31; }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    body.content .box {
      display: none !important; } }
  @media screen and (min-width: 320px) and (max-width: 768px) {
    body.content article {
      padding-top: 60px; } }

.clear {
  clear: both; }

@media screen and (min-width: 320px) and (max-width: 768px) {
  .hide {
    display: none; } }

.wrapper {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  background: #841f82; }
  .wrapper::after {
    clear: both;
    content: "";
    display: block; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal; }
