.is-horizontal-center {
    justify-content: center;
}

.align {
    text-align: center;
}

.columns {
    margin: 0;
}

.column {
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .columns {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-top: -0.75rem;
    }
}

.container {
    width: 100%;
}

#upButton {
    position: fixed;
    right: 0;
    bottom: 0;
}

table, tr, td {
    border-collapse: collapse;
}

.is-6 {
    margin-bottom: 1em !important;
}

.has-text-right {
    width: 70px !important;
    padding-left: 0px !important;
}

@media (max-width: 767px) {
    .hero-body {
        padding-left: 4px;
        padding-right: 4px;
    }

    .is-10 {
        padding-left: 4px;
        padding-right: 4px;
    }

    .is-half {
        padding-left: 4px;
        padding-right: 4px;
    }
}

.is-behandlung > tbody > tr > td {
    padding-top: .1em !important;
    padding-bottom: .1em !important;
}

.spacer {
    height: 50px;
}

.card {
    display: flex;
    flex-direction: column;
}

.card {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.16), 0 4px 10px 0 rgba(0, 0, 0, 0.12)
}

.card:hover {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2), 0 6px 24px 0 rgba(0, 0, 0, 0.19)
}

.cardgrey {
    background-color: lightgray;
    padding: 2px 2px;
}

@media (min-width: 767px) {
    .cardgrey {
        padding: 8px 8px;
    }
}

.gutschein {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 767px) {
    .gutschein {
        width: auto !important;
        height: 300px !important;
    }
}

#headerPicure {
    margin-top: 20px;
}

.slick-slide img {
    max-height: 300px;
    pointer-events: none;
    height: auto;
    width: auto;
}
.slick-initialized .slick-slide {
    outline: none;
}
