body {
    font-family: Arial, sans-serif;
    color: #313031;
}

h1 {
    font-size: 2rem !important;
}
h2 {
    font-size: 1.8rem !important;
}
.headline {
    padding-left: 30px;
}
.text-orange {
    color: #f6a404;
}
.btn-primary {
    background-color: #f6a404;
    border: none;
    padding: 0.75rem;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #f6a404 !important;
    border: none;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.35);
}

ul li {
    font-size: 1.3rem;
    padding-bottom: 15px;
}
.inline-bullets {
    font-size: 18px;
}

/*modals*/
.modal ul li {
    font-size: 1rem !important;
}
.modal h6 {
    font-weight: bold;
}
.card-header .btn-link {
    font-weight: bold !important;
}

/*navigation*/
.navbar {
    box-shadow: 0 4px 2px -2px #dddddd;  
}

/*formular*/
.input-group {
    margin-bottom: 1.5rem;
}
.alert-danger {
    color: #FFFFFF;
    background-color: #dc3545;
    border-color: #ddd;
    text-align: center;
}
.border-orange {
    border: 2px solid #f6a404 !important;
}
.text-orange {
    color: #f6a404 !important;
}

/*links*/  
a {
    color: #f6a404;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #f6a404;
}


/*footer*/
footer {
    color:#767676;
}

@media all and (max-width: 576px) {
    h1 {
        font-size: 1.3rem !important;
        margin-bottom: 20px;
    }
    h2, h3, h4 {
        font-size: 1.2rem !important;
    }
    h5 {
        font-size: 1rem !important;
    }
    .headline {
        padding-left: 15px !important;
    }
    
    ul li {
        font-size: 1rem !important;
    }
    .card-body {
        font-size: 0.8rem;
    }
}