@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');



body, html, * {
    margin: 0px;
    padding: 0px;
    outline: none;
}


body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #555;
    padding: 0 0 0 55px;
}

.clr {
    clear: both;
    float: none;
    display: block;
    height: 0px;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
}

hr {
  box-shadow: 0px;
  line-height: 1px;
  height: 1px;
  border: none;
  background: gray;
  margin: 5px 0;
}

h3 {
    margin: 10px 0 20px 0;
    font-size: 28px;
}
h3.pagetitle {
    color: #EE7F00;
    border-bottom: 1px solid #000;
}


.mainbox {
    width: 100%;
    max-width: 796px;
    margin: 0px auto;
    border: 1px solid #666;
    border-radius: 4px;
    background: #fff;
}

.innerbox {
    width: 98%;
    margin: 1%;
}

a,
.tk-action {
    color: #EE7F00;
    text-decoration: none;
    transition: all ease 0.5s;
}
a:hover,
a.logout,
.tk-action:hover {
    color: gray;
}

i.fas {
    font-size: 24px;
    margin: 10px 0 0 0;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: rgba(238, 127, 0, 0.9);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-size: 13px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;

  width: 120px;
  bottom: 0%;
  left: -140px;
  margin-left: -0px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 40%; /* At the bottom of the tooltip */
  left: 100%;
  margin-left: 0px;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(238, 127, 0, 0.9) transparent transparent transparent;
  transform: rotate(-90deg);
}




div.token-input-dropdown {
  font-size: 16px;
  width: 100%;
  max-width: 750px;
}
li.token-input-token {
  padding: 6px 5px;
  font-size: 14px;
  background: #EE7F00;
  color: #fff;
}










.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
  width: 100%;
  margin: 0;
}
.bubble {
  background: red;
  color: white;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 53%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -3 px;
  left: 50%;
}

















.headbox {
    border-bottom: 1px solid #666;
    border-top: 1px solid #666;
    border-radius: 4px 4px 0 0;
    position: fixed;
    width: 100%;
    max-width: 796px;
    background: #fff;
    top: 0;
}
.headbox .infobox,
.headbox .logobox {
    float: left;
    text-align: center;
    display: block;
    min-height: 20px;
}
.headbox .infobox {
    width: 25%;
}
.headbox .logobox {
    width: 50%;
    text-align: center;
}

.headbox img.logo {
    width: 110px;
    height: auto;
}

.headbox .button-mobile-menu {
    float: right;
    margin: 30px 0 0 0;
}
.headbox .button-mobile-menu span.icon {
  display: inline-block;
  cursor: pointer;
}
.headbox .button-mobile-menu a {
    display: block;
}
.headbox .button-mobile-menu span.l1,
.headbox .button-mobile-menu span.l2,
.headbox .button-mobile-menu span.l3 {
    display: block;
    width: 40px;
    margin: 0 0 7px 0;
    height: 4px;
    background: #EE7F00;
    border-radius: 2px;
    transition: all ease 0.5s;
  }
.headbox .button-mobile-menu span.l2 {
    width: 30px;
    margin-left: 10px;
  }
.headbox .button-mobile-menu:hover span.l1,
.headbox .button-mobile-menu:hover span.l3 {
    width: 30px;
    margin-left: 10px;
  }
.headbox .button-mobile-menu:hover span.l2 {
    width: 40px;
    margin-left: 0;
}
.headbox .mietpreisbox {
    text-align: center;
    padding: 30px 0 0 0;
}


.contentbox {
    margin: 150px 0 0 0;
}

i.fas, i.far {
  font-size: 20pt;
}


.vm_infobox {
  border-bottom: 1px solid #f1f1f1;
}


.mietstatus {
  margin: 0 50px 0 0;
}
.mietstatus.red {
  color: red;
}
.mietstatus.gray {
  color: gray;
}

table td {
    vertical-align: top;
}
table th {
    text-align: left;
}

.box_vermietung h3 {
    font-size: 18px;
    margin: 0 25px 0 0;
    cursor: pointer;
    float: left;
}
.box_vermietung h3 i {
    color: #344861;
}

.detailbox .mieter {
  float: left;
}

.box_vermietung .mieter,
.box_vermietung .status,
.box_vermietung .fahrer,
.uploads {
    width: 50%;
    float: left;
    margin: 15px 0 0 0;
}
.box_vermietung i.fas {
    font-size: 16px;
    margin: 0;
}
.box_vermietung form {
    display: inline;
    /*float: right;*/
}
.box_vermietung form button {
    width: 25px;
}

.actions {
  padding: 5px 0;
  float: right;
}

.fahrer1box,
.fahrer2box,
.gsbox,
.anfragebox,
.mietbox,
.button_status {
    display: none;
}

.vm_action {
  float: right;
}


/* ##### Tafelpass */

.tafelpass.alert {
  color: red !important;
}
.tafelpass h2 {
  font-size: 20px;
}
.tafelpass h3 {
  font-size: 15px;
}
.tafelpass .tafel,
.tafelpass .tp-label,
.tafelpass .tp-block1 {
  float: left;
}
.tafelpass .tp-block1 {
  width: 50%;
}
.tafelpass .tp-logo img {
  max-height: 110px;
  width: auto;
  margin: 0 25%;
}

.tafelpass .tp-label {
  width: 30%;
  margin-bottom: 10px;
}
.tafelpass.druckvorschau .tp-label {
  font-size: 14px;
}


.tafelpass .tp-content {
  position: relative;
}
.tafelpass.druckvorschau .tp-content {
  font-size: 14px;
}
.tafelpass .tp-content .actionbox {
  position: absolute;
  right: 0;
  top: 0%;
  width: 40px;
  font-size: 25px;
  text-align: center;
  padding: 8px 0;
}
.tafelpass .tp-content .actionbox svg {
  margin: 5px auto;
}


.tk-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999998;
}
.tafelpass-overlay .tafelpass,
.historie-overlay .tafelpass {
  background: rgba(238, 127, 0, 0.9);
  width: 30%;
  float: right;
  height: 100%;
  overflow: scroll;
  color: #fff;
  padding: 2%;

  position: absolute;
  right: -20px;
  top: 0;
}
.tafelpass-overlay .tafelpass .tp-label,
.historie-overlay .tafelpass .tp-label {
  width: 50%;
}
.tk-action {
  cursor: pointer;
}
.tk-close {
  position: absolute;
  right: 2%;
  top: 2%;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  z-index: 999999;
}
.tk-details-close.tk-close {
  color: #fff;
}
.tk-deaktivieren-close.tk-close, .tk-overlay-close {
  color: rgba(238, 127, 0, 1);
}

.tk-overlay-content {
  width: 50%;
  margin: 20% auto 0 auto;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid orange;
  padding: 2%;
}

/* ##### Formulare */

form.vm_action button {
    background: none;
    border: none;
    padding: 0px;
    color: #EE7F00;
}

.button.red {
    color: #EE7F00;
    cursor: pointer;
}

fieldset {
  border: none;
}
fieldset div {
  width: 49%;
  float: left;
  padding: 0 2% 0 0;
}
fieldset div:last-child {
  padding: 0;
}

label {
    color: #344861;
}
label.cat2 {
    font-size: 20px;
    font-weight: 500;
}
input, textarea {
    width: 95%;
    margin: 0 0 20px 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    border: 1px solid #666;
    padding: 5px 2%;
    color: #666;
}
textarea {
    height: 60px;
}
select {
    border: 1px solid #666;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding: 4px 0;
    width: 100%;
    margin: 0 0 20px 0;
}
input.datum {
    width: 75%;
}
input.checkbox, input.radio {
    width: auto;
}

input#tafelkunde, ul.token-input-list {
  width: 100%;
}
ul.token-input-list input#token-input-tafelkunde::before {
  content: 'Bitte geben Sie einen Namen ein';
}
div.zeit {
    width: 20%;
}


button, a.button {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #999;
    background: #EE7F00;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all ease 0.5s;
}
button:hover, a.button:hover {
    background: gray;
}



div.num {
    display: inline-block;
    border: 2px solid #EE7F00;
    border-radius: 50%;
    padding: 6px 12px;
    margin: 5px 15px 10px 0;
    float: left;
}

.svg-inline--fa.green {
  color: green;
}
.svg-inline--fa.red {
  color: red;
}

.actionbox, tr.mietinfos td {
    margin: 15px 0 0 0;
    background: rgba(52, 72, 97, 0.25);
    padding: 5px;
}


.delbox_content,
.billbox_content,
.contractbox_content,
.mls_startbox_content,
.mls_endbox_content {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    /*color: #EE7F00;*/
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999;
    overflow: scroll;
}

.delbox_content .innerbox,
.billbox_content .innerbox,
.contractbox_content .innerbox,
.mls_startbox_content .innerbox,
.mls_endbox_content .innerbox {
    width: 100%;
    max-width: 796px;
    margin: 0 auto;
    padding: 33vh 0 0 0;
    text-align: center;
}

.delbox_content a.close,
.billbox_content a.close,
.contractbox_content a.close,
.mls_startbox_content a.close,
.mls_endbox_content a.close {
    float: right;
    cursor: pointer;
    display: inline-block;
    position: fixed;
    width: 50px;
    height: 50px;
    margin: 2% 2% 0 0;
    right: 2%;
    top: 2%;
    /*background: url('../images/icon-close.png') center no-repeat;*/
    opacity: 0.8;
    font-size: 38px;
}

.billbox_content form button,
.contractbox_content form button,
.mls_startbox_content form button,
.mls_endbox_content form button {
  width: 100%;
}

form.icon {
  width: auto;
  display: inline-block;
}
form.icon button {
  background: none;
  width: auto;
  float: none;
  border: none;
  color: #EE7F00;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 18pt;
  opacity: 1;
  transition: all ease 0.5s;
}
form.icon button:hover {
  opacity: 0.5;
}


.actionsbox {
  float: right;
}
.vm_details {
  cursor: pointer;
  color: green;
  font-size: 12pt;
  margin: 0 20px 0 0;
}



.gutscheine {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px;
}
.gutscheine, .gutscheine tr, .gutscheine th, .gutscheine td {
  padding: 0;
  border-spacing: 0;
  border: none;
  vertical-align: middle;
}
.gutscheine th, .gutscheine td {
  width: 13.25%;
  padding: 0.5%;
}
.gutscheine td.red {
  color: red;
}






@media ( max-width: 640px ) {
    .box_vermietung .mieter,
    .box_vermietung .status,
    .box_vermietung .fahrer,
    .uploads {
        width: 100%;
        float: none;
    }
    .contentbox {
        margin: 180px 0 0 0;
    }
}
