/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
:root {
  --lfm_schedule-primary-color: #8c8c8c;
  --lfm_schedule-secondary-color: #e6e6e6;
  --lfm_schedule-text-color: #666666;
  --lfm_schedule-table-head-color: #ffffff;
  --lfm_schedule-container-color: #8c8c8c;
}

#lfm_schedule_selfhost {
  text-align: center;
  padding: 10px;
}

.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;
  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;
  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: #ca0f0f;
  margin-bottom: 0 !important;
  border: 4px solid red;
  height: 200px; 
}

.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: #777777;
  color: #000000;
  height: 190px;
}

.lfm_api_schedule_table:hover {
  opacity: 0.5;
  margin-bottom: 0 !important;
}

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

.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;
}

.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;
}

.lfm_api_schedule_time {
  width: 35%;
  text-align: center;
  padding-right: 25px;
  font-size: 1.7rem;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 0 #5d5d5d, 1px -1px 0 #5d5d5d, -1px 1px 0 #5d5d5d, -1px -1px 0 #5d5d5d, 1px 0px 0 #5d5d5d, 0px 1px 0 #5d5d5d, -1px 0px 0 #5d5d5d, 0px -1px 0 #5d5d5d;
}

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

.lfm_api_schedule_description_headline {
  padding-top: 0px;
  padding-bottom: 0px;
  align-items: center;
  font-weight: bold;
  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: #ffffff;
  text-shadow: 4px 4px 2px rgba(19,11,75,0.8);
  font-size: 1.8rem;
}

.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: #ffffff;
  text-shadow: 1px 1px 0 #5d5d5d, 1px -1px 0 #5d5d5d, -1px 1px 0 #5d5d5d, -1px -1px 0 #5d5d5d, 1px 0px 0 #5d5d5d, 0px 1px 0 #5d5d5d, -1px 0px 0 #5d5d5d, 0px -1px 0 #5d5d5d;
  font-size: 1.2rem;
  font-weight: bolder;
}

.lfm_schedule_no_entry {
  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;
  border:0;
}

.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_head_img,
  .lfm_api_schedule_td_img {
    display: none;
  }

  .tab button {
    width: 100%;
  }

  .tab {
    margin-bottom: 10px;
  }

  .lfm_schedule {
    width: 99%;
  }  
 .lfm_api_schedule_time {
    font-size: 0.9rem;
  }
  .lfm_api_schedule_playlist_name {
  font-size: 1.0rem;
 }
 .lfm_api_schedule_playlist_description {
  font-size: 0.9rem;
 }
}

/* 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%;
  } 
 .lfm_api_schedule_time {
    font-size: 1.0rem;
  }
  .lfm_api_schedule_playlist_name {
  font-size: 1.1rem;
 }
 .lfm_api_schedule_playlist_description {
  font-size: 0.9rem;
 }
}

/* 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;
  }
   .lfm_api_schedule_time {
    font-size: 1.0rem;
  }
  .lfm_api_schedule_playlist_name {
  font-size: 1.1rem;
 }
 .lfm_api_schedule_playlist_description {
  font-size: 1.0rem;
 }
}

/* 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;
  }
}