/* --champagne: #FFE9CFff;
--butterscotch: #F2A245ff;
--persian-rose: #F33CA1ff;
--melon: #FFBBB8ff;
--bittersweet: #F07167ff;
--russian-violet: #310559ff;
--dark-purple: #2D1E33ff; */

body {
    background-color: #FFEFDB;
    font-family: "Montserrat", serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0%;
    font-style: normal;
}

.text-body-secondary {
    color: #310559ff !important;
}

h1, h2 {
    color: #F2A245ff;
    font-weight: 300;
}

h3 {
    color: #F2A245ff;
    font-size: 24px;
    font-weight: 400;
}

h4 {
    color: #310559ff;
}

h2.negative {
    color: #310559ff;
    font-weight: 500;
}

p {
    color: #310559ff;
    text-align: justify;
}

p.lead { 
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0%;
}

.nav-link {
    color: #F2A245ff;
    font-weight: 500;
}

.navbar-nav .nav-link.active {
    color: #310559ff;
}

.nav-link:hover {
    color: #310559ff;
}

.btn-primary {
    background-color: #F2A245ff;
    border-color: #F2A245ff;
    padding: 6px 42px;
    border-radius: 30px;
}

.btn-primary:hover {
    background-color: #2D1E33ff;
    border-color: #2D1E33ff;
}

.card {
    height: 100%;
    border: none;
}

#services h3 {
    color: #F2A245ff;
}

.feature {
    padding-left: 60px;
    padding-right: 60px;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.feature h3 {
    font-size: 32px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.services-card {
    margin-top: auto;
    margin-bottom: 0px;
    text-align: right;
    color: #2D1E33ff;
}

.pt-15 {
    padding-top: 9rem;
}

.navbar {
    background-color: #FFEFDB;
}

.form-container {
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #F2A245ff;
}

form label {
    color: #F2A245ff;
    font-size: 24px;
    font-weight: 400;
}

form .form-control {
    color: #310559ff;
    background-color: transparent;
    border-width: 1px;
    border-color: #F2A245ff;
}

form .form-control:focus {
    color: #310559ff;
    background-color: transparent;
    border-color: #F2A245ff;
}

.form-check-label{
    color: #310559ff;
    font-size: 17px;    
}

.modal-content{
    background-color: #FFDDB3;
    border-style: none;
}

.modal-header, .modal-body, .modal-footer {
    border-style: none;
}

.modal-body {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.modal-footer {
    justify-content: center;
}

.modal-body p {
    text-align: center;
}

div.settings {
    display:grid;
    grid-template-columns: max-content max-content;
    grid-gap:5px;
}

div.settings label {
    text-align:right;
}

#datenschutz ul {
    color: #310559ff;
    padding-bottom: 1em;
}

#datenschutz ul li {
    padding-bottom: 0.5em;
}

@media (min-width: 576px) {
    .modal-dialog{
        max-width: 75%;
        width: 100%;
    }
}

@media (min-width: 1600px) {
    .artesana-section{
        padding-left: 16%;
        padding-right: 16%;
    }
}

@media (min-width: 990px) and (max-width: 1600px) {

    body {
        font-size: 18px;
    }

    p.lead {
        font-size: 18px;
    }

    .artesana-section{
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width 500px){

    .mobile-header {
        visibility: visible;
    }

    .desktop-header {
        visibility: hidden;
    }
}

@media (min-width 501px){

    .mobile-header {
        visibility: hidden;
    }

    .desktop-header {
        visibility: visible;
    }
}