.headline-main >  img {
  position: relative;
  top: -2px;
  margin-right: 0.5em;
}

.filter-group-headline, .programm-group-headline {
  border-bottom: 2px solid #F0D878;
  position: relative;
  height: 40px;
  margin-bottom: 10px;
}

.filter-group-headline{
  cursor: pointer;
}

.filter-group-headline h3, .programm-group-headline h3 {
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  font-family: pentagramm;
  letter-spacing: 1px;
  margin: 10px 0;
}

.filter-group-headline .pull-right, .programm-group-headline .pull-right {
  position: absolute;
  right: 10px;
  top: 10px;
}

.filter-options, .programm-item-container {
  padding: 10px 0px;
}

.alert-warning {
  background: rgba(240, 216, 120, 0.43);
  border: 1px solid #f0d878;
  border-radius: 0;
  color: white;
  text-align: center;
}

#error-message-filter img {
  width: 30px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: -10px;
}

#error-message-favorites i {
  text-shadow: rgb(255, 229, 0) 0px 0px 10px, black 0px 0px 1px;
  color: rgb(240, 216, 120);
  margin-bottom: 10px;
  margin-top: 15px;
}

#error-message-favorites i:first-child {
  margin-top: 0px;
   position: absolute;
   top: 16px;
   left: calc(50% - 8.5px);
 }
/* ----------- programm-item ----------- */

.programm-item {
  margin-bottom: 20px;
}

.programm-time-room-container {
  background: #411316;
  padding: 5px;
  border-top: 1px solid #411316;
  border-bottom: 1px solid #411316;
  color: #E7D7AA;
  text-align: center;
}

.programm-time, .programm-room {
  font-size: 14px;
}

.programm-time i, .programm-room i {
  color: #E7D7AA;
}

.programm-room {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #E7D7AA;
}

.programm-title {
  font-size: 18px;
  text-align: center;
  padding: 0px 0px;
  margin: 10px 0 10px 0;
  font-family: pentagramm;
  line-height: 1.25;
}

.icon-show-programm-details,
.add-favorite {
  position: absolute;
  top: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #411316;
  color: #E7D7AA;
  text-align: center;
  cursor: pointer;
  transition: all ease-in-out .25s;
}

.icon-show-programm-details {
  left: 0px;
}

.add-favorite {
  right: 0px;
}

.icon-show-programm-details:hover,
.add-favorite:hover {
  background:#E7D7AA;
  color: #411316;
  transition: all ease-in-out .25s;
}

.add-favorite .checkbox {
  margin: 0px;
}

.add-favorite label {
  margin: 0;
  padding: 0;
  line-height: 28px;
  width: 100%;
}

.add-favorite input, .add-favorite-filter input {
  display: none;
}

.add-favorite-filter {
  position: absolute;
  right: 2px;
  top: 9px;
  cursor: pointer;
  font-size: 12px;
}

.add-favorite-filter .star:last-child, .add-favorite-filter .active-star:last-child {
  position: absolute;
  left: 7.5px;
  top: -8px;
}

.star {
  text-shadow: none;
  transition: all ease-in-out .25s;
}

.active-star {
  text-shadow: rgb(255, 229, 0) 0px 0px 10px, black 0px 0px 1px;
  color: rgb(240, 216, 120);
  transition: all ease-in-out .25s;
}

.add-favorite-filter:hover .star {
  color: rgb(240, 216, 120);
  transition: all ease-in-out .25s;
}

.add-favorite-filter:hover .active-star {
  color: rgba(240, 216, 120, .9);
  transition: all ease-in-out .25s;
}

.programm-persons p {
  margin: 0px;
  display: inline;
  font-size: 14px;
}

.programm-persons p + p:before {
  content: ', ';
}

p.programm-persons-title, .programm-type-title, .programm-category-title {
  font-size: 12px;
  color: #666;
  margin: 0;
}

.programm-persons-type-container {
  margin-bottom: 10px;
  outline: 1px solid rgba(240, 216, 120, 0.27);
  padding: 8px 10px 0px 10px;
}

.programm-persons, .programm-type {
  height: 100%;
}

.programm-persons, .programm-type {
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(240, 216, 120, 0.27);
  padding-bottom: 6px;
}

.programm-type p {
  margin-bottom: 0;
}

.programm-title-container i {
  text-align: center;
  border: 1px solid #F0D878;
  margin: 0 auto;
  display: inline-block;
  color: #f0d878;
  border-radius: 50%;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  transition: all .25s ease-in-out;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  width: 30px;
  position: absolute;
  right: 0px;
  top: 14px;
}

.categories ul {
  list-style: none;
  padding: 0;
  margin: 10px -10px 0px -10px;
  display: flex;
}

.categories li {
  width: 25%;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 30px;
  padding: 5px;
  font-size: 12px;
  padding-left: 30px;
  line-height: 20px;
  background: rgba(0, 0, 0, 0.52);
  flex: 1;
}

.categories li:last-child {
  margin-right: 0;
}

.categories li:before {
  content: '';
  width: 26px;
  height: 28px;
  background: no-repeat center center;
  background-size: 80%;
  position: absolute;
  left: 2px;
  top: 0;
}

.categories .category-bmi:before { background-image: url(../img/Zauberstab-blau.png);}
.categories .category-bmt:before { background-image: url(../img/Zauberstab-rot.png);}
.categories .category-btb:before { background-image: url(../img/Zauberstab-gruen.png);}

.categories .category-bmi { background-color: rgba(55,132,214,.7); }
.categories .category-bmt { background-color: rgba(229,17,21,.7); }
.categories .category-btb { background-color: rgba(135,220,90,.7); }

.programm-details img {
  width: 100%;
  height: auto;
}
