/*Masonry*/

.gbevents-grid {

}

/* clearfix */
.gbevents-grid:after {
    content: '';
    display: block;
    clear: both;
}

/* fluid 4 columns */
.grid-sizer,
.grid-item {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

    border: 1px solid lightgrey;
}

.grid-item--height2 {
    /*height: 50%;*/
}


/*
    HIER NUR NOCH CSS :-(
*/

.grid-item-top {
    position: relative;
    text-align: center;
    color: white;
}

.grid-item-date {
    position: absolute;
    bottom: 8px;
    left: 16px;

    background: #ff8c00;
    color: #ffffff;
}

.grid-item-day-text, .grid-item-month {
    font-size: 0.8em;
}

.grid-item-day {
    font-size: 1.7em;
}

.grid-item-text {
    padding: 1em;
}

.grid-item-text strong {
    display: inline-block;
    color: #ff8c00;
}

.grid-item-text p {
    background: #f0f0f0;
}






/* teaser */
.teaser-events {

}

.teaser-events .teaser-all-events {

}

.teaser-events .teaser-item {
    border: 1px solid #aaa;
}

.teaser-item .grid-item-date {
    float: left;
    background-color: #ff8c00;
    color: white;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.teaser-item .grid-item-text {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.teaser-item .grid-item-text p {
    color: dimgrey;
}


#gbeventsMap {
    margin-top: 1em;
    height: 400px;
    width: 100%;

}