


.opacity1 {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}

.opacity0 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.opacity7 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.opacity3 {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}

.hoveropacity {
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.hovercolor {
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}

.hoverbg {
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}

.transition {
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.rounded-corners {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.centered {
  float: left;
  position: relative;
  left: 50%;
}

.centered li {
  float: left;
  position: relative;
  right: 50%;
}

.trigger--scroll-top {
  display: block;
  width: 50px;
  height: 40px;
  background: red;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: url(../img/arrow-up.png) center center no-repeat #bdda04;
}

.trigger--scroll-top:hover {
  background-color: #db2a7c;
  -webkit-transition: background-color 400ms ease-out;
  -moz-transition: background-color 400ms ease-out;
  -o-transition: background-color 400ms ease-out;
  transition: background-color 400ms ease-out;
}

.more {
  display: block;
  float: left;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
  text-decoration: none;
  padding-right: 25px;
  background: url(../img/icon-more.png) right center no-repeat;
  padding: 8px 25px 8px 0;
}

.icon--video {
  display: block;
  background: url(../img/play.png) left top no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 100px;
}

.icon--video:hover {
  background: url(../img/play-hover.png) left top no-repeat;
  background-size: contain;
}

.pauseButton {
  background: url(../img/pause.png) left top no-repeat;
  background-size: contain;
}

.pauseButton:hover {
  background: url(../img/pause-hover.png) left top no-repeat;
  background-size: contain;
}

* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-overflow-scrolling: touch;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: HelvetivaNeue, Arial, sans-serif;
  font-size: 1.0em;
  color: #333333;
  line-height: 1.4em;
}

li {
  list-style-type: none;
}

a {
  color: #333333;
}

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

a:hover {
  color: #bdda04;
  -webkit-transition: color 400ms ease-out;
  -moz-transition: color 400ms ease-out;
  -o-transition: color 400ms ease-out;
  transition: color 400ms ease-out;
}

b,
strong {
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
}

form fieldset {
  border: none;
}

input,
textarea,
select {
  color: inherit;
  font-family: Arial, Helvetica, sans-serif;
  font-size: inherit;
  padding-left: 5px;
  border: 1px solid #c5c5c5;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 30px;
  line-height: 30px;
}

select {
  padding: 6px 0 6px 5px;
  line-height: 25px;
}

.hidden {
  display: none;
}

ul,
p,
a {
  line-height: 1.0em;
}

address {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

img {
  border: none;
}

h1 {
  font-size: 2.0em;
}

h2 {
  font-size: 1.6em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.2em;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
  line-height: 1.1em;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.preload .global__item--centered,
.preload .global__item--centered-mobile,
.preload .global__item--centered-desktop {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.global__item--centered,
.global__item--centered-mobile,
.global__item--centered-desktop {
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.global__item--centered,
.global__item--centered-mobile {
  max-width: 300px;
}

#outerWrapper {
  background: #fff;
}

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

  .global__item--centered,
  .global__item--centered-mobile {
    max-width: 400px;
  }
}

@media only screen and (min-width:768px) {
  .global__item--centered-mobile {
    max-width: none;
  }

  .global__item--centered,
  .global__item--centered-tablet {
    max-width: 600px;
  }
}

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

  .global__item--centered-mobile,
  .global__item--centered-tablet {
    max-width: none;
  }

  .global__item--centered,
  .global__item--centered-desktop {
    max-width: 940px;
  }
}

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

  .home .global__item--centered,
  .home .global__item--centered-desktop {
    max-width: 1000px;
  }
}

@media only screen and (min-height:1800px) {
  #wrap {
    background: url(../img/background.png) center 75% no-repeat;
  }
}

.header {
  position: relative;
  margin-bottom: -40px;
  z-index: 2;
}

.header__logo {
  display: block;
  float: left;
  margin-top: 24px;
  margin-left: 15px;
  width: 248px;
}

.header__navbar {
  height: 100px;
  position: relative;
  z-index: 2;
  background: url(../img/header-bg.png) right -58px no-repeat;
}

.header__menu {
  display: none;
  position: relative;
  top: -30px;
  background: url(../img/nav-bg.png) left top repeat;
}

.trigger--menu {
  display: block;
  width: 47px;
  height: 37px;
  float: right;
  margin-top: 34px;
  margin-right: 15px;
  background: url(../img/icon-nav.png) center center no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.nav--header {
  padding: 15px 0;
}

.nav--header .nav__item {
  position: relative;
}

.nav--header .nav__item a {
  display: block;
  text-decoration: none;
  color: #bdda04;
  font-size: 1.4em;
  text-transform: uppercase;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
  text-align: center;
  padding: 15px 0;
  border-top: 2px dotted #c5c5c5;
}

.nav--header .nav__item a:hover,
.nav--header .nav__item a.is-active {
  color: #db2a7c;
}

.nav--header .nav__item:first-child a {
  border: none;
}

.nav--header .nav__item:first-child .nav__item {
  border-top: 2px dotted #c5c5c5;
}

@media only screen and (min-width:1024px) {
  .header {
    height: 165px;
    background: url(../img/header-bg-desktop.png) top center no-repeat;
  }

  .header__navbar {
    height: auto;
    background: none;
    float: left;
  }

  .header__logo {
    width: 388px;
    position: absolute;
    top: 10px;
    margin-top: 0;
    margin-left: -35px;
  }

  .header__menu {
    display: block !important;
    float: right;
    top: 0;
    margin-top: 92px;
    background: none;
  }

  .nav--header {
    padding: 0;
  }

  .nav--header .nav__wrapper {
    position: relative;
  }

  .nav--header .nav__item {
    float: left;
    border: none !important;
  }

  .nav--header .nav__item a {
    padding: 0 10px;
    color: #bdda04;
    border: none;
    font-size: 1.125em;
    border-left: 2px dotted #c5c5c5;
  }

  .nav--header .nav__item:first-child .nav__item a {
    border: none;
  }
}

#main .cType_slider {
  position: relative;
}

#main .cType_slider .icon--video {
  height: 71px;
  background-position: center center;
}

#main .cType_slider .descr {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 106px;
  background: url(../img/descr-bg.png) left bottom no-repeat;
  padding: 30px 20px 0 10px;
}

#main .cType_slider .descr p {
  color: #db2a7c;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.0em;
}

#main .cType_slider .bxslider {
  padding-left: 0;
  position: relative;
  margin: 0;
}

#main .cType_slider .bxslider li {
  display: block;
  text-decoration: none;
  position: relative;
  margin: 0;
  list-style-type: none;
}

#main .cType_slider .bx-prev,
#main .cType_slider .bx-next {
  display: block;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 20px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}

#main .cType_slider .bx-prev {
  background: url(../img/slider-skip.png) 0 0 no-repeat;
  left: 0;
}

#main .cType_slider .bx-prev:hover {
  background-position: 0 -42px;
}

#main .cType_slider .bx-next {
  right: 0;
  background: url(../img/slider-skip.png) -22px 0 no-repeat;
}

#main .cType_slider .bx-next:hover {
  background-position: -22px -42px;
}

.cType_textpic img,
.cType_pic img,
.cType_video img,
.cType_sponsor img,
.col__img img,
.widget--side img,
.cType_slider img,
.cType_textpic video,
.cType_pic video,
.cType_video video,
.cType_sponsor video,
.col__img video,
.widget--side video,
.cType_slider video {
  display: block;
  max-width: 100%;
  height: auto;
}

#top {
  padding-top: 40px;
  padding-bottom: 115px;
  background: url(../img/bg-spacer.png) center bottom no-repeat;
}

#main h1 a,
#top h1 a,
#main h2 a,
#top h2 a,
#main h3 a,
#top h3 a,
#main h4 a,
#top h4 a {
  font-size: 1.0em;
  line-height: 1.0em;
  text-decoration: none;
}

#main h1,
#top h1,
#main h2,
#top h2,
#main h3,
#top h3,
#main h4,
#top h4 {
  margin: 40px 0 20px 0;
}

#main div h1,
#top div h1,
#main div h2,
#top div h2,
#main div h3,
#top div h3,
#main div h4,
#top div h4 {
  margin: 20px 0;
}

#main div h1:first-child,
#top div h1:first-child,
#main div h2:first-child,
#top div h2:first-child,
#main div h3:first-child,
#top div h3:first-child,
#main div h4:first-child,
#top div h4:first-child {
  margin: 0 0 20px 0;
}

#main .cType_teaser h2,
#top .cType_teaser h2,
#main .cType_video h2,
#top .cType_video h2,
#main .cType_news h2,
#top .cType_news h2 {
  color: #db2a7c;
}

#main .cType_teaser h2 a,
#top .cType_teaser h2 a,
#main .cType_video h2 a,
#top .cType_video h2 a,
#main .cType_news h2 a,
#top .cType_news h2 a {
  color: #db2a7c;
}

#main ul,
#top ul,
#main p,
#top p,
#main a,
#top a {
  line-height: 1.4em;
}

#main p,
#top p {
  margin-top: 20px;
}

#main p.descr,
#top p.descr {
  color: #db2a7c;
  font-size: 1.125em;
}

#main p a,
#top p a {
  font-size: 1.0em;
}

#main ul,
#top ul {
  padding-left: 16px;
  margin-top: 20px;
}

#main ul p,
#top ul p,
#main ul a,
#top ul a,
#main ul li ul,
#top ul li ul {
  font-size: 1.0em;
}

#main ul li,
#top ul li {
  list-style-type: disc;
  margin-top: 10px;
}

#main .col-xs-12,
#top .col-xs-12,
#main .cType_text,
#top .cType_text,
#main .cType_textpic,
#top .cType_textpic,
#main .cType_pic,
#top .cType_pic,
#main .cType_teaser,
#top .cType_teaser,
#main .cType_video,
#top .cType_video,
#main .cType_news,
#top .cType_news,
#main .cType_sponsor,
#top .cType_sponsor,
#main .cType_slider,
#top .cType_slider {
  margin-top: 40px;
}

#main .col-xs-12 h1,
#top .col-xs-12 h1,
#main .cType_text h1,
#top .cType_text h1,
#main .cType_textpic h1,
#top .cType_textpic h1,
#main .cType_pic h1,
#top .cType_pic h1,
#main .cType_teaser h1,
#top .cType_teaser h1,
#main .cType_video h1,
#top .cType_video h1,
#main .cType_news h1,
#top .cType_news h1,
#main .cType_sponsor h1,
#top .cType_sponsor h1,
#main .cType_slider h1,
#top .cType_slider h1,
#main .col-xs-12 h2,
#top .col-xs-12 h2,
#main .cType_text h2,
#top .cType_text h2,
#main .cType_textpic h2,
#top .cType_textpic h2,
#main .cType_pic h2,
#top .cType_pic h2,
#main .cType_teaser h2,
#top .cType_teaser h2,
#main .cType_video h2,
#top .cType_video h2,
#main .cType_news h2,
#top .cType_news h2,
#main .cType_sponsor h2,
#top .cType_sponsor h2,
#main .cType_slider h2,
#top .cType_slider h2,
#main .col-xs-12 h3,
#top .col-xs-12 h3,
#main .cType_text h3,
#top .cType_text h3,
#main .cType_textpic h3,
#top .cType_textpic h3,
#main .cType_pic h3,
#top .cType_pic h3,
#main .cType_teaser h3,
#top .cType_teaser h3,
#main .cType_video h3,
#top .cType_video h3,
#main .cType_news h3,
#top .cType_news h3,
#main .cType_sponsor h3,
#top .cType_sponsor h3,
#main .cType_slider h3,
#top .cType_slider h3,
#main .col-xs-12 h4,
#top .col-xs-12 h4,
#main .cType_text h4,
#top .cType_text h4,
#main .cType_textpic h4,
#top .cType_textpic h4,
#main .cType_pic h4,
#top .cType_pic h4,
#main .cType_teaser h4,
#top .cType_teaser h4,
#main .cType_video h4,
#top .cType_video h4,
#main .cType_news h4,
#top .cType_news h4,
#main .cType_sponsor h4,
#top .cType_sponsor h4,
#main .cType_slider h4,
#top .cType_slider h4 {
  padding-left: 0;
}

#main .cType_pic,
#top .cType_pic,
#main .cType_news,
#top .cType_news,
#main .teaser__item,
#top .teaser__item {
  margin-top: 20px;
}

#main .cType_textpic .img--left,
#top .cType_textpic .img--left,
#main .content__teaser--horizontal .cType_teaser .img--left,
#top .content__teaser--horizontal .cType_teaser .img--left,
#main .cType_video .img--left,
#top .cType_video .img--left,
#main .cType_news .img--left,
#top .cType_news .img--left,
#main .teaser__item .img--left,
#top .teaser__item .img--left,
#main .cType_slider .img--left,
#top .cType_slider .img--left,
#main .cType_textpic .img--right,
#top .cType_textpic .img--right,
#main .content__teaser--horizontal .cType_teaser .img--right,
#top .content__teaser--horizontal .cType_teaser .img--right,
#main .cType_video .img--right,
#top .cType_video .img--right,
#main .cType_news .img--right,
#top .cType_news .img--right,
#main .teaser__item .img--right,
#top .teaser__item .img--right,
#main .cType_slider .img--right,
#top .cType_slider .img--right,
#main .cType_textpic .col__img,
#top .cType_textpic .col__img,
#main .content__teaser--horizontal .cType_teaser .col__img,
#top .content__teaser--horizontal .cType_teaser .col__img,
#main .cType_video .col__img,
#top .cType_video .col__img,
#main .cType_news .col__img,
#top .cType_news .col__img,
#main .teaser__item .col__img,
#top .teaser__item .col__img,
#main .cType_slider .col__img,
#top .cType_slider .col__img,
#main .cType_textpic .img--top,
#top .cType_textpic .img--top,
#main .content__teaser--horizontal .cType_teaser .img--top,
#top .content__teaser--horizontal .cType_teaser .img--top,
#main .cType_video .img--top,
#top .cType_video .img--top,
#main .cType_news .img--top,
#top .cType_news .img--top,
#main .teaser__item .img--top,
#top .teaser__item .img--top,
#main .cType_slider .img--top,
#top .cType_slider .img--top {
  margin-bottom: 20px;
  margin-top: 0;
}

#main .cType_textpic .col__text,
#top .cType_textpic .col__text,
#main .content__teaser--horizontal .cType_teaser .col__text,
#top .content__teaser--horizontal .cType_teaser .col__text,
#main .cType_video .col__text,
#top .cType_video .col__text,
#main .cType_news .col__text,
#top .cType_news .col__text,
#main .teaser__item .col__text,
#top .teaser__item .col__text,
#main .cType_slider .col__text,
#top .cType_slider .col__text {
  margin-top: 0;
}

#main .cType_textpic .col__text .descr,
#top .cType_textpic .col__text .descr,
#main .content__teaser--horizontal .cType_teaser .col__text .descr,
#top .content__teaser--horizontal .cType_teaser .col__text .descr,
#main .cType_video .col__text .descr,
#top .cType_video .col__text .descr,
#main .cType_news .col__text .descr,
#top .cType_news .col__text .descr,
#main .teaser__item .col__text .descr,
#top .teaser__item .col__text .descr,
#main .cType_slider .col__text .descr,
#top .cType_slider .col__text .descr {
  margin-top: 0;
}

#main .cType_textpic .img--bottom,
#top .cType_textpic .img--bottom,
#main .content__teaser--horizontal .cType_teaser .img--bottom,
#top .content__teaser--horizontal .cType_teaser .img--bottom,
#main .cType_video .img--bottom,
#top .cType_video .img--bottom,
#main .cType_news .img--bottom,
#top .cType_news .img--bottom,
#main .teaser__item .img--bottom,
#top .teaser__item .img--bottom,
#main .cType_slider .img--bottom,
#top .cType_slider .img--bottom {
  margin-top: 20px;
}

#main .cType_text h3,
#top .cType_text h3,
#main .cType_textpic h3,
#top .cType_textpic h3,
#main .cType_video h3,
#top .cType_video h3,
#main .cType_text h4,
#top .cType_text h4,
#main .cType_textpic h4,
#top .cType_textpic h4,
#main .cType_video h4,
#top .cType_video h4 {
  margin-bottom: -12px;
  margin-top: 20px;
}

#main .cType_text h3:first-child,
#top .cType_text h3:first-child,
#main .cType_textpic h3:first-child,
#top .cType_textpic h3:first-child,
#main .cType_video h3:first-child,
#top .cType_video h3:first-child,
#main .cType_text h4:first-child,
#top .cType_text h4:first-child,
#main .cType_textpic h4:first-child,
#top .cType_textpic h4:first-child,
#main .cType_video h4:first-child,
#top .cType_video h4:first-child {
  margin-top: 0;
}

#main .row .col-xs-12,
#top .row .col-xs-12,
#main .row .cType_text,
#top .row .cType_text,
#main .row .cType_textpic,
#top .row .cType_textpic,
#main .row .cType_pic,
#top .row .cType_pic,
#main .row .cType_teaser,
#top .row .cType_teaser,
#main .row .cType_video,
#top .row .cType_video,
#main .row .cType_sponsor,
#top .row .cType_sponsor,
#main .row .cType_slider,
#top .row .cType_slider {
  padding-left: 10px;
  padding-right: 10px;
}

#main .cType_teaser h3,
#top .cType_teaser h3,
#main .cType_teaser h4,
#top .cType_teaser h4 {
  margin-bottom: 20px;
}

#main .cType_news h3,
#top .cType_news h3,
#main .teaser__item h3,
#top .teaser__item h3,
#main .cType_news h4,
#top .cType_news h4,
#main .teaser__item h4,
#top .teaser__item h4 {
  margin-bottom: 10px;
}

#main .cType_news h3:first-child,
#top .cType_news h3:first-child,
#main .teaser__item h3:first-child,
#top .teaser__item h3:first-child,
#main .cType_news h4:first-child,
#top .cType_news h4:first-child,
#main .teaser__item h4:first-child,
#top .teaser__item h4:first-child {
  margin-bottom: 10px;
}

#main .cType_news p,
#top .cType_news p,
#main .teaser__item p,
#top .teaser__item p {
  margin-top: 10px;
}

#main .cType_textpic .col__img--left,
#top .cType_textpic .col__img--left,
#main .content__teaser--horizontal .cType_teaser .col__img--left,
#top .content__teaser--horizontal .cType_teaser .col__img--left,
#main .cType_video .col__img--left,
#top .cType_video .col__img--left,
#main .cType_news .col__img--left,
#top .cType_news .col__img--left,
#main .cType_slider .col__img--left,
#top .cType_slider .col__img--left,
#main .cType_textpic .col__text--left,
#top .cType_textpic .col__text--left,
#main .content__teaser--horizontal .cType_teaser .col__text--left,
#top .content__teaser--horizontal .cType_teaser .col__text--left,
#main .cType_video .col__text--left,
#top .cType_video .col__text--left,
#main .cType_news .col__text--left,
#top .cType_news .col__text--left,
#main .cType_slider .col__text--left,
#top .cType_slider .col__text--left {
  float: left;
  padding-left: 0;
  padding-right: 0;
}

#main .cType_textpic .col__img--right,
#top .cType_textpic .col__img--right,
#main .content__teaser--horizontal .cType_teaser .col__img--right,
#top .content__teaser--horizontal .cType_teaser .col__img--right,
#main .cType_video .col__img--right,
#top .cType_video .col__img--right,
#main .cType_news .col__img--right,
#top .cType_news .col__img--right,
#main .cType_slider .col__img--right,
#top .cType_slider .col__img--right,
#main .cType_textpic .col__text--right,
#top .cType_textpic .col__text--right,
#main .content__teaser--horizontal .cType_teaser .col__text--right,
#top .content__teaser--horizontal .cType_teaser .col__text--right,
#main .cType_video .col__text--right,
#top .cType_video .col__text--right,
#main .cType_news .col__text--right,
#top .cType_news .col__text--right,
#main .cType_slider .col__text--right,
#top .cType_slider .col__text--right {
  float: right;
  padding-left: 0;
  padding-right: 0;
}

#main .teaser__item,
#top .teaser__item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #000;
  font-size: 0.9em;
}

#main .teaser__item a,
#top .teaser__item a {
  color: #db2a7c;
}

#main .teaser__item h4,
#top .teaser__item h4 {
  color: #bdda04;
  padding-left: 30px;
  background: url(../img/icon-teaser.png) left center no-repeat;
}

#main .teaser__item h4 a,
#top .teaser__item h4 a {
  color: #bdda04;
}

#main .content__teaser,
#top .content__teaser {
  padding-bottom: 40px;
  border-bottom: 2px dotted #c5c5c5;
}

#main .content__teaser--vertical .cType_teaser .col__img,
#top .content__teaser--vertical .cType_teaser .col__img {
  position: relative;
}

#main .content__teaser--vertical .cType_teaser .col__img .stoerer,
#top .content__teaser--vertical .cType_teaser .col__img .stoerer {
  position: absolute;
  right: -5px;
  top: -18px;
}

#main .cType_video .col__img,
#top .cType_video .col__img,
#main .cType_slider .col__img,
#top .cType_slider .col__img {
  padding-right: 10px;
}

#main .cType_video .descr,
#top .cType_video .descr {
  margin-top: 40px;
}

#main .cType_news,
#top .cType_news {
  padding-bottom: 50px;
  position: relative;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  background: url(../img/bg-news.png) left top no-repeat #f3f3f3;
}

#main .cType_news .more,
#top .cType_news .more {
  position: absolute;
  right: 20px;
  bottom: 10px;
}

#main .cType_news h3,
#top .cType_news h3 {
  color: #db2a7c;
}

#main .cType_news h3 a,
#top .cType_news h3 a {
  color: #db2a7c;
}

#main .cType_sponsor,
#top .cType_sponsor {
  clear: right;
}

#main .cType_sponsor div,
#top .cType_sponsor div {
  border-bottom: 2px dotted #c5c5c5;
  height: 135px;
}

#main .cType_sponsor img,
#top .cType_sponsor img {
  margin-bottom: 10px;
  width: auto;
  height: 70px;
}

#main .teaser,
#top .teaser {
  display: none;
}

#main .nav--sub,
#top .nav--sub {
  margin-top: -20px;
  padding-bottom: 30px;
  background: url(../img/bg-spacer.png) center bottom no-repeat;
}

#main .nav--sub .nav__wrapper,
#top .nav--sub .nav__wrapper {
  padding: 0;
  margin: 0;
}

#main .nav--sub .nav__item,
#top .nav--sub .nav__item {
  position: relative;
  list-style-type: none;
  margin: 0;
}

#main .nav--sub .nav__item a,
#top .nav--sub .nav__item a {
  display: block;
  text-decoration: none;
  color: #bdda04;
  font-size: 1.1em;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
  padding: 15px 0 15px 35px;
  border-top: 1px dotted #c5c5c5;
  background: url(../img/icon-more.png) left center no-repeat;
}

#main .nav--sub .nav__item a:hover,
#top .nav--sub .nav__item a:hover,
#main .nav--sub .nav__item a.is-active,
#top .nav--sub .nav__item a.is-active {
  color: #db2a7c;
}

#main .nav--sub .nav__item:first-child a,
#top .nav--sub .nav__item:first-child a {
  border: none;
}

#main .nav--sub .nav__item:first-child .nav__item,
#top .nav--sub .nav__item:first-child .nav__item {
  border-top: 1px dotted #c5c5c5;
}

.home #main .teaser {
  display: block;
}

#main .content h1,
#main .widget--side h1,
#main .content h2,
#main .widget--side h2 {
  margin: 40px 0 20px 0;
}

#main .content h1:first-child,
#main .widget--side h1:first-child,
#main .content h2:first-child,
#main .widget--side h2:first-child {
  margin: 0 0 20px 0;
}

#main .content div h1,
#main .widget--side div h1,
#main .content div h2,
#main .widget--side div h2 {
  margin: 20px 0;
}

#main .content div h1:first-child,
#main .widget--side div h1:first-child,
#main .content div h2:first-child,
#main .widget--side div h2:first-child {
  margin: 0 0 20px 0;
}

#main .content p:first-child,
#main .widget--side p:first-child {
  margin-top: 0;
}

#main .content .col-xs-12:first-child,
#main .widget--side .col-xs-12:first-child,
#main .content .cType_text:first-child,
#main .widget--side .cType_text:first-child,
#main .content .cType_textpic:first-child,
#main .widget--side .cType_textpic:first-child,
#main .content .cType_pic:first-child,
#main .widget--side .cType_pic:first-child,
#main .content .cType_video:first-child,
#main .widget--side .cType_video:first-child,
#main .content .cType_news:first-child,
#main .widget--side .cType_news:first-child,
#main .content .teaser__item:first-child,
#main .widget--side .teaser__item:first-child,
#main .content .cType_slider:first-child,
#main .widget--side .cType_slider:first-child {
  margin-top: 0;
}

#main .content .col-xs-12,
#main .widget--side .col-xs-12,
#main .content .cType_text,
#main .widget--side .cType_text,
#main .content .cType_textpic,
#main .widget--side .cType_textpic,
#main .content .cType_pic,
#main .widget--side .cType_pic,
#main .content .cType_teaser,
#main .widget--side .cType_teaser,
#main .content .cType_video,
#main .widget--side .cType_video,
#main .content .cType_sponsor,
#main .widget--side .cType_sponsor,
#main .content .cType_slider,
#main .widget--side .cType_slider {
  padding-left: 0;
  padding-right: 0;
}

#main .content .row:first-child,
#main .widget--side .row:first-child {
  margin-top: -40px;
}

#main .content .row .col-xs-12,
#main .widget--side .row .col-xs-12 {
  margin-top: 40px;
}

#main .content .row .col-xs-12,
#main .widget--side .row .col-xs-12,
#main .content .row .cType_text,
#main .widget--side .row .cType_text,
#main .content .row .cType_textpic,
#main .widget--side .row .cType_textpic,
#main .content .row .cType_pic,
#main .widget--side .row .cType_pic,
#main .content .row .cType_teaser,
#main .widget--side .row .cType_teaser,
#main .content .row .cType_video,
#main .widget--side .row .cType_video,
#main .content .row .cType_sponsor,
#main .widget--side .row .cType_sponsor,
#main .content .row .cType_slider,
#main .widget--side .row .cType_slider {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width:768px) {
  #top {
    padding-top: 60px;
  }

  #main .cType_textpic .img--left,
  #top .cType_textpic .img--left,
  #main .content__teaser--horizontal .cType_teaser .img--left,
  #top .content__teaser--horizontal .cType_teaser .img--left,
  #main .cType_video .img--left,
  #top .cType_video .img--left,
  #main .cType_news .img--left,
  #top .cType_news .img--left,
  #main .cType_slider .img--left,
  #top .cType_slider .img--left {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  #main .cType_textpic .img--right,
  #top .cType_textpic .img--right,
  #main .content__teaser--horizontal .cType_teaser .img--right,
  #top .content__teaser--horizontal .cType_teaser .img--right,
  #main .cType_video .img--right,
  #top .cType_video .img--right,
  #main .cType_news .img--right,
  #top .cType_news .img--right,
  #main .cType_slider .img--right,
  #top .cType_slider .img--right {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

  #main .cType_textpic .col__text p:first-child,
  #top .cType_textpic .col__text p:first-child,
  #main .content__teaser--horizontal .cType_teaser .col__text p:first-child,
  #top .content__teaser--horizontal .cType_teaser .col__text p:first-child,
  #main .cType_video .col__text p:first-child,
  #top .cType_video .col__text p:first-child,
  #main .cType_news .col__text p:first-child,
  #top .cType_news .col__text p:first-child,
  #main .cType_slider .col__text p:first-child,
  #top .cType_slider .col__text p:first-child {
    margin-top: 0 !important;
  }

  #main .cType_textpic .col__img--left,
  #top .cType_textpic .col__img--left,
  #main .content__teaser--horizontal .cType_teaser .col__img--left,
  #top .content__teaser--horizontal .cType_teaser .col__img--left,
  #main .cType_video .col__img--left,
  #top .cType_video .col__img--left,
  #main .cType_news .col__img--left,
  #top .cType_news .col__img--left,
  #main .cType_slider .col__img--left,
  #top .cType_slider .col__img--left,
  #main .cType_textpic .col__text--left,
  #top .cType_textpic .col__text--left,
  #main .content__teaser--horizontal .cType_teaser .col__text--left,
  #top .content__teaser--horizontal .cType_teaser .col__text--left,
  #main .cType_video .col__text--left,
  #top .cType_video .col__text--left,
  #main .cType_news .col__text--left,
  #top .cType_news .col__text--left,
  #main .cType_slider .col__text--left,
  #top .cType_slider .col__text--left {
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
  }

  #main .cType_textpic .col__img--right,
  #top .cType_textpic .col__img--right,
  #main .content__teaser--horizontal .cType_teaser .col__img--right,
  #top .content__teaser--horizontal .cType_teaser .col__img--right,
  #main .cType_video .col__img--right,
  #top .cType_video .col__img--right,
  #main .cType_news .col__img--right,
  #top .cType_news .col__img--right,
  #main .cType_slider .col__img--right,
  #top .cType_slider .col__img--right,
  #main .cType_textpic .col__text--right,
  #top .cType_textpic .col__text--right,
  #main .content__teaser--horizontal .cType_teaser .col__text--right,
  #top .content__teaser--horizontal .cType_teaser .col__text--right,
  #main .cType_video .col__text--right,
  #top .cType_video .col__text--right,
  #main .cType_news .col__text--right,
  #top .cType_news .col__text--right,
  #main .cType_slider .col__text--right,
  #top .cType_slider .col__text--right {
    float: right;
    padding-left: 10px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width:1024px) {
  #main .teaser {
    display: block;
  }

  #main .nav--sub {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #main .nav--sub,
  #main .teaser {
    margin-right: 20px;
  }

  .home #main .nav--sub,
  .home #main .teaser {
    margin-right: 0;
  }
}

#main ul.f3-widget-paginator {
  float: right;
  position: relative;
  right: 50%;
  clear: both;
  margin: 40px 0;
}

#main ul.f3-widget-paginator li {
  list-style-type: none;
  float: left;
  position: relative;
  left: 50%;
  margin-right: 8px;
  margin-top: 0;
  padding-left: 14px;
  background: url(../img/spacer.png) left center no-repeat;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
}

#main ul.f3-widget-paginator li:first-child {
  background: none;
}

#main ul.f3-widget-paginator li a {
  text-decoration: none;
}

#main ul.f3-widget-paginator li a:hover {
  color: #DB2A7C;
  text-decoration: underline;
}

#main ul.f3-widget-paginator li.current {
  color: #DB2A7C;
  text-decoration: underline;
}

#main ul.f3-widget-paginator li.previous {
  margin: 0 -5px 0 0;
  background: url(../img/btn-prev.png) left center no-repeat #ffffff;
  z-index: 2;
}

#main ul.f3-widget-paginator li.next {
  margin: 0 0 0 5px;
  background: url(../img/btn-next.png) right center no-repeat;
}

#main ul.f3-widget-paginator li.previous,
#main ul.f3-widget-paginator li.next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  padding: 0;
}

#main ul.f3-widget-paginator li.previous a,
#main ul.f3-widget-paginator li.next a {
  display: block;
}

#main ul.f3-widget-paginator li.previous:hover,
#main ul.f3-widget-paginator li.next:hover {
  text-decoration: none;
}

.footer {
  height: 206px;
  background: url(../img/footer-bg-tablet.png) center bottom no-repeat;
  margin-top: 40px;
}

.footer .global__item--centered {
  padding-top: 45px;
}

.footer a {
  text-decoration: none;
}

.footer--col a {
  display: block;
}

.footer--col a.image {
  display: inline;
}

.footer--col a.image img {
  margin-top: -10px;
  margin-right: 10px;
}

.footer--col a span {
  padding-right: 25px;
  background: url(../img/icon-more.png) right center no-repeat;
}

.footer--col .more {
  padding: 8px 0;
  border-top: 2px dotted #c5c5c5;
  margin-top: 8px;
  float: none;
}

.footer__sponsor {
  border-right: 2px dotted #c5c5c5;
}

.footer__links {
  border-right: 2px dotted #c5c5c5;
}

.footer__links ul li {
  margin-top: 12px;
  display: block;
}

.footer__links ul li:first-child {
  margin-top: 0;
}

.footer__links ul li a {
  padding: 8px 0 8px 40px;
  font-family: HelveticaNeueCondensedBold, Arial, sans-serif;
}

.footer__links ul li a.facebook {
  background: url(../img/icon-facebook.png) left center no-repeat;
}

.footer__links ul li a.contact {
  background: url(../img/icon-contact.png) left center no-repeat;
}

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

  html,
  body,
  #outerWrapper {
    height: 100%;
  }

  body #wrap {
    min-height: 100%;
    height: auto;
  }

  #main {
    padding-bottom: 285px;
  }

  .footer {
    height: 285px;
    position: relative;
    margin-top: -285px;
    background: url(../img/footer-bg-desktop.png) center bottom no-repeat;
  }

  .footer .global__item--centered {
    padding-top: 120px;
  }

  .footer__links {
    padding: 0 10px 0 25px;
  }
}

.lt-ie8 {
  font-family: Arial, Helvetica, sans-serif;
}

.lt-ie8 body {
  font-family: Arial, Helvetica, sans-serif;
}

.lt-ie8 h1,
.lt-ie8 h2,
.lt-ie8 h3,
.lt-ie8 h4,
.lt-ie8 strong,
.lt-ie8 b,
.lt-ie8 .nav--header .nav__item,
.lt-ie8 .nav--sub .nav__item,
.lt-ie8 .footer__links ul li a,
.lt-ie8 .more,
.lt-ie8 #main ul.f3-widget-paginator li,
.lt-ie8 .cType_slider .descr p {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.lt-ie8 input,
.lt-ie8 textarea,
.lt-ie8 select {
  padding-left: 0;
}

.lt-ie8 .clearfix {
  clear: both;
}

.lt-ie8 .row {
  margin-left: 0;
  margin-right: 0;
}

.lt-ie8 #main .row .cType_text,
.lt-ie8 #main .row .cType_textpic,
.lt-ie8 #main .row .cType_pic,
.lt-ie8 #main .row .cType_teaser,
.lt-ie8 #main .row .cType_video,
.lt-ie8 #main .row .cType_news,
.lt-ie8 #main .row .cType_sponsor {
  padding-left: 0;
  padding-right: 0;
}

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

  .lt-ie8 #main .col-xs-6,
  .lt-ie8 #main .col-sm-6,
  .lt-ie8 #main .col-md-6,
  .lt-ie8 #main .col-lg-6 {
    width: 49%;
  }
}

