@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");
}

* {
	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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    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: 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: 12px;
	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;
}

.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: 10px;
	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: 70px;
	width: 140px;
	border-radius: 6px;
	background-color: #fff;
	display:inline-grid; 
	text-align: center;
	opacity: 0.8;
	vertical-align: text-top;
  font-size: 0.7em;
}

.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;
	/*width: 600px;*/
	max-width: 90%;
	border-radius: 12px;
	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: 12px;
}

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

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

#show{
	margin-left: 5%;
	margin-right: auto;
	margin-top: 2%;
	width: 90%;
	height: 90%;
	overflow:auto;
	background-color: rgba(255,255,255,0.95);
	/*background-color: rgba(0,51,153,0.7);*/
	/*background-color: #003399;*/
	border-radius: 12px;
	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;
	/*color: #fff;*/
}

#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;
}

.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 {
  /*appearance: none;
  -webkit-appearance: none; */
  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;
  
  //box-shadow:  0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
}

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,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, 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%;
}

.codeastext{
	background-color: black;
	color: white;
	font-size: 10px !important; 
	font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New, monospace;
	width: 50vw;
	height: 50vh;
	display: inline-block;
}

option::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  content: "\f192\00a0";
  color: '#fff';
}

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 5 Free';
  font-weight: 700;
  content: "\f061\00a0";
  color: '#fff';
}

.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;
}

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: top;
}

.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: 4px;
  margin: 5px;
}

.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: 4px;
	margin-top:2vh;
}

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

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

#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{
	width: 50vw;
	max-width: 50vw;
	background-color: #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-family: consolas;
	padding: 4px;
	border-bottom: 1px solid;
	background: linear-gradient(135deg, rgba(0,51,153,1) 0%, rgba(255,255,0,1) 4%, rgba(255,255,255,0) 200%);
	color: #003399;
	position: relative;
	opacity: 1.0;
	margin:auto;
}

.calendarDay{
	width: 75vw;
	max-width: 75vw;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	text-align: center;
	/*border-right: 1px solid;*/
	padding: 6px;
}

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

.transparent{
	background: transparent !important;
	text-align: left !important;
	border-bottom: 1px solid !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%);
}

.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;
}

[type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
[type="checkbox"] + label {
	position: absolute;
	cursor:pointer;
}
[type="checkbox"] + label::before {
	display: block;
	font-family: 'Font Awesome 5 Free';
	content: "\f0c8";
	float: left;
	margin-right: 5px;
	z-index: 5;
	position: relative;
	cursor:pointer;
	background-color: #fff;
}
[type="checkbox"]:checked+label::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f14a";
}

@media screen and (orientation: portrait){
	body { 
		font-size: 2.8vw 
	}
}
