/* line 28, feed-style.scss */
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote,
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, 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 49, feed-style.scss */
html {
  line-height: 1;
}

/* line 53, feed-style.scss */
ol, ul {
  list-style: none;
}

/* line 57, feed-style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 62, feed-style.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 68, feed-style.scss */
q, blockquote {
  quotes: none;
}

/* line 72, feed-style.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 77, feed-style.scss */
a img {
  border: none;
}

/* line 81, feed-style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/**
 * General Styles
 */
/* line 137, feed-style.scss */
body {
  color: #111;
  font-family: Helvetica, sans-serif, Verdana;
  letter-spacing: 1px;
  background: #f7f7f7 url("/ress/img/white.png");
  background-attachment: fixed;
}

/* line 144, feed-style.scss */
#feeds_list,
header,
footer {
  background: #151515 url("/ress/img/black.png");
}

/* line 150, feed-style.scss */
a {
  color: #111;
  text-decoration: none;
}

/* line 155, feed-style.scss */
.active {
  color: #C00;
}

/* line 159, feed-style.scss */
#is_mobile {
  display: none;
}

/* line 163, feed-style.scss */
#error_matrix {
  -o-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

/**
 *
 *
        .##.....##.########....###....########..########.########.
        .##.....##.##.........##.##...##.....##.##.......##.....##
        .##.....##.##........##...##..##.....##.##.......##.....##
        .#########.######...##.....##.##.....##.######...########.
        .##.....##.##.......#########.##.....##.##.......##...##..
        .##.....##.##.......##.....##.##.....##.##.......##....##.
        .##.....##.########.##.....##.########..########.##.....##
 *
 *
 */
/* line 185, feed-style.scss */
header {
  color: #D9D9D9;
  /**
   * Kategorie Auswahl
   */
}
/* line 190, feed-style.scss */
header a {
  color: #D9D9D9;
}
/* line 193, feed-style.scss */
header h1 {
  display: none;
}
/* line 196, feed-style.scss */
header pre {
  margin: -6px 0 0 20px;
  display: inline-block;
  font-size: 1.7em;
  font-weight: bold;
  font-family: Courier New, Verdana;
}
/* line 203, feed-style.scss */
header pre small {
  font-size: .5em;
}
/* line 207, feed-style.scss */
header #error_matrix {
  margin: 0 0 15px 25px;
  font-size: .8em;
  opacity: .8;
  cursor: default;
}
/* line 218, feed-style.scss */
header #categorie_menu {
  margin: 0 0  0 25px;
  list-style: none;
  min-width: 700px;
}
/* line 224, feed-style.scss */
header #categorie_menu li {
  display: inline-block;
}
/* line 227, feed-style.scss */
header #categorie_menu a,
header #categorie_menu span {
  padding: 5px 20px;
  display: block;
  border-radius: 5px 5px 0 0;
}
/* line 233, feed-style.scss */
header #categorie_menu span {
  background: #f7f7f7 url("/ress/img/white.png");
  background-attachment: fixed;
  color: #333;
  cursor: default;
}

/**
 *
 *
          .##.....##....###....####.##....##
          .###...###...##.##....##..###...##
          .####.####..##...##...##..####..##
          .##.###.##.##.....##..##..##.##.##
          .##.....##.#########..##..##..####
          .##.....##.##.....##..##..##...###
          .##.....##.##.....##.####.##....##
 *
 *
 */
/* line 258, feed-style.scss */
main {
  /*
  .itemprop-feed:nth-last-child(-n+5) div {
         top:auto !important;
         bottom:0;
  }
  */
  /**
   * .feeds ends
   */
  /**
   * AJAX Div ends
   */
}
/* line 261, feed-style.scss */
main #feeds_list {
  margin: 30px 0 0 10px;
  padding: 5px;
  background-color: #212121;
  border: 1px solid #181918;
  border-width: 2px 4px 2px 0;
  border-radius: 0 12px 12px 0;
  min-width: 250px;
  font-size: .9em;
}
/* line 275, feed-style.scss */
main #feeds_list li > span {
  padding: 3px 12px 3px 21px;
  display: block;
  max-width: 300px;
  cursor: pointer;
}
/* line 281, feed-style.scss */
main #feeds_list li > span:hover {
  color: #C00;
}
/* line 286, feed-style.scss */
main #feeds_list #openall_func {
  padding: 8px 5px;
  position: absolute;
  top: -30px;
  font-size: .8em;
  background: transparent;
}
/* line 293, feed-style.scss */
main #feeds_list #openall_func:hover {
  color: red;
}
/* line 296, feed-style.scss */
main #feeds_list #openall_func input[type="checkbox"] {
  position: relative;
  bottom: -2px;
}
/* line 300, feed-style.scss */
main #feeds_list #openall_func label {
  cursor: pointer;
}
/* line 308, feed-style.scss */
main .feeds {
  margin: 0 5px 20px;
  padding: 5px 0 15px;
}
/* line 313, feed-style.scss */
main .feeds.errorload {
  padding: 15px 10px !important;
}
/* line 316, feed-style.scss */
main .feeds.errorload strong {
  display: block;
  margin-top: 7px;
}
/* line 321, feed-style.scss */
main .feeds .rssfeedlink {
  margin: 20px 5px 0;
  padding-left: 5px;
  font-size: 1.1em;
}
/* line 326, feed-style.scss */
main .feeds .rssfeedlink a, main .feeds .rssfeedlink:before {
  color: #C00;
}
/* line 330, feed-style.scss */
main .feeds .rssfeedlink a:hover, main .feeds .rssfeedlink:hover:before {
  color: #111;
}
/* line 336, feed-style.scss */
main .feeds > div.itemprop-feed {
  margin-left: 5px;
  font-size: .9em;
  line-height: 140%;
  position: relative;
  z-index: 40;
}
/* line 346, feed-style.scss */
main .feeds > div.itemprop-feed .link .title {
  display: none;
  background: #FFFFE1;
  border-radius: 10px;
  bottom: 30px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 98;
  width: auto;
  white-space: nowrap;
  font-size: .7em;
  border: 1px solid #999;
  border-radius: 4px;
  opacity: 0;
  line-height: 130%;
  cursor: default;
}
/* line 364, feed-style.scss */
main .feeds > div.itemprop-feed .link:hover .title {
  display: block;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
/* line 375, feed-style.scss */
main .feeds > div.itemprop-feed .link a {
  margin: 0;
  padding: 2px 7px;
  display: block;
  background: #f9f9f9;
  border-radius: 0px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 387, feed-style.scss */
main .feeds > div.itemprop-feed .link a:hover {
  color: #000;
  background-color: #FFF;
  border-color: #F90;
}
/* line 392, feed-style.scss */
main .feeds > div.itemprop-feed .link a:visited {
  color: #AAA;
  border-color: #AAA;
}
/* line 401, feed-style.scss */
main .feeds > div.itemprop-feed > div {
  display: none;
  padding: 15px;
  position: absolute;
  top: 0;
  right: -390px;
  z-index: 50;
  width: 350px;
  max-height: 350px;
  overflow: hidden;
  border: 2px solid #626364;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 6px 6px 12px #999;
  font-size: .9em;
}
/* line 417, feed-style.scss */
main .feeds > div.itemprop-feed > div img {
  max-width: 280px;
  max-height: 200px;
}
/* line 422, feed-style.scss */
main .feeds > div.itemprop-feed:hover div {
  display: block;
}
/* line 436, feed-style.scss */
main #feeds_list {
  display: inline-block;
}
/* line 439, feed-style.scss */
main #ajax_list {
  margin: 30px -30px 0 30px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  /**
   * Feeds ends
   */
}
/* line 445, feed-style.scss */
main #ajax_list .feeds {
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0;
  background: #FFF;
}
/* line 454, feed-style.scss */
main #ajax_list .feeds .rssfeedlink {
  margin: 0px 5px 5px;
  padding: 10px 0 0 5px;
  font-size: .9em;
}
/* line 460, feed-style.scss */
main #ajax_list .feeds .rssfeedlink a, main #ajax_list .feeds .rssfeedlink:before {
  color: #C00;
}
/* line 464, feed-style.scss */
main #ajax_list .feeds .rssfeedlink a:hover, main #ajax_list .feeds .rssfeedlink:hover:before {
  color: #333;
}
/* line 469, feed-style.scss */
main #ajax_list .feeds > div.itemprop-feed {
  margin-left: 5px;
}
/* line 473, feed-style.scss */
main #ajax_list .feeds > div.itemprop-feed .link a {
  margin: 0;
  padding: 3px 7px 3px 24px;
  display: block;
  background: #FFF;
  border-radius: 0 0 0 4px;
  border-bottom: 1px solid #EEE;
}
/* line 481, feed-style.scss */
main #ajax_list .feeds > div.itemprop-feed .link a:hover {
  border-color: #626364;
}
/* line 491, feed-style.scss */
main #ajax_list .feeds:hover {
  background: #fff;
  border-right: 2px solid #626364;
}
/* line 495, feed-style.scss */
main #ajax_list .feeds:last-child {
  border-radius: 0 0 10px 10px;
}
/* line 498, feed-style.scss */
main #ajax_list .feeds:first-child {
  border-radius: 10px 10px 0 0;
}

/**
 *
 *
          .########..#######...#######..########.########.########.
          .##.......##.....##.##.....##....##....##.......##.....##
          .##.......##.....##.##.....##....##....##.......##.....##
          .######...##.....##.##.....##....##....######...########.
          .##.......##.....##.##.....##....##....##.......##...##..
          .##.......##.....##.##.....##....##....##.......##....##.
          .##........#######...#######.....##....########.##.....##
 *
 *
 */
/* line 533, feed-style.scss */
footer {
  text-align: center;
  background-color: #333;
  color: #AAA;
  font-size: .75em;
  position: relative;
  z-index: 1000;
}
/* line 541, feed-style.scss */
footer li {
  margin-right: -3px;
  padding: 4px 7px 0;
  display: inline-block;
  border-right: 1px solid #333;
}
/* line 548, feed-style.scss */
footer li:last-child {
  border-right: 0 none;
}
/* line 551, feed-style.scss */
footer span {
  cursor: pointer;
}
/* line 554, feed-style.scss */
footer a {
  color: #BBB;
}
/* line 557, feed-style.scss */
footer a:hover {
  color: #EEE;
}
/* line 560, feed-style.scss */
footer #backtotop {
  padding: 5px 6px;
  display: none;
  position: fixed;
  bottom: 4px;
  right: 13px;
  z-index: 11000;
  font-size: 1.2em;
  border: 1px solid;
  color: #AAA;
  background: #EEE;
  display: none;
  border-radius: 5px;
}
/* line 574, feed-style.scss */
footer #backtotop:hover {
  color: #666;
}
/* line 577, feed-style.scss */
footer #udo {
  cursor: default;
}

/**
 * Additional
 */
/**
 * Ladeball
 */
/* line 590, feed-style.scss */
.spinner {
  margin: 30px 50px;
  width: 80px;
  height: 80px;
  background-color: #222;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

/* line 599, feed-style.scss */
.spinner {
  margin: -40px 0 0 -40px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
}

@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/**
 * Breite Monitore
 */
@media (min-width: 481px) {
  /**
   * Table-Layout
   */
  /* line 629, feed-style.scss */
  html,
  body {
    height: 100%;
  }

  /* line 633, feed-style.scss */
  body {
    display: table;
    width: 100%;
    overflow-y: scroll;
  }

  /* line 638, feed-style.scss */
  header,
  #wrapper,
  footer {
    display: table-row;
  }

  /* line 644, feed-style.scss */
  main {
    width: 100%;
  }

  /* line 647, feed-style.scss */
  #wrapper {
    height: 95%;
  }

  /* line 650, feed-style.scss */
  footer {
    height: 20px;
  }

  /**
   * Table-Layout ends
   */
  /* line 662, feed-style.scss */
  .fixed_menu main #feeds_list {
    position: fixed;
  }

  /* line 670, feed-style.scss */
  main #feeds_list {
    margin: 30px 0 0 -245px;
    position: absolute;
    z-index: 1000;
    transition: all .4s ease;
    box-shadow: 6px 6px 8px #888;
  }
  /* line 677, feed-style.scss */
  main #feeds_list:before {
    content: 'Auswahl';
    padding: 5px;
    position: absolute;
    top: 10%;
    right: -3px;
    color: #e8e8e8;
    text-align: center;
    word-break: break-all;
    width: 10px;
  }
  /* line 689, feed-style.scss */
  main #feeds_list:hover {
    margin-left: 0;
    padding: 15px 10px;
    background: #FFF;
  }
  /* line 694, feed-style.scss */
  main #feeds_list:hover:before {
    display: none;
  }
  /* line 701, feed-style.scss */
  main .feeds {
    margin: 0 5px 20px;
    padding: 5px 0 15px;
    border: 2px solid #bbb;
    border-radius: 10px;
    box-shadow: 6px 6px 8px #888;
  }
  /* line 709, feed-style.scss */
  main .feeds > div.itemprop-feed {
    margin-left: 5px;
    font-size: .9em;
    line-height: 140%;
    position: relative;
    z-index: 40;
  }
  /* line 719, feed-style.scss */
  main .feeds > div.itemprop-feed .link a {
    margin: 0;
    padding: 2px 7px;
    display: block;
    background: #f9f9f9;
    border-radius: 0px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  /* line 731, feed-style.scss */
  main .feeds > div.itemprop-feed .link a:hover {
    color: #000;
    background-color: #FFF;
    border-color: #F90;
  }
  /* line 736, feed-style.scss */
  main .feeds > div.itemprop-feed .link a:visited {
    color: #AAA;
    border-color: #AAA;
  }
  /* line 747, feed-style.scss */
  main .this_is_last {
    margin-bottom: 300px !important;
  }
}
/**
 * Breite Monitore ends
 */
/**
 * Smartphone
 */
@media screen and (max-width: 479px) {
  /* line 763, feed-style.scss */
  #is_mobile {
    display: block;
  }

  /* line 772, feed-style.scss */
  header pre small {
    display: none;
  }

  /* line 777, feed-style.scss */
  main {
    width: auto !important;
    max-width: 400px;
  }
  /* line 782, feed-style.scss */
  main #feeds_list {
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: static;
    background: #FFF;
    border-width: 0;
    font-size: 1.1em;
  }
  /* line 796, feed-style.scss */
  main #feeds_list li > span {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  /* line 804, feed-style.scss */
  main .feeds {
    margin: 0 5px 20px;
    padding: 5px 0 15px;
  }
  /* line 809, feed-style.scss */
  main .feeds .rssfeedlink {
    margin: 20px 5px 0;
    padding-left: 5px;
    font-size: 1.1em;
  }
  /* line 814, feed-style.scss */
  main .feeds .rssfeedlink a, main .feeds .rssfeedlink:before {
    color: #C00;
  }
  /* line 818, feed-style.scss */
  main .feeds .rssfeedlink a:hover, main .feeds .rssfeedlink:hover:before {
    color: #111;
  }
  /* line 825, feed-style.scss */
  main .feeds .rssfeedlink {
    margin: 10px 5px 10px -8px;
    padding-left: 5px;
    font-size: 1.1em;
    display: none;
  }
  /* line 831, feed-style.scss */
  main .feeds .rssfeedlink a, main .feeds .rssfeedlink:before {
    color: #C00;
  }
  /* line 835, feed-style.scss */
  main .feeds .rssfeedlink a:hover, main .feeds .rssfeedlink:hover:before {
    color: #111;
  }
  /* line 841, feed-style.scss */
  main .feeds > div.itemprop-feed {
    width: 100% !important;
  }
  /* line 846, feed-style.scss */
  main .feeds > div.itemprop-feed .link:hover .title {
    display: none;
  }
  /* line 850, feed-style.scss */
  main .feeds > div.itemprop-feed .link a {
    margin: 0 0 3px -11px;
    padding: 4px 4px 4px 4px;
    display: block;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
    border: 1px solid #999;
    background-image: none !important;
    white-space: normal;
  }

  /**
   main ends
*/
  /* line 876, feed-style.scss */
  html,
  body,
  header,
  #wrapper,
  footer {
    display: table !important;
    width: 100% !important;
    min-width: auto !important;
    max-width: 480px !important;
  }
}
/**
 * Smartphone ends
 */
/**
 * Firefox hack
 */
@-moz-document url-prefix() {}
/**
 * Firefox hack ends
 */
/**
 * Google-Chrome hack
 */
/**
 * Google-Chrome hack ends
 */
