html {
    font-size: 81.25%;
    font-family: arial, helvetica, sans-serif;
    line-height: 1;
	color: #5b6574;
}
 
body {
	background-color: white;
	margin: 0;
	overflow: auto;
	padding-top: 60px;
	padding-bottom: 40px;
}
header, footer{
		background-color: white;

	width: 100%;
	position: fixed;        
	padding: 10px 0;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;

}
header{
	top: 0;
	height: 60px;
	padding: 5px;
	display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}
footer{
	bottom: 0;
	width: 100%;
	position: fixed;
	height: 25px;
}  
	
main {
	margin-top: 10px;
	#margin-left: 150px;
	#margin-right: 10px;
	display: flex;
}
nav {
	#background-color: red;
  width: 150px;
  text-align: center;
  position: fixed;
  height: 100vh;
}
content {
padding-right: 10px;
  margin-left: 150px;
 
  display: block;
}
}
h1 {
	display:inline;
	margin:0;
}
button {
    border: 2px solid #007bff;/* this is for button border*/
	margin: 5px;
	min-width: 100px;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 4px;
	min-height: 30px;
	color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
button2 {
	margin: 5px;
	min-width: 100px;
	cursor: pointer;
	white-space: nowrap;
}
table {
	border-spacing: 0;
	background-color: #ddd;
	width:100%;
	margin: 10px auto;
}

th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #c1b9b9;
	text-align: left;
	background-color: lightsteelblue;
}
td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #c1b9b9;
}
tr:nth-child(even) {
	background-color: white;
}
.form {
	width: 50%;
	border: 3px solid;
	border-radius: 5px;
	padding: 50;
	background-color: whitesmoke;
	white-space: nowrap;
}
.highlight tbody tr:hover {
	background-color: #ffff99 !important;
	cursor: pointer;
}
.container{
	  padding: 15px;
	border: 5px solid;
	margin: 15px;
}
	.head{
	background: steelblue;
  color: white;
  padding: 5px;
  float: left;
  width: 20%;
  height: 30px;
}
#menu {
	float: left;
	height: 100%;
	position: fixed;
	width: 150px;
	top: 0;
		background-color: grey;

}
#rechnungsentwurf {
	background-color: white;
  padding: 25px;
  border: 2px solid black;
  max-width: 1500;
  margin: auto;
  margin-top: 25px;

}
#close{
	background-color: red;
	width: 150px;
	text-align: center;
	bottom: 5px;
	position: fixed;
	right: 5px;
}
#inhalt{
	width: calc(100% - 150px);
	left: 150px;
	position: relative;
}

#holesite {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	z-index: 999;
	padding: 40px;
}
#holesite_innerdiv {
	
	height: 100%;
	background-color: peachpuff;
	position: relative;
	
	z-index: 100;
	padding: 25px;
	border: 2px solid;
	min-height: 500px;
	overflow: auto;
	margin: 0 auto;
  border-radius: 50px 0px;
}

.details {
	
}
.topbutton {
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 1000;
}
.td_right {
	text-align: right;
}
.filter-table {
height: 35px;
  font-size: 25px;
  width: 500px;
  color: navy;
  background-color: honeydew;
}
#zahlungsträger {
	background-color: peachpuff;
	border: 3px darkgray solid;
	padding: 15px;
	width: 800px;
	margin: 10 auto;
}

fieldset {
	display: block;
	margin: 20px;
	padding-top: 0.35em;
	#padding-bottom: 13.625em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	border: 2px solid lightskyblue;
	border-radius: 7px;
	background-color: white;
}
legend {
display: block;
  margin-left: 2px;
  margin-right: 48px;
  padding-top: 0.35em;
  padding-bottom: ;
  padding-left: 0.75em;
  padding-right: 0.75em;
 
  background-color: white;
  font-weight: bold;
  font-size: 12px;
}
.zahlung_small {
	float: left;
	width: calc(100%/ 3 - 41px);
}
.zeile_booking {
	display: none;
	
}
.zeile_admin {
	  cursor: pointer;
	  background-color: lightcyan !important;
	  font-weight: bold;
	  
	
}
.hidden {
    display:none;
}
.pointer {
	cursor: pointer;
}

.switch {
display: inline-block;
  height: 26px;
  position: relative;
  width: 45px;
}

.switch input {
  display:none;
}

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.slider:before {
  background-color: white;
  bottom: 4px;
  content: "";
  height: 18px;
  left: 4px;
  position: absolute;
  transition: .4s;
  width: 18px;
}

input:checked + .slider {
  background-color: darkgreen;
}

input:checked + .slider:before {
  transform: translateX(18px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}










*, :after, :before {
  box-sizing: border-box;
}



.toggle {
 # position: absolute;
  top: 50%;
  left: 50%;
  // padding: 0 200px;
 # transform: translate3d(-50%, -50%, 0);
  &:before {
    content: 'OFF';
    position: absolute;
    left: -56px;
    top: 30px;
    font-size: 18px;
    color: #fff;
  }
  
  &:after {
    content: 'ON';
    position: absolute;
    right: -46px;
    top: 30px;
    font-size: 18px;
    color: rgba(253, 15, 21, 0.31);
  }
  
  label {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #FD1015;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.1), 0px 9px 15px 0px #ef4247;
    -webkit-tap-highlight-color: transparent;
    
    &:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition:width 0.2s cubic-bezier(0, -1.85, .27, 1.75);
      height: 42px;
      width: 42px;
      background-color: #fd0f14;
      border-radius: 46px;
box-shadow: inset 0px 0px 0px 8px #fff;
    }
  }

  input {
    display: none;

    &:checked + label {
      background-color: #57de72;
     box-shadow:  inset 0 0 2px 1px rgba(0, 0, 0, 0.1), 0px 9px 15px 0px rgba(3, 132, 28, 0.5411764705882353);
      
      &:before {
        width: 10px;
        background-color: #fff;
      }
    }
  }
}

.on{
  background-color: #6fc57c;
  .toggle {
    &:before{
      color: rgba(62, 160, 81, 0.89);
    }
    &:after{
      color: #fff;
    }
  }
}
.vertical::-webkit-scrollbar {
  width: 1em;
  background-color: #ddd;
}

.vertical::-webkit-scrollbar-thumb {
  background-color: hsl(0,0%,70%);
}

.vertical {
	height: 30vh;
	scroll-snap-type: y mandatory;
	scroll-snap-type: mandatory;
	overflow-y: scroll;
	scrollbar-color: orange blue; /** Firefox **/			
}

vertical-section {
	scroll-snap-align: start;
}
.fa-arrow-up-right-from-square {
	cursor: pointer;
}
.td_fett {
	font-weight: bold;

}