/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.03.2016, 10:36:58
    Author     : alexander
*/


.Pevent-item {
    margin-top: 20px;
    margin-bottom: 5px;
    overflow: hidden;
}

.pevent-inner {
    overflow: hidden;
}

.pevent-image {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid whitesmoke;
    width: 120px;
    height: 120px;
}

.pevent-dates {
    font-size: 0.9em;
    color: #696969;
    margin-bottom: 14px;
}
.pevents-no-pevents {
    margin-top: 20px;
    padding: 30px 20px;
    font-size: 1.3em;
    text-align: center;
    background-color: #D7F4F9;
    font-weight: bold;
}

.pevent-inner h2 {
    margin-top: 0;
    line-height: normal;
    margin-bottom: 5px;
    font-size: 1.5em;
    text-transform: capitalize;
}


.pevent-under {
    margin-top: 8px;
    padding-bottom: 15px;
    text-align: center;
    display:none;
}
a.pevent-morelink {
    color: #00acc8;
    font-weight: bold;
}


img.Event-mainimage {
    max-width: 35%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid silver;
}

.EventHeader {
    background-color: #00acc8;
    padding: 10px 12px;
    color: white;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.EventHeader a,.EventHeader a:link,.EventHeader a:hover,.EventHeader a:visited,.EventHeader a:active {
    color: white;
}

span.news-bc-sep {
    color: white;
    margin-left: 5px;
    margin-right: 5px;
}

.Event-info-body{
    clear:both;
}

h1.Event-title {
    font-size: 2em;
    line-height: normal;
    /* text-transform: capitalize; */
    margin-bottom: 10px;
}

.event-dates {
    font-size: 0.9em;
    margin-bottom: 20px;
}

.events-return-block {
    margin-top: 25px;
    font-size: 1.1em;
    color: #00acc8;
}

.events-return-block a {
    color: #00acc8;
}

.pevent-inner h2 a {
    color: #545353;
}