@charset "utf-8";


@import url(opensans.css?family=Open+Sans:400,600,700);
* {
	font-family: 'Open Sans', sans-serif;
}



/* @import url(opensans.css?family=Open+Sans:400,600,700); */
body {
/*	margin: auto;
	width: 100%; */
	overflow-y: auto;
	overflow-x: hidden;
/*	padding-top: 15px;*/
/*	background: white; */
/*	padding-top: 3rem; */
	/* padding-top: 54px; */
 }

/*
.tab-pane {
	border-left: 1px solid lightgray;
	border-right: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
	padding: 0.5rem;
}
*/

/*
a {
	color: black;
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-color: rgb(151,151,151);
}
*/

/* 
table {
	tabellenbeschriftung oben 
	caption-side: top;
}
*/

/* 
table tbody {
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray; 
}*/

/* Kürze überlange Zeilen ab, erlaube keinen Zeilenumbruch in einer Zelle */

/*
.table td, .table th {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    vertical-align: middle;
}
*/

/*
p {
	text-align: justify;
}
*/

/*
.icon {
	padding-left: 2rem;
	background-size: contain;
	display: inline-block; 
	height: 1rem;
	width:auto;
}
*/

/*
.shield {
	min-width: 1.1em;
	text-align: center;
	background-size: auto 1em; 
}
*/

/*.app-dateien { background: url(/static/svg/FontAwesome/white/folder.svg) no-repeat left center; }*/


/*
h1 {
	padding-top:1rem;
}
*/

/*
h2 {
	margin-bottom: 5px;
}

.non-selectable {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none; 
	user-select: none;
}
*/



/*Radio and Checkbox END*/

/*
Schöner Android-like schieber. Nicht ganz intuitiv

<label class="custom-control custom-checkbox">
                                    <input type="checkbox" class="custom-control-input">
                                    <span class="custom-control-indicator"></span>
                                </label> */
/*.custom-checkbox {
  min-height: 1rem;
  padding-left: 0;
  margin-right: 0;
  cursor: pointer; 
}
  .custom-checkbox .custom-control-indicator {
    content: "";
    display: inline-block;
    position: relative;
    width: 30px;
    height: 10px;
    background-color: #818181;
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    vertical-align: middle;
    margin: 0 16px;
    box-shadow: none; 
  }
    .custom-checkbox .custom-control-indicator:after {
      content: "";
      position: absolute;
      display: inline-block;
      width: 18px;
      height: 18px;
      background-color: #f1f1f1;
      border-radius: 21px;
      box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
      left: -2px;
      top: -4px;
      -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
      transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
    }
  .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
    background-color: #84c7c1;
    background-image: none;
    box-shadow: none !important; 
  }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
      background-color: #84c7c1;
      left: 15px; 
    }
  .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: none !important; 
  }
*/
