@charset "utf-8";

@font-face {
	font-family: "BundesSans";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/BundesSans-Web-Regular.ttf");
}

@font-face {
	font-family: "THW";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/LubalinGraphBold.ttf");
}

@font-face {
	font-family: "LEDMatrix";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/LEDDotMatrix.ttf");
}

@font-face {
	font-family: "LEDMatrix2";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/stencil_pixel-7.ttf");
}

* {
	margin: 0;
	padding: 0;
	font-family: "BundesSans","Open sans",Helvetica,Arial, sans-serif;
	border:0;
	border-spacing:0px;
	border-collapse:collapse;
	box-sizing: border-box;
	
	transition-property: background;
	transition-duration: 0.4s, 0.4s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
	appearance: none;
	font-family: inherit;
	font-style: inherit;
	line-height: inherit;
	font-size-adjust: inherit;
	font-stretch: inherit;
	font-feature-settings: inherit;
	font-language-override: inherit;
	font-kerning: inherit;
	font-synthesis: inherit;
	font-variant-alternates: inherit;
	font-variant-caps: inherit;
	font-variant-east-asian: inherit;
	font-variant-ligatures: inherit;
	font-variant-numeric: inherit;
	font-variant-position: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}

i,em{
	font-style: italic;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.tablesorter-default{
	border-spacing: 0.2vw;
}

table {
    border-collapse: separate;
    border-spacing: 0.2vw;
    width: 100%;
	display: inline-table;
}

a{
	border: none;
	outline:none;
}

a:visited,a:link,a:active { text-decoration: none; color: inherit; }

html{
	width:100%;
	height:100%;
}

iframe{
	width:100%;
	height:83vh;
	background: transparent;
}

body{
	font-family: "BundesSans",Helvetica,Arial, sans-serif;
	color: #000;
	background: #fff;
	font-size: 100%; 
	font-size: 0.9em;
	transition: font-size .3s;
	width:100%;
	height:100%;
	line-height: 1;
	
	background-image: linear-gradient(to bottom, rgba(0,33, 99, .65), rgba(0,33, 99, .85)),url('../images/wolke.jpg');
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	
	overflow:hidden;
	
	transition: all 0.8s ease;
}


li:nth-child(even) {background-color: rgba(200,200,200,0.5);}
li:nth-child(odd) {background-color: rgba(178,178,178,0.5);}

#background{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	width: 100%;
	height: 75%;
	text-align: center;
	position: absolute;
	z-index: -1;
}

#background > img {
	opacity: 1.0;
	position: absolute;
  right: 2%;
  bottom: 2%;
  width: 25vw;
}

#content{
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	width: 98%;
	height: 97%;
	overflow:auto;
	background-color: rgba(255,255,255,0.1);
	border-radius: 6px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding:15px;
	text-align: center;
	z-index: 10;
	position: relative;
}

.biggerFont *{
	font-size: 1.1rem;
}
.smallerFont *{
	font-size: 0.7rem;
}

.box{
	margin: 10px;
	padding: 5px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
	height: 75px;
	width: 240px;
	border-radius: 5px;
	background-color: #fff;
	display:inline-grid; 
	text-align: center;
	overflow: hidden;
	opacity: 0.95;
	vertical-align: text-top;
}

.boxmini{
	margin: 10px;
	padding: 5px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
	min-height: 50px;
	width: 140px;
	border-radius: 3px;
	background-color: #fff;
	display:inline-grid; 
	text-align: center;
	opacity: 0.8;
	vertical-align: text-top;
  font-size: 0.7em;
}

.boxflex{
	margin: 10px;
	padding: 10px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
	border-radius: 5px;
	background-color: #fff;
	display:inline-grid; 
	text-align: center;
	overflow: hidden;
	opacity: 0.95;
	vertical-align: text-top;
}

.box:hover, .boxmini:hover {
	opacity: 1.0;
	background: #003399;
	color: #fff;
}

.box:active, .boxmini:active{
	position:relative;
	top:2px;
	box-shadow:none;
}

.boxinfo{
	margin: 10px;
	padding: 10px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
	min-height: 100px;
	max-width: 90%;
	border-radius: 6px;
	background-color: #fff;
	display:inline-grid; 
	text-align: center;
	opacity: 0.8;
	max-height: 32vh;
    overflow: auto;
}



#footer {
	color: #fff;
	width: 63%;
	position: absolute;
	bottom: 10px;
	font-size: 3em;
	text-shadow: 2px 2px rgb(0 0 0 / 38%);
	font-weight: bold;
}

.ico{
	height: 36px;
	border: 0;
}

.icolarge{
	max-width: 240px;
}

::-webkit-scrollbar {
	width: 1.2em;
	border-radius: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #fff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
	background:  #003399;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #ff0;
}

#show, .show{
	margin-left: 5%;
	margin-right: auto;
	margin-top: 2%;
	width: 90%;
	height: 90%;
	overflow:auto;
	background-color: rgba(255,255,255,0.95);
	border-radius: 6px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding:15px;
	text-align: right;
	top:0px;
	position:absolute;
	z-index: 11;
}

#showcontent{
	text-align: center;
}

.btn, input[type=button],input[type=submit] {
	background: #003399;
	padding: 0.5vh 1.0vh;
	border-top: none;
	cursor: pointer;
	border-radius: 2px;
	margin: auto;
	color: #fff;
}

.btn{
	display: inline-block;
	color: #fff;
	background-color: #003399;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

.btn:hover:not([disabled]), input[type=button]:hover:not([disabled]), input[type=submit]:hover:not([disabled]) {
	background-color: #3156A3;
	color: #ff0;
}

.btn:active{
	position:relative;
	top:2px;
	box-shadow:none;
}

.active{
   background-color: #afa;
}

a.btn{
	text-decoration: none;
}

button:disabled, input:disabled, optgroup:disabled, select:disabled, textarea:disabled {
	background: none;
	color:#ababab;
	background-color: #ddd;
}

.noshadow{
	box-shadow: none;
}

input[type="time"]::-webkit-calendar-picker-indicator {
   filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

input[type="date"]::-webkit-calendar-picker-indicator {
   filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

input,textarea,select {
	margin-bottom: 0.5vh;
	border-top: none;
	border-left: none;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color:transparent;
	outline: none;
	caret-color: #3156A3;
	border-width: 1px;
	border-color: #aaa;
	border-radius: 2px;
	padding-left: 3px;
}

input[type="button"],input[type="submit"]{
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="text"],input[type="email"],input[type="password"]{
	width: 14vw;
}

input::placeholder {
	text-align: center;
	font-family: "terminal", sans-serif;
	font-style: italic;
}

a.btn{
  text-decoration: none;
}

button:disabled, input:disabled, optgroup:disabled, select:disabled, textarea:disabled {
	background: none;
	color:#ababab;
	background-color: #ddd;
}

pre{
	background-color: black;
	color: white;
	font-size: 10px !important; 
	font-family: Consolas,Monaco, monospace;
	min-width: 50%;
	display: inline-block;
}

pre.normal{
	background-color: inherit;
    color: black;
    font-size: 1rem !important;
    font-family: inherit;
    display: inline-block;
    width: 100%;
}

.consolas{
	font-family: Consolas,Monaco, monospace;
}

.codeastext{
	background-color: black;
	color: white;
	font-size: 10px !important; 
	font-family: Consolas,Monaco, monospace;
	width: 50vw;
	height: 50vh;
	display: inline-block;
}

option::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f192\00a0";
}

option:hover {
  background-color: #ff0;
  color: #000;
  cursor: pointer;
}

select{
	min-width: 15vw;
	padding: 10px;
	background-color: #fafafa;
}

.clickMe{
	cursor: pointer;
	padding: 2px;
	margin: 2px;
	white-space: nowrap;
}

.clickMe::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  content: "\f061\00a0";
}

.clickMe:hover {
	background-color: #ff0;
	color: #000;
}

.liste{
	min-width: 12%;
	min-height: 80vh;
	max-width: 25%;
	max-height: fit-content;
	overflow:auto;
	margin-right: 10px;
	font-size: 0.9rem;
	float:left;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 2;
}

label{
	display: inline-block;
	min-width: 10vw;
	opacity: 0.7;
	text-align: right;
	vertical-align: top;
}

form > label{
	display: inline-block;
	min-width: 10vw;
	opacity: 0.7;
}

.noOpacity{
	opacity: 1.0 !important;
}

.textalignleft{
	text-align: left;
}

.marginAuto{
	margin: auto;
	width: max-content;
}

.hinweis{
	background-color: #ff0;
	color: #003399;
	padding:2vh;
}

.selected {
    background-color: #ff0;
    color: #003399 !important;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

.lds-ring {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ring div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 64px;
	height: 64px;
	margin: 8px;
	border: 8px solid #003399;
	border-radius: 50%;
	animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	border-color: #3156A3 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
	animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
	animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
	animation-delay: -0.15s;
}
@keyframes lds-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.flextop{
	display: flex;
	align-items: start;
}

.jconfirm-holder{
	max-width: 50vw;
	margin:auto;
	align-items: center;
}

#msg{
	position:absolute;
	border:0px;
	z-index:10000;
	opacity: 0.9;
	display:inline-block;
	margin:auto;
	top: 5px;
	overflow:hidden;
	padding:10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.5em;
	margin: 5px;
}
#msg > span{
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
	padding: 10px;
	border-radius: 3px;
	margin: 5px;
}

#remarkEdit{
	position:absolute;
	border:0px;
	z-index:10000;
	opacity: 0.99;
	display:inline-block;
	top: 5px;
	overflow:hidden;
	padding:10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	width: 98%;
	height: 97%;
	overflow: auto;
	background-color: rgba(255,255,255,1.0);
	border-radius: 6px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding: 15px;
}

#equipmentInfo{
	position:absolute;
	border:0px;
	z-index:10000;
	opacity: 0.99;
	display:inline-block;
	top: 5px;
	overflow:hidden;
	padding:10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1%;
	width: 98%;
	height: 97%;
	overflow: auto;
	background-color: rgba(255,255,255,1.0);
	border-radius: 6px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding: 15px;
}

.equipment * a{
	color: #003399;
	font-weight: bold;
	
}

.editshow{
	position:fixed;
	top: 5px;
	border:0px;
	z-index:10000;
	opacity: 0.99;
	overflow:auto;
	padding:10px;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-size: 1.1em;
	margin: 5px;
	margin-left: 5%;
	margin-top: 0.5%;
	width: 90%;
	height: 90%;
	overflow: auto;
	background-color: rgba(255,255,255,1.0);
	border-radius: 6px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding: 15px;
}

.error{
	background-color:#f00;
}

.ok{
	background-color:#0f0;
}

.link{
	min-width: 25vw;
	font-size: 1.2rem;
	display: inline-block;
	text-align: left;
	padding: 5px;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
	border-radius: 3px;
	margin-top:2vh;
}

.link::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	content: "\f061\00a0";
	color: #fff;
}

.link:hover, .linkInline:hover {
	background-color: #ff0;
	color: #000;
}

.linkInline{
	min-width: 25vw;
	font-size: 1.2rem;
	display: inline-block;
	text-align: center;
	padding: 5px;
	margin-top:2vh;
	cursor: pointer;
}

#drop_file_zone {
    background-color: #EEE;
    border: #999 3px dashed;
    width: 35vw;
    height: 20vh;
    padding: 8px;
    font-size: 18px;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}
#drag_upload_file {
	width:50%;
	margin:0 auto;
}
#drag_upload_file p {
	text-align: center;
}
#drag_upload_file #selectfile {
	display: none;
}

.sticky{
    position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	z-index: 100;
}

div .calendarTable{
	border-collapse: collapse;
	border: 0;
	text-align: left;
	opacity: 0.9;
	min-width: 65vw;
	width: fit-content;
    margin: auto;
}

.calendarTable h2{
	width: fit-content;
}

.calendarEvent{
	max-width: 70vw;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 4px;
	position: relative;
	opacity: 1.0;
	margin:auto;
	margin-left: 2vw;
}

.calendarDay{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 6px;
	margin-left: 2vw;
}

.calendarKW{
	margin-left: 0;
}

.calendarDayDate{
	padding: 6px;
	font-size: 1.1rem;
	font-weight: bold;
}

.transparent{
	background: transparent !important;
	text-align: left !important;
}

.noBorder{
	border: 0 !important;	
}

.blueWhite{
	background-color: #003399 !important;
	color: #fff !important;
	padding-left: 15px !important;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

.blueYellow{
	background-color: #003399 !important;
	color: #ff0 !important;
	padding: 10px !important;
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

.yellow{
	background-color: #ffff00 !important;
}
.blue{
	background-color: #0000ff !important;
}
.green{
	background-color: #00ff00 !important;
}
.spezialDay{
	background: linear-gradient(135deg, rgba(255,0,0,1) 0%, rgba(255,255,255,0) 200%);
}

ul.wiki{
	width: fit-content;
	margin: auto;
}

li.wiki{
	padding:0.5vw;
	display: inline;
}

table.wiki{
	width: auto;
	min-width: 40%;
}

.wiki td,.wiki th{
	text-align:left;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	padding: 0.5vw;
}

#data{
	z-index:100;
}

.redbackground{
	background-color: rgba(255,0,0,0.2) !important;
}

.yellowbackground{
	background-color: rgba(255,255,0,0.2) !important;
}

.greenbackground{
	background-color: rgba(0,255,0,0.2) !important;
}

.bluebackground{
	background-color: rgba(0,0,255,0.2) !important;
}

.alarmbackground{
	background: rgb(255,45,33);
	background: linear-gradient(135deg, rgba(255,45,33,1) 70%, rgba(0,51,153,1) 100%);
	color: #fefefe;
	font-weight: bold;
}

.contentadmin{
	background-color: rgba(255,255,255,0.95);
}

.right{
	text-align: right !important;
}

.signaturview{
	border: solid 1px;
	width: 80%;
	margin: auto;
	text-align: left;
}

.bcimg{
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

.shadow{
	box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
	padding: 1em;
}

.nowrap {
	white-space: nowrap;
}

.desktop-render-area{
	z-index:10001;
}
.small{
	font-size: 0.85em;
}
.smaller{
	font-size: 0.7em;
}
.inlineLink{
	color: #003399 !important;
}

.hrtop{
	border-top: 1px;
    border-top-color: #003399;
    border-style: solid;
    padding-top: 1em;
}

.headline{
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
	background-color: #fff;
	width: 80%;
	margin: auto;
	border-radius: 6px;
}

.pointer{
	cursor: pointer;
}

.infoDiv table{
	width: auto;
	margin-right: 0px;
    margin-left: auto;
}

.infoDiv td{
	padding: 3px;
}

.infoDiv tr:nth-child(odd){
	background-color: #01054b; 
	background-color: rgba(210,210,210, 0.6);
}

.infoDiv tr:nth-child(even){
	background-color: #01054b; 
	background-color: rgba(230,230,230, 0.6);
}

.infoDiv td,th {
	padding: 0.2em;
	border-radius: 3px;
	text-align: left;
}

.caprise::before {
	content: "ca. ";
}
.caprise::after {
	content: " €";
}

.datatable{
    height: 80vh;
	overflow: auto;
	float: left;
}

.edit{
	border:0px;
	opacity: 0.99;
	text-align: left;
	justify-content: left;
	align-items: left;
	font-size: 1.1em;
	background-color: rgba(255,255,255,1.0);
	border-radius: 20px;
	box-shadow: 0 16px 32px 0 rgb(0 0 0 / 60%), 0 6px 20px 0 rgb(0 0 0 / 55%);
	padding: 15px;
	display: inline-block;
    margin-left: 1%;
}

.writeTHWBlue{
	color: rgba(0,33, 99, 1);
}

.center > *,.center{
	text-align: center;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: rgba(0,33, 99, 1);
}

.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
	background-color: rgba(0,33, 99, 1);
	opacity: .7;
}

ul.clasic, ul.clasic > li{
	min-height: 2vh;
	padding-left: 0.5vw !important;
	/*list-style-type: square;*/
	text-align: left;
	background-color: unset;
	width: fit-content;
}

.b {
	font-weight: bold;
}

.notYetSee{
	display: none;
}

.swoosh{
	position: relative;
	padding-block: calc(1rem / 1.5);
}

.swoosh:after{
    content: "";
    z-index: -1;
    background-image: url(/../images/swoosh.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: -1rem;
    right: -1rem;
}

@media screen and (orientation: portrait){
	body { 
		font-size: 1.2rem;
	}
	input[type="text"], input[type="email"], input[type="password"] {
		width: initial;
	}
	input[type="checkbox"]{
		width: 4vw;
		height: 4vw;
	}
}
