@import url("https://use.typekit.net/lej3glv.css");

:root {
    --black: #000;
    --beige: #c5b290;
    --darkgreen: #27352a;
    --orange: #d5ab5d;
    --green: #27352a;
}

html {
    background-color: var(--green);
    font-family: "Roboto", "Arial", sans-serif;
}

body {
    /*background-image: url(https://uploads.prepaid-hoster.de/HG_Tafel-schwarz_web-blurry.jpg);*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    
    background-color: var(--orange);
}

strong {
    font-family: "Myriad Pro Regular", Arial, sans-serif;
    font-weight: normal;
}

a {
    text-decoration: none !important;
}

a.link-box {
    color: #000;
    text-decoration: none;
}

a.link-box:hover {
    text-decoration: none;
}

.text-green {
    color: var(--green);
}

.article-box .article {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 24px;
    color: var(--green) !important;;
}

.article-box p {
    color: var(--green) !important;;
}

.article-box .text-muted {
    color: var(--green) !important;;
}

.article-container p:last-of-type {
    margin-bottom: 0;
}

button.btn-black {
    border: 0;
    width: 100%;
    display: block;
    padding: 12px;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

button.btn-green {
    border: 0;
    width: 100%;
    display: block;
    padding: 12px;
    color: var(--green);
    text-align: center;
    background: var(--orange);
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
}

button.btn-green[disabled],
button.btn-black[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.article-name {
    font-weight: 300;
    font-family: "Raleway", "Roboto", Arial, sans-serif;
}

.price-info, .light {
    font-weight: 300;
}

.price-info strong {
    font-weight: bold;
    font-size: 24px;
    display: block;
}

form label {
    margin-bottom: 4px;
    color: #000;
    font-weight: bold;
}

.header-links > a, .header-links .dropdown > a {
    color: var(--orange);
    margin-left: 16px;
    margin-right: 16px;
    font-size: 22px;
    text-decoration: none !important;
}

.header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--darkgreen);
    z-index: 999;
    border-bottom: 1px solid var(--orange);
}

.header-nav > div {
    margin-top: 22px;
    margin-bottom: 22px;
}

.content {
    margin-top: 88px;
}

.main-content {
    min-height: calc(100vh - 85px - 200px)
}

.footer {
    background: var(--darkgreen);
    color: var(--orange);
    padding: 26px 0;
    margin-top: 70px;
}

.footer a {
    color: var(--orange);
    font-weight: 300;
    text-decoration: none !important;
    margin-right: 12px;
}

.content h1, .content h2, .content h3 {
    color: var(--green);
}

.content h1 {
    padding-top: 12px;
    margin-bottom: 24px;
    font-weight: 300;
}

.content h2 {
    padding-top: 12px;
    margin-bottom: 8px;
    font-weight: 300;
}

.content p, .content ul li, .content table, .content label {
    font-size: 18px;
    color: var(--green);
    font-weight: normal;
}

.content .text-muted {
    color: var(--darkgreen);
}

table.table th {
    font-weight: normal;
}

.card h1, .card h2, .card h3 {
    color: var(--green);
}

.card label, .list-group label {
    color: #000;
}

.card table {
    color: #000;
}

.content .alert {

}

.article-container p, .article-container ul li, .article-container table, .article-container label {
    color: var(--green);
}

.content .article-container {
    background: #fff;
    padding: 12px 18px;
}

.backtotop {
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fde383;
    position: fixed;
    bottom: 40px;
    right: 40px;
    color: #000 !important;
    z-index: 999;
}

option[disabled] {
    background: #bfbfbf;
    color: #707070;
}

.img-round {
    border-radius: 50%;
}

.front-space {
    height: 18px;
    content: '';
}

.front-banner {
    padding: 32px 0;
    color: #fff;
    font-size: 18px;
}

.breadcrumb {
    /*background-image: url(/images/HG_Tafel-schwarz_web-tile.jpg);*/
    /*background-size: cover;*/
    color: var(--orange);
    background: var(--darkgreen);
}

.breadcrumb a, .breadcrumb .breadcrumb-item {
    color: var(--orange);
}

.front-banner p {
    font-size: 20px;
}

.alert.alert-info {
    background: var(--green);
    color: var(--orange);
    border-color: var(--orange);
}

input.form-control {
    color: #000;
}

@media (max-width: 1516px) {
    .hide-light-sm {
        display: none;
    }
}

@media (max-width: 900px) {
    .header-links {
        display: none;
        position: fixed;
        overflow: auto;
        width: 100%;
        background-color: #fff;
    }

    .header-links.open {
        display: block;
        position: fixed;
    }
    
    .header-links > a, .header-links .dropdown > a {
        font-size: 18px;
        margin-bottom: 12px;
        display: block;
    }

    .header-nav > div {
        margin: 6px 0;
    }

    .content {
        margin-top: 62px;
    }
}
