* { box-sizing: border-box; }

/* force scrollbar, prevents initial gap */
html {
    overflow-y: scroll;
}

body {
    font-family: sans-serif;
}

/* --- filter --- */
.filters-button-group {
    text-align: center;
    padding: 7.5px 0;
    border-top: 3px solid #eab7c9;
    border-bottom: 3px solid #eab7c9;
    margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
    .filters-button-group {
        padding: 15px 0;
        margin-bottom: 30px;
    }
}

.filters-button-group span {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    font-family: Cookie, handwriting;
    letter-spacing: 0.1em;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    .filters-button-group span {
        font-size: 30px;
    }
}

.filters-button-group span.is-checked, .filters-button-group span:hover  {
    color: #eab7c9;
}
.filters-button-group span {
    padding: 0 15px;
    border-right: 3px solid #8a8a8a;
}
.filters-button-group span:last-of-type {
    border-color: transparent;
}


/* ---- grid ---- */

.grid {
    /*background: #DDD;*/
}

.grid img {
    padding: 2.5px;
}

@media screen and (min-width: 769px) {
    .grid img {
        padding: 7px;
    }
}

/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
    width: 33.33%;
}

@media screen and (min-width: 769px) {
    .grid-item,
    .grid-sizer {
        width: 20%;
    }
}

.grid-item {
    float: left;
    height: 89px;
}

@media screen and (min-width: 769px) {
    .grid-item {
        height: 98px;
    }
}
@media screen and (min-width: 1200px) {
    .grid-item {
        height: 258px;
    }
}


.grid-hochkant {
    height: 195px;
}

@media screen and (min-width: 769px) {
    .grid-hochkant {
        height: 215px;
    }
}
@media screen and (min-width: 1200px) {
    .grid-hochkant {
        height: 561px;
    }
}
