/***********************************
************************************
Event
************************************
***********************************/


.event { width : 100%; position: relative; float: left;  min-height: 180px; margin: 0;}

.event a { text-decoration: none;}
.event-image {height: 180px; overflow: hidden; padding: 0;background-color: rgb(60,12,20)}
.event-image img {height: 100%;width: 100%;  object-fit: cover;  object-position: left top;}
.event-detail-list .read-more { float: right; position: absolute; bottom: 8px; right: 15px; }
.read-more a.hide:focus + .show { display: inline; }
.event-overview h4 {font-weight: 200; font-family: 'Roboto', sans-serif; line-height: 1.2em; text-transform: uppercase; color:#303030; margin: 0px;
padding-bottom: 14px;}	
.event-detail-list { float: left; width: 100%; margin: 33px 0 0; font-family: 'Roboto', sans-serif; }
.event-detail-list ul { float: left; width: 90%; margin:0;}
.event-detail-list ul li { float: left; width: 100%; margin:0 10px 40px; margin-right: 10px; background: none; min-height: 180px; overflow: hidden; border-style: solid; border-width : 1px; border-color: #bbb}
.event-detail-list ul li:hover { /*background: #ebebeb; */ text-decoration: none; border-style: solid; border-width : 1px; border-color: #2c2c2c}
.event-detail-list ul li:hover .sort-det {background: none repeat scroll 0 0 rgb(96,16,32);}
.event-detail-list ul li:hover img {opacity: 0.9;} 
.event-detail-list p { float: left; width: 100%; font-family: 'Roboto', sans-serif; font-size: 13px; color: #2c2c2c; line-height: 18px;}
.event-detail-list .sort-det p { color: #fff;text-transform: uppercase;}
.event-detail-list .sort-det h1 { 
    text-transform: uppercase; 
    line-height: 30px; 
    font-size: 23px; 
    font-weight: 700; 
    color: #fff; 
    margin-bottom : 0;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
}
.event-detail-list .sort-det h2.time {
    font-size: 15px; 
    text-transform: uppercase;  
    letter-spacing: 0.6px; 
    line-height: 20px; 
    color: #fff;
    margin-left: 0;
    text-align: left;
    margin-top: 0;
    padding-bottom: 0;
}
.event-detail-list .sort-det h2 { font-size: 12px;  /*font-weight: normal;*/ font-family: 'Roboto', sans-serif;  color: #fff; }
.event-detail-list .full-detail p { width: auto; color: #2c2c2c; margin-bottom: 20px; letter-spacing: 0.1px;}
.event-detail-list .full-detail h2 { color: #2c2c2c; font-weight: 200; font-family: 'Roboto', sans-serif;  line-height: 1.2em; text-transform: uppercase;}

.event-detail-list .sort-det {background: none repeat scroll 0 0 rgb(60,12,20);   padding: 16px 0 0 20px; height: 180px;}
.event-detail-list .sort-det h2.ort{
    line-height: 16px; 
    margin-top: 3em;
    margin-left: 0;
    text-align: left;
    padding-bottom: 0;
    margin-top: 5px;
    background: none;
}

h2.time::after {
    background: none;
}

h2.ort::after {
    background: none;
}
.event-detail-list .sort-det h2.time {font-size: 15px; text-transform: uppercase;  letter-spacing: 0.6px; margin: 0;}

.event-overview { height: 180px; padding:14px 5px 0 20px; position: relative;  }
.event-overview { min-width: 230px; min-height: 180px; font-size:13px; font-family: 'Roboto', sans-serif; background: #ebebeb;}
.event-overview strong {
    font-weight: 400;
    line-height: 1.4em;
    font-size: 14px;  
}
.event-overview ul { float: left;  margin: 16px 0 15px;}
.event-overview ul li { float: left; margin: 0; line-height: 16px; background: none;height: auto;}
.event-overview ul li b { float: left; color: #f5f5f5;  font-weight: 400; font-size: 13px; margin: 0 5px 0 0; line-height: 20px;}
.event-overview ul li p { float: left; margin-bottom: 0 !important; line-height: 20px; font-size: 13px;}


.event-text { 
    font-family: 'Roboto', sans-serif;
    color:#303030;
    float: left; 
    width: 100%;
    background: #fff;
    padding: 20px 10px 10px 10px;
    transition: height 0.6s ease-in-out;
}

.event-text-category 
{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase; 
    padding-bottom: 20px;
    text-align: right;
    padding-right: 10px;
}
.event-text-content  
{
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 14px;
    padding-bottom: 20px;
}

.event-text-content p {
    font-weight: 200;
    line-height: 1.4em;
    font-size: 14px;  
}
.event-text-content p strong {
    font-weight: 400;
    line-height: 1.4em;
    font-size: 14px;  
}

.event-hidden {
  display: none;
  transition: height 1.0s ease-in-out;
}
.event-show {
  display: block;
  transition: height 1.0s ease-in-out;
}


@media (min-width: 360px) and (max-width: 980px) {
    .event-text-category {
        text-align: left;
        padding-bottom: 5px;
        padding-top: 10px;
    }
}