.konzert {
    border-bottom: solid 2px #000;
    min-height: 16.3em;
    margin-bottom: 1.3em;
    padding-top: 1em;
    overflow: hidden;
}

    .konzert:last-child {
        border-bottom: none;
    }

.details {
    margin-left: 19.5em;
}

.konzert a {
    color: #363636;
    border-bottom: 1px dotted #cccccb;
}

    .konzert a:hover {
        color: #c51718;
        border-bottom: 1px dotted #c51718;
    }

.dates {
    float: left;
    width: 10%;
}

.date {
    background: #e2e2e2;
    padding: 30px;
    padding-top: 40px;
    float: left;
    min-width: 18em;
    margin-right: 1.3em;
    margin-bottom: 0.8em;
}

.day {
    font-size: 60px;
    color: #c51718;
}

.concert-title {
    color: #c51718;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
}

a.concert-title {
    color: #c51718;
    text-transform: uppercase;
    font-size: 20px;
    border: none;
}

    a.concert-title:hover {
        color: #363636;
        border: none;
    }

.btn {
    margin-top: 2em;
}

a.button-flat-dates {
    border: #c51718 solid 2px;
    padding: 0.4em 1.4em;
    margin-right: 1em;
    color: #c51718;
    line-height: 40px;
}

    a.button-flat-dates:hover {
        background: #c51718;
        color: #fff;
    }

    a.button-flat-dates:focus {
        background: #c51718;
        color: #fff;
    }

.artists {
    font-style: italic;
}

.month {
    font-weight: bold;
    font-size: 16px;
    margin-left: 0.2em;
}


@media screen and (max-width:37em) {
    .dates {
        width: 100%;
    }

    .date {
        width: 100%;
        padding-left: 25%;
        margin-bottom: 1em;
    }

    .details {
        margin-left: 0em;
    }
}
