body {
    font-family: "Lora" !important;
    margin: 0;
}

.content {
    padding-top: 350px;
    background-image: url("../../../img/freizeitlive/xmas/xmas_bg_mobile.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #d5281a;

    @media only screen and (min-width: 896px) {
        padding-top: 0;
        background-image: url("../../../img/freizeitlive/xmas/xmas_bg.jpg");
        background-size: cover;
        background-position: center center;
    }
}

.container-fluid {
    max-width: 1400px;
}

.card {
    background-color: #ed716f;
    border-radius: 0;
    border: none;
    padding: 2rem;
    text-align: center;
    color: #ffffff;
}

h1 {
    font-size: 1.8rem;
    line-height: 1.5;

    @media only screen and (min-width: 820px) {
        font-size: 3rem;
    }
}

.divider {
    border-bottom: 1px solid #ffffff;
}

.plus {
    background-color: #ed716f;
    font-size: 3.5rem;
    line-height: 1;
    padding: 0 2.5rem;
    margin-bottom: -27px;
}

.btn-success {
    background-color: #477c62;
    border-color: #477c62;
}

.btn-lg {
    font-size: 2rem;
    line-height: 1.5;
}
.footer .btn-lg {
    font-size: 1.5rem;
    line-height: 1.5;
}

.footer {
    background-color: rgba(71, 124, 98, 0.5);
    padding: 2rem 0;
}
