/**
 * SASS/SCSS/Compass Transcription of Skeleton Responsive Grid
 * originally authored by Dave Gamache. This translation offers
 * mixins that support fluid and as well as fixed grids to supplement
 * the work that Dave Gamache has done.
 * @author Dennis Thompson <http://www.atomicpages.net>
 * @copyright Copyright (c) 2013 AtomicPages LLC
 * @license MIT
 * @version 1.5.1
 */
/* line 17, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 26, ../../../../../../src/scss/layout.scss */
body {
  background: #eee;
  font-family: 'Open Sans', Arial, sans-serif;
  fontsize: 16pt;
}

/* line 1, ../../../../../../src/scss/libs/_header.scss */
header {
  padding: 30px 0;
}
/* line 3, ../../../../../../src/scss/libs/_header.scss */
header a.logo {
  background-image: url("img/logo.png");
  height: 85px;
  width: 252px;
  margin-left: 0px;
  background-size: cover;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /* line 3, ../../../../../../src/scss/libs/_header.scss */
  header a.logo {
    background-image: url("img/logo_x2.png");
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../../../../../../src/scss/libs/_header.scss */
  header {
    padding: 15px 0;
  }
  /* line 16, ../../../../../../src/scss/libs/_header.scss */
  header a.logo {
    height: 65px;
    width: 193px;
    margin-left: 15px;
  }
}

/* line 1, ../../../../../../src/scss/libs/_teaser.scss */
.teaser {
  padding-bottom: 10px;
}
/* line 3, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-inner {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 3, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 3, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner {
    height: 140.625px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 3, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner {
    height: 196.875px;
  }
}
/* line 8, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-inner .overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30%;
  background-color: #fff;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
/* line 18, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-inner .overlay a {
  color: #cc071e;
  position: relative;
  padding-left: 15px;
  text-decoration: none;
}
/* line 23, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-inner .overlay a:hover {
  text-decoration: underline;
}
/* line 26, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-inner .overlay a:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: auto;
  top: 3px !important;
  left: 0;
}
/* line 39, ../../../../../../src/scss/libs/_teaser.scss */
.teaser.medium .teaser-inner {
  width: 100%;
  height: 384px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 39, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.medium .teaser-inner {
    height: 307.2px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 39, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.medium .teaser-inner {
    height: 120px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 39, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.medium .teaser-inner {
    height: 168px;
  }
}
/* line 44, ../../../../../../src/scss/libs/_teaser.scss */
.teaser.small .teaser-inner {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 44, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.small .teaser-inner {
    height: 160px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 44, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.small .teaser-inner {
    height: 62.5px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 44, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser.small .teaser-inner {
    height: 87.5px;
  }
}
/* line 48, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .flowplayer {
  background: #000;
}
/* line 52, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide {
  float: left;
  position: relative;
  width: 100%;
}
/* line 56, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100px;
  right: 20px;
  top: 20px;
  background-repeat: no-repeat;
  background-position: right top;
}
/* line 67, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Tennis:after {
  background-image: url(img/feature-tennis.png);
}
/* line 70, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Volleyball:after {
  background-image: url(img/feature-volleyball.png);
}
/* line 73, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Fussball:after {
  background-image: url(img/feature-fussball.png);
}
/* line 76, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Tischtennis:after {
  background-image: url(img/feature-tischtennis.png);
}
/* line 79, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Aikido:after {
  background-image: url(img/feature-aikido.png);
}
/* line 82, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Gymnastik:after {
  background-image: url(img/feature-gymnastik.png);
}
/* line 85, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Skifahren:after {
  background-image: url(img/feature-skifahren.png);
}
/* line 88, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.KungFu:after {
  background-image: url(img/feature-kungfu_hapkido.png);
}
/* line 91, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Volleyball:after {
  background-image: url(img/feature-volleyball.png);
}
/* line 94, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Handball:after {
  background-image: url(img/feature-handball.png);
}
/* line 97, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Inliner:after {
  background-image: url(img/feature-inliner.png);
}
/* line 100, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Rollkunstlauf:after {
  background-image: url(img/feature-rollkunstlauf.png);
}
/* line 103, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Kinderturnen:after {
  background-image: url(img/feature-kinderturnen.png);
}
/* line 106, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Zumba:after {
  background-image: url(img/feature-zumba.png);
}
/* line 109, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Boule:after {
  background-image: url(img/feature-boule.png);
}
/* line 112, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .swiper-slide.Andere:after {
  background-image: url(img/feature-andere.png);
}
/* line 115, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation {
  display: none;
  position: relative;
  padding: 12px 0px;
  border-bottom: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 42px;
}
/* line 122, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation a {
  display: inline-block;
  width: 10px;
  height: 17px;
  position: absolute;
  top: 12px;
  cursor: pointer;
  z-index: 2;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}
/* line 131, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation a.bwd {
  left: 12px;
}
/* line 134, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation a.fwd {
  right: 12px;
}
/* line 139, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation .teaser-pagination {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 12px;
  text-align: center;
}
/* line 146, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation .teaser-pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 3px;
}
/* line 154, ../../../../../../src/scss/libs/_teaser.scss */
.teaser .teaser-navigation .teaser-pagination span.swiper-active-switch {
  background: #999999;
}
/* line 160, ../../../../../../src/scss/libs/_teaser.scss */
.teaser img {
  width: 100%;
}

/* Smaller than standard strip-units(960px) (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* line 177, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay {
    width: 50%;
  }

  /* line 183, ../../../../../../src/scss/libs/_teaser.scss */
  .swiper-slide:after {
    background-size: auto 70px;
  }
}
/* Tablet Portrait size to standard strip-units(960px) (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 747px) {
  /* line 197, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser {
    height: auto;
  }
  /* line 199, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner {
    /* overflow:visible;*/
  }
  /* line 201, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay {
    width: 70%;
    padding: 10px;
    /*position:relative;*/
    z-index: 5;
    /*position: absolute;
    left: 10px;
    top: 10px;
    width: 30%;
    background: white;
    background: rgba(255, 255, 255, 0.8);*/
  }
  /* line 217, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0px;
  }
  /* line 222, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay h2, .teaser .teaser-inner .overlay p, .teaser .teaser-inner .overlay a {
    font-size: 12px;
    line-height: 1.25;
  }
  /* line 226, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay p {
    margin-bottom: 0px;
  }
  /* line 229, ../../../../../../src/scss/libs/_teaser.scss */
  .teaser .teaser-inner .overlay img {
    width: 50%;
    height: auto !important;
    display: none;
  }

  /* line 237, ../../../../../../src/scss/libs/_teaser.scss */
  iframe#ytplayer {
    height: 115%;
    width: 100%;
    z-index: 10;
    position: relative;
  }

  /* line 244, ../../../../../../src/scss/libs/_teaser.scss */
  .swiper-slide:after {
    background-size: auto 40px;
    z-index: 2;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 747px) {
  /* add code here */
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* add code here */
}
/*
body{
  &.section{
    .teaser{
        margin: 0 30px;
        .teaser-navigation{
          margin:0px;  
        }
    }
  }
}*/
/* line 1, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi {
  position: absolute;
  top: 90px;
  right: 80px;
}
/* line 6, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li {
  display: inline-block;
  margin-right: 100px;
  position: relative;
}
/* line 10, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li:last-child {
  margin-right: 0;
}
/* line 13, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #999999;
  text-transform: uppercase;
}
/* line 20, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  width: 160px;
  padding-top: 60px;
  left: -11px;
  display: none;
}
/* line 28, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li {
  display: block;
  margin-right: 0;
}
/* line 31, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}
/* line 37, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li.active a, nav.main-navi ul > li ul li a:hover {
  color: #cc071e !important;
}
/* line 43, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li:hover ul {
  display: block;
}
/* line 47, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li a:hover {
  color: #152983;
}
/* line 51, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li.active a {
  color: #152983;
}
/* line 56, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li.active ul li a {
  color: #999999;
}

/* line 69, ../../../../../../src/scss/libs/_navigation.scss */
body.start nav.main-navi ul li[data-id="2"] ul {
  display: none;
}

/* line 77, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi {
  float: right;
}
/* line 79, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li {
  display: inline-block;
  background-color: #999999;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
/* line 85, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 25px;
  height: 25px;
}
/* line 91, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li:hover {
  background: #152983;
}

/* line 97, ../../../../../../src/scss/libs/_navigation.scss */
a.mobile-navi {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 32px;
  border: 1px solid #ebebf0;
  display: none;
}

/* line 107, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
/* line 111, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #cc071e;
  padding-right: 3px;
}
/* line 117, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a {
  color: #999999;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}
/* line 122, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
}
/* line 128, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* Smaller than standard strip-units(960px) (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* line 137, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi {
    top: 130px;
  }
  /* line 141, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul.main-navi li {
    margin-right: 50px;
  }

  /* line 146, ../../../../../../src/scss/libs/_navigation.scss */
  a.logo {
    margin-bottom: 40px;
  }
}
/* line 154, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us {
  background: #ebebf0;
  color: #999999;
  text-transform: uppercase;
  padding: 10px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
/* line 159, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us span {
  float: left;
  padding-top: 7px;
}
/* line 163, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us ul.top-navi {
  float: right;
  padding-top: 2px;
}

/* line 171, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top {
  background: #cc071e;
  padding: 10px !important;
  margin-bottom: 0 !important;
}
/* line 174, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/* line 179, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a.home {
  float: left;
}
/* line 182, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a.top {
  float: right;
}

/* line 189, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand {
  background: #ebebf0;
  padding: 10px !important;
  border-bottom: 0 !important;
}
/* line 192, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand a.logo {
  display: inline-block;
  width: 40%;
  float: left;
}
/* line 197, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand ul.top-navi {
  float: right;
  padding-top: 2px;
}

@media only screen and (max-width: 767px) {
  /* line 206, ../../../../../../src/scss/libs/_navigation.scss */
  header ul.top-navi {
    display: none;
  }

  /* line 210, ../../../../../../src/scss/libs/_navigation.scss */
  a.logo {
    margin-bottom: 0px;
  }

  /* line 214, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi {
    position: relative;
    right: auto;
    top: auto;
    background: #ebebf0;
    margin: 0 -10px;
    padding: 10px;
    overflow: hidden;
    padding: 0px;
    max-height: 0;
    padding: 0px 10px 0px 10px;
    -webkit-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    -moz-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    -o-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
  }
  /* line 226, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi.active {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    max-height: 1000px;
  }
  /* line 233, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
  }
  /* line 238, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li a {
    padding: 5px;
    display: block;
  }
  /* line 242, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  /* line 247, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul {
    display: block;
    position: relative;
    z-index: inherit;
    background: none;
    width: auto;
    padding-top: 0;
    left: auto;
    padding-left: 15px;
  }
  /* line 256, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li {
    display: block;
    border-bottom: none;
    margin-right: 0;
  }
  /* line 260, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li a {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    cursor: pointer;
  }
  /* line 266, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li.active a, nav.main-navi ul > li ul li a:hover {
    color: #cc071e !important;
  }

  /* line 276, ../../../../../../src/scss/libs/_navigation.scss */
  a.mobile-navi {
    display: block;
  }
}
/* line 1, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi {
  position: absolute;
  top: 90px;
  right: 80px;
}
/* line 6, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li {
  display: inline-block;
  margin-right: 100px;
  position: relative;
}
/* line 10, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li:last-child {
  margin-right: 0;
}
/* line 13, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li a {
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
  color: #999999;
  text-transform: uppercase;
}
/* line 20, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul {
  position: absolute;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  width: 160px;
  padding-top: 60px;
  left: -11px;
  display: none;
}
/* line 28, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li {
  display: block;
  margin-right: 0;
}
/* line 31, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li a {
  display: block;
  padding: 5px 10px;
  border-bottom: 1px solid #999999;
  cursor: pointer;
}
/* line 37, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li ul li.active a, nav.main-navi ul > li ul li a:hover {
  color: #cc071e !important;
}
/* line 43, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li:hover ul {
  display: block;
}
/* line 47, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li a:hover {
  color: #152983;
}
/* line 51, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li.active a {
  color: #152983;
}
/* line 56, ../../../../../../src/scss/libs/_navigation.scss */
nav.main-navi ul > li.active ul li a {
  color: #999999;
}

/* line 69, ../../../../../../src/scss/libs/_navigation.scss */
body.start nav.main-navi ul li[data-id="2"] ul {
  display: none;
}

/* line 77, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi {
  float: right;
}
/* line 79, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li {
  display: inline-block;
  background-color: #999999;
  width: 25px;
  height: 25px;
  margin-left: 10px;
}
/* line 85, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 25px;
  height: 25px;
}
/* line 91, ../../../../../../src/scss/libs/_navigation.scss */
ul.top-navi li:hover {
  background: #152983;
}

/* line 97, ../../../../../../src/scss/libs/_navigation.scss */
a.mobile-navi {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 24px;
  top: 32px;
  border: 1px solid #ebebf0;
  display: none;
}

/* line 107, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}
/* line 111, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #cc071e;
  padding-right: 3px;
}
/* line 117, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a {
  color: #999999;
  text-decoration: none;
  position: relative;
  padding-right: 10px;
}
/* line 122, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
}
/* line 128, ../../../../../../src/scss/libs/_navigation.scss */
#breadcrumb li a:hover {
  text-decoration: underline;
}

/* Smaller than standard strip-units(960px) (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* line 137, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi {
    top: 130px;
  }
  /* line 141, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul.main-navi li {
    margin-right: 50px;
  }

  /* line 146, ../../../../../../src/scss/libs/_navigation.scss */
  a.logo {
    margin-bottom: 40px;
  }
}
/* line 154, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us {
  background: #ebebf0;
  color: #999999;
  text-transform: uppercase;
  padding: 10px !important;
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
}
/* line 159, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us span {
  float: left;
  padding-top: 7px;
}
/* line 163, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-follow-us ul.top-navi {
  float: right;
  padding-top: 2px;
}

/* line 171, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top {
  background: #cc071e;
  padding: 10px !important;
  margin-bottom: 0 !important;
}
/* line 174, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  width: 20px;
  height: 20px;
}
/* line 179, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a.home {
  float: left;
}
/* line 182, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-top a.top {
  float: right;
}

/* line 189, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand {
  background: #ebebf0;
  padding: 10px !important;
  border-bottom: 0 !important;
}
/* line 192, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand a.logo {
  display: inline-block;
  width: 40%;
  float: left;
}
/* line 197, ../../../../../../src/scss/libs/_navigation.scss */
.mobile-brand ul.top-navi {
  float: right;
  padding-top: 2px;
}

@media only screen and (max-width: 767px) {
  /* line 206, ../../../../../../src/scss/libs/_navigation.scss */
  header ul.top-navi {
    display: none;
  }

  /* line 210, ../../../../../../src/scss/libs/_navigation.scss */
  a.logo {
    margin-bottom: 0px;
  }

  /* line 214, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi {
    position: relative;
    right: auto;
    top: auto;
    background: #ebebf0;
    margin: 0 -10px;
    padding: 10px;
    overflow: hidden;
    padding: 0px;
    max-height: 0;
    padding: 0px 10px 0px 10px;
    -webkit-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    -moz-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    -o-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
    transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s, margin-top 0.5s;
  }
  /* line 226, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi.active {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    max-height: 1000px;
  }
  /* line 233, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li {
    display: block !important;
    margin-right: 0 !important;
    margin-bottom: 5px;
    border-bottom: 1px solid white;
  }
  /* line 238, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li a {
    padding: 5px;
    display: block;
  }
  /* line 242, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  /* line 247, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul {
    display: block;
    position: relative;
    z-index: inherit;
    background: none;
    width: auto;
    padding-top: 0;
    left: auto;
    padding-left: 15px;
  }
  /* line 256, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li {
    display: block;
    border-bottom: none;
    margin-right: 0;
  }
  /* line 260, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li a {
    display: block;
    padding: 5px 10px;
    border-bottom: none;
    cursor: pointer;
  }
  /* line 266, ../../../../../../src/scss/libs/_navigation.scss */
  nav.main-navi ul > li ul li.active a, nav.main-navi ul > li ul li a:hover {
    color: #cc071e !important;
  }

  /* line 276, ../../../../../../src/scss/libs/_navigation.scss */
  a.mobile-navi {
    display: block;
  }
}
/* line 2, ../../../../../../src/scss/libs/_buttons.scss */
a.download {
  background: #cc071e;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
/* line 10, ../../../../../../src/scss/libs/_buttons.scss */
a.download:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 9px;
}
/* line 18, ../../../../../../src/scss/libs/_buttons.scss */
a.mail {
  color: #999999;
}

/* line 22, ../../../../../../src/scss/libs/_buttons.scss */
.imagelink {
  display: block;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
/* line 28, ../../../../../../src/scss/libs/_buttons.scss */
.imagelink span {
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #cc071e;
  left: 0;
  right: 0;
  padding: 4px 10px;
  color: #fff;
}

/* line 40, ../../../../../../src/scss/libs/_buttons.scss */
.column.five .imagelink {
  height: 176px;
  background-size: cover;
  background-position: center center;
}

/* line 50, ../../../../../../src/scss/libs/_buttons.scss */
.team .imagelink span {
  font-size: 14px;
}

/* line 7, ../../../../../../src/scss/libs/_lightbox.scss */
body:after {
  content: url(img/close.png) url(img/loading.gif) url(img/prev.png) url(img/next.png);
  display: none;
}

/* line 12, ../../../../../../src/scss/libs/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 22, ../../../../../../src/scss/libs/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 30, ../../../../../../src/scss/libs/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
}
/* line 36, ../../../../../../src/scss/libs/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 41, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: none;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 51, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 55, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 65, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/loading.gif) no-repeat;
}

/* line 73, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 82, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 86, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-nav a {
  outline: none;
}

/* line 90, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 98, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-prev {
  left: 0;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 103, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(img/prev.png) left 48% no-repeat;
}

/* line 109, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-next {
  right: 0;
  float: right;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 114, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  background: url(img/next.png) right 48% no-repeat;
}

/* line 120, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 128, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 131, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 137, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
  display: none !important;
}
/* line 143, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 150, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 160, ../../../../../../src/scss/libs/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@-webkit-keyframes pulsate {
  /* line 2, ../../../../../../src/scss/libs/_map.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  /* line 6, ../../../../../../src/scss/libs/_map.scss */
  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 11, ../../../../../../src/scss/libs/_map.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-moz-keyframes pulsate {
  /* line 2, ../../../../../../src/scss/libs/_map.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  /* line 6, ../../../../../../src/scss/libs/_map.scss */
  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 11, ../../../../../../src/scss/libs/_map.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes pulsate {
  /* line 2, ../../../../../../src/scss/libs/_map.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  /* line 6, ../../../../../../src/scss/libs/_map.scss */
  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 11, ../../../../../../src/scss/libs/_map.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pulsate {
  /* line 2, ../../../../../../src/scss/libs/_map.scss */
  0% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }

  /* line 6, ../../../../../../src/scss/libs/_map.scss */
  80% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  /* line 11, ../../../../../../src/scss/libs/_map.scss */
  100% {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

/* line 17, ../../../../../../src/scss/libs/_map.scss */
.map {
  width: 960px;
  height: 450px;
  background: url("img/map.png");
  background-size: cover;
  behaviour: url(ie-css3.htc);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/map.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/map.png', sizingMethod='scale')";
  position: relative;
}
/* line 27, ../../../../../../src/scss/libs/_map.scss */
.map ul {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
/* line 33, ../../../../../../src/scss/libs/_map.scss */
.map ul li {
  position: absolute;
  background-color: #900;
  width: 34px;
  height: 51px;
  background: url("img/marker.png");
  background-size: 100%;
  left: 250px;
  top: 100px;
  cursor: pointer;
  background-position: left -51px;
  margin-left: -17px;
  margin-top: -51px;
}
/* line 46, ../../../../../../src/scss/libs/_map.scss */
.map ul li:after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: rgba(131, 131, 131, 0.8);
  background: #152983;
  position: absolute;
  left: 9px;
  top: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform-origin: 8px 8px;
  -webkit-animation: pulsate 1s ease-in-out infinite alternate;
}
/* line 60, ../../../../../../src/scss/libs/_map.scss */
.map ul li:hover {
  background-position: left -51px;
}
/* line 62, ../../../../../../src/scss/libs/_map.scss */
.map ul li:hover:after {
  background: #152983;
  top: 10px;
  -webkit-animation: none;
}
/* line 69, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content {
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 10px 5px 10px;
  position: absolute;
  z-index: 99;
  bottom: 60px;
  display: none;
}
/* line 77, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content.active {
  display: block;
}
/* line 80, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(255, 255, 255, 0.9);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  left: 50%;
  margin-left: -10px;
}
/* line 88, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content.bottom {
  bottom: auto;
  top: 40px;
}
/* line 91, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content.bottom:after {
  border: none;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 0.8);
  border-left: 10px solid transparent;
  margin-left: 0px;
  top: -10px;
  left: 33.5%;
}
/* line 98, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content.bottom.rows_2 {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  width: 470px;
}
/* line 103, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content.bottom.rows_2 a {
  display: block;
  width: 225px;
}
/* line 109, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3 {
  font-size: 20px;
  color: #152983;
  padding-bottom: 2px;
  margin-right: 0px;
  padding-left: 0px;
  position: relative;
  margin-bottom: 0px;
  line-height: 36px;
}
/* line 118, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3.hallenplan {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
/* line 122, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3.hallenplan a {
  color: #cc071e;
}
/* line 126, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3 a {
  white-space: nowrap;
  color: #152983;
  text-decoration: none;
  background-size: auto 32px;
  background-repeat: no-repeat;
  background-position: 2px top;
  display: block;
  width: 150px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
}
/* line 142, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3 a:hover {
  text-decoration: none;
}
/* line 145, ../../../../../../src/scss/libs/_map.scss */
.map ul li .content h3 a:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 5px;
  text-decoration: none;
}

/* line 161, ../../../../../../src/scss/libs/_map.scss */
a.head_25 {
  background: url("img/logo_tennis.png");
  behaviour: url(ie-css3.htc);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_tennis.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/logo_tennis.png', sizingMethod='scale')";
  color: #fff;
  color: rgba(0, 0, 0, 0) !important;
}
/* line 169, ../../../../../../src/scss/libs/_map.scss */
a.head_21 {
  background: url("img/logo_gastronomie.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 170, ../../../../../../src/scss/libs/_map.scss */
a.head_22 {
  background: url("img/logo_aikido.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 171, ../../../../../../src/scss/libs/_map.scss */
a.head_18 {
  background: url("img/logo_gymnastik.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 172, ../../../../../../src/scss/libs/_map.scss */
a.head_19 {
  background: url("img/logo_handball.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 173, ../../../../../../src/scss/libs/_map.scss */
a.head_20 {
  background: url("img/logo_inliner.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 174, ../../../../../../src/scss/libs/_map.scss */
a.head_23 {
  background: url("img/logo_kungfu_hapkido.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 175, ../../../../../../src/scss/libs/_map.scss */
a.head_26 {
  background: url("img/logo_tischtennis.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 176, ../../../../../../src/scss/libs/_map.scss */
a.head_27 {
  background: url("img/logo_volleyball.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 177, ../../../../../../src/scss/libs/_map.scss */
a.head_10 {
  background: url("img/logo_fussball.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 178, ../../../../../../src/scss/libs/_map.scss */
a.head_796 {
  background: url("img/logo_kinderturnen.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 179, ../../../../../../src/scss/libs/_map.scss */
a.head_1924 {
  background: url("img/logo_andere.png");
  color: rgba(0, 0, 0, 0) !important;
}
/* line 180, ../../../../../../src/scss/libs/_map.scss */
a.head_1951 {
  background: url("img/logo_boule.png");
  color: rgba(0, 0, 0, 0) !important;
}

@media only screen and (orientation: portrait) {
  /* line 184, ../../../../../../src/scss/libs/_map.scss */
  .teaser .teaser-inner {
    padding-bottom: 20px !important;
  }
}
@media only screen and (max-width: 747px) {
  /* line 186, ../../../../../../src/scss/libs/_map.scss */
  .map {
    height: 160px;
    width: 100%;
    /*width: 200px;
    height: auto !important;*/
  }
  /* line 193, ../../../../../../src/scss/libs/_map.scss */
  .map ul li {
    width: 17px;
    height: 25px;
    left: 250px;
    top: 100px;
    background-position: left -25px;
    margin-left: -17px;
    margin-top: -20px;
  }
  /* line 202, ../../../../../../src/scss/libs/_map.scss */
  .map ul li:after {
    width: 8px;
    height: 8px;
    left: 5px;
    top: 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform-origin: 4px 4px;
  }
  /* line 212, ../../../../../../src/scss/libs/_map.scss */
  .map ul li:hover:after {
    top: 5px;
  }
  /* line 217, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content {
    padding: 5px 5px 2px 5px;
  }
  /* line 224, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom {
    top: 30px;
  }
  /* line 226, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom:after {
    border: none;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255, 255, 255, 0.8);
    border-left: 5px solid transparent;
    top: -5px;
  }
  /* line 230, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom.rows_2 {
    width: 275px;
  }
  /* line 233, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom.rows_2 h3 a {
    width: 150px;
  }
  /* line 238, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom h3 {
    font-size: 11px;
    line-height: 2;
  }
  /* line 241, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom h3.hallenplan {
    margin-top: 5px;
  }
  /* line 244, ../../../../../../src/scss/libs/_map.scss */
  .map ul li .content.bottom h3 a {
    background-size: auto 18px;
    height: 20px;
    width: 100px;
  }
}
/* line 8, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.mail a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -354px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 8, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.mail a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -354px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 13, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.phone a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -312px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 13, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.phone a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -295px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 18, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.twitter a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -200px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 18, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.twitter a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -245px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 23, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.facebook a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -379px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 23, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.facebook a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -389px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 28, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.xing a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -270px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 28, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.xing a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -270px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 33, ../../../../../../src/scss/libs/_sprite_icons.scss */
ul.top-navi li.youtube a {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -245px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 33, ../../../../../../src/scss/libs/_sprite_icons.scss */
  ul.top-navi li.youtube a {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -220px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 39, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.bwd {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -295px;
  height: 17px;
  width: 10px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 39, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.bwd {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -320px;
    height: 17px;
    width: 10px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 42, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.fwd {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -337px;
  height: 17px;
  width: 10px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 42, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.fwd {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -337px;
    height: 17px;
    width: 10px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 46, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.more:before, span.more:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 46, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.more:before, span.more:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 49, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.more:before, span.more:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 49, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.more:before, span.more:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 52, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.span:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 52, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.span:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 55, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.span:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 55, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.span:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 60, ../../../../../../src/scss/libs/_sprite_icons.scss */
.teaser .overlay a:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 60, ../../../../../../src/scss/libs/_sprite_icons.scss */
  .teaser .overlay a:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 67, ../../../../../../src/scss/libs/_sprite_icons.scss */
p a:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -413px;
  height: 10px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 67, ../../../../../../src/scss/libs/_sprite_icons.scss */
  p a:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -379px;
    height: 10px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 74, ../../../../../../src/scss/libs/_sprite_icons.scss */
.users a:before {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -354px;
  height: 25px;
  width: 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 74, ../../../../../../src/scss/libs/_sprite_icons.scss */
  .users a:before {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -354px;
    height: 25px;
    width: 25px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 76, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.mobile-navi {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -461px;
  height: 36px;
  width: 36px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 76, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.mobile-navi {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -461px;
    height: 36px;
    width: 36px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 81, ../../../../../../src/scss/libs/_sprite_icons.scss */
.mobile-top a.home {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -441px;
  height: 20px;
  width: 20px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 81, ../../../../../../src/scss/libs/_sprite_icons.scss */
  .mobile-top a.home {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -441px;
    height: 20px;
    width: 20px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 84, ../../../../../../src/scss/libs/_sprite_icons.scss */
.mobile-top a.top {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -225px;
  height: 20px;
  width: 20px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 84, ../../../../../../src/scss/libs/_sprite_icons.scss */
  .mobile-top a.top {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -200px;
    height: 20px;
    width: 20px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 92, ../../../../../../src/scss/libs/_sprite_icons.scss */
#breadcrumb li a:after {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -423px;
  height: 9px;
  width: 6px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 92, ../../../../../../src/scss/libs/_sprite_icons.scss */
  #breadcrumb li a:after {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -414px;
    height: 9px;
    width: 6px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/* line 101, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.download:after {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -432px;
  height: 9px;
  width: 12px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 101, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.download:after {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -423px;
    height: 9px;
    width: 12px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}
/* line 105, ../../../../../../src/scss/libs/_sprite_icons.scss */
a.download:hover:after {
  background-repeat: no-repeat;
  background-image: url('img/icons-s50b5051094.png');
  background-position: 0 -404px;
  height: 9px;
  width: 12px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 105, ../../../../../../src/scss/libs/_sprite_icons.scss */
  a.download:hover:after {
    background-image: url('img/icons_x2-sbcbb943edb.png');
    background-position: 0 -432px;
    height: 9px;
    width: 12px;
    -webkit-background-size: 36px auto;
    -moz-background-size: 36px auto;
    -o-background-size: 36px auto;
    background-size: 36px auto;
  }
}

/*
a{
  &.head_25{ 
    &:after{@include retina-sprite-background(tennis,$icon-normal,$icon-retina);}
  }
  &.head_21{
    &:after{@include retina-sprite-background(kinder-turnen,$icon-normal,$icon-retina);}
  }
  &.head_22{
    &:after{@include retina-sprite-background(aikido,$icon-normal,$icon-retina);}
  }
  &.head_18{
    &:after{@include retina-sprite-background(gymnastik,$icon-normal,$icon-retina);}
  }
  &.head_19{
    &:after{@include retina-sprite-background(handball,$icon-normal,$icon-retina);}
  }
  &.head_20{
    &:after{@include retina-sprite-background(inliner,$icon-normal,$icon-retina);}
  }
  &.head_23{
    &:after{@include retina-sprite-background(fung-fu,$icon-normal,$icon-retina);}
  }
  &.head_26{
    &:after{@include retina-sprite-background(tischtennis,$icon-normal,$icon-retina);}
  } 
  &.head_27{
    &:after{@include retina-sprite-background(volleyball,$icon-normal,$icon-retina);}
  }
  &.head_10{
    &:after{@include retina-sprite-background(fussball,$icon-normal,$icon-retina);}
  }
  
}
*/
/* line 47, ../../../../../../src/scss/layout.scss */
.row {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #999999;
}

/* line 53, ../../../../../../src/scss/layout.scss */
.block {
  padding: 10px;
  background: #ebebf0;
}
/* line 56, ../../../../../../src/scss/layout.scss */
.block.block-nobg {
  background: none !important;
}
/* line 60, ../../../../../../src/scss/layout.scss */
.block a:before {
  top: 3px !important;
}

/* line 66, ../../../../../../src/scss/layout.scss */
a.block.link {
  text-align: left;
}
/* line 68, ../../../../../../src/scss/layout.scss */
a.block.link span {
  position: relative;
  color: #cc071e;
  padding-left: 12px;
  text-decoration: none;
  font-weight: bold;
}
/* line 74, ../../../../../../src/scss/layout.scss */
a.block.link span:hover {
  text-decoration: underline;
}
/* line 77, ../../../../../../src/scss/layout.scss */
a.block.link span:before {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  bottom: auto;
  top: 3px;
  left: 2px;
}
/* line 87, ../../../../../../src/scss/layout.scss */
a.block.link span.more:before, a.block.link span.block:before {
  top: 4px;
}
/* line 92, ../../../../../../src/scss/layout.scss */
a.block.link:hover {
  background: #ebebf0;
}
/* line 94, ../../../../../../src/scss/layout.scss */
a.block.link:hover span {
  text-decoration: underline;
}

/* line 101, ../../../../../../src/scss/layout.scss */
.autosize {
  width: 100%;
}

/* line 105, ../../../../../../src/scss/layout.scss */
a.sponsor {
  display: block;
  width: 225px;
  height: 138px;
  overflow: hidden;
}

/* line 112, ../../../../../../src/scss/layout.scss */
a.sponsor img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.5;
  -webkit-transition: width 0.6s ease 0s, margin 0.6s ease 0s, opacity 0.6s ease 0s;
  /* For Safari 3.1 to 6.0 */
  transition: width 0.6s ease 0s, margin 0.6s ease 0s, opacity 0.6s ease 0s;
}

/* line 120, ../../../../../../src/scss/layout.scss */
a.sponsor:hover img {
  filter: none;
  /* Firefox 10+, Firefox on Android */
  filter: none;
  /* IE6-9 */
  -webkit-filter: none;
  /* Chrome 19+, Safari 6+, Sa */
  opacity: 1.0;
  width: 105% !important;
  margin: -6px 0px 0px -9px;
}

/* line 130, ../../../../../../src/scss/layout.scss */
.right {
  float: right;
}

/* line 134, ../../../../../../src/scss/layout.scss */
.download-row {
  border-bottom: 1px dotted #999999;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 138, ../../../../../../src/scss/layout.scss */
.download-row p {
  padding-right: 150px;
}

/* line 144, ../../../../../../src/scss/layout.scss */
.users strong {
  color: #cc071e;
  display: block;
  margin: 10px 0;
}
/* line 149, ../../../../../../src/scss/layout.scss */
.users a {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  height: 25px;
  position: relative;
  margin-top: 5px;
}
/* line 155, ../../../../../../src/scss/layout.scss */
.users a:after {
  content: "E-Mail";
  text-indent: 0;
  position: absolute;
  left: 30px;
  top: 5px;
  color: #999999;
}
/* line 163, ../../../../../../src/scss/layout.scss */
.users a:before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #999999;
  top: 0;
  left: 0;
}
/* line 174, ../../../../../../src/scss/layout.scss */
.users a:hover:after {
  color: #152983;
}
/* line 177, ../../../../../../src/scss/layout.scss */
.users a:hover:before {
  background-color: #152983;
}

/* line 184, ../../../../../../src/scss/layout.scss */
img[style*="float:right"], img[style*="float: right"] {
  margin-left: 20px;
  margin-bottom: 20px;
}

/* line 191, ../../../../../../src/scss/layout.scss */
.footer {
  border-top: 5px solid #999999;
  padding: 20px 0;
  margin-top: -20px;
  border-bottom: none !important;
}

/* line 199, ../../../../../../src/scss/layout.scss */
body.detail .teaser {
  position: relative;
  border-top: 10px solid #cc071e;
  margin-top: -10px;
}
/* line 203, ../../../../../../src/scss/layout.scss */
body.detail .teaser .teaser-marker {
  display: none;
  position: absolute;
  left: 0px;
  top: -35px;
  width: 0;
  height: 0;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #cc071e;
  border-left: 25px solid transparent;
}

/* line 213, ../../../../../../src/scss/layout.scss */
img.fullwidth {
  width: 100%;
}

/* line 217, ../../../../../../src/scss/layout.scss */
.mobile {
  display: none;
}

/* SITE STYLES
 * ------------------------------------------------ */
/* Add site styles here such as a { color: #000; } */
/* PAGE STYLES
 * ------------------------------------------------ */
/* Add page styles here such as .home { background: rgba(0, 0, 0, 0.4); } */
/* MEDIA QUERIES
 * ------------------------------------------------ */
/* Otherwise known as custom responsive code! Write it here! */
/* Smaller than standard strip-units(960px) (devices and browsers) */
@media only screen and (max-width: 959px) {
  /* line 240, ../../../../../../src/scss/layout.scss */
  body.detail .teaser:before {
    left: 321px;
  }
}
/* Tablet Portrait size to standard strip-units(960px) (devices and browsers) */
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 747px) {
  /* add code here */
  /* line 253, ../../../../../../src/scss/layout.scss */
  .no-mobile {
    display: none;
  }

  /* line 256, ../../../../../../src/scss/layout.scss */
  .mobile {
    display: block;
  }

  /* line 260, ../../../../../../src/scss/layout.scss */
  .download-row p {
    padding-right: 0px;
  }

  /* line 264, ../../../../../../src/scss/layout.scss */
  img[style*="float:right"], img[style*="float: right"] {
    display: none;
  }

  /* line 268, ../../../../../../src/scss/layout.scss */
  body.detail .teaser {
    border-top: none;
    margin-top: 0px;
  }
  /* line 271, ../../../../../../src/scss/layout.scss */
  body.detail .teaser .teaser-marker {
    visibility: hidden !important;
  }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 747px) {
  /* add code here */
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  /* add code here */
}
