/*
Theme Name:   L'UniCo Bootstrap
Theme URI:    https://l-uni.co
Description:  Wordpress-Theme auf Basis von WPBO und Twitter Bootstrap
Author:       L'UniCo Webteam
Author URI:   https://l-uni.co
Template:     wpbo
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         dark, responsive-layout, accessibility-ready
Text Domain:  wpbo-lunico
*/

@font-face {
  font-family: 'Bebas Neue';
  src: url(fonts/BebasNeue.otf);
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
  color: #000;
}

/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

html {
  background-color: white;
}

body {
  margin: 20px;
  margin-top: 70px;
  padding-top: 0;
  background-color: black;
}

h1, h2, h3, h4, h5, h6, .btn {
  font-family: "Bebas Neue";
}
ul:not([class]) {
  list-style: none;
}
ul li:not([class]):before {
  position: relative;
  top: 1px;
  right: 22px;
  width: 0em;
  overflow: visible;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e035";
}
header{
  padding-top: 20px;
}
article img{
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  border:10px solid #ffffff;
  margin-top: 5px;
  margin-bottom: 5px;
}
.trenner {
  background-color:#1561ac;
  border-radius: 6px;
  font-size: 63px;
  padding-top: 7px;
}
nav .streamcontrol {
  color: #f2842d !important;
}
.streamcontrol {
  cursor: pointer;
}
.pagination .inactive, .pagination li a {
  color: #fff;
  background-color: #1561ac;
  border-color: #1561ac;
}
.jumbotron {
  /*background-color: #1561ac;
  color: #f2842d;*/
  background-size: cover;
  background-image: url(/wp-content/uploads/2016/05/Sofa_edit-1024x480.png);
  background-position: bottom center;
  height:100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-logo{
  max-height: 180px;
  max-width: 100%;
  object-fit: contain;
}
.close {
  opacity: 0.8;
}

.article-image {
  display: block;
  height: 200px;
  width: 100%;
  background-repeat: repeat;
  background-color: #323133;
}
.body-bild {
  border-radius: 5px;
  border:10px solid #ffffff;
  max-width: 100%;
  object-fit: cover;
}
.sendeplan {
  margin-top:20px;
}
.timecell {
  border: 1px solid black;
}
.current-time-caret div {
  width: 500px;
  margin-left: -250px;
  position: absolute;
  bottom: 4px;
}
.current-time-caret div span {
  background-color: #ff0000;
  padding: 2px 4px;
}
footer {
  background-color: black;
  color: whitesmoke;
}
