.w3-content,.w3-auto{margin-left:auto;margin-right:auto}.w3-content{max-width:1320px!important;}.w3-auto{max-width:1140px}
.image{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    cursor: pointer;
}
.layer-checked{
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    opacity: .8;
    position: absolute;
}
.layer-checked-ico{
    color: green;
    font-size: 200px;
    text-align: center;
    display: block;
    height: 200px;
    margin-top: 100px;
}
/**
Stylinganpassungen zum Theme
 */
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.btnMore::after {
    content: url('assets/icons/greenArrowRight.svg');
    position: absolute;
    top: .75rem;
    right: -2.5rem;
    transition: all ease .3s;
}
button, button:visited, button:hover, button:focus, button:active {
    text-decoration: none;
    color: #333A44;
}
button.btnMore {
    padding: .8rem 2rem;
    font-weight: 700;
    border: 2px solid #333A44;
    color: #333A44;
    position: relative;
    cursor: pointer;
    background: transparent;
}
#completeModal .winnerModalImg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

#completeModal .modal-dialog {
    max-width: 1000px;
}

#completeModal .modal-content {
    height: 57%;
    border-radius: 0;
    border: none;
}
#completeModal .winnerBtnClose {
    background: transparent;
    border: none;
}

#completeModal .winnerQuoteNav .quoteIcon {
    width: 3.5rem;
    height: 3.5rem;
}

@media all and (max-width: 992px) {
    /* Modal */
    #completeModal .modal-content {
        height: auto;
    }
}