body * {
    box-sizing: border-box;
}


/* monthlist & teaser */

.kool-events.monthlist,
.kool-events.teaser {
    display: block;
    position: relative;
}

.monthlist .kItem,
.teaser .kItem {
    display: flex;
    width: 100%;
    min-height: 30px;
    padding: 5px;

    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2e363f;
    border-top: 1px solid #ddd;
}

.monthlist .kItem .dateTime {
    margin-right: 10px;
    min-width: 224px;
}
.teaser .kItem .dateTime {
    margin-right: 10px;
    max-width: 110px;
    min-width: 110px;
}

.monthlist .kItem .date,
.monthlist .kItem .time,
.teaser .kItem .date,
.teaser .kItem .time {
    display: inline-block;
    margin: 0;
}
.monthlist .kItem .date,
.monthlist .kItem .time {
    min-width: 110px;
}
.teaser .kItem .date {
    font-weight: bold;
}

.monthlist .kItem .title {
    flex-grow: 1;
    font-weight: bold;
}
.monthlist .kItem .room {
    font-weight: 100;
    font-size: 90%;
    padding-left: 4px;
}
.teaser .kItem .title {
    flex-grow: 1;
}

.monthlist .kItem.month-title {
    font-weight: bold;
}

/*
a,
a:hover,
a:visited {
    color: #f5a200;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
*/

.fa.singleView {
    font-size: 10px;
    text-decoration: none !important;
}

/* teaser */

ul.kool-events {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}

ul.kool-events li {
    display: block;
    list-style: none outside none;
}




div.relFilter {
    float: none;
}
#rkkRelFilter {
    margin: 0 0 30px;
}

div.filterLabel {
    display: none;
}

body ul.relFilter li  {
    margin: 6px;
    padding: 0 8px;
    height:  36px;
    line-height: 32px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: #f5a200 2px solid;
    border-radius: 3px;

    background: none;
}

body ul.relFilter li.selected {
    background: #f5a200;
    color: #fff;
}



/* list (Kollekten) */

.offerings {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
}

.offerings h4 {
    color: #2e363f;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.offerings p {
    color: #7e8998;
}

/* Single View */


.kool-events.single {
    font-family: 'Open Sans',Arial,sans-serif;
    font-size: 14px;
}

.kool-events.single h1 {
    color: #2e363f;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.kool-events.single p.date {
    margin: 1px 0;
    display: inline-block;
}
.kool-events.single p.time {
    margin: 1px 0 1px 10px;
    display: inline-block;
}
.event-image {
	float: right;
}




/* ------------- Clearfix ------------- */

div.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.clearfix {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
/* Hides from IE-mac */
* html div.clearfix {height: 1%;}
div.clearfix {display: block; font-size: 0; line-height: 0;}
/* End hide from IE-mac */




@media screen and (max-width: 479px) {
    .monthlist .kItem .dateTime {
        min-width: 110px;
        width: 110px;
    }

    .monthlist .kItem .date,
    .monthlist .kItem .time {
        display: block;
    }
}