/**
 * This styles provide a very basic layout. (Neos)
 * It's recommended to replace this with your own frontend tooling.
 */

body {
    background-image: linear-gradient(to right, #311612ff, #973d1aff);
}
.pointer {
    cursor: pointer;
}
.about:before {
    background: rgba(0, 0, 0, 0.2);
}
.about {
    background-image: linear-gradient(145deg, #0b0403, #973d1aff);
}


.color-grey {
    color: #b4b4b4;
}
.menu-item .article-item {
    border: 1px solid #c1a492;
    border-radius: 3px;
    background-color: #201e17;
}
nav.article-groups-navigation > ul > li > a {
    background-color: #dbd2d2;
    margin: 4px 3px;
    padding: 8px 6px
}
nav.article-groups-navigation > ul > li {
    display: block;
    margin: 3px 0;
}
nav.article-groups-navigation > a {
    background-color: grey;
    margin: 4px 3px;
    padding: 8px 6px;
    font-weight: bold;
    color: black;
}
.article-group.row {
    margin-bottom: 2.5rem;
}
nav > ul > li > a.link-node {
    display: none; /*hide main shortcut*/
}
.navbar a {
    font-size: large;
    white-space: unset;
}
.navbar-mobile ul {
    position: fixed;
    color: #1a1616 !important;
}
.navbar-mobile a {
    color: #1a1616 !important;
    font-size: x-large;
    font-weight: unset;
}
div.article-group-mobile {
    background-color: #787b74;
    margin: 20px;
    padding: 20px;
    text-align: center;
}
.offcanvas-start {
    width: 250px !important;
}

.article-item {
    padding: 5px 9px !important;
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    .article-groups-navigation ul {
        display: unset;
    }
    main.main {
        margin-top: 20px;
    }
    .article-group {
        padding-left: 2rem;
        margin-bottom: 2rem;
        padding-inline-end: 0.2rem;
    }
    .article-group > h3 {
        padding-left: 0.2rem;
    }
    .article-item {
        margin: 0rem 0.1rem 0.8rem 0;
        padding: 1.5px 1px 0 1px;
        background-color: #2b1d19;
        color: white;
        border-radius: 3px;
        border: #73563d solid 0.5px;
    }
}



.menu .menu-img {
    width: 100%;
    height: auto !important;
}
.testimonial-img {
    width: 70px;
    height: 90px !important;
}
.modal-img, .article-img {
    width: 100%;
    height: auto !important;
}
.modal-img {
    filter: drop-shadow(0.9rem 0.9rem 0.4rem rgba(0, 0, 0, 0.4));
}

.modal-bg {
    background-color: #f1f1f1;
    color: #191919;
}


#hero h1 {
    margin: 0;
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 56px !important;
    color: #e5f6fd;
    font-family: "Poppins", sans-serif !important;
}

@media screen and (min-width: 736px) {
    .navbar a {

    }
    #hero h1 span {
        font-size: 100px !important;
        font-weight: 700 !important;
        line-height: 120px !important;
        color: #e5f6fd;
        font-family: "Poppins", sans-serif !important;
    }
    .article-group {
        padding-left: 2rem;
        margin-bottom: 2rem;
    }
    .article-group > h3 {
        padding-left: 1.5rem;
    }
    .article-groups-navigation {
        display: unset;
        margin-bottom: 10px;
    }
    .article-item {
        margin: 0rem 0 0.6rem 0;
        padding: 1.5px 1px 0 1px;
        background-color: #2b1d19;
        color: white;
        border-radius: 3px;
        border: #73563d solid 0.5px;
    }

}
#hero h1 span {
    color: #e5f6fd;
    font-family: "Poppins", sans-serif !important;
}

#hero h2 {
    color: #eee;
    margin-bottom: 10px;
    font-size: 22px;
}

#header .logo a {
    color: #e8d3b0;
    font-weight: bolder;
}

body.page {
    background: #2a261e !important;
}

.menu .menu-item {
    margin-top: 20px;
}

.gdpr-cookieconsent-settings {
    color: #1d1c1c !important;
}
