@charset "UTF-8";
/**
 * Spezifischere Anpassungen für Live-Tile/MetroJS auf Startseite
 * #############################################################################
 */
/* line 11, ../sass/styles.scss */
html, body {
  height: 100%;
}

/**
 * Formatierungen für Startseite mit "Live-Tiles", den Kacheln
 * separat und weitestgehend anders als das restliche Layout
 */
/* line 19, ../sass/styles.scss */
#tile-startpage {
  height: 99.5%;
  /* Ausgehend von Default-Größe 150x150 Pixel */
  /* Quasi eine Blindgrafik, wird benötigt, um an bestimmten Stellen einen Weißraum mit
   * Größe entspr. einer Kachel zu schaffen
   */
  /* KEINE Abstände im GRID oder zwischen den Kacheln
   * MetroJS-LiveTile- + Tw.Bootstrap-Formatierungen überschreiben
   */
  /* Bei verschachtelten Grid, wenn eine Zeile in Schachtel mit ungerader Grid-Zahl steckt,
   * muss die Spaltenbreite der Unter-Spalten manuell festgelegt werden, hier nur für die
   * Spalten, die tatsächlich verwendet werden
   */
}
/* line 23, ../sass/styles.scss */
#tile-startpage #tilesPg-logo {
  padding: .5%;
}
/* line 28, ../sass/styles.scss */
#tile-startpage #struct-tilecontainer {
  padding-top: .5%;
}
/* line 32, ../sass/styles.scss */
#tile-startpage #struct-tilecontainer .langSwitchLinks {
  font-size: 15px;
}
/* line 34, ../sass/styles.scss */
#tile-startpage #struct-tilecontainer .langSwitchLinks a {
  color: #000;
}
/* line 37, ../sass/styles.scss */
#tile-startpage #struct-tilecontainer .langSwitchLinks .langSwitchLink1 {
  float: left;
}
/* line 40, ../sass/styles.scss */
#tile-startpage #struct-tilecontainer .langSwitchLinks .langSwitchLink2 {
  float: right;
}
/* line 49, ../sass/styles.scss */
#tile-startpage .live-tile a {
  display: block;
}
/* line 55, ../sass/styles.scss */
#tile-startpage .tile-hvalign-center {
  display: table;
}
/* line 58, ../sass/styles.scss */
#tile-startpage .tile-hvalign-center .hvalign-center-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* line 66, ../sass/styles.scss */
#tile-startpage .tile-naviitem {
  background-color: black;
}
/* line 68, ../sass/styles.scss */
#tile-startpage .tile-naviitem a {
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 1499px) {
  /* line 68, ../sass/styles.scss */
  #tile-startpage .tile-naviitem a {
    font-size: 0.91em;
    font-weight: normal;
  }
}
@media (max-width: 989px) {
  /* line 68, ../sass/styles.scss */
  #tile-startpage .tile-naviitem a {
    font-size: 0.78em;
    font-weight: bold;
  }
}
/* line 85, ../sass/styles.scss */
#tile-startpage .tile2x-whitefontonred {
  background-color: #f26867;
}
/* line 87, ../sass/styles.scss */
#tile-startpage .tile2x-whitefontonred span {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: bold;
}
@media (max-width: 1499px) {
  /* line 87, ../sass/styles.scss */
  #tile-startpage .tile2x-whitefontonred span {
    font-size: 0.91em;
    font-weight: normal;
  }
}
@media (max-width: 989px) {
  /* line 87, ../sass/styles.scss */
  #tile-startpage .tile2x-whitefontonred span {
    font-size: 0.78em;
    font-weight: bold;
  }
}
/* line 104, ../sass/styles.scss */
#tile-startpage .tile-picture {
  overflow-y: hidden;
}
/* line 106, ../sass/styles.scss */
#tile-startpage .tile-picture img {
  width: 100%;
  height: auto;
}
/* line 110, ../sass/styles.scss */
#tile-startpage .tile-picture img.third-tile-face {
  display: none;
}
/* line 120, ../sass/styles.scss */
#tile-startpage .live-tile.size2x-tile {
  width: 300px;
  height: 300px;
}
/* line 124, ../sass/styles.scss */
#tile-startpage .live-tile.size3x-tile {
  width: 450px;
  height: 300px;
}
/* line 131, ../sass/styles.scss */
#tile-startpage .placeholder-tile {
  width: 150px;
  height: 150px;
}
/* line 138, ../sass/styles.scss */
#tile-startpage .live-tile, #tile-startpage .list-tile, #tile-startpage .copy-tile, #tile-startpage .tile-strip .flip-list > li {
  margin: 0;
}
/* line 145, ../sass/styles.scss */
#tile-startpage .-leopold-thirds-row .col-md-1,
#tile-startpage .-leopold-thirds-row .col-sm-1,
#tile-startpage .-leopold-thirds-row .col-xs-1 {
  width: 33.33333%;
}
/* line 150, ../sass/styles.scss */
#tile-startpage .-leopold-thirds-row .col-md-offset-1,
#tile-startpage .-leopold-thirds-row .col-sm-offset-1,
#tile-startpage .-leopold-thirds-row .col-xs-offset-1 {
  margin-left: 33.33333%;
}
/* line 155, ../sass/styles.scss */
#tile-startpage .-leopold-thirds-row .col-md-offset-2,
#tile-startpage .-leopold-thirds-row .col-sm-offset-2,
#tile-startpage .-leopold-thirds-row .col-xs-offset-2 {
  margin-left: 66.66766%;
}
