﻿/*
CDSoft Styles    */

* {
    box-sizing: border-box;
}

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: 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 {
    border: 0 !important;
    border-color: rgba(0,0,0,0) !important;
}

.panel-body {
    border-color: rgb(51, 122, 183) !important;
    border: 0px solid transparent;
    border-radius: 0px 0px 0px 0px;
    background: #FFF;
}

hr {
    position: relative;
    width: 100%;
}
/* 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;
    width: 100%;
}

label {
    color: #337ab8;
}

@media screen and (max-width:600px) {
    table, tr, td {
        padding: 0;
    }

    table {
        border: none;
    }

    thead {
        display: none;
    }

    tr {
        float: left;
        width: 100%;
        margin-bottom: 1em;
    }

    td {
        float: left;
        width: 100%;
        padding: 1em;
    }

        td::before {
            content: attr(data-label);
            word-wrap: break-word;
            width: 30%;
            float: left;
            font-weight: bold;
            padding: 1em;
            margin: -1em 1em -1em -1em;
            color: #337ab8;
        }

    textarea.form-control, input[type="text"] {
        width: 65%;
    }

    .cartprice-column {
        width: 50%;
        padding-right: 0px;
    }

    .cartbutton-column, .empty-column {
       
        float: left;
        padding-left: 10px;
    }

    .cartitem-column {
        width: 50%;
    }

    .cartcolumn-2 {
        width: 45%;
    }

    .total-price {
        padding-right: 0px;
        width: 50%
    }

   /* .empty-column {
        width: 45%;
        float: left;
        padding-left: 10px;
    }*/

    .gesamt-column {
        width: 50%;
    }

    .carttotal-price {
        padding-right: 0px;
    }
}

@media screen and (min-width: 600px) {
    .cartitem-column {
        width: 65%;
    }

    .cartprice-column {
        padding-right: 20px;
    }

    .cartbutton-column, .empty-column {
        float: right;
    }

    .total-price {
        padding-right: 11px;
    }

    /*.empty-column {
        width: 65px;
        float: right;
    }*/

    .gesamt-column {
        width: 65%;
    }

    .carttotal-price {
        padding-right: 20px;
    }
}

table {
    /*font-family: arial, sans-serif;*/
    border-collapse: collapse;
    width: 100%;
    font-size: 1em;
    text-indent: initial;
}

table, td, tr, th {
    border-collapse: collapse;
    /*text-align: left;*/
}

td, tr, th {
    padding: 0.5em;
}

th {
    border: 0px solid #cbcbcb;
    text-align: left;
    border-bottom: 2px solid #337ab7;
}

td {
    border: 0px solid #cbcbcb;
    /*text-align: left;*/
}

.ul_style {
    list-style: none;
    /*list-style: decimal;*/
    -webkit-padding-start: 20px;
    padding-left: 20px;
}

.ul_style2 {
    /* list-style: none; */
    list-style: decimal;
    -webkit-padding-start: 20px;
    padding-left: 20px;
    display: grid;
}

/*table th {
    color: #337ab8;
    border-bottom: 2px solid #337ab8;
}

table td {*/ /*background:#EEE;*/
/*}*/


.listen_links {
    width: 40%;
    float: left;
    /*background-color: inherit;*/
}

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) {
    /*background-color: #FAFAFA;
    border-top: 0px solid #DDD;
    border-bottom: 1px solid #DDD;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

li:nth-child(odd) {
    /*background-color: #FFF;
    border-bottom: 1px solid #DDD;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

li:last-child {
   /* background-color: #FAFAFA;
    border-top: 0px solid #DDD;
    border-bottom: 0px solid #DDD !important;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.listen_rechts {
    width: 60%;
    float: right;
    text-align-last: end;
    padding-right: 40%;
    /*background-color: inherit;*/
}

    .listen_rechts:after {
        content: ' €';
    }

.zimmer {
    color: white;
    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: #f6861f;
    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%;
    text-align: center;
    font-size: 1.8em;
    background-color: #899A0F;
    border-color: #899A0F;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.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 #f6861f;
  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;
    min-width: 100%;
}

#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);
    }
}

/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.kp_menu_links {
    background-color: #c3c3c3;
    font-weight: bold;
    float: left;
    margin-left: 15px;
    margin-top: 5px;
}

.kp_menu_rechts {
    background-color: #c3c3c3;
    font-weight: bold;
    float: right;
    margin-right: 15px;
    margin-top: 5px;
}

    .kp_menu_links:hover,
    .kp_menu_rechts:hover {
        background-color: #337ab8;
    }

.kp_active {
    text-align: center;
    margin-left: 30px;
    margin-right: 20px;
    float: left;
    border: 1px solid #337ab8;
    border-bottom: 0;
    /*width: 80px;*/
    height: 31px;
    margin: 10px;
    position: relative;
    -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;
}

    .kp_active:after,
    .kp_active:before {
        content: '';
        width: 40px;
        height: 30px;
        border: 1px solid #337ab8;
        position: absolute;
        bottom: -10px;
        border-top: 0;
    }

    .kp_active:after {
        border-left: 0;
        -moz-border-radius: 0 0 15px 0;
        -webkit-border-radius: 0 0 15px 0;
        left: -40px;
    }

    .kp_active:before {
        border-right: 0;
        -moz-border-radius: 0 0 0 15px;
        -webkit-border-radius: 0 0 0 15px;
        right: -40px;
    }

.kp_active2_links {
    width: 150px;
    height: 30px;
    background: red;
    transform: perspective(10px) rotateX(1deg);
    margin-left: 18px;
    float: left;
    text-align: center;
    font-size: large;
}

.kp_active2_rechts {
    width: 150px;
    height: 30px;
    background: red;
    transform: perspective(10px) rotateX(1deg);
    margin-right: 18px;
    float: right;
    text-align: center;
    font-size: large;
}

.kp_menu_aktiv {
    /*background-color: #337ab8;*/
    background-image: linear-gradient(#c3c3c3, #337ab8);
    color: white !important;
}

.text-center {
    text-align: center;
}

.visually-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

.close-button {
    display: block;
    /*position: absolute;*/
    top: -2rem;
    left: -2rem;
    border: 0.5rem antiquewhite solid;
    border-radius: 50%;
    background: #F06D06;
    text-align: center;
    width: 4rem;
    height: 4rem;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    opacity: 1;
    transition: opacity 0.2s ease;
    outline: 0;
}

    .close-button > span {
        position: relative;
        top: -1px;
    }

    .close-button:hover, .close-button:active {
        background: #337ab8;
    }

/*.mainnavanim {
    -webkit-animation: mainnavanim .5s normal forwards;
    animation: mainnavanim .5s normal forwards;
}

@keyframes mainnavanim {
    0% {
        transform: scale(1, 1);*/ /* Equal to scaleX(2) scaleY(0.5) */
        /*transform-origin: left;
    }

    100% {
        transform: scale(0.3, 0.3);*/ /* Equal to scaleX(2) scaleY(0.5) */
        /*transform-origin: left top;
    }
}



.mainnavanim > div > ul > li > span {
    display: none !important;
}

.mainnavanim > div > ul > li > div {
    display: block !important;
    width: 100%;
    height: 5px;
}

.mainnavanim > div > .close-button {
    display: none;
}

.main-nav > div > ul > li > span {
    font-weight: bolder;
    color: white;
    display: block;
    padding-left: 5px;
}

.main-nav > div > ul > li {
    padding: 5px;
    margin: 5px;
    border-bottom: 0px solid #DDD;
    background-color: #F06D06;
    -webkit-animation: mainnavanimborderout .5s normal forwards;
    animation: mainnavanimborderout .5s normal forwards;
    border-radius: 10px;
}

    .main-nav > div > ul > li:hover {*/
        /*background-color: #337ab8;*/
        /*-webkit-animation: mainnavanimborderin .5s normal forwards;
        animation: mainnavanimborderin .5s normal forwards;
    }

.main-nav > div {
    border-radius: 10px;
    border: 5px solid #F06D06;
    background-color: rgba(256,256,256,0.5);
}

    .main-nav > div > ul {
        list-style-type: none;
        padding: 0px 5px;
        width: 150px;
    }

@keyframes mainnavanimborderin {
    from {
        -webkit-box-shadow: inset 0px 0px 0px 0px #337ab8;
        -moz-box-shadow: inset 0px 0px 0px 0px #337ab8;
        box-shadow: inset 0px 0px 0px 0px #337ab8;
    }

    to {
        -webkit-box-shadow: inset 0px 0px 0px 5px #337ab8;
        -moz-box-shadow: inset 0px 0px 0px 5px #337ab8;
        box-shadow: inset 0px 0px 0px 5px #337ab8;
    }
}

@keyframes mainnavanimborderout {
    from {
        -webkit-box-shadow: inset 0px 0px 0px 5px #337ab8;
        -moz-box-shadow: inset 0px 0px 0px 5px #337ab8;
        box-shadow: inset 0px 0px 0px 5px #337ab8;
    }

    to {
        -webkit-box-shadow: inset 0px 0px 0px 0px #337ab8;
        -moz-box-shadow: inset 0px 0px 0px 0px #337ab8;
        box-shadow: inset 0px 0px 0px 0px #337ab8;
    }
}*/




.button-clear {
    display: inline-block;
    border-radius: 4px;
    border: 0px solid;
    color: grey;
    text-align: center;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
}

    .button-clear:hover {
        color: white;
        background-color: brown;
    }


.carttotal {
    /*min-height: 130px;*/
    /*padding: 0 20px*/
}

.item-button {
    position: relative;
    margin-top: 20px;
}

.item-title {
    width: 100%;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #555;
    /*padding: 10px;*/
}

.item-naechte {
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 20px;
    color: #555;
}

.item-variante {
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
    padding-left: 10px;
}

.item-image {
    float: left;
    margin-right: 20px;
    width: 200px;
    position: relative;
    height: 160px;
}

.item-leistung {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 200px;
    position: relative;
}

.item-memo {
    float: left;
    margin-right: 20px;
    margin-left: 10px;
    max-width: 400px;
    position: relative;
}

.item-price-button {
    float: right;
    padding: 20px;
    width: 200px;
    position: relative;
    text-align: right;
}

.cartitem-column {
    padding-left: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    float: left;
}

.cartprice-column {
    float: left;
    margin-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

.cartbutton-column, .empty-column {
    margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    width: 70px;
}

.carttotal-title {
    float: left;
    padding: 0px 0px 15px 15px;
}

.carttotal-price {
    float: right;
    padding-bottom: 15px;
    text-align: right;
}

.cartcolumn-2 {
    min-height: 50px;
    float: right;
}

.total-price {
    float: left;
    padding-bottom: 15px;
    text-align: right;
}

.gesamt-column {
    float: left;
    padding-left: 15px;
}



#headdanke {
    font-size: 20px;
}

#dankeMain, #dankeHead {
    display: flex;
    justify-content: center;
}

.danketext {
    font-size: 16px;
    padding: 10px;
}

    .danketext > a {
        color: #860000;
        font-weight: bold;
    }

.danke-item-title {
    width: 100%;
    font-weight: bold;
    font-size: 1.5em;
    color: #555;
    padding-left: 10px;
}
.danke-item-time {
    width: 100%;
    font-weight: bold;
    padding-left: 10px;
    padding-bottom: 10px;
}

.danke-item-variante {
    font-size: 1.5em;
    font-weight: bold;
    color: #555;
    padding-left: 10px;
}

.danke-item-image {
    float: left;
    margin-right: 20px;
    width: 200px;
    position: relative;
    height: 160px;
    display: inline-block;
}

.danke-item-leistung {
    float: left;
    margin-right: 20px;
    margin-left: 20px;
    width: 200px;
    position: relative;
}

.danke-item-memo {
    margin-right: 20px;
    margin-left: 10px;
    max-width: 400px;
    position: relative;
}

.danke-item-price-button {
    float: right;
    padding: 20px;
    width: 200px;
    position: relative;
    text-align: right;
}

.danke-item-details {
    display: inline-block;
    position: relative;
    width: 380px;
}

button.print_version {
    padding: 8px 14px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    color: #ffffff;
    transition: background-color .5s, color .5s;
}

    button.print_version:hover,
    button.print_version:active,
    button.print_version:focus {
        background-color: transparent;
        color: #000000;
    }

/*
.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/


.booked {
    color:grey;
    filter:grayscale();
}


.cartitems {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-items: flex-start;
    align-items: flex-start;
}

.cart-row {
    position: relative;
    /*height: 51px;*/
    width: 100%;
    margin: 0;
}

.cart-row > .cart-leist-zi {
    padding-left: 10px;
}

.cart-item-title {
    font-weight: bold;
    font-size: 14px;
}