/* fontface for custom font */

@font-face {
    font-family: 'neutra-text';
    src: url('../../font/neutratext-book.otf');
    font-weight: normal;
}

/* schedule */

.at-scheduleRondetafels {
    position: relative;
}

.at-scheduleRondetafels__list,
.at-scheduleRondetafels__hourList,
.at-scheduleRondetafels__table {
    list-style: none;
    padding: 0;
}

.at-scheduleRondetafels__list {
    margin: 10px;
}

.at-scheduleRondetafels__hourBlock {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.45em;
}

.at-scheduleRondetafels__hour {
    height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    background-color: #1aa1a1;
}

.at-scheduleRondetafels__table {
    position: relative;
    font-family: 'neutra-text', Sans-Serif;
    margin-bottom: 0;
    padding: 15px 10px;
    border-bottom: 1px solid #d2d2d2;
    border-left: 5px solid #FFF104;
}

.at-scheduleRondetafels__location {
    padding: 7px 12px;
    color: #ffffff;
    background-color: #1aa1a1;
}

.at-scheduleRondetafels__title {
    display: block;
    margin: 0.7em 0 0.3em;
    font-family: 'Playfair Display', serif;
    font-size: 1.15em;
    font-weight: bold;
    color: #333;
}

.at-scheduleRondetafels__speaker {
    display: inline-block;
    font-size: 1em;
}

.at-scheduleRondetafels__language {
    position: absolute;
    right: 0.5em;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
    color: #E40313;
}

@media screen and (min-width: 768px) {
    .at-scheduleRondetafels__hourList {
        display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        flex-flow: row wrap;
    }

    .at-scheduleRondetafels__table {
        width: 50%;
    }

    .at-scheduleRondetafels__table--drinks {
        width: 100%;
    }
}

@media screen and (min-width: 1020px) {
    .at-scheduleRondetafels__hour {
        width: 200px;
        float: left;
        clear: left;
        margin: 0;
    }

    .at-scheduleRondetafels__hourList {
        margin-left: 250px;
    }
}
