
/*******************
 *
 * 
 *     EVENTS
 * 
 *  
 */

.subheader {
	line-height: 14px;
}

/*******************
 *
 * 
 *     START
 * 
 *  
 */

.events_start {
  margin: 30px 0 0 0;
}
.events_start .distance {
  margin-top: 20px;
}
.events_start a {
  text-decoration: underline;
}
.events_start .date1 {
  font-family: Novecentosanswide-Book;
  text-transform: uppercase;
  color: #999;
  font-size: 38px;
  line-height: 38px;
}
.events_start .date2 {
  font-family: Novecentosanswide-Book;
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
}
.events_start .category {
  font-family: Novecentosanswide-Bold;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  padding: .2em .6em;
  background: #999;
  float: right;
  margin-top: -1.2em;
}
.events_start .subheadline a {
  font-family: Novecentosanswide-Bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}
.events_start .headline {
  font-family: Novecentosanswide-Bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  color: #666;
  margin: 0 0 8px 0;
}
.events_start .headline a {
  text-decoration: none;
  color: #999;
}
.events_start .description {
  font-size: 15px;
  border-top: 1px solid #999;
  margin: 8px 0 0 0;
  padding: 8px 0 0 0;
  clear: both;
}
.events_start .more, .events_start .tickets {
  font-weight: bold;
}

/****  mydate ****/
.events_start .mydate, .events_start .mydate .date1, .events_start .mydate .date2, .events_start .mydate .headline a, .events_start .mydate .subheadline a {
  color: #cc3300 !important;
}
.events_start .mydate .category {
  background: #cc3300 !important;
}

/****  hover -> selected ****/
.events_start .selected .date1, .events_start .selected .date2, .events_start .selected .headline a, .events_start .selected .subheadline a {
  color: #000;
}
.events_start .selected .category {
  background: #000;
}
#feedback {
  position: absolute;
  margin: 6px 0 0 1px;
  background: url('../img/hover_image.png');
}

/*******************
 *
 * 
 *     CATEGORIES
 * 
 *  
 */

.evens_categories h3 {
  font-family: Novecentosanswide-Bold;
  text-transform: uppercase;
  font-size: 16px;
  background: #ffc9a2; /* #ffcc99;  <- hier Farbe von 'Programmübersicht' Startseite */
  padding: 10px 20px 12px 20px;
  border-bottom: 3px solid #fef3ed; /* <- hier Farbe von Zeile unter'Programmübersicht' Startseite (HG!) */
  margin-bottom: 3px;
  color: #000 !important;
}
.evens_categories ul {
  background: #ffc9a2; /* #ffcc99; <- hier Farbe von 'Programmübersicht-Categorien' Startseite */
  margin: 0;
  padding: 11px 0 14px 0;
}
.evens_categories ul li {
  font-family: Novecentosanswide-Bold;
  text-transform: uppercase;
  font-size: 11px;
  list-style: none;
  background: #fef3ed; /* <- hier Farbe von 'Programmübersicht-Categorien' Startseite */
  margin-top: 3px;
}
.evens_categories ul li a {
  text-decoration: none;
  display: block;
  padding: 0 10px;
  color: #999;
}
.evens_categories ul li a:hover {
  background: #cc3300; /* <- hier Farbe von Schrift & BG 'Programmübersicht-Categorien' Startseite */
  color: #fff;
}

/************************
 *
 * 
 *     EVENTS - list
 * 
 *  
 */

ul.detailcategories {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  height: 25px;
}
.detailcategories li {
  float: left;
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
}
.detailcategories li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #999;
  font-size: 11px;
  padding: 4px 6px;
  margin-right: 1px;
}
.detailcategories li.active a {
  background: #cc3300;
}
.detailcategories li a:hover {
  background: #666;
}
.events_list h3 {
  text-transform: uppercase;
  font-family: Novecentosanswide-Normal;
  font-size: 24px;
  color: #999;
  clear: both;
}
.events_list .date1 {
  text-transform: uppercase;
  font-family: Novecentosanswide-Normal;
  font-size: 30px;
  line-height: 30px;
  color: #999;
}
.tabledetails .date1 {
  font-size: 38px;
}
.events_list .date2 {
  text-transform: uppercase;
  font-family: Novecentosanswide-Normal;
  font-size: 11px;
  color: #999;
}
.tabledetails .date2 {
  font-size: 16px;
}

.events_list .category {
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 11px;
  color: #fff;
  margin: 4px 0 0 0;
}
.events_list .category span {
  color: #fff;
  background: #999;
  padding: 2px 8px;
}
.events_list .venue {
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 11px;
  color: #666;
  margin: 4px 0 0 0;
}
.events_list .venue span {
  color: #666;
  background: #dddddd;
  padding: 2px 8px;
}
.events_list .subheader a {
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 12px;
  color: #999;
  text-decoration: none;
}
.events_list .headline {
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 20px;
  color: #666;
  line-height: 22px;
}
.events_list .headline a {
  text-decoration: none;
  color: #666;
}
.events_list .more a, .events_list .tickets a {
  font-weight: bold;
}

.table {
  border-bottom: 1px solid #999999;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #ffffff;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
   border-top: 1px solid #999999;
}


/****  mydate ****/
.events_list .mydate, .events_list .mydate .date1, .events_list .mydate .date2, .events_list .mydate .headline a, .events_list .mydate .subheadline, .events_list .mydate .subheader a {
  color: #cc3300 !important;
}
.events_list .mydate .category span {
  background: #cc3300 !important;
}
.events_list .mydate .venue span {
  color: #cc3300 !important;
  background: #f8d8cd !important;
}

/****  hover -> selected ****/
.events_list .selected, .events_list .selected .date1, .events_list .selected .date2, .events_list .selected .headline a, .events_list .selected .subheadline, .events_list .selected .subheader a {
  color: #000 !important;
}
.events_list .selected .category span {
  background: #000 !important;
}


/************************
 *
 * 
 *     EVENTS - details
 * 
 *  
 */
.events_details h3 {
  font-size: 20px;
}

.events_details .backlink a {
  display: block;
  background: url('../img/arrow_left.png') #cc3300 no-repeat;
  
  height: 26px;
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 13px;
  line-height: 13px;
  width: 190px;
  color:#fff;
  text-decoration: none;
  padding: 6px 10px 2px 25px;
  
}
.events_details .image1{
  margin: 20px 0 0 0;
}
.events_details .image1 img {
  width: 100%;
}
.events_details .image1_text{
  position: absolute;
  margin: -15% 0 0 30px;
  width: 70%;
  /*background: #cc3300;*/
  background: rgba(204,51,0,0.8);
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 16px;
}
.events_details .image1_text_noimage{
  width: 70%;
  background: #cc3300;
  color: #fff;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: Novecentosanswide-Bold;
  font-size: 16px;
}
.events_details .image1_text .headline {
  font-size: 26px;
  line-height: 26px;
}
.events_details .col-md-3 {
  margin: 15px 0 0 0;
}
.events_details .col-md-3 .rightcontent {
  float: right;
}
.events_details .col-md-3 .rightcontent img {
  float: right;
  margin-bottom: 6px;
}
.events_details .col-md-3 .rightcontent .organizer {
  margin-top: 20px;
}
.events_details .description {
  margin-top: 8px;
}
.tabledetails {
  margin: 22px 0 6px 0;
}


/************************
 *
 * 
 *     BOOTSTRAP
 * 
 *  
 */

.events_start img {
    width: 213px;
    height: 114px;
    float: right;
    margin: 0 0 8px 0;
    clear: both;
  }
#feedback {
    width: 212px;
    height: 114px;
}
/*------------ level 4 ----------------*/
@media (min-width: 1200px) {
  .events_start img {
    width: 262px;
    height: 141px;
  }
  #feedback {
    width: 262px;
    height: 141px;
  }
}

/*------------ level 3 ----------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  
}

/*------------ level 2 ----------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .events_start img {
    width: 280px;
    height: 150px;
  }
  .events_start .description {
    border-top: none;
    clear: left;
  }
  .events_start .date1 {
    border-top: 1px solid #999;
    margin-top: 20px;
    padding-top: 15px;
  }
  #feedback {
    display: none;
  }
}

/*------------ level 1 ----------------*/
@media (max-width: 767px) {
  .events_start .description {
    border-top: none;
    clear: left;
  }
  .events_start .date1 {
    border-top: 1px solid #999;
    margin-top: 20px;
    padding-top: 15px;
  }
  #feedback {
    display: none;
  }
  .events_list .table-striped {
    zoom: .8;
  }
  .events_list .headline {
    font-size: 16px;
  }
  .events_list .date1 {
    font-size: 24px;
  }
  .events_list .category {
    font-size: 10px;
  }
  .events_details .rightcontent img {
    margin: 10px;
  }
}



