:root {
    --voice4life-blue: #3d4e73;
    --ruag-dark-green: #4a5038;
    --ruag-black: #242821;
    --ruag-white: #fff;
    --ruag-grey: #7a7c79;
    --voice4life-white: #ffffff;
    --ruag-orange: #ffa167;
    --ruag-dark-orange: #d8631c;
    --ruag-red: #a0400d;
    --voice4life-lightbrown: #ccb890;
    --voice4life-black: #000000;

}

@font-face {
    font-family: Lato;
    src: url('/font/Lato-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Lato;
    src: url('/font/Lato-Regular.ttf');
    font-weight: normal;
}

@font-face {
    font-family: Lato;
    src: url('/font/Lato-Light.ttf');
    font-weight: normal;
}

.logo-text{
    margin-left: 5px;
    font-size: 25px;
}

.footer-kyberna-container img {
    width: 150px;
    height: auto;
}

.nav-language-chooser.auction-navbar-lang{
    display: none;
}

.auction-layout * {
    font-family: Lato, noto_sans, sans-serif;
    color: var(--ruag-black);
}

.navigation-logo {
    height: 100px;
    width: 190px;
}

.footer-kyberna-container {
    width: 200px;
    height: auto;
}

.auction-nav-desktop-navigation{
    top: 78px;
}

.profile-grid-container{
    display: grid;
    gap: 20px;
    grid-template-columns: unset;
}

.auction-nav-top-element-link.is-active:hover,
.auction-nav-top-element-link.is-active {
    color: var(--voice4life-lightbrown);
}

.auction-detail-media-link {
    width: 100%;
    max-width: 350px;
}

.document-download-container {
    display: flex;
    gap: 10px;
}

.document-svg {
    width: 25px;
    height: 25px;
    border-radius: 8px;
    background-color: var(--ruag-orange);
    padding: 5px;
}

.document-details {
    display: flex;
    flex-direction: column;
}

.document-title {
    font-weight: bold;
}

.custom-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}

.pdf-files-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.auction-nav-top-element-link:hover {
    color: var(--voice4life-lightbrown);
}

@media screen and (max-width: 900px) {
    .navbar-content {
        justify-content: space-between;
    }
}

@media screen and (max-width: 1220px) {
    .navigation-logo {
        margin-left: 20px;
    }
}

.auction-nav {
    background-color: var(--voice4life-blue);
}

button[type="submit"].frontend-button, .frontend-button, input[type="button"], input[type="submit"] {
    background-color: var(--voice4life-blue);
}

.auction-navbar {
    padding-left: 30px;
}

@media screen and (max-width: 900px) {
    .navbar-container {
        clip-path: initial;
    }

    .auction-navbar {
        padding-left: 0;
        background-color: var(--voice4life-blue);
    }
}

.auction-layout-body{
    background-color: var(--voice4life-white);
}

.footer-lower-container{
    background-color: var(--voice4life-blue);
}

.auction-nav-element-link.is-active::after{
    background-color: transparent;
}

.auction-search-term-input {
    border: 1px solid var(--voice4life-blue);
    color: var(--ruag-black);
}

input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="number"] {
    border-color: var(--voice4life-blue);
}

.auction-element-description {
    display: none;
}

.artist-image-container {
    height: 300px;
    display: flex;
}

.auction-main-headline{
    color: var(--ruag-black);
}

.artist-image {
    height: 100%;
    max-height: 300px;
    object-fit: contain;
    display: block;
    width: 100%;
}

.navbar-container::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}

.navbar-content {
    padding-top: 14px;
    padding-bottom: 20px;
}

.auction-layout {
    margin-top: 150px;
    color: var(--voice4life-blue);
}

.text-block-styles h3{
    color: var(--voice4life-blue);
}

.auction-nav-element-link, .auction-nav-element-lang-link,
a {
    color: var(--ruag-white);
}

.auction-layout .auction-nav-element-link {
    color: var(--ruag-white);
    font-weight: 700;
}

.image-grid{
    display: flex;
    gap: 12px;
    justify-content: space-around;
}

.image-subgrid{
    display: flex;
    gap: 12px;
    flex-direction: row;
}

#hamburger-icon line {
    stroke: white;
}

.auction-nav-element-link:hover {
    background-color: transparent;
    color: var(--voice4life-lightbrown);
}

.auction-nav-hamburger {
    width: 50px;
    height: 50px;
    position: relative;
    color: var(--voice4life-white);
}

.auction-nav-element-link.is-active:hover, .auction-nav-element-link.is-active{
    background-color: transparent;
    color: var(--voice4life-lightbrown);
}

.auction-layout .auction-element-link{
    background-color: var(--voice4life-white);
}

.company-account-radio-input:checked + label {
    border-color: var(--voice4life-blue);
}

.frontend-link{
    color: var(--voice4life-blue);
}

.auction-layout .footer-link{
    color: var(--ruag-white);
}

.text-block-styles a{
    color: var(--voice4life-blue);
}

.text-block-styles a:hover{
    color: var(--voice4life-blue);
}

.user-data-warning{
    background-color: var(--ruag-orange);
}

.thick-left-border{
    border-left: 6px solid var(--voice4life-blue);
}

.footer-container::before {
    background-color: var(--voice4life-blue);
}

.socialmedia-container {
    display: flex;
    gap: 12px;
    padding-bottom: 0;
}

@media (min-width: 800px) {
    .content-container {
        flex: 1 0 auto;
        margin-bottom: 310px;
    }
}

.auction-nav-top-element-link,
a {
    color: var(--ruag-white);
}

 .frontend-button:hover{
    color: var(--ruag-black);
}

.auction-search-button,
.frontend-button,
.auction-mobile-filter-button {
    background-color: var(--voice4life-blue);
    color: var(--ruag-white);
}

.auction-element-image-and-logo-wrapper {
    height: initial;
}

.auctions {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.auction-element-link {
    border: .594rem solid white;
    justify-content: flex-start;
}

#auction-detail-component {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.auction-detail-description-container,
.auction-detail-description-container {
    margin-top: 0;
}

.auction-detail-detail-list > .auction-detail-list-table tr {
    display: block;
}

@media screen and (max-width: 900px) {
    .auction-sorting-container {
        top: 130px;
    }
}

.auction-detail-bids-table{
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9em;
}

.no-auctions-text {
    color: var(--ruag-black);
}
.footer-navigation-container{
    background-color: var(--voice4life-lightbrown);
}

.sorting-info {
    border-bottom-color: var(--voice4life-blue);
}

.footer-content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-navigation-items {
    width: auto;
}

.footer-opening-hours h3 {
    color: var(--ruag-black);
}

.footer-location h4{
    color: var(--ruag-orange);
    margin: 0;
}

.footer-location a{
    color: var(--ruag-white);
    display: flex;
    line-height: 1.5;
    text-decoration: underline;
    text-decoration-color: var(--voice4life-lightbrown);
}

.footer-location span{
    color: var(--ruag-white);
    display: flex;
    line-height: 1.5;
}

.custom-article-details {
    line-height: 1.8em;
    width: 100%;
}

.auction-search-and-button-wrapper {
    gap: 10px;
}

.auction-detail-detail-row {
    width: 100px;
}

.article-attribute-key {
    font-weight: 700;
    word-break: break-word;
    overflow-wrap: break-word;
}

.article-attribute-value {
    text-align: left;
    vertical-align: bottom;
}

@media screen and (max-width: 500px) {
    .auction-won-element-data-left,
    .auction-won-element-data-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .article-attributes-table {
        width: 100%;
        height: auto;
    }

    .article-attributes-table tbody {
        width: 100%;
    }

    .article-attribute-row,
    .article-detail-attribute-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .auction-detail-detail-list > .auction-detail-list-table tr {
        display: flex;
    }

    .article-attribute-key,
    .article-attribute-value {
        width: 50%;
        padding: 0;
    }
}

.article-attributes-table tr td:last-of-type {
    text-align: left;
    padding: 0;
}

.article-attributes-table tr td:first-of-type {
    text-align: left;
    width: 200px;
    padding: 0;
}

@media screen and (max-width: 700px) {
    .article-attributes-table tr td:first-of-type {
        width: 50%;
    }
}

.article-warehouse-container {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.defects-standard-text {
    margin-bottom: 20px;
}

.is-state-code {
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.is-state-definition {
    padding: 10px;
}
