/*@import url(http://fonts.googleapis.com/css?family=Libre+Franklin:100,300,300italic,500,600);
@import url(http://fonts.googleapis.com/css?family=Arapey:400,400italic);
@import url(http://fonts.googleapis.com/css?family=Inconsolata:300,400);*/

/* libre-franklin-100 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 100;
  src: /*local('Libre Franklin Thin'), local('LibreFranklin-Thin'),*/
       url('libre-franklin-v2-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* libre-franklin-300 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: /*local('Libre Franklin Light'), local('LibreFranklin-Light'),*/
       url('libre-franklin-v2-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* libre-franklin-300italic - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: italic;
  font-weight: 300;
  src: /*local('Libre Franklin Light Italic'), local('LibreFranklin-LightItalic'),*/
       url('libre-franklin-v2-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* libre-franklin-500 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 500;
  src: /*local('Libre Franklin Medium'), local('LibreFranklin-Medium'),*/
       url('libre-franklin-v2-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* libre-franklin-600 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 600;
  src: /*local('Libre Franklin SemiBold'), local('LibreFranklin-SemiBold'),*/
       url('libre-franklin-v2-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* libre-franklin-800 - latin */
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 800;
  src: local('Libre Franklin ExtraBold'), local('LibreFranklin-ExtraBold'),
       url('libre-franklin-v2-latin-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('libre-franklin-v2-latin-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arapey-regular - latin */
@font-face {
  font-family: 'Arapey';
  font-style: normal;
  font-weight: 400;
  src: /*local('Arapey Regular'), local('Arapey-Regular'),*/
       url('arapey-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('arapey-v6-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* arapey-italic - latin */
@font-face {
  font-family: 'Arapey';
  font-style: italic;
  font-weight: 400;
  src: /*local('Arapey Italic'), local('Arapey-Italic'),*/
       url('arapey-v6-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('arapey-v6-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* Harlott */
@font-face {
    font-family: 'Harlott';
    src: url('harlott.woff2') format('woff2'),
         url('harlott.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* inconsolata-regular - latin */
@font-face {
  font-family: 'Inconsolata';
  font-style: normal;
  font-weight: 400;
  src: /*local('Inconsolata Regular'), local('Inconsolata-Regular'),*/
       url('inconsolata-v16-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('inconsolata-v16-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, tt, var, /*sup*/
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;
    }
    sup { /*color: #000010;*/
          font-size: 12px; /*10*/
          letter-spacing: 0px;
          font-weight: 300;
          vertical-align: 30%; }

    sub { /*color: #000010;*/
          font-size: 10px; /*10*/
          letter-spacing: 0px;
          font-weight: 300;
          vertical-align: 25%; }

    ul, li { line-height: 26px; } /*28*/
    body { line-height: 1; }
    ol, ul { list-style: none; }
    blockquote, q { quotes: none; }
    blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
    :focus { outline: 0; }
    del { text-decoration: line-through; }
    u {text-decoration: none; border-bottom: 1px solid; padding-bottom: 1px;}

    /* GLOBAL ELEMENTS */
 
    /*body { background: #000010;
    background-image: url(back.jpg);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-attachment: fixed;  }*/
    body, input, textarea { color: #000010; font: 17px/1.6 "Libre Franklin", Arial, sans-serif; font-weight: 300; } /*19 1.4*/
    strong {  font-weight: 600; }
    b { font-weight: 500; }
    i, em { font-weight: 300; }

    ::selection { background: #900000; color: #fff; }
    ::-moz-selection { background: #900000; color: #fff; }
    p, ul, ol, dd, pre { margin-bottom: 20px; }
    pre, code { font: 12px Monaco,monospace; line-height: 1.6; }
    blockquote { border-left: 5px solid #ddd; color: #555; font-style: italic; margin: 0 0 20px; padding: 0 0 0 10px; }
    table { border: 1px solid #ccc; border-width: 1px 1px 0 1px; font-size: 14px; line-height: 1.6; margin: 0 0 20px 0; text-align: left; }
    caption { text-align: left; }
    tr { border-bottom: 1px solid #ccc; }
    th, td { padding: .7em 1.25em; }
    hr { background-color: #ccc; border: 0; color: #555; height: 1px; margin-bottom: 20px; }
    a:link, a:visited { color: #665743; text-decoration: none; }
    a:focus, a:hover { text-decoration: none; }
    a:active { position: relative; top: 1px; }
    h1, h2, h3, h4, h5, h6 {  font-weight:normal; clear:both; }
    h3 { color: #665743;
         white-space:nowrap; }

    img { border: 0px solid #ccc;
        padding-top: 30px;
        padding-bottom: 0px;}
    a img:focus, a img:hover, a img:active { border-color: transparent; }

        a.text:link {
          border: 1px solid #eee; /*ccc*/
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #000010;
          padding: 1px 8px; /*2 8*/
          margin-right: 1px;
          margin-left: 1px;
          font-size: 17px; /*15*/
          text-decoration: none;
          /*font-weight: bold;*/
        }

        a.text:visited {
          border: 1px solid #eee;
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #000010;
          padding: 1px 8px;
          margin-right: 1px;
          margin-left: 1px;
          font-size: 17px; /*14*/
          text-decoration: none;
          /*font-weight: bold;*/
        }

        a.text:hover {
          border: 1px solid #eee;
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #665743;
          padding: 1px 8px;
          margin-right: 1px;
          margin-left: 1px;
          font-size: 17px; /*14*/
          text-decoration: none;
          /*font-weight: bold;*/
        }

        .epg_head_small { color: #000010;
                    font-family: "Libre Franklin",Harlott, Arial, sans-serif;
                    font-weight: 800;
                    letter-spacing: 0px;
                    font-size: 28px; /*68 36*/
                    /*line-height: 70%; /*1.4em;*/ }

        a.epg:link { /* Info-Button im Programm */
          font-family: Arapey, "Times New Roman", serif;
          font-style: italic;
          border: 0px solid #eee; /*ccc*/
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #000010;
          padding: 2px 8px;
          font-size: 16px; /*14*/
          text-decoration: none;
          font-weight: 300;
          vertical-align: 4%;
        }

        a.epg:visited {
          font-family: Arapey, "Times New Roman", serif;
          font-style: italic;
          border: 0px solid #eee;
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #000010;
          padding: 2px 8px;
          font-size: 16px; /*14*/
          text-decoration: none;
          font-weight: 300;
          vertical-align: 4%;
        }

        a.epg:hover {
          font-family: Arapey, "Times New Roman", serif;
          font-style: italic;
          border: 0px solid #eee;
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #eee;
          color: #665743;
          padding: 2px 8px;
          font-size: 16px; /*14*/
          text-decoration: none;
          font-weight: 300;
          vertical-align: 4%;
        }

        .epg_line { /* aktiver Leisten-Button im Programm */
          font-family: Arapey, "Times New Roman", serif;
          font-style: italic;
          border: 0px solid #665743; /*ccc*/
          border-radius: 20px; -webkit-border-radius:20px; -moz-border-radius: 20px;
          background: #665743;
          color: #ffffff;
          padding: 2px 8px;
          font-size: 16px; /*15*/
          text-decoration: none;
          font-weight: 500;
          vertical-align: 4%;
        }
        .subline {
          font-size: 18px; /*22*/
          font-weight: 700;
          line-height: 1.5;
        }

/*-------------------- Newsfeeder ---------------------*/

.rss-box {
  border: 0 solid;
  width: 430px;
  margin-left: 30px;
  /*font-size: 12px;*/
  /*font-family: Arial;*/
  /*text-indent: 115px;*/
  /*margin-left: 120px;
  margin-top: -47px;*/
}
.rss-title, rss-title a {
  border: 0 solid;
  margin: 0;
  padding: 0;
  color: #666666;
  /*font-size: 17px;
  font-family: Roboto, Arial, sans-serif;*/
  font-weight: bold;
  line-height: 1.6;
}
.rss-items {
  border: 0 solid;
  margin-left: -30px;
  /*margin-top: -23px;*/
  /*margin-bottom: -4px;*/
  padding: 0px;
  color: #000010;
  /*font-size: 19px;*/
  /*font-family: Roboto, Arial, sans-serif;*/
  /*line-height: 12px;*/
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
}
.rss-item {
  border: 0 solid;
  margin-bottom: 23px; /*23 1em*/
  margin-top: 0px;
  line-height: 1.6;
  /*font-size: 17px;*/
  /*font-family: Roboto, Arial, sans-serif;*/
  font-style: normal;
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
/*  display: none;*/
  border: 0 solid ;
  color: #000010;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  padding-right: 0;
  padding-left: 0px;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-size: 18px;
  font-style: normal;
  line-height: 1.6;
}
.rss-item a:hover {
/*  display:none;*/
  border-bottom: 0 solid;
  color: #000010;
  font-weight: 700;
  text-decoration: none;
  background-color: transparent;
  padding-right: 0px;
  padding-left: 0px;
  /*font-family: Roboto, Arial, sans-serif;*/
  font-size: 18px;
  line-height: 1.6;
}
.rss-date {
  font-size: 12px;
  font-family: Arial;
}