.tx-arboe-adventcalendar {
    padding-bottom: 25px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center bottom;
}
.tx-arboe-adventcalendar .col-6.col-sm-4.col-md-3.col-lg-2 {
    padding: 0;
}
.tx-arboe-adventcalendar .row {
    margin-right: 0px;
    margin-left: 0px;
}
.tx-arboe-adventcalendar .card-body {
    padding: 0;
}
.tx-arboe-adventcalendar .calendar {
    display: inline-block;
}
.tx-arboe-adventcalendar .days {
    padding: 5px;
}
.tx-arboe-adventcalendar .day-image:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -webkit-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
}
.tx-arboe-adventcalendar .overlay {
    height: 80%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 10%;
    left: 10%;
    /*background-color: rgba(255,255,255, 0.9);*/
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}
.tx-arboe-adventcalendar .content-day {
    background-color: #e40613;
    width: 100%;
    height: 100%;
}
.tx-arboe-adventcalendar .content-day h1 {
    color: #fff;
    font-size: 30px;
}
.tx-arboe-adventcalendar .content-image {
    background-size: cover;
}
.tx-arboe-adventcalendar .btn-content-close,
.tx-arboe-adventcalendar .btn-open-form {
    position: absolute;
    bottom: 25px;
    left: 25%;
    width: 50%;
}
.tx-arboe-adventcalendar .btn-send-form {
    left: 25%;
    width: 50%;
}
.tx-arboe-adventcalendar .overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    background: url("/typo3conf/ext/arboe_adventcalendar/Resources/Public/Images/Sternenhintergrund.png");
    background-size: 100% auto;
    background-position: center bottom;
}
.tx-arboe-adventcalendar .overlay-content h1 {
    margin-bottom: 15px;
}
.tx-arboe-adventcalendar input[type="checkbox"] {
    margin-right: 10px;
}
.tx-arboe-adventcalendar span.info {
    font-size: 10px;
    display: inline-block;
}
.tx-arboe-adventcalendar p.alert-message {
    text-align: center;
    font-size: 31px;
}
.tx-arboe-adventcalendar li.alert-info {
    background-color: #e40613;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

/**
 * Do not know why this rule is needed in the previous very general way for "main".
 * Prefixed it with ".tx-arboe-adventcalendar"
 */
.tx-arboe-adventcalendar
    ul:not(.slick-dots):not(.page-navigation-paginator):not(.pagination):not(.hooper-track):not(.list-group)
    > li:before {
    background-image: none !important;
}

@media screen and (max-width: 768px) {
    .tx-arboe-adventcalendar {
        padding-left: 50px;
        padding-right: 50px;
        background-size: cover;
    }
    .tx-arboe-adventcalendar .content-day {
        width: 100%;
        height: auto;
    }

    .tx-arboe-adventcalendar .btn-content-close {
        position: relative;
        margin-top: 250px;
        bottom: 0px;
        margin-bottom: 15px;
    }

    .tx-arboe-adventcalendar .btn-open-form {
        position: relative;
        left: 25%;
        bottom: 0px;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 768px) {
    .tx-arboe-adventcalendar {
        padding-left: 150px;
        padding-right: 150px;
    }
    .tx-arboe-adventcalendar .card-body.formular {
        position: absolute;
        bottom: 26px;
        right: 15px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .tx-arboe-adventcalendar .btn-content-close {
        margin-top: 767px;
    }
    .tx-arboe-adventcalendar .btn-open-form {
        position: absolute;
    }
}

/*# sourceMappingURL=style.css.map */
