/* Copyright (C) arrowthemes, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
   ========================================================================== */

.rect-img-display{
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}
.rect-img-display > img{
    all: unset;
    max-height: 100%;
}

a {
    color: #A36A00;
}

.footer {
    color: #cba050 !important;
}

.uk-button-success {
    background-color: #65760F;
}

.uk-alert {
    color: #5D523C;
}

@media (max-width: 767px) {
    .tm-sidebar-b.uk-width-medium-7-10.belegt.uk-grid-margin.uk-row-first {
        margin-top: 0px !important;
    }
    .border-bottom {
        border-bottom: 1px solid black;
    }
}
