﻿    /*
    CDSoft Styles    */



    body {
        background: #FFF;
        color: #333;
        font-family: Calibri;
        padding: 0px;
        line-height: 1.4em;
    }

    #divHeader {
        background: #FFF;
        background: url('img/webMX_Header.png');
        background-repeat: no-repeat;
        background-position-x: 0;
        min-height: 140px;
        max-width: 900px;
        margin: 10px auto;
    }

    @media only screen and (max-width: 680px) {
        #divHeader {
            background-position-x: 100px;
        }
    }

    @media only screen and (max-width: 400px) {
        #divHeader {
            background-position-x: 0px;
        }
    }

    #divWrapper {
        max-width: 900px;
        margin: 10px auto;
        background: #FFF;
        padding: 20px;
        /*ohne Schatten und Rahmen*/
        padding: 0px;
        box-shadow: 0;
        box-shadow: 6px 4px 20px #CCC;
        overflow-y: auto !important;
    }


    h4, h3, h2 {
        background: #337ab8;
        padding: 4px;
        color: #FFF;
        font-weight: bold;
    }

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #337ab8;
        border-color: #337ab8;
    }

    .btn-primary {
        color: #fff;
        background-color: #b8b8b8;
        border-color: #b8b8b8;
        font-weight: bold;
        color: black;
        border-radius: 0;
    }

    .panel-heading {
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
        cursor: pointer;
    }

    .panel:not(li) {
        border: 0 !important;
        border-color: rgba(0,0,0,0) !important;
    }

    .panel { 
        box-shadow: none !important; 
        -webkit-box-shadow: none !important; 
        border-radius: 0 !important;
    }
    
    .panel-body {
        border-color: rgb(51, 122, 183) !important;
        border: 0px solid transparent;
        border-radius: 0px 0px 0px 0px;
        background: #FFF;
    }

    /* Start linkes Panel (Anreise - Abreise) */

    #L_Anreise_label, #L_Abreise_label, #L_tage_label, #L_erw_label, #L_jug_label, #jug_alter,
    #L_kind_label, #kind_alter, #L_kkind_label, #kkind_alter, #L_garage, #L_raucher, #L_haustier, #ico_anreise, #ico_tage, #ico_abreise, #ico_person {
        margin-left: 10px;
    }

    #edt_anreise, #edt_abreise, #edt_tage, #edt_erw, #erw_alter, #edt_jug, #edt_kind, #edt_kkind {
        background: #FFF;
        margin-left: 10px;
    }

    #but_Suchen {
        margin-left: 10px;
        background-color: #b8b8b8;
        border-color: #FFF;
        border-radius: 0;
    }

        #but_Suchen:hover {
            margin-left: 10px;
            background-color: #337ab8;
            border-color: #FFF;
            border-radius: 0;
        }

    /* Ende linkes Panel (Anreise - Abreise) */

    /* Start rechtes Panel (Preis) */

    #R_Anreise_label, #R_Abreise_label, #R_Zimmer_label {
        color: #337ab8;
        font-weight: bold;
        font-size: 14px;
    }

    #R_Gesamt_label, #R_Preis3_label {
        color: #337ab8;
        font-weight: bold;
        font-size: 14px;
    }

    /* Ende rechtes Panel (Preis) */

    /* Hauptspeicher Button Seite unten */
    #btn_alle_speichern_unten {
        height: 50px;
        font-size: 22px;
        background-color: #b8b8b8;
        border-color: #b8b8b8;
        color: black;
    }

        #btn_alle_speichern_unten:hover {
            height: 50px;
            font-size: 22px;
            background-color: #337ab8;
            border-color: #b8b8b8;
            color: white;
        }

    #speicherungstext {
        font-family: Verdana, sans-serif;
        font-size: 14px;
    }



    /* rechter Buchung speichern Button*/
    #btn_alle_speichern {
        display: none;
    }

    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: #337ab8;
    }

    table {
        /*font-family: arial, sans-serif;*/
        border-collapse: collapse;
        width: 100%;
        font-size: 14px;
    }

    th {
        border: 0px solid #cbcbcb;
        text-align: left;
        padding: 8px;
        border-bottom: 2px solid #337ab7;
    }

    td {
        border: 0px solid #cbcbcb;
        text-align: left;
        padding: 8px;
    }

    table th {
        color: #337ab8;
        border-bottom: 2px solid #337ab8;
    }

    table td { /*background:#EEE;*/
    }

    tr:nth-child(even) {
        background-color: #FAFAFA;
        border-top: 0px solid #DDD;
        border-bottom: 1px solid #DDD;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    tr:nth-child(odd) {
        background-color: #FAFAFA;
        border-top: 0px solid #DDD;
        border-bottom: 1px solid #DDD;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    li:nth-child(even) {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    li:nth-child(odd) {
        background-color: #FFF;
        border-top: 1px solid #DDD;
        border-bottom: 1px solid #DDD;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    li:last-child {
        border-top: 0px solid #DDD;
        border-bottom: 0px solid #DDD !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    li:first-child {
        border-top: 0px solid #DDD;
        border-bottom: 1px solid #DDD !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .detail-panel-head {
        padding:0;
    }


.ul_style, .ul_style2 {
    list-style: none;
    padding-left: 20px;
    /*list-style: decimal;*/ /*
        -webkit-padding-start: 20px;
        padding-left: 20px;*/
}

    .ul_style2 > li, .ul_style3 > li, .list-total {
        /* list-style: none; */
        /*list-style: decimal;*/ /*
        -webkit-padding-start: 20px;*/
        padding-left: 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ul_style3 > li{
        background-color: #ccc;
    }

    .listen_links {
        /*width: 60%;*/
        /*float: left;*/
        /*background-color: inherit;*/
    }

    .listen_ende {
        /*width: 20%;*/
        /*float: right;*/
        text-align-last: end;
        padding-right: 20px;
        /*background-color: inherit;*/
    }

    .listen_rechts {
        /*width: 20%;*/
        text-align-last: end;
        /*padding-right: 40%;*/
        /*background-color: inherit;*/
    }

        .listen_rechts:after {
            content: ' €';
        }

.zimmer {
    color: #337ab7;
    font-size: 16px;
    padding-left: 20px;
    /*
    background-color: #337ab7;
    border-color: #337ab7;*/
}

    .leist_bg {
        font-weight: bold;
        background-color: rgba(51, 122, 183, 0.5) !important;
        /*color : white;*/
    }

    .modalheader {
        background-color: #337ab8;
        color: white;
    }

    .modalbody {
        background-color: white;
        color: black;
    }


    #divViewLeistungen td span {
        height: 60px;
        margin: 0px;
        padding-left: 20px;
        cursor: zoom-in;
        cursor: -webkit-zoom-in;
        color: red;
    }

    .uldivViewZusatzwuensche {
        list-style-type: none;
        padding-left: 0;
    }

        .uldivViewZusatzwuensche img {
            width: 200px;
            float: right;
        }

        .uldivViewZusatzwuensche input {
            margin-right: 10px;
            float: left;
        }

    .divuldivViewZusatzwuensche {
        float: left;
        min-width: 200px;
        padding-right: 10px;
    }

    .divtddivViewZusatzwuensche {
        float: left;
        max-width: 90%;
    }


    .btnASPxButtonSavePers4 {
        width: 100%;
        font-size: x-large;
        background-color: #899A0F;
        border-color: #899A0F;
    }

    .spanDatenschutz {
        font-family: monospace;
    }


    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

        .btn-circle.btn-lg {
            width: 50px;
            height: 50px;
            padding: 10px 16px;
            font-size: 18px;
            line-height: 1.33;
            border-radius: 25px;
        }

        .btn-circle.btn-xl {
            width: 70px;
            height: 70px;
            padding: 10px 16px;
            font-size: 24px;
            line-height: 1.33;
            border-radius: 35px;
        }


    .imgflag-aktiv {
        /*-webkit-filter: grayscale(0%);
      filter: grayscale(0%);*/
        /*filter:drop-shadow(1px 1px 1px gray);*/
        /*-webkit-box-shadow: 1px 1px 1px 1px darkgrey;
          box-shadow: 1px 1px 1px 1px darkgrey;
    */
        -webkit-box-shadow: 5px 5px 5px 1px darkgrey;
        box-shadow: 2px 2px 2px 1px darkgrey;
        /*  border-bottom:3px solid #327ab6;
      padding-bottom:3px;*/
    }

    .imgflag {
        /*  -webkit-filter: grayscale(50%); 
      filter: grayscale(50%);*/
    }
    /*
    .imgflag:hover {
      -webkit-filter: grayscale(0%); 
      filter: grayscale(0%);
    }
    */
    .aktiv {
        color: white !important;
        background-color: #337ab8 !important;
        font-weight: 600;
    }

    .aktiv-kate {
        color: #000 !important;
        background-color: #ddd !important;
        /*background-color:navy !important;*/
        /*background-image: linear-gradient(to right, rgba(0,0,128,1), rgba(0,0,0,0)); */
        font-weight: 600;
        background-attachment: fixed;
    }

    .fehlerhaft {
        color: white !important;
        background-color: orangered !important;
        font-weight: 600;
    }


    .badge {
        background-color: #337ab8;
        font-size: 16px;
    }

    .cds_container {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }




    .lupe-container {
        position: relative;
        /*height: 80px;*/
        max-width: 100px;
    }

    .lupe-image {
        display: block;
    }

    .lupe-overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        opacity: 0.7;
        transition: .3s ease;
        color: white;
    }

    .lupe-container:hover .lupe-overlay {
        opacity: 1;
        color: orange;
    }

    .lupe-icon {
        font-size: 50px;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        text-align: center;
    }

    .auswahl {
        color: darkred;
    }

    .auswahltext {
        color: #337ab8;
    }

    .shadow {
        -moz-box-shadow: 4px 4px 10px #4D3F1E;
        -webkit-box-shadow: 4px 4px 10px #4D3F1E;
        box-shadow: 4px 4px 10px #4D3F1E;
    }

    .material-switch > input[type="checkbox"] {
        display: none;
    }

    .material-switch > label {
        cursor: pointer;
        height: 0px;
        position: relative;
        width: 40px;
        top: 17px;
    }

        .material-switch > label::before {
            background: rgb(0, 0, 0);
            box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
            border-radius: 8px;
            content: '';
            height: 16px;
            margin-top: -8px;
            position: absolute;
            opacity: 0.3;
            transition: all 0.4s ease-in-out;
            width: 40px;
        }

        .material-switch > label::after {
            background: rgb(255, 255, 255);
            border-radius: 16px;
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
            content: '';
            height: 24px;
            left: -4px;
            margin-top: -8px;
            position: absolute;
            top: -4px;
            transition: all 0.3s ease-in-out;
            width: 24px;
        }

    .material-switch > input[type="checkbox"]:checked + label::before {
        background: inherit;
        opacity: 0.5;
    }

    .material-switch > input[type="checkbox"]:checked + label::after {
        background: inherit;
        left: 20px;
    }


    footer {
        font-size: x-small;
        padding-left: 20px;
    }

    #footerahref {
        font-size: x-small;
    }

    img.footerimgds {
        vertical-align: middle;
        height: 16px;
        width: 16px;
        margin-right: 4px;
    }


    #Haupt_Winrooms {
        padding: 15px 10px 10px 15px;
        background: white;
        border: 2px solid #CCC;
        /*text-decoration: underline;*/
        font-weight: 800;
    }

    .divIhreAuswahl {
        /*
        background-color: white;
            */
        color: #337ab8;
    }


    /* Tamas - Custom checkbox - von */
    .chb_container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        /*font-size: 20px;*/
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .chb_container input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .chb_checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #eee;
        border: 1px solid #ccc;
    }

    /* On mouse-over, add a grey background color */
    .chb_container:hover input ~ .chb_checkmark {
        background-color: #ccc;
    }

    /* When the checkbox is checked, add a blue background */
    .chb_container input:checked ~ .chb_checkmark {
        background-color: #2196F3;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .chb_checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .chb_container input:checked ~ .chb_checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .chb_container .chb_checkmark:after {
        left: 7px;
        top: 2px;
        width: 5px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    /* Tamas - Custom checkbox - bis */


    @keyframes rechn_adr_in {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    @keyframes rechn_adr_out {
        from {
            opacity: 1;
        }

        to {
            opacity: 0;
        }
    }



    .fehltnoch {
        border-color: red !important;
    }



    .modal_onlinebuchung {
        display: none;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba( 255, 255, 255, .8 ) url('https://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
    }

    body.loading_onlinebuchung .modal_onlinebuchung {
        overflow: hidden;
    }

    body.loading_onlinebuchung .modal_onlinebuchung {
        display: block;
    }

    .loader_onlinebuchung {
        border: 16px solid #f3f3f3;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 120px;
        height: 120px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
    }

    /* Safari */
    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }



#headdanke { font-size: 20px; }

#dankeMain, #dankeHead { display: flex; justify-content: center; }

.danketext { font-size: 16px; padding: 10px; }

.danketext > a { color: #860000; font-weight: bold; }