/*  Titelbar  */

#logo {
        height: 55px;
        width: auto;
        vertical-align: top;
}

#logo-name {
        display:none;
}


.row {
    margin: 0 !important;
}

.titelleiste-teil{
        float: left;
}


.title-icon{
    margin-top: 15px;
}


.large-device{
        padding-left: 30px;
        padding-right: 30px;
}
.logo-large{
        height:130px;
        width: auto;
        margin-left: 10px;        
}
.titelleiste-text-large{
        margin: 35px 15px;
}
.hotel-name-large{
        font-size: 180% !important;
}
.logo-small{
        height:80px;
        width: auto;
        margin-left: 10px;
        margin-top: 10px;
}
.titelleiste-text-small{
        margin: 30px 0 30px 10px;
}
.hotel-name-small{
        font-size: 140% !important;
}

.nav-wrapper{
        position: fixed;
        top: 0;
		/*border-width: 0 0 1px;*/
        z-index: 995;
        width: 100%;
        min-width: 300px !important;
        background-color: #f7f7f7;
}
.navbar-nav{
        vertical-align: middle !important;
}
.menu-bar {
        margin:auto;
        max-width:1160px;
        height: auto;
        color: #6f4f46;
}
.large-device{
        height: 100%;
        width: auto;
}
.small-device{
        height: 100%;
        width: auto;
}
.admin_navbar {
    margin: 20px 20px !important;
}
.nav-platzhalter{
        position: relative;
        top: 0px;
        width: 100%;
        display: block !important;
}

@media (max-width: 1000px) {
        .nav-wrapper {
                height: 100px !important;
        }
        .nav-platzhalter{
                min-height: 100px !important;
                max-height: 100px !important;
        }
        .small-device{
               display: block !important;
        }
        .large-device{
                display: none !important;
        }
}
@media (min-width: 1000px) {
        .nav-wrapper {
                height: 130px !important;
        }
        .nav-platzhalter{
                min-height: 130px !important;
                max-height: 130px !important;
        }
        .small-device{
                display: none !important;
        }
        .large-device{
               display: block !important;
        }
}

/*  Titelbar  */






#footer1 {
        clear:left;
        position:relative;
        margin:5px 0 0 0;
        padding:3px 0 3px 0;
        background-color: #9d204a;
        /*
        background-color: #406EAB;
        background-color: #CC9999;
        */
        width: 100%;
        text-align:center;
        vertical-align:middle;
        color: white;

}

#footer1 a {
        text-decoration: underline;
        color:white;
}

#footer1 a:hover {
        text-decoration: none;
        color:black;
}

#footer1a {
        font-size: 110%;
        font-weight: bolder;
}

#footer2 {
        font-size: 85%;
        margin-bottom:15px;
}

#footer2 a {
        color: black;
}

.zeilenumbruch {
        white-space: nowrap;
}

.auflistung td, .auflistung th {
        text-align:center;
        min-width: 120px !important;
        max-width: 350px !important;
        white-space: normal !important;
        vertical-align: middle !important;
}

.auflistung thead {
        background-color: #FFFFFF;
}


body {
        background-color: #f4f4f3;   
}

@media print
{    
    .no-print, .no-print * {
        display: none !important;
    }
    .print {
        display: inline !important;
    }
}

.table-striped>tbody>tr:nth-child(even)>td, 
.table-striped>tbody>tr:nth-child(even)>th {
        background-color: white;
}

.table_float_container{
        max-width: 1021px;
        margin: auto;
}

.table_float{
        float: left;
}

.zeile_druckhoehe{
        min-height: 40px !important;
        min-width: 240px !important;
}
.hauptfeld-login {
        min-width: 400px;
        max-width: 400px;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
        margin: 35px auto auto auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
        
}
@media (min-width: 1370px) {
        .hauptfeld {
                max-width: 600px !important;
        }
}


.kachel-wrapper{
    max-width: 600px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.kachel-wrapper-2{
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.kachel-wrapper a:hover,.kachel-wrapper-2 a:hover {
    text-decoration: none;
}

.kacheln {
    width: 170px;
    height: 170px;
    display: flex;
    color: white;
    background-color: #7F7F7F;
    margin: 10px;
    /*padding-top: 50px;*/
    vertical-align: middle;
    line-height: 120%; 
    font-size: 180%;
    /*overflow: hidden;*/
    transition: 0.5s;
}

.kacheln:hover {
    color: #7F7F7F;
    background-color: white;
    transform: scale(1.1);
    border: 2px solid #7F7F7F;
}


.kacheln-2 {
    width: 170px;
    height: 170px;
    display: flex;
    /*font-family: 'Brush Script MT', cursive;*/
    color: #545454;
    background-color: #C1E1FF;
    margin: 10px;
    /*padding-top: 50px;*/
    vertical-align: middle;
    line-height: 120%; 
    font-size: 180%;
    /*overflow: hidden;*/
    transition: 0.5s;
}

.kacheln-2:hover {
    color: #327ABC;
    background-color: white;
    transform: scale(1.1);
    border: 2px solid #327ABC;
}

.kachel-inhalt{
    display:block;
    width: 100%;
    margin-top: auto !important;
    margin-bottom: auto !important;
}

img[id="bild-grau"] {
    display:none;
}
.kacheln:hover img[id="bild-weiss"] {
    display:none;
}
.kacheln:hover img[id="bild-grau"] {
    display: inline;
}



.zahlenreihe{
    font-size: 80%;
}




.hauptfeld {
        max-width: 550px;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
        margin: 15px auto;
}

.hauptfeld2 {
        max-width: 1200px;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
        margin: 15px auto;
}

.input-box {
        max-width: 200px;
        margin: auto;
}


.garage-th-fixed{
        position: relative;
        top: 0;
}

.garagenplatz_nr{
        vertical-align: middle !important;
        cursor: pointer;
        position: relative;
        left: 0;
}
.garagenplatz-ungerade-zahl{
    background-color: #ebebeb;
}

.fixer-titel{
        z-index: 600;
}

.hide_show {
        display: none;
}
.table_weekend{
        background-color: #D3D3D3;
        font-weight: bolder !important;
}
.table_weekday{
        font-weight: normal !important;
}
.table_monat {
        background-color: white;
        width: auto !important;
        margin: auto !important;
}


.table-garage{
    min-height: 590px;
}
.table-garage td {
    padding: .5rem .5rem .5rem .5rem !important;
}


.table-scroll {
	position:relative;
	max-width: 1800px;
    max-height: 850px;
	margin:auto;
	overflow:auto;
	border:1px solid #000;
}

.table-scroll-3 {
	position:relative;
	max-width: 1800px;
    max-height: 800px;
	margin:auto;
	overflow:auto;
	border:1px solid #000;
}

.table-scroll-4 {
	position:relative;
	max-width: 800px;
    max-height: 530px;
	margin:auto;
	overflow:auto;
	border:1px solid #000;
}


.table-scroll table, .table-scroll-3 table {
	width: 100%;
    height: 100%;
	margin:auto;
	border-collapse:separate;
	border-spacing:0;
}

.fixer-titel-beauty{
        z-index: 600;
        font-weight: normal !important;
}
.fixer-titel-beauty_only{
        z-index: 600;
        line-height: 1;
}

.fixe-seite{
        z-index: 500;
        vertical-align: middle !important;
}
.garagenplatz_nr.fixe-seite {
    min-width: 126px !important;
}
.ausser_zeit{
        background-color: #ffd5d5 !important;
}
.in_der_zeit{
        background-color: #d5ffd8 !important;
}
.padding-geringer{
    padding: 7px !important;
}
.min-breite-td{
    min-width: 180px !important;
}


.select_monat_feld{
        max-width: 200px;
        margin: auto;
}
input[type=checkbox]{
  /* Double-sized Checkboxes */
  
  /*-ms-transform: scale(1.7); /* IE */
  /*-moz-transform: scale(1.7); /* FF */
  /*-webkit-transform: scale(1.7); /* Safari and Chrome */
  /*-o-transform: scale(1.7); /* Opera */
  zoom: 1.7;
  padding: 10px;

}
.select_monat_feld_beauty_only{
    max-width: 150px;
}

.select_tag_heute_feld{
        max-width: 100px;
        margin: auto;
}


.main_checkbox {
    cursor: pointer;
}


.gast_name {
        min-width: 120px;
        max-width: 120px;
}
.gast_name_2 {
        min-width: 120px;
        max-width: 120px;
        padding: .25rem .25rem;
        /*margin-bottom: -15px;*/
}
.gast_zimmer {
        min-width: 80px;
        max-width: 80px;
        margin: -20px auto auto auto;
}
.gast_zimmer_2 {
        min-width: 45px;
        max-width: 45px;
        padding: .25rem .25rem;
        /*margin: -20px auto auto auto;*/
        margin: 0 auto;
        display: inline-block !important;
}
.checkbox_aufladen {
    /*  -webkit-appearance: none;   */ /*hides the default checkbox*/
        display: inline-block !important;
        width: 25px !important;
        /*margin-top: 5px;*/
}
.checkbox_aufladen:checked {
  accent-color: #28a745 !important;
}
.bg-aufladen{
    /* background-color: #e0ffdb !important; */
    background-color: #e0f9dc !important;   
}
.blitz {
    color: #28a745;
    font-size: 150%;
    cursor: pointer;
    margin-top: 5px;
}
.blitz-grey{
    color: #A3A3A3 !important;
}
.unsichtbar{
    opacity: 0;
}

.hide_element {
    visibility: hidden;
}

input[type=checkbox].hide_element{
    position: absolute !important;
    max-width: 10px !important;
}

input[type=text].hide_element{
    position: absolute !important;
    max-width: 10px !important;
}


/*
        beauty
*/



#menue_leiste{
    max-width: 390px;
    margin: auto !important;
}



.min-breite-td-beauty{
    min-width: 150px !important;
    max-width: 220px !important;
}



.halbe_stunde_zeile{
        vertical-align: middle !important;
        /*cursor: pointer;*/
}
.behandlung, .behandlung_gast_name {
        min-width: 154px;
        max-width: 160px;
        margin-top: -25px !important;
        padding-top: 2px !important;
        padding-bottom: 2px !important;
}

.behandlung_gast_zimmer {
        min-width: 130px;
        max-width: 130px;
        margin: -25px auto auto auto;
}


.platzhalter-transaprent{
    color: rgba(255, 0, 0, 0);
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

.main_checkbox:focus {
  outline: none;
  box-shadow: none;
}

.platzhalter{
    color: #f4f4f3;
}

.select_monat_feld_beauty, .select_tag_heute_beauty, .select_monat_feld_garage, .select_tag_heute_garage {
    display: inline;
}


.no-pointer{
    cursor: default !important;
}

.info_point{
    font-weight: bolder;
    background-color: #FFFFBF;
    border-radius:25px;
    border: 3px solid black;
    cursor: pointer;
}
.info_point .platzhalter {
    color: #FFFFBF !important;
}

#masseur_info_text{
    font-size: 120%;
}

.btn-masseur {
    padding: 5px !important;
    
}




/*
////
//// loading ring
////
*/


.lds-ring {
		visibility: hidden;
  display: inline-block;
  position: absolute;
		z-index: 50000;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;

}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 90px;
  height: 90px;
  margin: 8px;
  border: 12px solid #9d204a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #9d204a transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*
////
////  loading ring finish
////
*/






/*
        Bike
*/
.bike_nr{
        vertical-align: middle !important;
        cursor: pointer;
}
.stunde_zeile{
        vertical-align: middle !important;
        cursor: pointer;
}



/*
        Strom
*/


.hauptfeld2a {
        max-width: 900px;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
		margin: auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
        
}



.hauptfeld3 {
        max-width: 1200px;
        background-color: white;
        border-radius: 15px;
        padding: 15px;
		margin: auto;
        -webkit-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 35px -10px rgba(0,0,0,0.75);
        
}

.td_min_width {
        min-width:110px !important;
}

.button_blue {
        background-color: #3178fd;
        color: white;
        border: 1px solid #3178fd;
        padding: 10px 40px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
.button_blue:hover {
        background-color: transparent;
        color: #3178fd;
        opacity: 0.8;
}

.input-box2 {
	max-width:350px;
	min-width:160px;
    margin: auto !important;
}


.input-box6 {
	max-width:500px;
	min-width:160px;
    margin: auto !important;
}

.suchfeld {
        border-radius: 15px;
        background-color: #f4f4f3;
        padding: 10px;
}

.button_green {
        background-color: #5cb85c;
        color: white;
        border: 1px solid #5cb85c;
        padding: 10px 40px;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        transition: all 0.5s linear;
}
.button_green:hover {
        background-color: transparent;
        color: #347634 !important;
        border: 1px solid #347634;
        /*border: 1px solid #4cae4c;*/
        opacity: 0.8;
}

.scroll-button{
        width: 98vw;

}

.stick-horizontally{
        position: sticky !important;
        left: 0;
        width: 98vw;
        margin: 0;
}




.button-breite{
        width: 100%;
}


#masseur_info .modal-dialog {
    max-width: 700px !important;
}



.btn-masseur{
    cursor: pointer;
}


.kein-termin {
    opacity: 0.2;
}


.toggle-cursor {
    cursor: default !important;
}

.toggle-pointer {
    cursor: pointer !important;
}

.btn-outline-success.toggle-cursor:hover {
    background-color: white !important;
    color: #28a745 !important;
}

.minute-toggle{
    margin: 5px 0;
}


.behandlung_gast_name{
    margin-top: 0 !important;
    margin-bottom: 5px;
}


.td-style-massage-only-1-field{
    border-top: 8px solid gray !important;
    border-right: 8px solid gray !important;
    border-bottom: 8px solid gray !important;
    border-left: 8px solid gray !important
}


.td-style-same-massage-left {
    border-top: 8px solid gray !important;
    border-bottom: 8px solid gray !important;
    border-left: 8px solid gray !important;
}

.td-style-same-massage-middle {
    border-top: 8px solid gray !important;
    border-bottom: 8px solid gray !important;
}
.td-style-same-massage-middle2 {
    border-left: 8px solid gray !important;
    border-right: 8px solid gray !important;
}

.td-style-same-massage-right {
    border-top: 8px solid gray !important;
    border-right: 8px solid gray !important;
    border-bottom: 8px solid gray !important;   
}
.td-style-same-massage-top {
    border-top: 8px solid gray !important;
    border-right: 8px solid gray !important;
    border-left: 8px solid gray !important;
}
.td-style-same-massage-bottom {
    border-left: 8px solid gray !important;
    border-right: 8px solid gray !important;
    border-bottom: 8px solid gray !important;
    
}


.bg-gray{
    background-color: #d3d3d3 !important;
}

.bg-warning {
    background-color: #ffd571 !important;
}


.fill-empty-field{
    height: 100%;
    color: white;
    font-size: 500%;
    font-weight: bolder;
}
.fill-empty-field2{
    height: 100%;
    color: white;
    font-size: 400%;
    font-weight: bolder;
}

.min-field-width{
    min-width: 170px !important;   
}


.attention-sign{
    display: none;
    font-size: 1000%;
    color: #F96868;
    position: fixed !important;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    margin-left: -80px;
    z-index: 100000;
    height: 160px;
    width: 160px;
}
.attention-sign i {
    background-color: rgba(255,255,255,0.9);
    border-radius: 50%;

}

.modal-body_status-change {
    padding: 16px 2px 16px 2px !important;

}



.btn-status-modal {
        font-size: 35px;
        min-height: 90px;
        /*width: 90%;*/
        width: 150px;
        vertical-align: middle;
        padding: 0 10px 0 10px;
        margin: 0 5px 20px 5px;
}

.btn-status-modal_breiter {
        font-size: 35px;
        min-height: 90px;
        /*width: 90%;*/
        width: 160px;
        vertical-align: middle;
        padding: 0 10px 0 10px;
        margin: 0 5px 20px 5px;
}

.btn-status-modal_breite_notiz {
        font-size: 30px;
        min-height: 80px;
        /*width: 90%;*/
        width: 300px;
        vertical-align: middle;
        padding: 0 10px 0 10px;
        margin: 0 5px 20px 5px;
}

.btn-send-modal {
        font-size: 35px;
        min-height: 50px;
        max-height: 60px;
        width: 200px;
        vertical-align: middle;
        padding: 0 10px 0 10px;
        margin: 0 5px 20px 5px;
}

.max-width {
        max-width: 820px;
        margin: auto !important;
}

.list-notes{
    font-size: 30px;


}

.notizen_list_item {
    cursor: pointer;
    list-style-type: none;
}
.notizen_list_item:hover {
    text-decoration: underline;
}

.platzhalter-mini {
    min-width: 25px !important;
    display: inline-block !important;
}


.btn-room {
        font-size: 220%;
        height: 60px;
        width: 100px;
        margin: 0 2px 12px 2px;
        vertical-align: middle;
        padding: 0;
}
.btn-room-2 {
        font-size: 220%;
        height: 60px;
        width: 140px;
        margin: 0 2px 12px 2px;
        vertical-align: middle;
        padding: 0;
}


.user_name_rechts_unten{
        font-size: 12px !important;
        text-align: right !important;
        position: relative;
        right: 7px;
        bottom: 17px;
        font-weight:normal !important;
}

.zimmerkarte_links_unten{
        font-size: 12px !important;
        text-align: left !important;
        position: relative;
        left: 3px;
        bottom: 11px;
        font-weight:normal !important;
}


.btn-pink_viola{
    background-color: #D400FF !important;
    border-color: #D400FF !important;
    background-image: linear-gradient(to bottom,#D400FF 0,#9100B2 100%)
}

.btn-blue_striped{
    background: repeating-linear-gradient(
    45deg,
    #8ab0d1,
    #8ab0d1 10px,
    #3071a9 10px,
    #3071a9 20px
    );

}

.btn-orange_striped{
    background: repeating-linear-gradient(
    45deg,
    #FFD24D,
    #FFD24D 10px,
    #D19D00 10px,
    #D19D00 20px
    );
    <!-----
    color: black !important;
    ----->

}


.red_striped{
    background: repeating-linear-gradient(
    45deg,
    #D9D9D9,
    #D9D9D9 10px,
    #FFB2B2 10px,
    #FFB2B2 20px
    );

}


.th-min-width{
    min-width: 200px;

}

.button_text-mit-rand_schwarz{
    text-shadow:
        2px 2px 2px #000,
        -2px 2px 2px #000,
        -2px -2px 2px #000,
        2px -2px 2px #000;
}

.button_text-mit-rand_weiss{
    text-shadow:
        2px 2px 2px #fff,
        -2px 2px 2px #fff,
        -2px -2px 2px #fff,
        2px -2px 2px #fff;
}

.status_change_modal{
    max-width: 600px !important;
}


.whatsapp-button{
    cursor: pointer;
}

.whatsapp-button:hover{
    transform: scale(1.2);
}

.img_platzhalter{
    color: rgba(255, 0, 0, 0);
}




.deaktiviert td {
    background-color: #7A7A7A;
}

.deaktiviert2 td {
    background-color: #D1FFD1;
}

.check_erledigt{
    font-size: 150%;

}


.menuewahl {
    min-width: 220px;
}





hr{
        border-width: thick;
        margin-bottom: 30px;
}

.title{
  margin-left: -80px;
}


.menu_item{
        float: right;
        margin-right: 20px;
        margin-top: -40px;
}

.back_item{
        float: left;
        margin-left: 20px;
        margin-top: 5px;
}
.exit_item{
        margin-left: 10px;
        margin-top: 5px;
}



#table-settings{
    width: 95%;
    max-width: 1300px;
    margin: auto;
    overflow: scroll;
}

#table-settings th {
    font-size: 180%;
}

#table-settings td {
    vertical-align: middle;
}


#table-stornolink{
    width: 95%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
}
#table-stornolink input, #table-stornolink select {
    min-width: 200px;
    max-width: 400px;
}
#table-stornolink #land option:nth-child(2), #table-stornolink #land option:nth-child(8), #table-stornolink #land option:nth-child(16), #table-stornolink #land option:nth-child(30) {
    font-weight:bold;
    font-size: 120%;
}
#table-stornolink td {
    min-width: 170px;
    max-width: 420px;
    vertical-align: middle !important; 
}

.angeld_feld {
    display: none;
}

.table-user{
    max-height: 950px;
}
.table-user th {
    position: sticky;
    top: -1px;
    background: #f4f4f3;
    border: 2px solid #dee2e6;
}

.modal_text{
    font-weight: bolder;
    line-height: 60px;
    font-size: 150%;
    padding: 10px;
    color: white;
}



.button-lg{
    min-width: 150px;
    margin: 10px;
    font-size: 150%;
}
.button-lg:hover{
    transform: scale(1.2);
}


#table-settings .text-middle{
    vertical-align: middle;
}


/*
///////////////////////////////////////////////////////
///////////        Waesche Start            ///////////
///////////////////////////////////////////////////////
*/


.ausgang td {
    background-color: #FFE4A8;
}

.eingang_ausgang_toggle.active {
    background-color: #54B4D3 !important;
    color: white !important;
    font-weight: bolder;
}

.eingang_ausgang_toggle:not(.active) {
    text-decoration: line-through;
}

.eingang_ausgang_toggle_wrapper{
    border: 1px solid #ced4da;
    border-radius: .25rem;

}

.no_border_left {
    border-left: unset !important;
}

.no_border_right {
    border-right: unset !important;
}

#table_monat {
    display: none;
}

#table_freier_zeitraum {
    display: none;
}


/*
///////////////////////////////////////////////////////
///////////        Waesche Ende             ///////////
///////////////////////////////////////////////////////
*/