<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

#btnNewTicket {
	margin-top: 5px;
	margin-bottom: 5px;
}

#navigation {
	background: aquamarine;
	background: linear-gradient(white, aquamarine);
	width: 100%;
	height: 80px;
}

#navtitle {
	position: absolute;
	font-size: 20px;
	font-weight: bold;
	left: 25px;
	top: 25px;
}

#logbtn {
	position: absolute;
	right: 25px;
	top: 25px;
}

#homebtn {
	position: absolute;
	right: 125px;
	top: 25px;
}

#contents {
	margin-left: 10px;
}

#btnBTicket {
	margin-top: 5px;
}

#maske {
	display: none;
	margin-top: 15px;
}

#personen {
	display: none;
}

.grouping {
	margin-left: 15px;
}

#loginpanel {
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.viewImage {
	width: 100%;
}

.noresize {
	resize: none;
}
/*Meldungen/Fotomeldung.vbhtml*/
#dataTable_wrapper {
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#table-wrapper {
	padding-top: 40px;
	width: 100%;
	background: #ddd;
	border: 1px solid #555;
}

#table-scroll {
	width: 100%;
	height: 200px;
	overflow-y: auto;
	overflow-x: auto;
	background: #FFF;
	border-top: 1px solid #aaa;
}

#table-wrapper tbody td {
	white-space: nowrap;
	border: 1px solid #ddd;
}

#posabs {
	position: absolute;
	top: 0;
	margin: -20px;
}

#tickettable {
	width: 99.9999%;
}

	#tickettable tr {
		cursor: default;
	}

.highlight td {
	background-color: lightgrey !important;
}

.hidethis {
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
}

	.hidethis div {
		position: absolute;
		background: transparent;
		color: #000;
		padding: 13px 10px;
		top: 0;
		margin-left: -1px;
		line-height: normal;
		border-left: 1px solid #aaa;
	}

#OFoverlayleft {
	position: absolute;
	left: -100px;
	width: 110px;
	top: 0;
	bottom: 0;
	background-color: white;
}

#OFoverlayright {
	position: absolute;
	right: -110px;
	width: 110px;
	top: 0;
	bottom: 0;
	background-color: white;
}

#tickettable td {
	padding-right: 10px;
}

textarea.form-control {
	resize: none;
}

.maskheader {
	font-weight: bold;
	color: #66AFE9;
}
.maskheader_alert{
	font-weight: bold;
	color: red;
}
.maskbottombtn {
	font-size: 20px;
	float: right;
	margin-left: 5px;
	padding: 5px 9px;
}

#loginpanel .form-control {
	width: 100%;
}

.btn-right {
	float: right;
	margin-left: 5px;
}

.loginwin {
	margin-top: 40px;
}

.person-title {
	margin-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	color: #333;
}

.person-meta {
	margin-bottom: 2px;
	font-weight: normal;
	color: #767676;
	font-size: 12px;
}

/*.person-email {
	display:none;
}*/

.active .person-title {
	color: #eee;
}

.active .person-meta {
	color: #ccc;
}

html {
	height: 100%;
}

body {
	height: 100%;
}

/*.page-content {
	height: 100%;
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}*/
/*.navbar {
	position:absolute;
	left:0px;
	right:0px;
}*/
.site-footer {
	/*position:fixed;*/
	padding-left: 25px;
	padding-top: 5px;
	/*bottom:0px;
	left:0px;
	right:0px;
	background-color:white;*/
}

#persscroll {
	height: 100%;
	clear: both;
	overflow-y: scroll;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid lightgrey;
}

#persContainer {
	height: 100%;
	padding-top:20px;
	/*padding-bottom:50px;*/
}

#persfilter {
	float: left;
	margin-left: 10px;
	width: 200px;
	margin-bottom: 5px;
}

#persfilterlabel {
	float: left;
	padding-top: 5px;
}

#persOK {
	color: green;
}

#persCancel {
	color: red;
}

.persfilter {
	display: block;
	float: none;
	clear: both;
	margin-bottom: 0;
	height: 40px;
}

.nutzenLayout {
  display: block;
  font-weight: bold; 
  font-size:large
}

.BeschLayout {
  display: block;
  font-size:large;
}

.RadioLayout {
  display: block;
}

.TitleContainer {
  display: flex;
  justify-content: center; /* center horizontally */
  padding: 0 1rem; /* optional: responsive horizontal padding */
  text-align: center;
}

/*.active a,*/ .active .list-group-item:focus {
	background-color: #08C;
}

.active .list-group-item:hover {
	background-color: #07B;
}

.noedit .hidewhendisabled {
	display: none;
}
.hidewhendisabled[disabled] {
	background-color:grey;
	border-color:grey;
}

.maskimage {
	clear: both;
	width: 90%;
}

/*#ticketbody .col-sm-6 {
	width: 50%;
	float: left;
}*/

#ticketbody .col-sm-6 .dataTables_filter {
	text-align: right;
}

#ticketbody .col-sm-6 .dataTables_length {
	text-align: left;
}

.bs-callout {
	display: inline-block;
	max-width: 318px;
	width: 100%;
	padding: 5px;
	margin: 5px 0 0 0;
	border: 1px solid #ddd;
	/*border-left-width:5px;*/
	/*border-radius: 5px;*/
	/*border-left-color:#1b809e;*/
	text-align: left;
	background-color: #fcfcfc;
}

.tickbtns {
	position: relative;
	width: 100%;
	height: 40px;
}

.cbtn {
	position: absolute;
	width: 200px;
	margin-top: 5px;
}

.lbtn {
	top: 0;
	left: 0;
	width: 49%;
}

.rbtn {
	top: 0;
	right: 0;
	width: 49%;
}

#content {
	margin-bottom: 35px;
	padding-left: 0;
	padding-right: 0;
}

#contentbtns {
	text-align: center;
	margin-top: 2rem;
}

.nav-meld {
	padding-top: 6px;
	padding-bottom: 6px;
	color: #ddd;
	display: inline-block;
}

.nav-meld-collapse {
	position: absolute;
	right: 180px;
	top: 0;
	bottom: 0;
}

.btn-nav {
	margin-top: 8px;
	border-color: #ddd;
	background-color: transparent;
}

#maske #OK {
	color: #0b0;
	-webkit-text-stroke: 0.8px white;
}

#maske #Abbrechen {
	color: red;
	-webkit-text-stroke: 0.8px white;
}

@media (min-width:768px) {
	.nav-meld {
		float: right; /* Wieder rechtsbÃ¼ndig machen*/
	}
}

@media (max-width:991px) {
}

@media (max-width:767px) {
	#ticketbody .col-sm-6 .input-sm {
		width: 90px;
	}

	.col-sm-6 .dataTables_length {
		display: none;
	}
}

#meldneufotoelements {
	width: 100%;
	position: relative;
}

@media all and (max-width: 768px) {
	#meldneufotoelements {
		display: block;
		width: auto;
		/*margin: -5px -15px 0px -15px;*/
		padding: 0;
	}

	#meldneufotopanel {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		position: relative;
		overflow: hidden;
	}
}

@media all and (min-width: 768px) {
	#meldneufotoelements {
		display: block;
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		/*display: flex;
			display: -webkit-flex;
			flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			justify-content: center;
			-webkit-justify-content: center;*/
	}

	#meldneufotopanel {
		width: 720px;
		/*height: 480px;*/
		min-width: 360px;
		min-height: 480px;
		margin: 0;
		position: relative;
		overflow: hidden;
	}
}

/*
	#cameraImage {
		display: block;
		max-width: 356px;
		max-height: 267px;
		width: auto;
		height: auto;
		margin: auto;
	}*/

#meldneufotofotobtn {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 370px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

#meldneufotofotoprevbtn {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 90px;
	background-color: #ffffff;
}

#meldneufotofotoxbtn {
	width: 80px;
	height: 80px;
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 90px;
	right: 0;
	background-color: #ffffff;
	/*position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 100%;*/
}


#meldneufotofotobtnfoto {
	position: relative;
	width: 80px;
	height: 80px;
	max-width: 80px;
	margin: -20px -30px;
}

#meldneufotofotobtnfotosmall {
	position: relative;
	width: 70px;
	max-width: 70px;
	height: 70px;
	margin: -20px -30px;
}

#meldneufotocheckbtn {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 0;
	background-color: #ffffff;
	border-color: #ffffff;
}

#meldneufotoxbtn {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 0;
	background-color: #ffffff;
	border-color: #ffffff;
}

/*#sendbtn {
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 30px;
		right: 30px;
	}*/

#meldneufotobtncont {
	width: 200px;
	height: 80px;
	position: absolute;
	bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.meldneufotoprevfoto {
	/*height: 250px;
		width: auto;
		width:150px;
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		top: 55px;
		margin: auto;*/
	/*width:100%;*/
	/*height:100%;*/
	max-height: 100%;
	max-width: 100%;
	padding: 5px;
	margin: auto;
	display: block;
}

#meldneufotodatapanel {
	z-index: 10;
	width: 100%;
	top: 0;
	padding-bottom: 125px;
}

#meldneufotoprevpanel {
	z-index: 10;
	width: 100%;
	height: 480px;
	top: 0;
}

.meldneufototextb {
	resize: none;
	font-size: 150%;
}

/*.botbut {
		position: absolute;
		bottom: 0px;
	}

	#googleMap {
		width: 320px;
		height: 320px;
		margin: 0 auto;
	}*/

#meldneufotofotopanel .btn-xl {
	padding: 18px 28px;
	font-size: 22px;
	/*border-radius: 8px;*/
	background-color: #ffffff;
	border-color: #ffffff;
}

#meldneufotomyCarousel {
	height: 100%;
}

	#meldneufotomyCarousel .carousel-indicators {
		margin-bottom: -10px;
	}

#meldneufotofototext {
	position: absolute;
	top: 320px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 30px;
	color: lightgrey;
}

.meldneufotodatafoto {
	height: 100px;
	margin: auto;
}

/*.fotoprev .center-prev-img {
	top: 50%;
		bottom: 50%;
		position: absolute;
}*/

#meldneufotowrapper {
	width: 100%;
	height: 100%;
}


.raumviewvb .raumviewtbody td:first-child {
	background-color: #d0efff;
}

.raumviewvb .raumviewtbody td {
	border: 1px solid grey;
	padding: 5px 10px;
}

.raumviewvb #rbalken {
	background-color: #d0efff;
	width: 100%;
	height: 40px;
	margin: 10px 0;
	border: 1px solid grey;
	text-align: left;
}

.groupFlex {
    display:flex;
}

.verticalCenter {
  justify-items:center;
}

.Gut {
  margin-top: 15px;
  margin-left: 50px;
}

	.raumviewvb #rbalken h3 {
		margin-left: 7px;
		margin-top: 6px;
		font-weight: bold;
	}

.raumviewvb #raumimg {
	width: 400px;
	height: 400px;
	float: left;
}

.raumviewvb #rauminfo {
	margin-left: 10px;
	float: left;
}

.raumviewvb #tbalken {
	width: 100%;
}

	.raumviewvb #tbalken td {
		width: 50%;
	}

.raumviewvb #TNR {
	text-align: right;
	padding-right: 7px;
}

.raumviewvb #stoebtn {
	margin-top: 15px;
}

.raumviewvb #raumbuttons {
	display: inline-block;
	margin-top: 15px;
}

.form-group-Feed {
  margin-bottom: 5px;
}

.form-group-More {
  margin-bottom: 40px;
}

@media all and (max-width: 768px) {
  .raumviewvb #raumimg {
		width: 100%;
		height: auto;
		float: none;
	}

	.raumviewvb #rauminfo {
		display: inline-block;
		float: none;
	}
}

@media (max-width: 680px) {
  .grouping {
    margin-left: 0px !important; 
  }

  .groupFlex {
    display: block;
  }
}


.dataTables_info {
	background-color: #fff;
	float: none;
}

.dataTables_paginate {
	float: none;
	width: auto;
}

	.dataTables_paginate .paginate_button {
		padding: 0;
	}

.dataTable thead {
	border-bottom: 0;
}

.dataTable tbody td {
	padding: 0;
}

.dataTables_filter {
	margin-bottom: 0;
}

#personen .list-group-item {
	text-decoration: none;
}
/*.zeitgroup input{
	padding: 0px 18px;
	height: 28px;
}
.zeitgroup .input-group-addon {
	padding: 6px 4px 4px 6px;
}*/
.zeitgroup  .row{
	margin-left:0;
	margin-right:0;

}
.raumbild{
	max-height:243px;
	max-width:540px;
}

.radio-group input {
	margin-left:0 !important;
}

.ticket-col_Betreff {
	float: left;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media all and (min-width: 500px) {
	.ticket-col_Betreff {
		width:50%;
	}
}
@media all and (max-width: 499px) {
	.ticket-col_Betreff {
		width: 100%;
	}
}


.col-lg-8 &gt; .col-lg-6, .col-lg-8 &gt; .col-md-6, .col-lg-12 &gt; .col-lg-2, .col-lg-12 &gt; .col-sm-3,
.col-lg-12 &gt; .col-sm-9, .col-sm-9 &gt; .col-xs-4, .col-sm-9 &gt; .col-xs-8, .col-sm-9 &gt; .col-xs-3,
.col-lg-6 &gt; .col-xs-2, .col-lg-6 &gt; .col-xs-10, .col-lg-12 &gt; .col-xs-2, .col-lg-12 &gt; .col-xs-10,
.col-md-6 &gt; .col-xs-2, .col-md-6 &gt; .col-xs-10, .col-lg-9 &gt; .col-md-6, .col-lg-3 &gt; .col-xs-6,
.col-sm-9 &gt; .col-xs-2, .col-md-6 &gt; .col-sm-2, .col-md-6 &gt; .col-sm-10 {
  padding-left: 0;
}
.norightpad {
	padding-right: 0;
}
.noleftpad {
	padding-left: 0;
}
.floatright {
	float:right;
}
input[type=checkbox].form-control, input[type=radio].form-control {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.bs_checkbox_container {
	padding-top: 32px;
}
.row-margin {
	margin-bottom:10px;
}
.col-margin {
	margin-bottom: 10px;
}
.breakwords {
	word-wrap: break-word;
}
.nopad {
	padding:0;
}
@media all and (max-width: 991px) {
	.norightpadbelow992 {
		padding-right: 0;
	}
}
.BrandschutzTicketMaske .labelpadding {
	padding-top: 5px;
}

.BrandschutzTicketMaske #Bearbeiten, .BrandschutzTicketMaske #ListenBtn {
	margin-top: 26px;
	font-size: 15px;
}
.BrandschutzTicketMaske .maskbottombtn {
	font-size: 15px;
}

.BrandschutzTicketMaske input.form-control, .BrandschutzTicketMaske input[type=radio] {
	background-color: #ffffee;
}
.BrandschutzTicketMaske .form-control[disabled], .BrandschutzTicketMaske .form-control[readonly], .BrandschutzTicketMaske fieldset[disabled] .form-control {
	background-color: #e6e6e6;
	opacity: 1;
}
.BrandschutzTicketMaske .form-control {
	height: 33px;
	padding: 5px 10px;
}
@media (min-width: 768px) {
	.BrandschutzTicketMaske .row&gt;.col-sm-6.janeincol{
		padding-left:5px;
	}
}
.BrandschutzTicketMaske .radiolabel {
	font-weight:normal;
}
.BrandschutzTicketMaske input[type=radio], .BrandschutzTicketMaske input[type=checkbox]{
	padding-top:5px;
	margin-left:5px;
}
.farbfeld {
	height:31px;
}
.minwidth30px {
	min-width:30px;
}
.minwidth40px {
	min-width: 40px;
}
.minwidth80px {
	min-width: 80px;
}

.BrandschutzTicketMaske #OK, .BrandschutzTicketMaske #Abbrechen {
	border-color: #444444;
	background-color: #ffffff;
}
.BrandschutzTicketMaske #OK:hover, .BrandschutzTicketMaske #Abbrechen:hover {
	border-color: #444444;
	background-color: #d0d0d0;
}

.validationFailed {
	border: 2px solid red !important;
}
.validationErrors {
	float: right;
	color: red;
	min-height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.Btn_Ticket_Category {
  /*background-color: red;*/
  padding:0px;
  margin:0px;
  border:0px;
  
}

.Arrow_Style select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("Arrow.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  outline: none;
}








@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333333%;
    margin-right: 10px;
  }
}
</pre></body></html>