body {
	color: #212529;
	font-family: 'Lato', sans-serif;
	line-height: 1.25rem;
}
.body{
	margin-bottom: 1rem;
}

header{
	background-color: #212529;
	min-height: 5rem;
	padding: 1.25rem 0;
}

.me-6{
	margin-right: 6rem!important;
}
@media (min-width: 576px) {
	.me-sm-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 768px) {
	.me-md-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 992px) {
	.me-lg-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 1200px) {
	.me-xl-6{
		margin-right: 6rem!important;
	}
}
@media (min-width: 1400px) {
	.me-xxl-6{
		margin-right: 6rem!important;
	}
}

h1{
	font-size: 1.25rem;
	color: #0D61FA;
	font-weight: bold;
	padding-left: 1rem;
}

h2{
	font-size: 1.25rem;
	font-weight: bold;
}

h3{
	font-size: 1.125rem;
	font-weight: bold;
}

.kcs-order,
.kcs-order:hover{
	color: inherit;
}
.kcs-order:hover>span.bi-sort-alpha-down:not(.invisible)::before{
	content: "\f573";
}
.kcs-order:hover>span.bi-sort-alpha-up:not(.invisible)::before{
	content: "\f571";
}
.kcs-order:hover>span.invisible{
	visibility: visible!important;
}

.navbar{
	padding-top: 1.125rem;
	padding-bottom: 0;
	border-bottom: solid 1px #F1F1F1;
	background-color: transparent;
}
.navbar-nav>.nav-item{
	padding-bottom: .938rem;
	border-bottom: solid .188rem transparent;
	margin: 0 1rem;
}
.navbar-nav>.nav-item.active>.nav-link,
.navbar-nav>.nav-item:hover>.nav-link{
	color: #0D61FA;
}
.navbar-nav>.nav-item.active{
	border-color: #0D61FA;
}
.navbar-nav .nav-link{
	color: #212529;
}
.navbar-nav>.nav-item>.nav-link{
	font-weight: bold;
}
.dropdown-menu .nav-link{
	padding-left: .5rem;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link,
.dropdown-menu .nav-link.active{
	color: #0D61FA;
}
.dropdown-menu .nav-link:hover{
	background-color: #E9ECEF;
}
.navbar-light .navbar-toggler{
	margin-bottom: 1rem;
}


.dropdown-menu.suche{
	padding-top: 0;
}
.dropdown-menu.suche>li:first-child{
	background-color: #F8F9FA;
	padding: .5rem;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border-bottom: solid 1px #EBEEF0;
}
@media (min-width: 992px){
	.navbar .navbar-nav .dropdown-menu {
		min-width: 17.5rem;
		border-radius: 0.5rem;
		margin-top: 0;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
	}
}

input.pos {
    border: 1px solid rgba(0,0,0,.125);
    text-align: center;
    width: 40px;
}
.buttons{
    white-space: nowrap;
}
.off{
    opacity: .5;
}
.btn.off{
    cursor: default;
}
.btn-cancel{
	border-color: #0D61FA;
	color: #0D61FA;
}
.form-control,
.btn{
	border-radius: 0.5rem;
}
.btn{
	padding: 0.25rem 0.75rem;
}
.btn-page{
	background-color: #fff;
	margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    border: solid 1px #D2D4D6;
    border-radius: 0.25rem;
}
.form-control{
	padding: .25rem .75rem;
	border-color: #D2D4D6;
}
.col-form-label{
	padding: .25rem 0;
}
.form-check.form-check-inline.alert-danger>.form-check-input{
	margin-left: -1.25rem;
}
[type="color"].form-control{
	height: 2.125rem;
}
label{
	font-weight: bold;
}
.table-responsive{
	border: solid 1px #D2D4D6;
	border-radius: .25rem;
}
.table-responsive>.card-header{
	background-color: #fff;
	border-bottom: 0;
	font-size: 1.125rem;
	font-weight: bold;
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.table-responsive>.table{
	margin-bottom: 0;
}
.table>:not(:first-child){
	border-color: #D2D4D6;
}
.table:not(.table-bordered)>:not(caption)>*:last-child>*{
	border-width: 0;
}
.table>thead{
	vertical-align: middle;
}
.table>thead>tr>th,
.table>tbody>tr>td,
.table>tfoot>tr>td{
	background-color: #fff;
}
.table-hover>tbody>tr:hover>*{
	--bs-table-accent-bg: transparent;
	background-color: transparent;
}
.table>:not(caption)>.connected>*{
	border-bottom-color: #fff;
}

.flex-table-row{
	margin-bottom: 1rem;
}
.flex-table-row>div:first-child{
	font-weight: bold;
	width: 11rem;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.select2-container{
	/* height: 2.125rem; */
	min-height: 2.125rem;
}
.select2-container.select2-container--open{
	z-index: 1500;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 1.25;
	padding: .25rem 1.5rem .25rem .75rem;
	height: 2.125rem;
}
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple{
	border-radius: 0.5rem;
	min-height: 2.125rem;
	border-color: #D2D4D6;
}
.select2-container .select2-selection--single .select2-selection__arrow{
	height: 2.125rem;
}
.select2-results__option{
	padding: .438rem;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
	background-color: #e9ecef;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	background-color: #f5f5f5;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	border-color: #D2D4D6;
}

.btn-primary{
	color: #ffffff;
	background-color: #0D61FA;
	border-color: #0D61FA;
}
.btn-primary.offline{
	color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
	opacity: .65;
}
.btn-bi,
.btn-text-bi{
	padding: 0rem 1rem;
}
.btn-bi{
	min-width: 2.125rem;
	min-height: 2.125rem;
}
.btn-bi>.bi{
	font-size: 1.25rem;
}
.btn-text-bi::before{
	padding-right: .5rem;
}
.btn-bi.btn-invers,
.btn-text-bi.btn-invers{
	color: inherit;
	background-color: transparent;
	border-color: transparent;
	font-size: 1.4rem;
}
.btn-bi.btn-invers.btn-border,
.btn-text-bi.btn-invers.btn-border{
	font-size: 1rem;
    border: solid 2px #212529;
    padding: 0.25rem 1rem;
}
.btn-bi.btn-invers.btn-border.active,
.btn-text-bi.btn-invers.btn-border.active{
	color: #0D61FA;
}
.btn-bi.btn-big,
.btn-text-bi.btn-big{
    font-size: 2rem;
    border-color: transparent;
    padding-top: 0rem;
    padding-bottom: 0rem;
	line-height: 1.5;
}
.square{
	width: 1rem;
	height: 1rem;
}

.table .btn-bi.btn-invers,
.btn-text-bi.btn-invers{
	padding: 0;
    min-height: 1.875rem;
    min-width: 1.875rem;
	line-height: 1.5;
	margin-left: .25rem;
}

.table .btn-bi.btn-invers>span{
	font-size: 1rem;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
	color: inherit;
	font-size: 1rem;
	font-weight: bold;
	padding: 0 0 .75rem 0;
	margin: .75rem .5rem 0 .5rem;
}
.nav-tabs .nav-item:first-child .nav-link{
	margin-left: 0;
}
.nav-tabs .nav-item:last-child .nav-link{
	margin-right: 0;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	background-color: transparent;
	border: 0;
	border-bottom: solid 2px #0D61FA;
}

.form-footer{
	border-top: 1px solid rgba(0,0,0,.125);
	padding: 1rem;
	text-align: right;
}

.small-subline{
	font-style: italic;
	color: rgba(0,0,0,.333);
}

.modal-title{
	width: calc(50% + 60px)
}

@media (min-width: 992px) {
	.text-no-truncate-xl {
		text-overflow: initial;
		max-width: none!important;
	}
}

.bg-light{
	background-color: #F9F9F9;
}

#notizen-wrapper{
	margin-bottom: 1rem;
	background-color: #f1f1f1;
    padding: 0.5rem 1rem;
}
#notizen>div{
	margin-bottom: 1.5rem;
}
#notizen>div:last-child{
	margin-bottom: .5rem;
}
#notizen>div>p{
	margin-bottom: .5rem;
}

#loading{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
	opacity: 0;
	display: none;
	z-index: 1;
}

#toasts{
	position: fixed;
    top: 1.5rem;
    right: 1.5rem;
    max-width: 90%;
    z-index: 2000;
    width: 350px;
}
#toasts .toast{
	border-radius: 0;
}
#toasts .toast.alert{
	padding:0;
}
#toasts .toast.alert .toast-header{
	background-color: transparent;
	color: inherit;
	border-color: inherit;
}
#toasts .toast.alert.alert-danger{
	background-color: rgba(248,215,218,.85);
	border-color: rgba(245,198,203,.85);
}
#toasts .toast.alert.alert-warning{
	background-color: rgba(255,243,205,.85);
	border-color: rgba(255,238,186,.85);
}
#toasts .toast.alert.alert-info{
	background-color: rgba(209,236,241,.85);
	border-color: rgba(190,229,235,.85);
}
#toasts .toast.alert.alert-success{
	background-color: rgba(212,237,218,.85);
	border-color: rgba(195,230,203,.85);
}

@media (max-width: 390px) {
	#toasts{
		top: 1.5rem;
		right: 1.5rem;
		left: 1.5rem;
		max-width: 100%;
		width: auto;
	}
}

#main-search input[type="search"]{
	max-width: 12.5rem;
}

.card.wrapper{
	border-radius: .5rem;
	z-index: 1;
}
.card.wrapper>.card-header{
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	padding: 1.25rem .5rem;
	border-bottom: 0;
}
.card.wrapper>.card-header.form{
	padding-bottom: .75rem;
}
.card.wrapper>.card-header>form .input-group{
	width: auto;
}
.card.wrapper>.card-header>form label,
.card.wrapper>.card-header>form button,
.card.wrapper>.card-header>form input,
.card.wrapper>.card-header>form .select2,
.card.wrapper>.card-header>form>div>.form-element{
	max-width: 16rem;
	margin-left: .5rem;
	margin-bottom: .5rem;
}
.card.wrapper>.card-header>form>div>.form-element{
	width: 16rem;
}
.card.wrapper>.card-body{
	border-bottom-left-radius: .5rem;
	border-bottom-right-radius: .5rem;
	padding: 0 .5rem .5rem .5rem;
}
.card.wrapper>.card-header,
.card.wrapper>.card-body{
	background-color: #f1f1f1;
}

.card.form>.card-header{
	border-bottom: 0;
	font-weight: bold;
	font-size: 1.125rem;
	padding: 1.5rem 1.5rem 0.5rem 1.5rem;
}
.card.form>.card-header>div>span{
	color: #0D61FA;
}
.card.form>.card-header,
.card.form>.card-body,
.card.form>.card-footer{
	background-color: #F9F9F9;
}
.card.form>.card-footer{
	padding: .5rem 1rem;
}
.card.form>.card-footer>.btn{
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.popover{
	max-width: 18.75rem;
}
.popover-header{
	font-size: .875rem;
}

.show-first-label>div:not(:first-child)>label{
	display:none;
}

.freeze-table-wrapper{
	/* width: 1278px; */
	width: 100%;
	height: 1140px;
	overflow: auto;
}
.freeze-table-wrapper>table{
}
.freeze-table-wrapper>table>thead>tr>th{
	top:0;
	position: sticky!important;
	z-index: 1020;
}
.freeze-table-wrapper>table>thead>tr>th,
.freeze-table-wrapper>table>tbody>tr>td{
	background-color: #fff;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header,
.freeze-table-wrapper>table>tbody>tr>td.col-fixed{
	position: sticky!important;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header{
	z-index: 1050;
}
.freeze-table-wrapper>table>tbody>tr>td.col-fixed{
	z-index: 1000;
}
.freeze-table-wrapper>table>thead>tr>th.col-fixed-header:first-child,
.freeze-table-wrapper>table>tbody>tr>td.col-fixed:first-child{
	left: 0;
}


#kalender table{
	border-collapse: collapse;
	background-color: #ccc;
	border-spacing: 0;
}
#kalender th,
#kalender td{
	outline: solid 1px #ccc;
	border: none;
	outline-offset: -1px;
	width: 3rem;
    min-width: 3rem;
    font-size: .75rem;
    text-align: center;
    padding: 0 5px;
	font-weight: normal;
}
#kalender td.booking-cell{
	padding: 0;
    vertical-align: text-bottom;
}
#kalender td.booking-cell>div{
	position: relative;
}
#kalender .bahn.sondertag .booking-cell{
	background-color: #e0e0e0;
}
#kalender .bahn .booking-cell.geschlossen{
	background-color: #e0e0e0;
}
#kalender th:first-child,
#kalender td:first-child{
	left: 0;
    min-width: 6rem;
	width: 6rem;
}
#kalender th:nth-child(2),
#kalender td:nth-child(2){
	left: 6rem;
    min-width: 3rem;
	width: 3rem;
}
#kalender tr.gap>td{
	background-color: #ccc;
	text-align: left;
}
#kalender tr.date>td{
	text-align: left;
}
#kalender .booking{
	position: absolute;
    top: 0;
    left: 0;
	padding: 0 1.125rem;
	border: solid 1px #555;
    font-size: .75rem;
    text-align: center;
	font-weight: normal;
}
#kalender .booking .button-wrapper{
	position: absolute;
    width: 18px;
    height: 18px;
    top: -19px;
    left: -1px;
	border: solid 1px #555;
	border-bottom: 0;
	line-height: 0px;
	padding-top: 1px;	
}
#kalender .booking .title{
	margin-top: -1px;
}
#kalender .booking .btn-close{
	font-size: .625rem;
}
#kalender .booking.hover{
	z-index: 950!important;
}
#kalender .booking.dark{
	color: #fff;
}
#kalender .booking.anfrage{
	opacity: .5;
}
#kalender .booking.reservierung{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
}
#kalender .booking.buchung{
}
#kalender .booking.angebot-abgelehnt{
}
#kalender .booking.storniert{
}
#kalender .booking.check_stundensatz{
	border-color:red;
}
.kalender_index>.container,
.userrights_zuweisen>.container{
	max-width: 100%;
}

/* 
Streifen Horizontal
background-image: linear-gradient(rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
background-size: 25px 25px;

Streifen Vertikal
background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 50%, transparent 50%, transparent);
background-size: 25px 25px;

Streifen schräg links
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-size: 25px 25px;

Streifen schräg rechts
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
background-size: 25px 25px;

schachbrett
background-image: linear-gradient(45deg, #000000 25%, transparent 25%, transparent), linear-gradient(-45deg, #000000 25%, transparent 25%, transparent), linear-gradient(45deg, transparent 75%, #000000 75%), linear-gradient(-45deg, transparent 75%, #000000 75%);
background-size: 25px 25px;

tischdecke
background-image: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5)), linear-gradient(0deg, transparent 50%, rgba(0, 110, 0, 0.5) 50%, rgba(0, 110, 0, 0.5));
background-size: 25px 25px;

*/


#raumbuchungen{
	background-color: #fff;
	/* padding: 1rem; */
}
#raumbuchungen-week>table>tbody>tr>td{
	outline: solid 1px #ccc;
	border: none;
	outline-offset: -1px;
}
#raumbuchungen-week>table>tbody>tr>td.hour{
	min-width: 4rem;
	text-align: center;
}
#raumbuchungen-week>table>tbody>tr>td>div{
	/* padding: 0.18rem; */
	padding: 0rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum{
	min-width: 8rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div{
	position: relative;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung {
    background-color: #215a94;
	border-top: solid 3px #215a94;
	display: flex;
	left: 0;
	padding-left: .5rem;
	position: absolute;
    right: 0.5rem;
	top: 0;
	overflow: hidden;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.hover{
	z-index: 950!important;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div{
    background-color: #3788d8;
	color: #fff;
	width: 100%;
	padding: 0 .25rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p:first-child{
	font-weight: bold;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p:nth-child(2){
	font-size: .875rem;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.anfrage{
	opacity: .75;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p.parkplatz{
	margin-left:-.25rem!important;
	margin-right:-.25rem!important;
	padding-left:.25rem!important;
	padding-right:.25rem!important;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p.anfrage{
	background: linear-gradient(90deg, rgba(255,255,255,0.2) 100%, rgba(255,255,255,0.2) 100%);
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p.reservierung,
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung.reservierung>div{
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
	background-size: 25px 25px;
}
#raumbuchungen-week>table>tbody>tr>td.col-fixed,
#raumbuchungen-week>table>thead>tr>th{
	font-weight: normal;
	font-size: .875rem;
	text-align: center;
}
#raumbuchungen-week>table>thead>tr>th{
	vertical-align: bottom;
}
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p.parkplatz,
#raumbuchungen-week>table>tbody>tr>td.raum>div>.raumbuchung>div>p.parkplatz:first-child{
	font-weight: normal;
	font-size: .875rem;
	margin: .25rem 0 .75rem 0;
}

.no-arrow .dropdown-toggle::before{
	display: none;
}

#found-users-wrapper{
    z-index: 50;
    background: #fff;
    position: absolute;
    bottom: calc(100% - 3rem);
    left: 2rem;
    border: solid 1px #dee2e6;
	width: 18rem;
}
#found-users-wrapper>.table{
	margin-bottom: 0;
}
#found-users-wrapper>.table>:not(caption)>*>*{
	padding: 0;
}
#found-users-wrapper>.table>:not(caption)>*>*>a{
	display: block;
	padding: .5rem 1rem;
	color: inherit;
	text-decoration: none;
}

.flash {
	-moz-animation: flash 1.5s linear;
	-moz-animation-iteration-count: 4;
  
	-webkit-animation: flash 1.5s linear;
	-webkit-animation-iteration-count: 4;
  
	-ms-animation: flash 1.5s linear;
	-ms-animation-iteration-count: 4;
}
  
@keyframes flash {
	50% { opacity: .25; }
}

@-webkit-keyframes flash {
	50% { opacity: .25; }
}

@-moz-keyframes flash {
	50% { opacity: .25; }
}

@-ms-keyframes flash {
	50% { opacity: .25; }
}

.pagination-wrapper{
	display: flex;
	justify-content: space-between;
}
.pagination-max{
	display: flex;
	margin-bottom: .5rem;
}
.pagination-max>span:first-child{
	padding: .25rem .5rem .25rem .75rem
}

#merge-mieter{
	align-items: baseline;
	display: flex;
	justify-content: flex-end;
}
#merge-mieter>div{
	background-color: #fff;
	border-radius: 0.25rem;
	border: solid 1px #D2D4D6;
}

#zuweisen label{
	width: 100%;
	text-align: center;
}

pre.sf-dump .sf-dump-compact, .sf-dump-str-collapse .sf-dump-str-collapse, .sf-dump-str-expand .sf-dump-str-expand { display: none; }

.sub-header{
    position: absolute;
    top: -29px;
    background: #f9f9f9;
    padding: 4px 8px;
    border: 1px solid rgba(0, 0, 0, .125);
    border-bottom: 0;
}

.btn-bi.btn-invers.add-ra{
	font-size: 1.25rem;
}