:root {
  --lfm_schedule-primary-color: #8c8c8c;
  --lfm_schedule-secondary-color: #e6e6e6;
  --lfm_schedule-text-color: #666666;
  --lfm_schedule-table-head-color: #8c8c8c;
  --lfm_schedule-container-color: #8c8c8c;
  --lfm_schedule-font-family: Arial, sans-serif;
}

#lfm_schedule_selfhost {
  text-align: center;
  padding: 10px;
  font-family: var(--lfm_schedule-font-family);
}

.lfm_schedule {
  cursor: default;
  display: inline-block;
  width: 95%;
  max-width: 1165px;
}

.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: var(--lfm_schedule-primary-color);
  color: #ffffff;
}

.tab button {
  background-color: var(--lfm_schedule-primary-color);
  color: #ffffff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.5s;
  font-size: 14px;
  background-color: var(--lfm_schedule-primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .03rem;
}

.tab button:hover {
  background-color: var(--lfm_schedule-secondary-color) !important;
  color: var(--lfm_schedule-text-color) !important;
}

.tablinks.active {
  background-color: #fff !important;
  color: #222 !important;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.tabcontent-container {
  background-color: var(--lfm_schedule-container-color) !important;
}

.tabcontentactive {
  display: block;
}

.lfm_api_schedule_table_playlist_now {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  background-color: #ffc3c3;
  margin-bottom: 0 !important;
  border-top: 0.5px solid var(--lfm_schedule-table-head-color);
  border-bottom: 0.5px solid var(--lfm_schedule-table-head-color);
  height: 80px; 
}

.lfm_api_schedule_table_playlist_now:hover {
  background-color: #f9a8a8;
}

.lfm_api_schedule_table {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  width: 100%;
  background-color: #fff;
  color: #000000;
  border-top: 0.5px solid var(--lfm_schedule-table-head-color);
  border-bottom: 0.5px solid var(--lfm_schedule-table-head-color);
  height: 80px;
}

.lfm_api_schedule_table:hover {
  background-color: #eaeaea;
  margin-bottom: 0 !important;
}

.lfm_api_schedule_description {
  padding-top: 10px;
  padding-bottom: 2px;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}

.lfm_api_schedule_table_top {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  width: 100%;
}

.lfm_api_schedule_time_top {
  width: 110px;
  text-align: center;
  padding-right: 15px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  font-weight: bold;
  font-size:17px;
}

.lfm_api_schedule_playlist_name_top {
  display: block;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  text-align: left;
  margin-left: 8px;
  font-weight: bold;
  font-size:17px;
}

.lfm_api_schedule_time {
  width: 85px;
  text-align: center;
  padding-right: 25px;
  font-size: 1.0rem;
  color: black;
}

.lfm_api_schedule_headline {
  padding-top: 10px;
  padding-bottom: 8px;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
}

.lfm_api_schedule_description_headline {
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
  font-weight: bold;
  font-size: 17px;
  padding-left: 10px;
}

.lfm_api_schedule_time_headline {
  width: 120px;
  text-align: center;
  padding-right: 25px;
  padding-left: 1px;
}

.lfm_api_schedule_playlist_name {
  display: block;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  text-align: left;
  margin-left: 0px;
  margin-top: 8px;
  color: #000000;
}

.lfm_api_schedule_playlist_description {
  display: block;
  text-align: left;
  margin-left: 10px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  border-left: 3px solid #666666;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #000000;
}

.lfm_schedule_no_entry {
  font-size: 18px;
  font-weight: bold;
}

.lfm_api_schedule_table_head {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0 !important;
  width: 100%;
  background-color:var(--lfm_schedule-table-head-color);
  color:#FFF;
}

.lfm_api_schedule_head_time {
  width: 100px;
  text-align: center;
  padding-right: 25px;
  text-transform: uppercase;
  font-weight:600;
}

.lfm_api_schedule_head_title {
  display: block;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  text-align: left;
  margin-left: 0px;
  font-weight:600;
  margin-top: 8px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.05rem;
  line-height: 1.1;
}

.lfm_api_schedule_playlist_head_description {
  display: block;
  text-align: left;
  margin-left: 10px;
  border-bottom: 0px solid rgba(0, 0, 0, 0.05) !important;
  border-left: 3px solid #E1E1E1;
  font-weight:600;
  text-transform: uppercase;
  font-size: 1.05rem;
  line-height: 1.1;
  margin-bottom: 5px;
  color: #f2f2f2;
}

.lfm_icon {
  height:19px;
  width:19px;
}

.lfm_schedule_td {
  vertical-align: middle;
  padding: 0.2rem 0.5rem;
}

.lfm_nav-tab-wrapper {
  content: "";
  display: table;
  clear: both;
}

.onair_time {
  margin-top: 6px;
  display: block;
}

.onair_symbol {
  font-weight: bold;
  color: #FFF;
  background-color: #ff0000;
  border: 2px solid #FFF;
  padding: 2px;
  border-radius: 5px;
  vertical-align: middle;
}

/* Media Queries */

/* Smartphones: max-width 400px */
@media screen and (max-width: 400px) {
  .lfm_api_schedule_playlist_name,
  .lfm_api_schedule_playlist_description,
  .lfm_api_schedule_time,
  .lfm_api_schedule_head_time,
  .lfm_api_schedule_head_title,
  .lfm_api_schedule_playlist_head_description {
    font-size: 12px !important;
  }

  .lfm_api_schedule_head_img,
  .lfm_api_schedule_td_img {
    display: none;
  }

  .tab button {
    width: 100%;
  }

  .tab {
    margin-bottom: 10px;
  }

  .lfm_schedule {
    width: 99%;
  }  
}

/* Kleine Tablets: 401px bis 550px */
@media screen and (min-width: 401px) and (max-width: 550px) {
  .lfm_api_schedule_head_img,
  .lfm_api_schedule_td_img {
    display: none;
  }

  .tab button {
    width: 100%;
  }

  .tab {
    margin-bottom: 10px;
  }
  
  .lfm_schedule {
    width: 99%;
  } 
}

/* Tablets: 551px bis 829px */
@media screen and (min-width: 551px) and (max-width: 829px) {
  .lfm_api_schedule_head_img,
  .lfm_api_schedule_td_img {
    display: none;
  }

  .tab button {
    width: 50%;
  }

  .tab {
    margin-bottom: 5px;
  }
}

/* Kleine Desktops: 830px bis 1180px */
@media screen and (min-width: 830px) and (max-width: 1180px) {
  .lfm_api_schedule_img {
    width: 160px;
    height: auto;
    max-height: 80px;
    margin-bottom: -4px;
    margin-top: 4px;
    color: black;
  }

  .lfm_api_schedule_head_img {
    width: 160px;
    padding-right: 25px;
  }

  .lfm_api_schedule_td_img {
    width: 160px;
    text-align: center;
    padding-right: 25px;
    font-size: 1.0rem;
  }

  .tab button {
    width: 25%;
  }

  .tab {
    margin-bottom: 5px;
  }
}

/* Große Desktops: 1181px und größer */
@media screen and (min-width: 1181px) {
  .lfm_api_schedule_img {
    width: 160px;
    height: auto;
    max-height: 80px;
    margin-bottom: -4px;
    margin-top: 4px;
    color: black;
  }

  .lfm_api_schedule_head_img {
    width: 160px;
    padding-right: 25px;
  }

  .lfm_api_schedule_td_img {
    width: 160px;
    text-align: center;
    padding-right: 25px;
    font-size: 1.0rem;
  }

  .tab button {
    width: 14.28%; /* Gleichmäßige Verteilung für 7 Tabs */
  }

  .tab {
    margin-bottom: 5px;
  }
}
@charset "utf-8";

.panel-default > .panel-heading {
  Farbe: #fff;
  Hintergrundfarbe: transparent;
  Rahmenfarbe: transparent;
Schriftgröße: groß;
}

.form-control:deaktiviert, .form-control[schreibgeschützt] {
  Hintergrundfarbe: #000;
  Deckkraft: 1;
}

.table-info, .table-info > td, .table-info > th {
  Hintergrundfarbe: #343a40;
}

.table-success, .table-success > td, .table-success > th {
  Hintergrundfarbe: #600;
}

.ungültiges Feedback {
  Anzeige: keine;
  Breite: 100 %;
  Rand oben: .25rem;
  Schriftgröße: 100 %;
  Farbe: #dc3545;
}

A {
  Farbe: weiß;
  Textdekoration: keine;
}

a:hover {
  Farbe: rot;
}

.table td, .table th {
    Polsterung: .75rem;
    vertikale Ausrichtung: Mitte;
    Rahmen oben: 1px durchgehend #dee2e6;
    Farbe: #fff;
}

.Tischleuchte, .Tischleuchte>td, .Tischleuchte>th {
    Hintergrundfarbe: transparent;
}

.bg-light {
    Hintergrundfarbe: transparent!wichtig;
}

.panel-body {
    Polsterung: 0px;
}
.art-title {
    Farbe: #fff;
    Schriftgröße: 15px;
    Schriftstärke: 700;
}

.bg-dunkel {
  Hintergrundfarbe: transparent;
}

.btn-outline-dark {
    Farbe: #343a40;
    Hintergrundfarbe: #F44336;
    Hintergrundbild: keines;
    Rahmenfarbe: #343a40;
}

.artst-pic {
  Breite: 25 %;
  Position: relativ;
}

.mod_tool {
  Farbe: #F44336;
  Schriftgröße: 12pt;
}

.Bild {
  Deckkraft: 1;
  Anzeige: Block;
  Breite: 190px;
  Höhe: 190px;
  Übergang: 0,5 s Leichtigkeit;
  Rückseitensichtbarkeit: ausgeblendet;
Randradius: 0 %;
}

Körper {
  Rand: 0;
  Polsterung: 0;
  Schriftfamilie: Gotham, „Helvetica Neue“, Helvetica, Arial, serifenlos;
  Schriftgröße: 14px;
  Farbe: #fff;
  Hintergrundfarbe: transparent;
  Hintergrundgröße: automatisch;
Hintergrundgröße: Abdeckung;
}
body#onair_body { Schriftfamilie: Arial; Schriftgröße: 16px; Farbe: weiß; Textausrichtung: zentriert; Hintergrund: transparent;}

div#Inhalt {
  Mindesthöhe: 250px;
  Polsterung: 10px;
  Hintergrund: transparent;
}

Tabelle.Inhalt tr:nth-child(even) {
  Hintergrund: transparent;
}

Tabelle.Inhalt tr:nth-child(odd) {
  Hintergrund: transparent;
}

Medien="alle"
Körper {
  Rand: 0;
  Polsterung: 0;
  Schriftfamilie: Gotham, „Helvetica Neue“, Helvetica, Arial, serifenlos;
  Schriftgröße: 12px;
  Farbe: rot;
  Hintergrund: transparent;
}

img#onair_bildIMG {
    Breite: 170px;
    Höhe: 170px;
    //Randradius: 110px;
    //Rahmen: 3px durchgezogen #fff;
//Box-Schatten: 2px 2px 5px schwarz;

}

img.profil_bild {
	maximale Breite: 140px;
	maximale Höhe: 140px;
	//Rand: 1px durchgezogen #CCC;
}


Körper#onair_body
{
	
	Überlauf: versteckt;
	-webkit-transform: scale(0.8); /*Webkit: Bild auf 0,8-fache Originalgröße verkleinern*/
	-moz-transform: scale(0.8); /*Mozilla-Skalierungsversion*/
	-o-transform: scale(0.8); /*Opera-Skalenversion*/
	-ms-transform: scale(0.8); /*Internet Explorer*/
	-webkit-transition-duration: 0,5 s; /*Webkit: Dauer der Animation*/
	-moz-transition-duration: 0,5 s; /*Mozilla-Dauerversion*/
	-o-transition-duration: 0,5 s; /*Opera-Dauerversion*/
	-ms-Übergangsdauer: 0,5 s; /*Internet Explorer*/
	Übergangsdauer: 0,5 s;
	Rand: 0 -6px; /*Rand zwischen Bildern*/
	Textschatten: 2px 2px 5px schwarz;
}
//body#onair_body:hover
//{	
// transformieren: Skalierung(1.0);
// -webkit-transform: scale(1.0); /*Webkit: Bild auf 1,2-fache Originalgröße vergrößern*/
// -moz-transform: scale(1.0); /*Mozilla-Skalierungsversion*/
// -o-transform: scale(1.0); /*Opera-Skalenversion*/
// -ms-transform: scale(1.0); /*Internet Explorer*/
// Deckkraft: 1;
//}

img {
    Breite: 130px;
    Höhe: 150px;
    //Randradius: 110px;
    //Rahmen: 3px durchgezogen #fff;
//Box-Schatten: 2px 2px 5px schwarz;
}

.panel {
    Rand unten: 20px;
    Hintergrundfarbe: transparent;
    Rand: 1px durchgehend transparent;
    Rahmenradius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    Kastenschatten: 0 1px 1px rgba(0,0,0,.05);
}

.form-control {
  Anzeige: Block;
  Breite: 100 %;
  Höhe: berechnet (1,5em + 0,75rem + 2px);
  Polsterung: .375rem .75rem;
    Polsterung rechts: 0,75rem;
  Schriftgröße: 1rem;
  Schriftstärke: 400;
  Zeilenhöhe: 1,5;
  Farbe: #fff;
  Hintergrundfarbe: #000;
  Hintergrundclip: Polsterbox;
  Rand: 1px durchgezogen #ced4da;
    Rahmenoberseite-Farbe: rgb(206, 212, 218);
    Rahmenfarbe rechts: rgb(206, 212, 218);
    Rahmenunterfarbe: rgb(206, 212, 218);
    linke Rahmenfarbe: rgb(206, 212, 218);
  Randradius: .25rem;
  Übergang: Rahmenfarbe .15s Ein- und Ausblenden, Kastenschatten .15s Ein- und Ausblenden;
}

Tabelle.Datentabelle tbody tr {
  Hintergrundfarbe: transparent;
}

hr {
  Farbe: #8d00b5;
  Rand oben: 1rem;
  Rand unten: 1rem;
  Rand: 0;
    Rahmenbreite oben: 0px;
    Rahmen-Oberseiten-Stil: keiner;
    Rahmenoberfarbe: aktuelle Farbe;
  Rahmenbreite oben: 0px;
  Rahmen-Oberseiten-Stil: keiner;
  Rahmenoberfarbe: aktuelle Farbe;
  Rahmenoberfarbe: aktuelle Farbe;
  Rahmen-Oberseiten-Stil: keiner;
  Rahmenbreite oben: 0px;
  Rahmen oben: 1px durchgezogen #c700ff;
}