/* line 25, ../sass/_grid.scss */
#header, #footer, #container, #mainNavigation {
  *zoom: 1;
  max-width: 69.8em;
  _width: 69.8em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /*  @include breakpoint($large-screen) {
      @include with-grid-settings(12,4.9em,1.5em,1.5em) {
        @include container;
      };
    }*/
}
/* line 38, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#header:after, #footer:after, #container:after, #mainNavigation:after {
  content: "";
  display: table;
  clear: both;
}

/*
 * Convert px to em
 */
/*
 * High resolution images
 */
/*
 * Image replacement
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 5, ../sass/_defaults.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 28, ../sass/_defaults.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 32, ../sass/_defaults.scss */
html {
  height: 100%;
}

/* line 36, ../sass/_defaults.scss */
body {
  font-size: 1em;
  line-height: 1.4;
  min-height: 100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 48, ../sass/_defaults.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 53, ../sass/_defaults.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 62, ../sass/_defaults.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 75, ../sass/_defaults.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 83, ../sass/_defaults.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 93, ../sass/_defaults.scss */
textarea {
  resize: vertical;
}

/* line 97, ../sass/_defaults.scss */
nav ul {
  margin: 0;
  padding: 0;
}

/* line 1, ../sass/_card_show.scss */
.card-overview {
  margin-bottom: 1.42857em;
}
/* line 4, ../sass/_card_show.scss */
.card-overview .categorie-list {
  display: none;
}
@media (min-width: 400px) {
  /* line 4, ../sass/_card_show.scss */
  .card-overview .categorie-list {
    display: block;
    position: relative;
    list-style: none;
    *zoom: 1;
    max-width: 59em;
    _width: 59em;
    padding-left: 0em;
    padding-right: 0em;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 38, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
  .card-overview .categorie-list:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .card-overview .categorie-list {
  display: block;
  position: relative;
  list-style: none;
  *zoom: 1;
  max-width: 59em;
  _width: 59em;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
}
/* line 38, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lt-ie9 .card-overview .categorie-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 19, ../sass/_card_show.scss */
.card-overview .categorie-select {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 3px solid rgba(224, 154, 13, 0.8);
  background: #e6bd68;
  height: 34px;
  font-weight: bold;
}
@media (min-width: 400px) {
  /* line 19, ../sass/_card_show.scss */
  .card-overview .categorie-select {
    display: none;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .card-overview .categorie-select {
  display: none;
}
/* line 33, ../sass/_card_show.scss */
.card-overview .categorie-list-item {
  position: relative;
  height: 40px;
}
@media (min-width: 400px) {
  /* line 33, ../sass/_card_show.scss */
  .card-overview .categorie-list-item {
    width: 20%;
    float: left;
    margin-right: 0%;
    display: inline;
  }
  /* line 41, ../sass/_card_show.scss */
  .card-overview .categorie-list-item.last {
    width: 20%;
    float: right;
    margin-right: 0;
    *margin-left: 0em;
    display: inline;
  }
  /* line 46, ../sass/_card_show.scss */
  .card-overview .categorie-list-item.last .button {
    border-right: none;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .card-overview .categorie-list-item {
  width: 20%;
  float: left;
  margin-right: 0%;
  display: inline;
}
/* line 41, ../sass/_card_show.scss */
.lt-ie9 .card-overview .categorie-list-item.last {
  width: 20%;
  float: right;
  margin-right: 0;
  *margin-left: 0em;
  display: inline;
}
/* line 46, ../sass/_card_show.scss */
.lt-ie9 .card-overview .categorie-list-item.last .button {
  border-right: none;
}
/* line 54, ../sass/_card_show.scss */
.card-overview .categorie-list-item .button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../images/btn_pattern_inactive.jpg?1366815573') repeat-x;
  background-size: auto 100%;
  border: none;
  border-right: 1px solid #ffffff;
}
/* line 69, ../sass/_card_show.scss */
.card-overview .categorie-list-item .button.active {
  background: url('../images/btn_pattern.png?1366716521') repeat-x;
  border: 3px solid rgba(224, 154, 13, 0.8);
}
/* line 78, ../sass/_card_show.scss */
.card-overview .cards {
  overflow: hidden;
  display: none;
  margin-top: -3px;
  border: 3px solid rgba(224, 154, 13, 0.8);
  background: #ffffff;
}
/* line 82, ../sass/_card_show.scss */
.card-overview .cards.active {
  display: block;
}
/* line 91, ../sass/_card_show.scss */
.card-overview .card-info {
  padding: 1.42857em;
}
/* line 95, ../sass/_card_show.scss */
.card-overview .cards-list {
  *zoom: 1;
  max-width: 69.8em;
  _width: 69.8em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  list-style: none;
}
/* line 38, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.card-overview .cards-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 101, ../sass/_card_show.scss */
.card-overview .cards-list .card-image-container {
  /*      border: 2px solid #ffb51f;
        @include border-radius(5px);*/
}
/* line 106, ../sass/_card_show.scss */
.card-overview .cards-list .cards-list-item {
  width: 32.37822%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
  text-align: center;
  margin-bottom: 0.71429em;
}
/* line 109, ../sass/_card_show.scss */
.card-overview .cards-list .cards-list-item.third {
  width: 32.37822%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 400px) {
  /* line 106, ../sass/_card_show.scss */
  .card-overview .cards-list .cards-list-item {
    width: 15.47278%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
  }
  /* line 116, ../sass/_card_show.scss */
  .card-overview .cards-list .cards-list-item.third {
    width: 15.47278%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
  }
  /* line 119, ../sass/_card_show.scss */
  .card-overview .cards-list .cards-list-item.sixth {
    width: 15.47278%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .card-overview .cards-list .cards-list-item {
  width: 15.47278%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
/* line 116, ../sass/_card_show.scss */
.lt-ie9 .card-overview .cards-list .cards-list-item.third {
  width: 15.47278%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
/* line 119, ../sass/_card_show.scss */
.lt-ie9 .card-overview .cards-list .cards-list-item.sixth {
  width: 15.47278%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 2, ../sass/_game.scss */
html.game-active,
body.game-active {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}

/* line 8, ../sass/_game.scss */
.ui-widget {
  font-size: 0.8em !important;
}
@media (min-width: 650px) {
  /* line 8, ../sass/_game.scss */
  .ui-widget {
    font-size: 1.1em !important;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .ui-widget {
  font-size: 1.1em !important;
}

/* line 15, ../sass/_game.scss */
#game {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000000;
  color: #ffffff;
}
/* line 28, ../sass/_game.scss */
#game h1, #game h2, #game h3 {
  color: #ffffff;
}
/* line 32, ../sass/_game.scss */
#game .game-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
/* line 41, ../sass/_game.scss */
#game .game-stage {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 46, ../sass/_game.scss */
#game .game-status {
  display: none;
}
@media (min-width: 650px) {
  /* line 46, ../sass/_game.scss */
  #game .game-status {
    display: block;
    position: relative;
    z-index: 220;
    width: 550px;
    height: 64px;
    margin: 10px auto 0;
    background: url('../images/game_status_sprite.png?1366986281') top left no-repeat;
  }
  /* line 62, ../sass/_game.scss */
  #game .game-status.status-cards {
    background-position: center left;
  }
  /* line 66, ../sass/_game.scss */
  #game .game-status.status-cardinfo {
    background-position: bottom left;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-status {
  display: block;
  position: relative;
  z-index: 220;
  width: 550px;
  height: 64px;
  margin: 10px auto 0;
  background: url('../images/game_status_sprite.png?1366986281') top left no-repeat;
}
/* line 62, ../sass/_game.scss */
.lt-ie9 #game .game-status.status-cards {
  background-position: center left;
}
/* line 66, ../sass/_game.scss */
.lt-ie9 #game .game-status.status-cardinfo {
  background-position: bottom left;
}
/* line 72, ../sass/_game.scss */
#game .game-close-btn {
  position: absolute;
  dispaly: block;
  width: 40px;
  height: 28px;
  top: 0;
  right: 20px;
  padding: 0;
  padding-top: 7px;
  font-family: Arial;
  font-weight: bold;
  margin-top: -5px;
}
@media (min-width: 650px) {
  /* line 72, ../sass/_game.scss */
  #game .game-close-btn {
    height: 35px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-close-btn {
  height: 35px;
}
/* line 89, ../sass/_game.scss */
#game .game-bg {
  background: url('../images/game_bg.jpg?1367914458') center 0% no-repeat;
  opacity: 0;
  /*    @include background-size(cover);*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/game_bg.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/game_bg.jpg', sizingMethod='scale')";
  background-size: 100% auto;
}
@media (orientation: landscape) {
  /* line 89, ../sass/_game.scss */
  #game .game-bg {
    margin-top: -700px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-bg {
  margin-top: -700px;
}
/* line 107, ../sass/_game.scss */
#game .game-bg-darken {
  background-color: #000000;
  opacity: 0.3;
}
/* line 112, ../sass/_game.scss */
#game .game-text {
  position: absolute;
  opacity: 0;
  font-family: Monotype Corsiva;
  font-size: 1.42857em;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
/* line 124, ../sass/_game.scss */
#game .game-text.text-1 {
  margin-left: -30%;
}
/* line 127, ../sass/_game.scss */
#game .game-text.text-2 {
  margin-left: 30%;
  top: 55px;
}
/* line 131, ../sass/_game.scss */
#game .game-text.text-selection {
  left: 0px;
  right: 0px;
}
/* line 135, ../sass/_game.scss */
#game .game-text.text-info {
  font-size: 1.28571em;
  position: relative;
}
@media (min-width: 650px) {
  /* line 135, ../sass/_game.scss */
  #game .game-text.text-info {
    font-size: 1.78571em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-text.text-info {
  font-size: 1.78571em;
}
@media (min-width: 650px) {
  /* line 112, ../sass/_game.scss */
  #game .game-text {
    font-size: 3.21429em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-text {
  font-size: 3.21429em;
}
/* line 148, ../sass/_game.scss */
#game #gameDatepicker {
  margin: 0 auto;
  display: block;
  width: 210px;
  background: #ffe972;
  padding: 0.3em;
  border: 3px solid rgba(224, 154, 13, 0.8);
  text-align: center;
  font-family: Monotype Corsiva;
  font-size: 1.14286em;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
@media (min-width: 650px) {
  /* line 148, ../sass/_game.scss */
  #game #gameDatepicker {
    width: 290px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game #gameDatepicker {
  width: 290px;
}
/* line 166, ../sass/_game.scss */
#game .game-selection {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
/* line 173, ../sass/_game.scss */
#game .game-type-button {
  position: relative;
  width: 140px;
  height: 140px;
}
/* line 178, ../sass/_game.scss */
#game .game-type-button.game-type-question {
  background: url('../images/game_question.png?1368539278') center top no-repeat;
}
/* line 184, ../sass/_game.scss */
#game .game-type-button.game-type-event {
  background: url('../images/game_event.png?1368539256') center top no-repeat;
}
/* line 191, ../sass/_game.scss */
#game .game-type-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
/* line 203, ../sass/_game.scss */
#game .games-list {
  *zoom: 1;
  margin: 3em auto;
  width: 310px;
  padding: 0;
  list-style-type: none;
}
/* line 103, ../sass/_helper.scss */
#game .games-list:before, #game .games-list:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#game .games-list:after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 203, ../sass/_game.scss */
  #game .games-list {
    margin: 6em auto;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .games-list {
  margin: 6em auto;
}
/* line 215, ../sass/_game.scss */
#game .games-list li {
  float: left;
  margin-right: 30px;
}
/* line 219, ../sass/_game.scss */
#game .games-list li.last {
  margin-right: 0;
}
/* line 225, ../sass/_game.scss */
#game .game-intro {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}
/* line 232, ../sass/_game.scss */
#game .game-event {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}
@media (min-width: 650px) {
  /* line 232, ../sass/_game.scss */
  #game .game-event {
    top: 30%;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-event {
  top: 30%;
}
/* line 241, ../sass/_game.scss */
#game .game-event .game-play-btn {
  top: 250px;
  opacity: 1;
}
@media (orientation: landscape) {
  /* line 241, ../sass/_game.scss */
  #game .game-event .game-play-btn {
    top: 200px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-event .game-play-btn {
  top: 200px;
}
@media (min-width: 650px) {
  /* line 241, ../sass/_game.scss */
  #game .game-event .game-play-btn {
    top: 300px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-event .game-play-btn {
  top: 300px;
}
/* line 254, ../sass/_game.scss */
#game .game-play-btn {
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: -51px;
  opacity: 0;
}
@media (min-width: 650px) {
  /* line 254, ../sass/_game.scss */
  #game .game-play-btn {
    margin-left: -82px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-play-btn {
  margin-left: -82px;
}
/* line 267, ../sass/_game.scss */
#game .game-retry-btn {
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  /* line 267, ../sass/_game.scss */
  #game .game-retry-btn {
    margin-top: 40px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-retry-btn {
  margin-top: 40px;
}
/* line 275, ../sass/_game.scss */
#game .game-cardtable {
  opacity: 0;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 650px) {
  /* line 275, ../sass/_game.scss */
  #game .game-cardtable {
    top: 180px;
    left: 5%;
    right: 5%;
    bottom: 5%;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardtable {
  top: 180px;
  left: 5%;
  right: 5%;
  bottom: 5%;
}
/* line 292, ../sass/_game.scss */
#game .game-cardholder {
  position: absolute;
}
@media (min-width: 650px) {
  /* line 292, ../sass/_game.scss */
  #game .game-cardholder {
    background: rgba(0, 0, 0, 0.6);
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardholder {
  background: rgba(0, 0, 0, 0.6);
}
/* line 300, ../sass/_game.scss */
#game .game-cardstitle {
  opacity: 0;
  margin-top: 35px;
  font-size: 25px;
  text-align: center;
}
@media (min-width: 650px) {
  /* line 300, ../sass/_game.scss */
  #game .game-cardstitle {
    margin-top: 110px;
    font-size: 42px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardstitle {
  margin-top: 110px;
  font-size: 42px;
}
/* line 314, ../sass/_game.scss */
#game .game-card {
  display: block;
  float: left;
  background: url('../images/cards/card_back.png?1366982280') top left no-repeat;
  background-size: 100% 100%;
}
/* line 324, ../sass/_game.scss */
#game .game-cardinfo {
  *zoom: 1;
  max-width: 69.8em;
  _width: 69.8em;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  opacity: 0;
}
/* line 38, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#game .game-cardinfo:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 400px) {
  /* line 328, ../sass/_game.scss */
  #game .game-cardinfo h1 {
    text-align: left;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardinfo h1 {
  text-align: left;
}
@media (min-width: 650px) {
  /* line 324, ../sass/_game.scss */
  #game .game-cardinfo {
    margin-top: 130px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardinfo {
  margin-top: 130px;
}
/* line 340, ../sass/_game.scss */
#game .game-cardimage {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 400px) {
  /* line 340, ../sass/_game.scss */
  #game .game-cardimage {
    width: 32.37822%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
    margin-top: 50px;
    text-align: right;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardimage {
  width: 32.37822%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
  margin-top: 50px;
  text-align: right;
}
@media (min-width: 650px) {
  /* line 340, ../sass/_game.scss */
  #game .game-cardimage {
    margin-top: 75px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardimage {
  margin-top: 75px;
}
/* line 355, ../sass/_game.scss */
#game .game-cardimage img {
  background: url('../images/cards/card_front.png?1366983942') top left no-repeat;
  padding: 5px;
  background-size: 100% 100%;
  margin-right: 20px;
  max-height: 100%;
  height: auto;
}
/* line 368, ../sass/_game.scss */
#game .game-cardcontent {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 400px) {
  /* line 368, ../sass/_game.scss */
  #game .game-cardcontent {
    width: 66.18911%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #game .game-cardcontent {
  width: 66.18911%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 377, ../sass/_game.scss */
.lt-ie9 #game .game-card {
  background: url('../images/cards/card_back.png?1366982280') center center no-repeat;
}
/* line 383, ../sass/_game.scss */
.lt-ie9 #game .game-cardimage img {
  background: none;
}

@font-face {
  font-family: "Monotype Corsiva";
  src: url('../fonts/monotype_corsiva.eof');
  src: url('../fonts/monotype_corsiva.eof?#iefix') format('eot'), url('../fonts/monotype_corsiva.woff') format('woff'), url('../fonts/monotype_corsiva.ttf') format('truetype'), url('../fonts/monotype_corsiva.svg') format('svg');
}

/* line 12, ../sass/_layout.scss */
body {
  background: #fbf7ee;
  font-family: "Times New Roman", Times, serif;
  color: #2e2e2e;
}
@media (min-width: 650px) {
  /* line 12, ../sass/_layout.scss */
  body {
    background: url('../images/background_pattern.png?1366020634'), #fbf7ee;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 body {
  background: url('../images/background_pattern.png?1366020634'), #fbf7ee;
}

/* line 30, ../sass/_layout.scss */
.lt-ie9 body {
  background-color: #ede9e1;
}

/* line 34, ../sass/_layout.scss */
h1 {
  font-family: Monotype Corsiva;
  color: #181818;
  font-size: 2.1875em;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 1025px) {
  /* line 34, ../sass/_layout.scss */
  h1 {
    font-size: 3.125em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 h1 {
  font-size: 3.125em;
}

/* line 45, ../sass/_layout.scss */
h2 {
  font-family: Monotype Corsiva;
  color: #181818;
  font-size: 1.625em;
  font-weight: normal;
  margin: 0;
}
@media (min-width: 1025px) {
  /* line 45, ../sass/_layout.scss */
  h2 {
    font-size: 1.875em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 h2 {
  font-size: 1.875em;
}

/* line 56, ../sass/_layout.scss */
h3 {
  font-family: Monotype Corsiva;
  color: #181818;
  font-size: 1.25em;
  margin: 0;
}

/* line 63, ../sass/_layout.scss */
hr {
  clear: both;
  height: 12px;
  background: url('../images/hr_bg.png?1366727986') center center no-repeat;
  background-size: 100% auto;
  border: none;
}

/* line 76, ../sass/_layout.scss */
p {
  margin: 0 0 1em 0;
}

/* line 80, ../sass/_layout.scss */
a {
  color: #181818;
}

/* line 84, ../sass/_layout.scss */
#header {
  position: relative;
  background: url('../images/header_left_corner.png?1366714381') left bottom no-repeat, url('../images/header_right_corner.png?1366714421') right bottom no-repeat, url('../images/header.jpg?1366364204') top center no-repeat, #ffb51f;
  background-size: 50px auto, 50px auto, auto 100%;
  border-bottom: 5px solid #ffb51f;
  height: 130px;
  margin-bottom: 1.25em;
}
@media (min-width: 650px) {
  /* line 84, ../sass/_layout.scss */
  #header {
    background-size: auto, auto, auto 100%;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header {
  background-size: auto, auto, auto 100%;
}
@media (min-width: 650px) {
  /* line 84, ../sass/_layout.scss */
  #header {
    margin-bottom: 0;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header {
  margin-bottom: 0;
}
@media (min-width: 650px) {
  /* line 84, ../sass/_layout.scss */
  #header {
    height: 210px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header {
  height: 210px;
}
@media (min-width: 1025px) {
  /* line 84, ../sass/_layout.scss */
  #header {
    height: 250px;
    border: 5px solid #ffb51f;
    border-top: none;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header {
  height: 250px;
  border: 5px solid #ffb51f;
  border-top: none;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* line 117, ../sass/_layout.scss */
#header h1 {
  position: absolute;
  margin: 0;
  top: 25px;
  left: 7%;
  color: #ffffff;
}
@media (min-width: 650px) {
  /* line 117, ../sass/_layout.scss */
  #header h1 {
    top: 65px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header h1 {
  top: 65px;
}
/* line 129, ../sass/_layout.scss */
#header h2 {
  position: absolute;
  margin: 0;
  top: 65px;
  left: 11%;
  color: #ffffff;
  font-size: 1.125em;
}
@media (min-width: 650px) {
  /* line 129, ../sass/_layout.scss */
  #header h2 {
    top: 118px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #header h2 {
  top: 118px;
}

/* line 143, ../sass/_layout.scss */
.lt-ie9 #header {
  background: url('../images/header.jpg?1366364204') top center no-repeat;
  /*  border: 5px solid #ffb51f;
    border-top: none;*/
}

/* line 152, ../sass/_layout.scss */
#mainNavigation {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 0;
}
@media (min-width: 650px) {
  /* line 152, ../sass/_layout.scss */
  #mainNavigation {
    position: relative;
    top: 0;
    margin-bottom: 1.25em;
    padding: 0 1em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation {
  position: relative;
  top: 0;
  margin-bottom: 1.25em;
  padding: 0 1em;
}
/* line 168, ../sass/_layout.scss */
#mainNavigation #toggleMenuButton {
  position: relative;
  z-index: 150;
  padding: 0.3em;
  display: block;
  margin: 0 auto;
  width: 3em;
}
@media (min-width: 650px) {
  /* line 168, ../sass/_layout.scss */
  #mainNavigation #toggleMenuButton {
    display: none !important;
    visibility: hidden;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #toggleMenuButton {
  display: none !important;
  visibility: hidden;
}
/* line 180, ../sass/_layout.scss */
#mainNavigation #mainMenu {
  display: none;
  *zoom: 1;
  background: #ffffff;
  background-size: auto 100%;
  padding: 10px;
  margin-top: -13px;
  padding-top: 20px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}
/* line 103, ../sass/_helper.scss */
#mainNavigation #mainMenu:before, #mainNavigation #mainMenu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#mainNavigation #mainMenu:after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 180, ../sass/_layout.scss */
  #mainNavigation #mainMenu {
    background: url('../images/menu_pattern.png?1366722226');
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 1.25em;
    margin-top: 0;
    display: block !important;
    height: 60px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #mainMenu {
  background: url('../images/menu_pattern.png?1366722226');
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 1.25em;
  margin-top: 0;
  display: block !important;
  height: 60px;
}
/* line 209, ../sass/_layout.scss */
#mainNavigation #mainMenu .menu-item {
  position: relative;
  height: 40px;
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 209, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item {
    width: 25%;
    float: left;
    margin-right: 0%;
    display: inline;
    margin-bottom: 0;
    height: 80px;
  }
  /* line 224, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item.last {
    width: 25%;
    float: left;
    margin-right: 0%;
    display: inline;
  }
  /* line 228, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item.last .menu-link {
    border-bottom: none;
    border-right: 1px solid #e4e4e4;
  }
  /* line 234, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item.selected {
    background: url('../images/menu_selected.png?1366724742') bottom no-repeat;
    background-size: 100% auto;
  }
  /* line 239, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item.selected .menu-link {
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    border: none;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item {
  width: 25%;
  float: left;
  margin-right: 0%;
  display: inline;
  margin-bottom: 0;
  height: 80px;
}
/* line 224, ../sass/_layout.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item.last {
  width: 25%;
  float: left;
  margin-right: 0%;
  display: inline;
}
/* line 228, ../sass/_layout.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item.last .menu-link {
  border-bottom: none;
  border-right: 1px solid #e4e4e4;
}
/* line 234, ../sass/_layout.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item.selected {
  background: url('../images/menu_selected.png?1366724742') bottom no-repeat;
  background-size: 100% auto;
}
/* line 239, ../sass/_layout.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item.selected .menu-link {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
  border: none;
}
/* line 248, ../sass/_layout.scss */
#mainNavigation #mainMenu .menu-item.last .menu-link {
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 650px) {
  /* line 248, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-item.last .menu-link {
    border-bottom: none;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-item.last .menu-link {
  border-bottom: none;
}
/* line 256, ../sass/_layout.scss */
#mainNavigation #mainMenu .menu-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #3f0000;
  font-family: Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
  border-top: 1px solid #e4e4e4;
  vertical-align: middle;
  line-height: 40px;
  text-transform: uppercase;
}
@media (min-width: 650px) {
  /* line 256, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-link {
    border-left: 1px solid #e4e4e4;
    border-top: none;
    bottom: 20px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-link {
  border-left: 1px solid #e4e4e4;
  border-top: none;
  bottom: 20px;
}
@media (min-width: 650px) {
  /* line 256, ../sass/_layout.scss */
  #mainNavigation #mainMenu .menu-link {
    line-height: 60px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #mainNavigation #mainMenu .menu-link {
  line-height: 60px;
}

/* line 287, ../sass/_layout.scss */
#containerContent {
  *zoom: 1;
  background: #fbf7ee;
}
/* line 103, ../sass/_helper.scss */
#containerContent:before, #containerContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#containerContent:after {
  clear: both;
}
@media (min-width: mediun-screen) {
  /* line 287, ../sass/_layout.scss */
  #containerContent {
    background: #ffffff;
  }
}

/* line 296, ../sass/_layout.scss */
#main {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 296, ../sass/_layout.scss */
  #main {
    width: 74.64183%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #main {
  width: 74.64183%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
@media (min-width: 1025px) {
  /* line 296, ../sass/_layout.scss */
  #main {
    width: 83.09456%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #main {
  width: 83.09456%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
/* line 305, ../sass/_layout.scss */
#main #mainContent {
  *zoom: 1;
}
/* line 103, ../sass/_helper.scss */
#main #mainContent:before, #main #mainContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#main #mainContent:after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 305, ../sass/_layout.scss */
  #main #mainContent {
    padding: 1.25em;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #main #mainContent {
  padding: 1.25em;
}
/* line 312, ../sass/_layout.scss */
#main #mainContent img {
  max-width: 100%;
  height: auto;
}

/* line 319, ../sass/_layout.scss */
#cardsOverview {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 323, ../sass/_layout.scss */
#sidebar {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 323, ../sass/_layout.scss */
  #sidebar {
    width: 23.9255%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #sidebar {
  width: 23.9255%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 1025px) {
  /* line 323, ../sass/_layout.scss */
  #sidebar {
    width: 15.47278%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #sidebar {
  width: 15.47278%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
/* line 333, ../sass/_layout.scss */
#sidebar #sidebarContent {
  *zoom: 1;
}
/* line 103, ../sass/_helper.scss */
#sidebar #sidebarContent:before, #sidebar #sidebarContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#sidebar #sidebarContent:after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 333, ../sass/_layout.scss */
  #sidebar #sidebarContent {
    padding: 1.25em;
    padding-left: 0;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #sidebar #sidebarContent {
  padding: 1.25em;
  padding-left: 0;
}
/* line 342, ../sass/_layout.scss */
#sidebar .side-block {
  width: 49.28367%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
/* line 344, ../sass/_layout.scss */
#sidebar .side-block:last-child {
  width: 49.28367%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 342, ../sass/_layout.scss */
  #sidebar .side-block {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
  /* line 350, ../sass/_layout.scss */
  #sidebar .side-block:last-child {
    width: 100%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #sidebar .side-block {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
/* line 350, ../sass/_layout.scss */
.lt-ie9 #sidebar .side-block:last-child {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 357, ../sass/_layout.scss */
#footer {
  background: #434343;
  font-family: Airal, sans-serif;
}
@media (min-width: 650px) {
  /* line 357, ../sass/_layout.scss */
  #footer {
    background: none;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #footer {
  background: none;
}

/* line 365, ../sass/_layout.scss */
#footerContent {
  *zoom: 1;
  font-size: 0.75em;
  color: #ffffff;
}
/* line 103, ../sass/_helper.scss */
#footerContent:before, #footerContent:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
#footerContent:after {
  clear: both;
}
@media (min-width: 650px) {
  /* line 365, ../sass/_layout.scss */
  #footerContent {
    background: #434343;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #footerContent {
  background: #434343;
}
/* line 375, ../sass/_layout.scss */
#footerContent .content {
  padding: 10px 0;
}
@media (min-width: 650px) {
  /* line 375, ../sass/_layout.scss */
  #footerContent .content {
    padding: 10px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #footerContent .content {
  padding: 10px;
}
/* line 382, ../sass/_layout.scss */
#footerContent a {
  color: #ffffff;
}
/* line 386, ../sass/_layout.scss */
#footerContent #legal {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 386, ../sass/_layout.scss */
  #footerContent #legal {
    width: 15.47278%;
    float: left;
    margin-right: 1.43266%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #footerContent #legal {
  width: 15.47278%;
  float: left;
  margin-right: 1.43266%;
  display: inline;
}
/* line 394, ../sass/_layout.scss */
#footerContent #copyright {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 650px) {
  /* line 394, ../sass/_layout.scss */
  #footerContent #copyright {
    width: 74.64183%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    text-align: right;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 #footerContent #copyright {
  width: 74.64183%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  text-align: right;
}

@media (min-width: 400px) {
  /* line 404, ../sass/_layout.scss */
  .exclude-small {
    display: none !important;
    visibility: hidden;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .exclude-small {
  display: none !important;
  visibility: hidden;
}

@media (min-width: 1025px) {
  /* line 410, ../sass/_layout.scss */
  .exclude-large {
    display: none !important;
    visibility: hidden;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .exclude-large {
  display: none !important;
  visibility: hidden;
}

@media (min-width: 650px) {
  /* line 416, ../sass/_layout.scss */
  .exclude-medium {
    display: none !important;
    visibility: hidden;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .exclude-medium {
  display: none !important;
  visibility: hidden;
}

/* line 422, ../sass/_layout.scss */
.button {
  display: inline-block;
  color: #3f0000;
  text-decoration: none;
  text-align: center;
  font-family: Monotype Corsiva;
  font-size: 1em;
  padding: 0.4375em 0.625em;
  background: url('../images/btn_pattern.png?1366716521') repeat-x;
  background-size: auto 100%;
  border: 3px solid rgba(224, 154, 13, 0.8);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}
@media (min-width: 650px) {
  /* line 422, ../sass/_layout.scss */
  .button {
    font-size: 1.5625em;
    padding: 5px 20px 0;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .button {
  font-size: 1.5625em;
  padding: 5px 20px 0;
}
/* line 447, ../sass/_layout.scss */
.button.button-small {
  font-size: 1em;
  padding: 0.4375em 0.625em;
}

@media (min-width: 400px) {
  /* line 455, ../sass/_layout.scss */
  .teaser.teaser-tarot .text {
    width: 49.13793%;
    float: left;
    margin-right: 1.72414%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .teaser.teaser-tarot .text {
  width: 49.13793%;
  float: left;
  margin-right: 1.72414%;
  display: inline;
}
@media (min-width: 400px) {
  /* line 460, ../sass/_layout.scss */
  .teaser.teaser-tarot .image {
    width: 49.13793%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .teaser.teaser-tarot .image {
  width: 49.13793%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}

/* line 473, ../sass/_layout.scss */
.teaser {
  *zoom: 1;
}
/* line 103, ../sass/_helper.scss */
.teaser:before, .teaser:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
/* line 108, ../sass/_helper.scss */
.teaser:after {
  clear: both;
}
/* line 478, ../sass/_layout.scss */
.teaser .text {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 400px) {
  /* line 478, ../sass/_layout.scss */
  .teaser .text {
    width: 59.31034%;
    float: left;
    margin-right: 1.72414%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .teaser .text {
  width: 59.31034%;
  float: left;
  margin-right: 1.72414%;
  display: inline;
}
/* line 484, ../sass/_layout.scss */
.teaser .image {
  text-align: center;
  margin-bottom: 1.25em;
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 400px) {
  /* line 484, ../sass/_layout.scss */
  .teaser .image {
    width: 38.96552%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    text-align: right;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .teaser .image {
  width: 38.96552%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
  text-align: right;
}
@media (min-width: 650px) {
  /* line 484, ../sass/_layout.scss */
  .teaser .image {
    margin-bottom: 0;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .teaser .image {
  margin-bottom: 0;
}
/* line 496, ../sass/_layout.scss */
.teaser .image img {
  max-width: 100%;
  height: auto;
}
/* line 502, ../sass/_layout.scss */
.teaser .button {
  margin: 0 auto;
}

/* line 507, ../sass/_layout.scss */
.side-block {
  margin-bottom: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
@media (min-width: 650px) {
  /* line 507, ../sass/_layout.scss */
  .side-block {
    margin-bottom: 40px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .side-block {
  margin-bottom: 40px;
}
/* line 515, ../sass/_layout.scss */
.side-block img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 0.625em;
}
@media (min-width: 400px) {
  /* line 515, ../sass/_layout.scss */
  .side-block img {
    max-width: 50%;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .side-block img {
  max-width: 50%;
}
@media (min-width: 650px) {
  /* line 515, ../sass/_layout.scss */
  .side-block img {
    max-width: 100%;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .side-block img {
  max-width: 100%;
}
/* line 529, ../sass/_layout.scss */
.side-block .image-link {
  display: block;
}
/* line 534, ../sass/_layout.scss */
.side-block .button {
  margin-bottom: 0.9375em;
}
/* line 540, ../sass/_layout.scss */
.side-block p {
  font-size: 0.75em;
  font-weight: bold;
  margin-bottom: 0.5em;
  max-width: 140px;
  margin: 0 auto 1em auto;
}
/* line 547, ../sass/_layout.scss */
.side-block .small {
  font-size: 0.625em;
}
/* line 551, ../sass/_layout.scss */
.side-block .store-links {
  display: none;
}
@media (min-width: 650px) {
  /* line 551, ../sass/_layout.scss */
  .side-block .store-links {
    display: block;
  }
  /* line 555, ../sass/_layout.scss */
  .side-block .store-links img {
    max-width: 116px;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .side-block .store-links {
  display: block;
}
/* line 555, ../sass/_layout.scss */
.lt-ie9 .side-block .store-links img {
  max-width: 116px;
}
/* line 560, ../sass/_layout.scss */
.side-block .store-links a {
  display: block;
}

/* line 567, ../sass/_layout.scss */
.ad-appgefragt .image-link {
  padding: 0 1.25em;
}

/* line 572, ../sass/_layout.scss */
.column-1 {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 1025px) {
  /* line 572, ../sass/_layout.scss */
  .column-1 {
    width: 49.13793%;
    float: left;
    margin-right: 1.72414%;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .column-1 {
  width: 49.13793%;
  float: left;
  margin-right: 1.72414%;
  display: inline;
}

/* line 579, ../sass/_layout.scss */
.column-2 {
  width: 100%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
@media (min-width: 1025px) {
  /* line 579, ../sass/_layout.scss */
  .column-2 {
    width: 49.13793%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
}
/* line 133, ../../../../.rvm/gems/ruby-2.0.0-p0/gems/breakpoint-2.0.5/stylesheets/_breakpoint.scss */
.lt-ie9 .column-2 {
  width: 49.13793%;
  float: right;
  margin-right: 0;
  *margin-left: -1em;
  display: inline;
}
