/*
 * Neue Icons einfügen:
 * - Standard- und Retina-Version in pics/startseite/[icons|logos]_[std|retina]/ kopieren
 * - cd /animexx/repository/build/ && gulp startseite
 * - in /animexx/repository/trunk/css/startseite/startseite.scss neue CSS-Klassen definieren
 */
.start-logo {
  background-image: url("/pics/startseite/dist/logos_std.png?f8bf8d5a2fe52178d5bcd1e9ae019c345746abbd"); }

.start-icons {
  background-image: url("/pics/startseite/dist/icons_std.png?afdb27c7888d5e38986ab310ef939caabf08dc04"); }

#animexx_bodycontent {
  overflow: visible; }

body .well {
  box-shadow: none;
  border: solid 1px #c3c3ff; }

body .carousel.well, body .registerFormHolder.well {
  background: #f8f8ff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: -moz-linear-gradient(left, #f8f8ff 0%, #f2f2ff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8f8ff), color-stop(100%, #f2f2ff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f8f8ff 0%, #f2f2ff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f8f8ff 0%, #f2f2ff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f8f8ff 0%, #f2f2ff 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f8f8ff 0%, #f2f2ff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8ff', endColorstr='#f2f2ff', GradientType=1);
  /* IE6-8 */ }

.startseiteMain {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto; }

.startseiteHeaderRow {
  padding: 5px 15px 15px; }
  .startseiteHeaderRow > * {
    padding: 17px; }
  @media screen and (max-width: 600px) {
    .startseiteHeaderRow {
      padding: 0; }
      .startseiteHeaderRow > * {
        padding: 10px; } }

.memberArea ul {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 20px; }
.memberArea li {
  margin: 0;
  overflow: auto;
  padding: 10px 0 10px 35px; }
  .memberArea li span.symbol {
    float: left;
    font-size: 2em;
    margin-left: -34px;
    color: gray; }
.memberArea .buttons {
  width: 100%; }
  .memberArea .buttons > form {
    text-align: center; }
  @media screen and (min-width: 851px) {
    .memberArea .buttons {
      display: table; }
      .memberArea .buttons > form {
        display: table-cell;
        width: 50%; } }
.memberArea .details {
  font-size: 12px; }
  .memberArea .details a:link, .memberArea .details a:visited {
    color: #3f4f8a; }

.registerFormHolder .well {
  padding-top: 15px;
  padding-bottom: 0;
  min-height: 324px;
  position: relative;
  height: 322px; }
  @media screen and (max-width: 850px) and (min-width: 642px) {
    .registerFormHolder .well {
      height: 420px; }
      .registerFormHolder .well .item > div {
        height: 420px; } }
  @media screen and (max-width: 600px) {
    .registerFormHolder .well {
      height: 500px; }
      .registerFormHolder .well .item > div {
        height: 500px; } }
@media screen and (max-width: 767px) {
  .registerFormHolder .well {
    min-height: 0;
    height: auto; } }
.registerFormHolder .checkbox {
  padding-top: 4px;
  margin-left: 5px;
  opacity: 0.7; }
  .registerFormHolder .checkbox .check {
    margin-right: 0; }
.registerFormHolder .selector {
  margin-bottom: 5px; }
  .registerFormHolder .selector a {
    display: inline-block;
    margin-right: 20px;
    padding: 0;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: inherit;
    border: 0; }
    .registerFormHolder .selector a:last-child {
      margin-right: 0; }
  .registerFormHolder .selector a.active, .registerFormHolder .selector a.active:link, .registerFormHolder .selector a.active:visited {
    color: #333; }
  .registerFormHolder .selector a.inactive, .registerFormHolder .selector a.inactive:link, .registerFormHolder .selector a.inactive:visited {
    color: #d2d2d2; }
.registerFormHolder .form-control-feedback {
  display: none;
  pointer-events: auto; }
.registerFormHolder .has-error .form-control-feedback.error {
  display: inherit; }
.registerFormHolder .has-success .form-control-feedback.ok {
  display: inherit; }
.registerFormHolder .form-group {
  margin-bottom: 14px; }
  .registerFormHolder .form-group.submitRow {
    text-align: center;
    margin-bottom: 0; }
  .registerFormHolder .form-group.agbRow {
    font-size: 13px;
    color: #555;
    margin-bottom: 5px;
    margin-top: -5px; }
.registerFormHolder .username-row {
  margin-top: 10px; }
  .registerFormHolder .username-row.loading .form-control-feedback.loading {
    display: inherit; }
.registerFormHolder select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 0;
  color: #BDBDBD; }
.registerFormHolder select::-ms-expand {
  display: none; }
.registerFormHolder .has-feedback select.form-control {
  padding: 0; }
.registerFormHolder #registerForm.started select {
  color: #555; }
.registerFormHolder .has-success .form-control, .registerFormHolder .has-success .form-control:focus, .registerFormHolder .has-error .form-control, .registerFormHolder .has-error .form-control:focus {
  background-image: linear-gradient(#009688, #009688), linear-gradient(#D2D2D2, #D2D2D2);
  box-shadow: none; }
.registerFormHolder .passwortVergessen:link, .registerFormHolder .passwortVergessen:visited {
  color: #555;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: 10px; }
.registerFormHolder .registrierenSubmit {
  font-size: 13px; }

body .animexxInfoCarousel.well {
  padding: 0; }
.animexxInfoCarousel .btn-success {
  font-size: 13px; }
.animexxInfoCarousel .carousel-indicators {
  bottom: 0; }
.animexxInfoCarousel > div {
  width: 100%;
  height: 322px; }
  @media screen and (max-width: 850px) and (min-width: 642px) {
    .animexxInfoCarousel > div {
      height: 420px; }
      .animexxInfoCarousel > div .item > div {
        height: 420px; } }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel > div {
      height: 500px; }
      .animexxInfoCarousel > div .item > div {
        height: 500px; } }
  .animexxInfoCarousel > div .item > div {
    width: 100%;
    height: 322px;
    text-align: center; }
  .animexxInfoCarousel > div .item h2, .animexxInfoCarousel > div .item h1 {
    font-size: 20px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 20px; }
.animexxInfoCarousel .onlineclubvorstellung {
  padding-left: 200px; }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .onlineclubvorstellung {
      padding-left: 0; } }
.animexxInfoCarousel .fa {
  float: left;
  width: 200px;
  margin-top: -55px;
  margin-left: -200px;
  line-height: 0; }
  .animexxInfoCarousel .fa img {
    width: 200px; }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .fa {
      width: auto;
      float: none;
      margin: 0; }
      .animexxInfoCarousel .fa img {
        width: auto;
        max-height: 200px; } }
@media screen and (min-width: 1000px) {
  .animexxInfoCarousel .onlineclubvorstellung {
    padding-left: 250px; }
  .animexxInfoCarousel .fa {
    width: 300px;
    margin-left: -250px; }
    .animexxInfoCarousel .fa img {
      width: 300px; } }
.animexxInfoCarousel .animexxuniversum a:link, .animexxInfoCarousel .animexxuniversum a:visited, .animexxInfoCarousel .animexxuniversum a:active {
  display: inline-block;
  color: transparent;
  line-height: 0;
  font-size: 0; }
.animexxInfoCarousel .projekte {
  vertical-align: top;
  margin-top: -25px;
  position: absolute;
  right: 0;
  margin-left: 200px;
  max-width: 500px; }
  @media screen and (max-width: 999px) {
    .animexxInfoCarousel .projekte {
      margin-left: 0; } }
  .animexxInfoCarousel .projekte a:link, .animexxInfoCarousel .projekte a:visited, .animexxInfoCarousel .projekte a:active {
    vertical-align: top;
    line-height: 60px; }
  .animexxInfoCarousel .projekte a.connichi {
    background-position: -2px -99px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 180px;
    height: 31px;
    margin-top: 25px; }
  .animexxInfoCarousel .projekte a.animuc {
    background-position: -2px -34px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 180px;
    height: 61px;
    margin-right: 12px; }
  .animexxInfoCarousel .projekte a.hanami {
    margin-top: 20px;
    background-position: -2px -210px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 180px;
    height: 80px; }
  .animexxInfoCarousel .projekte a.dcm {
    background-position: -2px -134px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 120px;
    height: 72px;
    margin-top: 20px; }
  .animexxInfoCarousel .projekte a.jcon {
    background-position: -2px -294px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 113px; }
  .animexxInfoCarousel .projekte a.nisacon {
    background-position: -2px -411px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 160px;
    height: 51px;
    margin-top: 8px;
    margin-left: 12px; }
  .animexxInfoCarousel .projekte a.animepro {
    background-position: -2px -2px;
    background-repeat: no-repeat;
    background-size: 184px 464px;
    overflow: hidden;
    display: inline-block;
    width: 180px;
    height: 28px;
    margin-top: 25px;
    margin-left: 10px;
    margin-right: -5px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .animexxInfoCarousel .projekte .start-logo {
      background-image: url("/pics/startseite/dist/logos_retina.png"); } }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .projekte {
      padding-left: 0;
      padding-right: 0; }
      .animexxInfoCarousel .projekte h2 {
        display: none; }
      .animexxInfoCarousel .projekte .projekte {
        margin-left: 0;
        margin-top: 20px; }
      .animexxInfoCarousel .projekte a.connichi {
        width: 90px;
        height: 16px;
        background-image: url(/pics/startseite/connichi_240.png);
        background-size: 90px 16px; }
      .animexxInfoCarousel .projekte a.animuc {
        width: 90px;
        height: 25px;
        background-image: url(/pics/startseite/animuc_210.png);
        background-size: 90px 25px; }
      .animexxInfoCarousel .projekte a.nisacon {
        width: 90px;
        height: 29px;
        background-image: url(/pics/startseite/nisacon_220.png);
        background-size: 90px 29px;
        margin-bottom: 0; }
      .animexxInfoCarousel .projekte a.animepro {
        width: 90px;
        height: 14px;
        background-image: url(/pics/startseite/animepro_210.png);
        background-size: 90px 14px;
        margin-bottom: 14px; } }
.animexxInfoCarousel .treffenkarte {
  width: 286px;
  height: 340px;
  background-image: url(/pics/startseite/dach_treffen_286.png);
  background-size: 286px 340px; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .animexxInfoCarousel .treffenkarte {
      background-image: url(/pics/startseite/dach_treffen_572.png); } }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .treffenkarte {
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  .animexxInfoCarousel .treffenkarte a {
    position: absolute;
    opacity: 0; }
  .animexxInfoCarousel .treffenkarte a.rostock {
    left: 134px;
    top: 34px;
    width: 40px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.koblenz {
    left: 50px;
    top: 163px;
    width: 50px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.braunschweig {
    left: 120px;
    top: 92px;
    width: 75px;
    height: 20px; }
  .animexxInfoCarousel .treffenkarte a.rostock {
    left: 134px;
    top: 32px;
    width: 45px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.greifswald {
    left: 186px;
    top: 27px;
    width: 55px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.neumuenster {
    left: 42px;
    top: 26px;
    width: 60px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.bremerhaven {
    left: 76px;
    top: 55px;
    width: 65px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.varel {
    left: 42px;
    top: 62px;
    width: 45px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.kassel {
    left: 93px;
    top: 137px;
    width: 35px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.koeln {
    left: 33px;
    top: 140px;
    width: 27px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.dresden {
    left: 150px;
    top: 146px;
    width: 50px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.merzig {
    left: 32px;
    top: 205px;
    width: 34px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.mannheim {
    left: 73px;
    top: 209px;
    width: 55px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.nuernberg {
    left: 138px;
    top: 199px;
    width: 50px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.stuttgart {
    left: 86px;
    top: 220px;
    width: 45px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.offenburg {
    left: 24px;
    top: 245px;
    width: 50px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.muenchen {
    left: 144px;
    top: 245px;
    width: 40px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.augsburg {
    left: 91px;
    top: 238px;
    width: 50px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.weilheim {
    left: 140px;
    top: 262px;
    width: 45px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.connichi {
    left: 93px;
    top: 123px;
    width: 70px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.animuc {
    left: 88px;
    top: 250px;
    width: 45px;
    height: 14px; }
  .animexxInfoCarousel .treffenkarte a.nisacon {
    left: 120px;
    top: 104px;
    width: 32px;
    height: 8px; }
  .animexxInfoCarousel .treffenkarte a.hanami {
    left: 49px;
    top: 189px;
    width: 40px;
    height: 15px; }
  .animexxInfoCarousel .treffenkarte a.jcon {
    left: 18px;
    top: 183px;
    width: 15px;
    height: 25px; }
.animexxInfoCarousel .treffen_klein .treffenkarte {
  margin-left: auto;
  margin-right: auto; }
.animexxInfoCarousel .animexxuniversum .treffenkarte {
  float: left;
  position: relative;
  margin-top: -5px; }
.animexxInfoCarousel .vorstandfoto {
  float: right;
  width: 300px;
  height: 174px;
  border: solid 1px #c3c3ff;
  margin: 10px;
  border-radius: 7px;
  overflow: hidden;
  color: gray;
  font-size: 12px;
  line-height: 20px;
  background-position: 0 0;
  background-image: url(/pics/startseite/aktiven.png);
  background-size: 300px 174px;
  background-repeat: no-repeat; }
  @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
    .animexxInfoCarousel .vorstandfoto {
      background-image: url(/pics/startseite/aktiven.png); } }
  .animexxInfoCarousel .vorstandfoto a {
    width: 300px;
    height: 174px;
    display: block; }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .vorstandfoto {
      float: none;
      width: 200px;
      height: 116px;
      background-size: 200px 116px; } }
  @media screen and (max-width: 970px) {
    .animexxInfoCarousel .vorstandfoto {
      width: 200px;
      height: 116px;
      background-size: 200px 116px; } }
  .animexxInfoCarousel .vorstandfoto .subtitle {
    margin-top: -20px;
    background-color: #f0f0ff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .animexxInfoCarousel .vorstandfoto:hover .subtitle {
    opacity: 0.8;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
.animexxInfoCarousel .vereinstext {
  font-size: 15px;
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px; }
  .animexxInfoCarousel .vereinstext form {
    margin-top: 10px; }
    @media screen and (min-width: 1000px) {
      .animexxInfoCarousel .vereinstext form {
        margin-top: 30px; } }
  @media screen and (max-width: 600px) {
    .animexxInfoCarousel .vereinstext {
      margin-top: 10px; } }
.animexxInfoCarousel .onlineclubtags {
  font-size: 16px;
  padding: 15px 20px 30px 0; }
  @media screen and (max-width: 1000px) {
    .animexxInfoCarousel .onlineclubtags {
      padding: 0px 20px 10px 0; } }
.animexxInfoCarousel .onlineclubtext {
  font-size: 14px;
  padding-right: 20px;
  padding-left: 0; }
.animexxInfoCarousel .carousel-indicators li {
  border: solid 1px gray; }

.startseiteLinks {
  padding: 15px;
  margin-left: -9px;
  margin-right: 0; }
  @media screen and (max-width: 600px) {
    .startseiteLinks {
      padding: 0;
      margin-left: -11px;
      margin-right: -8px; } }
  @media screen and (max-width: 999px) and (min-width: 642px) {
    .startseiteLinks .lastrow > .btn {
      display: inline-block;
      width: 46.5%;
      margin-right: 8px; } }
  .startseiteLinks .btn {
    text-align: left;
    display: block;
    padding-right: 10px;
    padding-left: 90px;
    position: relative;
    color: #FFF;
    min-height: 80px;
    margin-left: 16px;
    margin-right: 8px;
    margin-bottom: 40px;
    overflow: visible; }
    .startseiteLinks .btn .rotated {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      width: 70px;
      height: 70px;
      position: absolute;
      left: 1px;
      top: 5px;
      overflow: hidden;
      z-index: 10;
      border: solid 1px #5858ff;
      background-color: #8080e0;
      text-align: left;
      vertical-align: top; }
      .startseiteLinks .btn .rotated > * {
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute; }
      .startseiteLinks .btn .rotated > span.start-icons {
        left: -14px;
        top: -14px;
        width: 98px;
        height: 98px; }
        @media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx) {
          .startseiteLinks .btn .rotated > span.start-icons {
            background-image: url("/pics/startseite/dist/icons_retina.png"); } }
        .startseiteLinks .btn .rotated > span.start-icons.fanfic {
          background-position: -2px -102px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 98px;
          height: 98px; }
        .startseiteLinks .btn .rotated > span.start-icons.weblog {
          background-position: -2px -408px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 98px;
          height: 98px; }
        .startseiteLinks .btn .rotated > span.start-icons.forum {
          background-position: -2px -204px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 98px;
          height: 98px; }
        .startseiteLinks .btn .rotated > span.start-icons.zirkel {
          background-position: -2px -510px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 96px;
          height: 96px; }
        .startseiteLinks .btn .rotated > span.start-icons.events {
          background-position: -2px -2px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 96px;
          height: 96px; }
        .startseiteLinks .btn .rotated > span.start-icons.rpgs {
          background-position: -2px -306px;
          background-repeat: no-repeat;
          background-size: 102px 608px;
          overflow: hidden;
          display: inline-block;
          width: 98px;
          height: 98px; }
      .startseiteLinks .btn .rotated > img {
        width: 98px;
        height: 128px;
        left: -5px;
        top: -20px; }
    .startseiteLinks .btn .fullimg {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease;
      width: 102px;
      height: 132px;
      position: absolute;
      left: -15px;
      top: -12px;
      z-index: 11;
      border: solid 1px #8080e0;
      box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
      background: #8080e0;
      padding: 0;
      border-radius: 2px; }
      .startseiteLinks .btn .fullimg > img {
        width: 98px;
        height: 128px;
        position: absolute;
        left: 1px;
        top: 1px; }
      .startseiteLinks .btn .fullimg .subtitle {
        position: absolute;
        color: #ddd;
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        width: 100%;
        font-size: 10px;
        padding: 2px;
        text-align: center;
        font-family: Verdana, Arial, Helvetica, serif;
        text-transform: none; }
    .startseiteLinks .btn:hover .fullimg {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
    .startseiteLinks .btn:hover .borderOverlay {
      position: absolute;
      width: 3px;
      height: 80px;
      background-color: #8080e0;
      z-index: 12;
      left: 87px;
      top: 0; }
    .startseiteLinks .btn .plain {
      width: 70px;
      height: 70px;
      position: absolute;
      left: 9px;
      top: 4px;
      line-height: 70px;
      vertical-align: middle;
      text-align: center; }
      .startseiteLinks .btn .plain > img {
        max-width: 70px;
        max-height: 70px;
        vertical-align: middle; }
    .startseiteLinks .btn.btn-primary:not(.btn-link):not(.btn-flat) {
      background-color: #5f72b6; }
    .startseiteLinks .btn.btn-primary:hover:not(.btn-link):not(.btn-flat) {
      background-color: #7181be; }
    .startseiteLinks .btn .description {
      text-transform: none; }
    .startseiteLinks .btn > img {
      position: absolute;
      left: 1px;
      top: 1px; }
  .startseiteLinks .undmehr {
    cursor: default;
    padding-left: 15px; }
    .startseiteLinks .undmehr:hover {
      box-shadow: none; }
    .startseiteLinks .undmehr a:link, .startseiteLinks .undmehr a:visited {
      color: white; }
    .startseiteLinks .undmehr a:before {
      content: '*';
      margin-left: 7px;
      margin-right: 7px;
      display: inline-block; }
    .startseiteLinks .undmehr a:first-child:before {
      content: '';
      margin: 0; }

.startseiteBottom {
  margin-top: 40px;
  margin-left: 12px;
  margin-right: 12px; }
  .startseiteBottom .well {
    margin-left: 10px;
    margin-right: 10px; }
  @media screen and (max-width: 600px) {
    .startseiteBottom {
      margin-left: 0;
      margin-right: 0; }
      .startseiteBottom .well {
        margin-left: 0;
        margin-right: 0; } }
  .startseiteBottom h2 {
    color: #444; }
  .startseiteBottom h2 a:link, .startseiteBottom h2 a:visited {
    color: #444; }
  .startseiteBottom .news ul, .startseiteBottom .animepro ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 15px; }
    .startseiteBottom .news ul li, .startseiteBottom .animepro ul li {
      margin: 3px 0 0;
      padding: 5px 5px 5px 0;
      border-top: solid 1px #e0e0ff; }
    .startseiteBottom .news ul a:link, .startseiteBottom .news ul a:visited, .startseiteBottom .animepro ul a:link, .startseiteBottom .animepro ul a:visited {
      color: #3f4f8a; }
  .startseiteBottom .empfehlungen ul {
    margin-top: 10px; }
  .startseiteBottom .webshop .produkt {
    display: inline-block;
    width: 49%;
    text-align: center;
    margin-top: 10px;
    height: 175px; }
    .startseiteBottom .webshop .produkt > a {
      display: block;
      height: 150px;
      line-height: 150px;
      vertical-align: bottom; }
    .startseiteBottom .webshop .produkt img {
      vertical-align: bottom;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.15);
      transition: box-shadow 0.2s ease; }
      .startseiteBottom .webshop .produkt img:hover {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.15), 0 0 6px 0 rgba(0, 0, 0, 0.3);
        transition: box-shadow 0.2s ease; }
    @media screen and (max-width: 1300px) {
      .startseiteBottom .webshop .produkt {
        height: 130px; }
        .startseiteBottom .webshop .produkt > a {
          height: 120px;
          line-height: 120px; }
        .startseiteBottom .webshop .produkt img {
          max-width: 120px !important;
          max-height: 120px !important; } }
    .startseiteBottom .webshop .produkt .subtitle {
      margin-top: 8px;
      font-size: 12px;
      text-align: center; }
