﻿

body {
    background: #F9F5EE;
    color: #040404;
    font-family: Calibri, Segoe, "Segoe UI", Arial, sans-serif;
    padding: 0px;
    line-height: 1.4em;
}


#divHeader {
    background: #FFF;
    background: url('https://onecdn.io/media/a0048249-cec1-4e62-9eac-10a372382207/md2x');
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px auto;
    background-size: auto 90%;
}

/*.btnASPxButtonSavePers4 {
    background: #b58f3a;
    border: 2px solid #FFF;
}

    .btnASPxButtonSavePers4:hover {
        background: #987527;
        border: 2px solid #FFF;
    }*/

@media only screen and (max-width: 680px) {
    #divHeader {
        background-size: 100%;
    }
}

#divWrapper {
    background: #FFF;
    padding: 20px;
    /*box-shadow: 6px 4px 20px #CCC;*/
    /*ohne Schatten und Rahmen*/
    padding: 0px;
    box-shadow: 0;
}


h4, h3, h2 {
    background: #AF1D18;
    padding: 4px;
    color: #FFF;
    font-weight: bold;
}

#L_Box > div > .card-header, #L_AbAnreise_label, #R_Box > div > .card-header, #R_Box > div > .card-header > h4 {
    background: #AF1D18;
}

.bg-primary > .card-header {
    color: #fff;
    background-color: #AF1D18;
    border-color: #AF1D18;
}

.btn-primary {
    color: #fff;
    background-color: #b7545e;
    border: 2px solid #b7545e;
    border-radius: 20px;
    font-weight: bold;
    font-size: 1.5em;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus { 
        border: 2px solid #b7545e; 
        color: #b7545e; 
        background-color: #ffffff; 
    }

.card-header {
    border-top-right-radius: 0px !important;
    border-top-left-radius: 0px !important;
    cursor: pointer;
}

.card {
    border-color: rgba(0,0,0,0) !important;
}

.card-body {
    border-color: rgb(51, 122, 183) !important;
    border: 0px solid transparent;
    border-radius: 0px 0px 0px 0px;
    background: #FFF;
}


textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    /*folgendes macht sinn, da der readonly-style auch  background-color: #EEE hat*/
    background-color: #EEE;
    color: #334;
    border-radius: 0;
    border-color: #DDD;
}

select.form-control {
    /*folgendes macht sinn, da der readonly-style auch  background-color: #EEE hat*/
    background-color: #EEE;
    color: #334;
    border-radius: 0;
    border-color: #DDD;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #EEE;
    opacity: 1;
}

label {
    color: #b7545e;
}

table th {
    color: #AF1D18;
    border-bottom: 2px solid #AF1D18;
}


.modalheader {
    background-color: #AF1D18 !important;
    color: white !important;
}

.modalbody {
    background-color: white !important;
    color: black !important;
}

#divHaupt {
    background-color: white;
}

.aktiv-kate {
    color: #AF1D18 !important;
    font-weight: 600;
    background: #DDD !important;
    background-color: #DDD !important;
}

#eingabe_links {
    padding-left: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #337ab8;
}

#headdanke {
    font-size: 20px;
}

#dankeMain, #dankeHead {
    display: flex;
    justify-content: center;
}

.danketext {
    font-size: 16px;
    padding: 10px;
}

    .danketext > a {
        color: #337ab8;
        font-weight: bold;
    }

#panelMitreisende_1_linie,
#panelMitreisende_2,
#panelMitreisende_3,
#panelMitreisende_4,
#panelMitreisende_5 {
    color: #b7545e !important;
}


#R_Anreise_label, #R_Abreise_label, #R_Zimmer_label, #R_Gesamt_label, #R_Preis3_label {
    color: #b7545e;
}



.auswahltext, .auswahl {
    color: #b7545e;
}
