@font-face { font-family: 'futura-bold-italic';
             src: url('/goesch_event/static/font/tt0205m_.ttf') format('truetype'); }
@font-face { font-family: 'futura-medium-italic';
            src: url('/goesch_event/static/font/futmedit.ttf') format('truetype'); }
.container-blank{
  width:1140px;
  margin:auto;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'futura-medium-italic';
}
.event-item{
  width:100%;
  height:300px;
  margin-bottom: 10px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.event-back{
  float:left;
}
.event-item-overlay{
  display:table;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color:white;
  font-family: 'futura-bold-italic';
}
.event-item-overlay.unpublished{
  background-color: rgba(142, 0, 0, 0.7);
}
.event-summary{
  display:table-cell;
  height:100%;
  width: 25%;
  vertical-align: middle;
  font-size: 14pt;
  padding-left: 15px;
}
.event-center{
  display:table-cell;
  height:100%;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.container-blank h1{
  font-size: 24pt;
  font-family: 'futura-bold-italic';
  margin-bottom: 15px;
  padding:5px;
  text-align: center;
}
.event-center h2,h1{
  font-size: 26pt;
  white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  margin:0;
  margin-top: 5px;
}
.event-logos{
  margin-top: 15px;
}
.event-logos img{
  -webkit-filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.8));
  margin:0px 40px;
}
.event-center .slogan{
  font-size: 12pt;
  height:12px;
}
.event-vs{
  position: relative;
  top: 14px;
  font-size: 35pt;
}
.event-right{
  display:table-cell;
  height:100%;
  width: 25%;
}
.event-button{
  display: inline-block;
  color:white;
  padding:7px 35px;
  font-size:15pt;
  background-color:#d90000;
  border:2px solid #960000;
  border-radius: 30px;
  margin-top:5px;
  cursor:pointer;
  font-family: 'futura-medium-italic';
}
.event-button:hover{
  background-color:#960000;
  transition: background 0.5s ease;
  color:#fff;
  text-decoration: none;
}
.event-button:visited{
  color:#fff;
  text-decoration: none;
}
.event-ribbon{
  /* unregelmäßige Form */
  -webkit-clip-path: polygon(50px 0px,150px 0px,200px 50px,0px 50px,50px 0px);
  clip-path: polygon(50px 0px,150px 0px,200px 50px,0px 50px,50px 0px);
  background-color:red;
  width:200px;
  height:50px;
  font-size: 17pt;
  padding-top:9px;
  text-align: center;
  border:2px solid #960000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  float:right;
  position: relative;
  top:29px;
  left: 47px;
}
a.event-link{
  text-decoration: none !important;
  font-weight: normal !important;
}

.container-blank h2{
  text-decoration: underline;
  font-family: 'futura-bold-italic';
}

.ticket-line{
  display:table;
  width: 100%;
  padding:10px 15px;
  font-family: 'futura-medium-italic';
}
.ticket-line:nth-child(2n){
  background-color:grey;
  color:white;
}
.ticket-line:hover{
  background-color:#cecece;
  color:inherit;
}
.ticket-name{
  width:50%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.ticket-price{
  width:25%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size:18pt;
}
.ticket-qty{
  width:25%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.ticket-qty input{
  width:75%;
  padding:10px 15px;
  text-align:center;
  color:black;
  font-size:14pt;
}
.ticket-qty .tickets-left{
  color: #d90000;
  padding:2px 7px;
}
.ticket-qty .sold-out{
  color:#d90000;
  text-transform: uppercase;
  font-weight: bold;
  padding:5px 10px;
  font-size:14pt;
  text-align: right;
}
.event-description{
  font-family: 'futura-medium-italic';
  font-size:14pt;
}
div.event-summary.main-page{
  font-size: 18pt;
  padding-left: 0px;
  font-family: 'futura-medium-italic';
}
.event-product-promo{
  display: table;
  width: 100%;
}
.event-product-item{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  height: 250px;
  width: 100%;
  padding-bottom: 10px;
}
/* LG display */
@media (min-width: 1199px) {

}
/* MD display */
@media (min-width: 991px) and (max-width: 1199px) {
  .container-blank{
    width:auto;
  }
}
/* XS display */
@media (max-width: 991px) {
  .container-blank{
    width:auto;
  }
  .event-center h2,h1{
    font-size: 18pt;
  }
  .event-logos img{
    width:100px;
    margin:0 5px;
  }
  .event-vs{
    position: relative;
    top:0px;
    font-size: 16pt;
  }
  .event-item{
    height:250px;
  }
  .event-summary.overview{
    font-size:12pt;
    width:40%;
  }
  .event-summary.overview li{
    white-space: nowrap;
  }
  div.event-summary.main-page{
    font-size: 12pt;
  }
  .event-description{
    font-size:9pt;
  }
  .event-right.overview{
    display:none;
  }
}
@media (max-width: 600px) {
  .container-blank{
    width:auto;
  }
  .event-center h2,h1{
    font-size: 14pt;
  }
  .event-logos img{
    width:70px;
    margin:0 5px;
  }
  .event-item{
    height:200px;
  }
  .event-summary.overview{
    display:none;
    font-size:9pt;
    width:40%;
  }
  .event-summary.overview li{
    white-space: nowrap;
  }
  div.event-summary.main-page{
    font-size: 12pt;
  }
  .event-description{
    font-size:9pt;
  }
  .event-right.overview{
    display:none;
  }
}
