#ugc_galerie_container {
    min-height: 64rem;

    @media (max-width: 1199.98px) {
        min-height: 23rem;
    }
}

.ugc-foto {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.ugc-foto-hover {
    transition: all 0.3s ease;
}

.ugc-foto-hover:hover {
    transform: scale(1.03);
    cursor: pointer;
}

.ugc-foto-pointer:hover {
    cursor: pointer;
}

.ugc-foto div.actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: var(--brand-color);
    background: linear-gradient(0deg, rgba(0, 103, 58, 1) 30%, rgba(255, 255, 255, 0) 100%);
}

.ugc-foto.ugc-foto-xl div.actions {
    height: 175px;
}

.ugc-foto div.ranking {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: .5rem .95rem 0;
    color: #ffffff;
    font-family: "shelby_w05_bold", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2rem;
    line-height: 1;
    background: var(--brand-color);
    border-radius: 2rem;
}

.ugc-foto div.votes {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    width: 70%;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.1;
    text-align: left;
    text-overflow: ellipsis;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
    white-space: nowrap;
    overflow: hidden;
}

.ugc-foto.ugc-foto-xl div.votes {
    bottom: 1.5rem;
    left: 1.5rem;
}

.ugc-foto div.vote img,
.ugc-foto div.votes img {
    display: inline-block;
    margin: 0 .25rem .25rem 0;
    filter: drop-shadow(2px 3px 1px rgb(0 0 0 / 0.4));
}

.ugc-foto div.vote img {
    width: 2rem;
}

.ugc-foto.ugc-foto-xl div.vote img {
    width: 4rem;
}

.ugc-foto div.votes img {
    width: 1.25rem;
}

.ugc-foto.ugc-foto-xl div.votes {
    font-size: 2rem;
}

.ugc-foto.ugc-foto-xl div.votes img {
    width: 1.75rem;
    margin: 0 .5rem .25rem 0;
}

.ugc-foto div.vote {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    line-height: .8rem;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 1);
}

.ugc-foto.ugc-foto-xl div.vote {
    bottom: 1.5rem;
    right: 1.5rem;
}

.ugc-foto div.vote.vote-hover {
    transition: all 0.3s ease;
}

.ugc-foto div.vote.vote-hover:hover {
    transform: scale(1.03);
}

.ugc-foto div.vote a {
    color: #ffffff;
    font-size: 1rem;
    text-decoration: none;
}

.ugc-foto div.vote a i {
    font-size: 3.5rem;
    line-height: 4rem;
}

.ugc-foto.ugc-foto-xl div.vote a {
    font-size: 1.75rem;
    line-height: 1.1;
}

.ugc-foto.ugc-foto-xl div.vote a i {
    font-size: 4.5rem;
    line-height: 5rem;
}

input#search_nick {
    border: 2px solid var(--brand-color);
    border-left: none;
    border-radius: .5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 1%;
}

input#search_nick:focus {
    box-shadow: none;
}

.input-group-text {
    border: 2px solid var(--brand-color);
    border-right: none;
    background-color: #fff;
    border-radius: .5rem;
}

#voteModal .modal-content {
    background: transparent;
    border: none;
}

.close {
    float: none;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    opacity: 1;
    z-index: 23;
}

.close.close-red {
    color: var(--brand-color);
}

.close:hover {
    color: inherit;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

#abstimmung {
    position: relative;
    padding: 2rem;
    color: #fff;
    background-color: var(--brand-color);
    border-radius: .5rem;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

#abstimmung a, #abstimmung a:hover {
    color: #fff;
    text-decoration: underline;
}

#abstimmung .mat-checkbox {
    color: #fff;
}

#abstimmung .invalid-feedback {
    color: orange;
}

#abstimmung .mat-checkbox span {
    border-color: #fff;
}