body {
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    background-color: #F8FAFA; 
}

h1 {
    text-align: center;
  }

h3 {
  text-align: center;
  color: #2a33e7;
  margin-bottom: 45px;
}

p {
    text-align: center;
    margin: 10px;
}

#app{
    text-align: center;
    margin: 0px;
}

form {
    position: relative;
}

#kunde{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;
}

#user{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;

}

#pwd{
    background-color: #9acff5;
    border: none;
    border-radius: 25px;
    width: 70%;
    height: 35px;
    padding-left: 20px;

}

.custom-number-input{
margin: 10px;
}

.flex{
  margin: 10px;
}

#feiertag{
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
}

#displayDateTime{
  margin-top: 40px;
  font-size: 20px;
  margin-bottom: 5px;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;                   
}

.button {
  width: 80%;
  background-color: rgb(63,81,181);
  border-radius: 25px;
  border: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding: 15px 32px;
}

input[type=button], input[type=submit], input[type=reset] {
  background-color: rgb(63,81,181);
  border-radius: 25px;
  border: none;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 15px 32px;
  color: white;       
}

a:link {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: underline;
}
a:active {
  color: white;
  text-decoration: underline;
}

.custom-number-input input:focus {
  outline: none !important;
}

.custom-number-input button:focus {
  outline: none !important;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;   
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0px;
  margin-left: 12px;
  position: relative;
  box-shadow: 0px 0px 1px #474747; 
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%); 
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: none;
  border-width: 0 2px;
  font-size: 2rem;
  height: 3rem;
  font-weight: bold;
  text-align: center; 
}

#skip {
  display: inline;
}
#skip input {
  background-color: red;
}

#doIt {
  display: inline;
}

#comment{
  width: 240px;
  font-size: 18px;
  margin-top: 20px;
}

.mdl-layout__drawer-button{
  margin: 15px;
  background-color: rgba(255, 0, 0, 0.4); 
}

.comboClass{
  font-size: 18px;
}

/* NAVIGATION */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/* KALENDER */
.ui-datepicker {
    width: auto;
    height: 300px;
    margin: 10px;
    font: 12pt Arial, sans-serif;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);*/
}

    .ui-datepicker table {
        /*width: 100%;*/
    }

.ui-datepicker-header {
    background: none;
    /*color: #ffffff;
    font-family:'Times New Roman';*/
    border-width: 0px 0 0 0;
    border-style: solid;
    border-color: #111;
}

.ui-datepicker-title {
    text-align: center;
    font-size: 18px;

}

.ui-datepicker-prev {
    float: left;
    cursor: pointer;
    background-position: center -30px;
}

.ui-datepicker-next {
    float: right;
    cursor: pointer;
    background-position: center 0px;
}

.ui-datepicker thead {
    background-color: none;

    border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
    /*background-color:#808080;
    text-transform: uppercase;
    font-size: 8pt;
    color: #666666;
    text-shadow: 1px 0px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=0);*/
}

.ui-datepicker tbody td {
    padding: 0px;
    border-right: 0px solid #808080;
}

    .ui-datepicker tbody td:last-child {
        border-right: 0px;
    }

.ui-datepicker tbody tr {
    /*border-bottom: 1px solid #bbb;*/
}

    .ui-datepicker tbody tr:last-child {
        border-bottom: 0px;
    }

.ui-datepicker a {
    text-decoration: none;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    /*text-shadow: 1px 1px 0px #fff;            
    filter: dropshadow(color=#fff, offx=1, offy=1); */ 
}

.ui-datepicker-calendar .ui-state-default {
      border: 2px solid transparent;
      border-radius: 50%;
      background: none;
      color:#424588;
      font-size: 12px;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
}

/* WENN EVENT VORHANDEN */
/*.ui-datepicker-calendar {     
      border: 2px solid transparent;
      border-radius: 50%;
      color:#fff;
      font-size: 12px;
      font-weight: 700;
      display: flex; 
      align-items: center;
      justify-content: center;
      cursor: pointer;
      background-color: #2a33e7;
      border-color: #FEFEFE;
      box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}


.calendar-table__event .calendar-table__item {
    background-color: #2a33e7;
    border-color: #FEFEFE;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    color: #fff;
} */
    


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
      border: 2px solid #FEFEFE;
      background: #F2F6F8;
      color: #222741;
      border-radius: 100%;
}

.ui-datepicker-calendar .ui-state-hover {
    /*background: #33adff;
    color: #FFFFFF;*/
}

.ui-datepicker-calendar .ui-state-busy {
  border: 2px solid #FEFEFE;  
  background: #f7e8d0;
  border-radius: 100%
    /*background: #33adff;
    color: #FFFFFF;*/
}

.ui-datepicker-calendar .ui-state-active {
    border-color: #FEFEFE;
    background-color: #B6E2F8;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
}

.ui-datepicker-unselectable .ui-state-default {
    background: #D6E4BE;
    color: #000;
}

.ui-widget.ui-widget-content {
  border: 0px solid #c5c5c5;
}

/* NAVIGATION BUTTON */
#drawer {
  background: #9acff5;
  color: #fff;
      left: -25px;
    padding-left: 30px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
    cursor: pointer;
    height: 80px;
    padding-top: 10px;
    top: -25px;
    width: 80px;
}

/* ADD BUTTON */
#addTermin {
  background: #9acff5;
  color: #fff;
  float: right;
  padding-right: 35px;
  right: -25px;
  text-align: right;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  cursor: pointer;
  height: 80px;
  padding-top: 15px;
  top: -25px;
  width: 80px;
}

/* TIMEPICKER */
#appt {
  font-size: 20px;
}

/* EVENT AUFLISTUNG */
.events-container{
  padding: 0 15px;
  padding-bottom: 1px;
  /* width:100px;  
  display:inline-block; */
  vertical-align:top;
}

.events__title {
    color: #BEC1CA;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.events__item {
    background: #fff;
    border-left: 8px solid #9acff5;
    border-radius: 2px;
    -moz-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    padding: 15px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.events__item--left {
    width: calc(100% - 76px);
}

.events__name {
    font-size: 12px;
    font-weight: 700;
    color: #222741;
    display: block;
    margin-bottom: 6px;
}

.events__date {
    font-size: 12px;
    color: #9FAAB7;
    display: inline-block;
}

.events__tag {
    background: #2a33e7;
    border: 2px solid #FEFEFE;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 2px 2px rgb(0 0 0 / 10%);
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    width: 60px;
    margin-left: 16px;
    padding: 5px 2px;
    text-align: center;
}

.event__idks {
    font-size: 12px;
    font-weight: 700;
    color: #222741;
    display: block;
    margin-bottom: 6px;
}

.events__tag--highlighted {
    background: #FDCA40;
} 

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.my-timepicker-div {
  width: 80%;
  top: 262px;
  left: auto;
  margin: auto;
  display: contents;
}

.my-timepicker-div div.row{
  display: flex;
  margin: auto;
  text-align: center;
  background: aqua;
  width: 80%;
}

.my-timepicker-div div.row div.text-center.col-6 {
  display: flow-root;
  margin: auto;
  text-align: center;
  margin-inline-start: 12rem;
}

.my-timepicker-div div.row div.text-center.col-6 {
}

.ver {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 12px;
}