@font-face {
	font-family: 'urwdin';
	font-style: normal;
	font-weight: 400;
	src: url("URWDIN-Regular.ttf");
}

*{
  font-family: 'urwdin',Arial;
 }
 
::-webkit-scrollbar {
  width: 1.2em;
  border-radius: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff; 
  box-shadow: inset 0 0 2px grey;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:  #ddd;
}

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

html, body {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height: 100%;
  width: 100%;
} 

body {
    background: #fff;
    color: #000;
    padding: 0px;
    margin:0px;
    text-align: center;
    font-family: 'urwdin',Arial;
    font-size: 12px;
    background-color: #e5e5e6;
    background-image: repeating-linear-gradient(125deg, transparent, transparent 2px, 
                      rgba(255,255,255,.5) 2px, 
                      rgba(247,247,248,.5) 4px);
}

.rotate{
	-webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


hr{
  border-top: 1px solid #ddd;
}

#kopf{
  background-color: #e30043;
  color: #fff;
  min-height:32px;
  padding-right: 135px;
}

#d2{
  background-color: #003788;
  color: #fff;
  height:150px;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
}

#menu{
   white-space: nowrap;
   box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
}

#submenu{
  padding: 10px;
  color: #fff;
}

#submenu img{
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
}

#inhalt{ 
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  background: #ffffff url("../grafiken/logo_trans.png") no-repeat center center;
  background-size: 80% auto;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
  border-radius: 2px;
}

#anzData{
  height:100%;
  overflow: auto;
}

#legende{
  position: absolute;
  z-index: 9998;
  margin: 3px;
  background-color: #fff;
  padding: 3px;
}

#legende span{
  padding: 3px;
}

/* Nur Internet Explorer 10 Kalender Problem*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #anzData{
      //height:10000px;
      overflow: auto;
    }
    #vavkalender{
      
      overflow: auto;
    }
    #inhalt{
      overflow: auto;
    }
}

#msg{ 
  position: absolute;
  z-index: 2000;
}

#anwesend{
  z-index: 9998;
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0;
  background-color: #fff;
  opacity: 0.85; 
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 5px;
  margin: 2px;
  color: #000;
  text-align: left;
  width: 130px;
}

#ausblendung { 
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0; 
  z-index: 9999; 
  width: 100%; 
  height: 100%; 
  background-color: #000;
  opacity: 0.7;
  color: #0f0;
  font-size			:	12pt;
  padding: 100px 0px 0px 0px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

.starttext{
  padding: 30px;
  font-size: 36px;
}

input[type=text] .datum{
	text-align: center;
}

.btnlike, .btnlike:link, .btnlike:visited, .btnlike:active, .btnlike:focus{
  color: #fff;
  background: none;
  /*background-color: #e30043; */
  padding-left:10px; 
  padding-right:10px;
  padding-top:5px; 
  padding-bottom:5px;  
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; 
  cursor:pointer;
  transition-property: color, background;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  margin-top:1px;
  margin-left: 25px;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  height:21px;
}

.btnlike:hover{
  color: #555;
  background-color: #c0c0c0;
 
}

.btnlike:active {
	position:relative;
	top:1px;
}

.btnlikews, .btnlikews:link, .btnlikews:visited, .btnlikews:active, .btnlikews:focus, input[type=button]{
	color: #fff;
	background: none;
	background-color: #003788;
	padding-left:5px; 
	padding-right:5px;
	padding-top:5px; 
	padding-bottom:5px;  
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; 
	cursor:pointer;
	transition-property: color, background;
	transition-duration: 0.5s, 0.5s;
	transition-timing-function: ease-in-out, ease-in-out;
	transition-delay: 0s, 0s;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
	top: -3px;
	position: relative;
}

.btnlikews:hover{
  color: #555;
  background-color: #c0c0c0;
 
}

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

.exportfehler, .exportfehler:link, .exportfehler:visited, .exportfehler:active, .exportfehler:focus{
  color: #fff;
  background: none;
  background-color: #ff0000;
  padding-left:2px; 
  padding-right:2px;
  padding-top:2px; 
  padding-bottom:2px;  
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; 
  cursor:pointer;
  transition-property: color, background;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.exportfehler:hover{
  color: #555;
  background-color: #c0c0c0;
 
}

.exportfehler:active {
	position:relative;
	top:1px;
}

.aktuell{
	background-color: #003788;
  color: #fff;
}

.floatleft{
  float: left;
}

.marginleft{
  margin-left: 25px;
}

input[type=checkbox] {
	visibility: hidden;
}

input[type=checkbox].show {
	visibility: visible;
}

.myCheckBox {
	width: 90px;
	height: 26px;
	background: #333;
	margin: 0px 5px 0px 5px;
	border-radius: 50px;
	position: relative;
  float: left;
}

.myCheckBox:after {
	content: 'nein';
	font: 12px/26px Arial, sans-serif;
	color: #f00;
	position: absolute;
	right: 10px;
	z-index: 0;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(255,255,255,.15);
}

.myCheckBox:before {
	content: 'ja';
	font: 12px/26px Arial, sans-serif;
	color: #00bf00;
	position: absolute;
	left: 10px;
	z-index: 0;
	font-weight: bold;
}

.myCheckBox label {
	display: block;
	width: 40px;
  min-width: 0px;
	height: 20px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;

	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
	background: #fcfff4;

	background: -webkit-linear-gradient(top, #003788 0%, #003788 40%, #003788 100%);
	background: -moz-linear-gradient(top, #003788 0%, #003788 40%, #003788 100%);
	background: -o-linear-gradient(top, #003788 0%, #003788 40%, #003788 100%);
	background: -ms-linear-gradient(top, #003788 0%, #003788 40%, #003788 100%);
	background: linear-gradient(top, #003788 0%, #003788 40%, #003788 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003788', endColorstr='#003788',GradientType=0 ); 
}

.myCheckBox input[type=checkbox]:checked + label {
	left: 43px;
}

.links{
  width: 20%;
  height: 100%;
  float: left;
  overflow: auto; 
  text-align: left;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  resize: horizontal;
}

.rechts{
  width: 80%;
  height: 100%;
  float:right;
  overflow: hidden;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  text-align: left;
}

#datenlinks{
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
}

#datenrechts{
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
  overflow: auto;
  white-space: nowrap;
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

.block{
  margin-top: 15px;
  margin-left: 15px;
  display: inline-block;
}

.auswahlitem , .auswahlitem:link, .auswahlitem:visited{
  background: none;
  background-color: #e30043;
  cursor:pointer;
  transition-property: color, background;
  transition-duration: 0.5s, 0.5s;
  transition-timing-function: ease-in-out, ease-in-out;
  transition-delay: 0s, 0s;
  font-size: 12px;
}

.auswahlitem:hover{
  background-color: #c0c0c0 !important;
 
}

.auswahlitem:active {
	position:relative;
	top:1px;
}

.auswahlitemfocus,.auswahlitemfocus:hover{
  color: #fff;
  background-color: #003788!important;
}

label {
  display: inline-block; 
  min-width: 13em;
  font-size: 16px;
  text-align: right;
  padding-right: 5px;
  font-weight: bold; 
  border-width: 1px;
  border-color: #ddd;
  border-radius: 2px;
  color: #666;
}

input,textarea,select{
	font-size: 16px;
  margin: 2px 0px;
  outline: none;
  caret-color: #000;
  border-width: 1px;
  border-color: #888;
  border-radius: 2px;
  border-top: none;
  border-left: none;
  /*box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%); */
}

textarea{
  vertical-align: top; 
}

input[type=number]{
  width: 60px;
}

.myselecttab{
  width:100%;
  border:none;
  border-collapse:collapse;
}

.myselecttab tr{
  padding:0px;
  border: none;
  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.myselecttab td{
  width: auto;
  padding-left:10px; 
  padding-right:10px;
  padding-top:4px; 
  padding-bottom:4px;
  text-align: left;
  border: none;
  border-bottom: 1px solid White;
}

.myselecttab tr:nth-child(even) {
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%);
}
.myselecttab tr:nth-child(odd) {
  background: linear-gradient(215deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%);
}

input:disabled,textarea:disabled,select:disabled{
  background: #ddd;
  color: #666;
  font-style: italic;
} 

input:not(input[type=button]):not(input[type=file]):not(input[type=submit]):read-only,textarea:read-only,select:read-only{
  background: #ddd;
  color: #666;
  font-style: italic;
}

input:focus,textarea:focus,select:focus {
  border-top-color: #00be00;
  border-right-color: #00be00;
  border-bottom-color: #00be00;
  border-left-color: #00be00;
  box-shadow: #00be00;
  outline-width: medium;
  outline-style: none;
  transition-property: border-color, box-shadow;
  transition-duration: 0.3s, 0.3s;
  transition-timing-function: linear, linear;
  transition-delay: 0s, 0s;
} 

.vafuss{
  line-height: 21px;
} 

.mafuss{
  line-height: 21px;
} 

#showva { 
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0; 
  z-index: 10000; 
  width: 95%; 
  height: 95%; 
  background-color: #eee;
  opacity: 1.0;
  color: #000;
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  overflow: auto;
}

#showte { 
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0; 
  z-index: 10000; 
  width: 95%; 
  height: 95%; 
  background-color: #eee;
  opacity: 1.0;
  color: #000;
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  overflow: auto;
}

.mabenutzerinfo{
  display: inline-block;
}

#anzEdit{
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0; 
  z-index: 10000; 
  width: 60%; 
  height: 60%; 
  opacity: 1.0;
  padding-top: 15px;
  padding-left: 15px;
  display: inline-block;
  text-align: left;
  overflow: auto;
  background-color:#fff;
  box-shadow: 0 16px 32px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
  border-radius: 2px;
}

#anzPDF{
  position: absolute;
  border: 0px; 
  top: 0; 
  left: 0; 
  z-index: 10000; 
  width: 60%; 
  height: 60%;
  opacity: 1.0;
  overflow: auto;
  padding:0px;
  margin:0px;
}

#anzPDFIF{
  padding:0px;
  margin:0px;
}

#anzPDFclose{
  position: absolute;
  z-index: 10001;
  top: 5px;  
}

.warnung{
  color: #fff;
  background-color: #ff0000;
  padding: 5px;
  margin:5px;
  display: inline-block;
}

.deaktiviert{
  background-image: repeating-linear-gradient(186deg,transparent 1px, rgb(255 255 0) 4px , rgba(0,0,0,0.6) 32px,transparent 48px) !important;
  color: #fff;
}

.mehrtaegig{
  background-image: repeating-linear-gradient(125deg,transparent 32px, rgba(255,0,0,0.2) 64px , rgba(0,0,255,0.2) 128px,transparent 256px);
}

.mbi{
  background-color: #f00;
  color: #fff;
  white-space: normal;
  display: inline-block;
  max-width:50px;
  margin-top: -1px;
  margin-bottom: 0px;
  font-weight: bold;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 3px 10px 0 rgb(0 0 0 / 16%);
  padding:3px;
  border-radius:1px;
}

div.jahreskalender{
  float: left;
  width: 32%;
  border-right: thick #f2f2f2;
  min-height: 550px;
}

.jahreskalender table{
  border-spacing: 0px;
  width: 100%;
  table-layout: fixed;
  border: solid #f2f2f2;
}

.jahreskalender td{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align:top;
}

.jahreskalender tr{
  height: 70px;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
}

.jahreskalender tr:nth-child(even) {
  background-color: #AAAAAA;
}

.jahreskalender tr:nth-child(odd) {
  background-color: #fff;
}

.jahreskalender tr, .jahreskalender td, .jahreskalender th{
  padding: 2px;
}

.jahreskalender td:nth-child(even) {
  background-color: #fff;
}

.jahreskalender td:nth-child(odd) {
  background-color: #fafafa;
}

.va_termine{
  font-weight: bold;
  color: #f00;
  font-size: 16px;
  letter-spacing: 0.2em;
}

#loadingLogo{
	height:100px;
	width:300px;
  margin-top: 100px;
}

#loadingLogoDiv{
  width: 95%; 
  height: 95%;
  text-align: center;
  vertical-align: middle; 
}

[data-tooltip]:before {
    /* needed - do not touch */
    content: attr(data-tooltip);
    position: absolute;
    opacity: 0;
    
    /* customizable */
    transition: all 0.15s ease;
    padding: 10px;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 40%), 0 6px 20px 0 rgb(0 0 0 / 38%);
    z-index:999999;    
}

[data-tooltip]:hover:before {
    /* needed - do not touch */
    opacity: 1;
    
    /* customizable */
    background: yellow;
    margin-top: -50px;
    margin-left: 20px;    
}

[data-tooltip]:not([data-tooltip-persistent]):before {
    pointer-events: none;
}

#vavkalender{
-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;
}

table{
	width: auto;
	text-align: left;
	margin-top:15px;
	border-spacing: 2px;
  border-collapse: separate;
  border:0;
}
                              
td{	
	border: 1px solid black;
	border-top: none;
	border-left: none;
	padding:3px;
	margin:1px;
}

th {
  background-color:#eee;
  color:#666666;
  font-weight: bold;
  border: 1px solid black;
	border-top: none;
	border-left: none;
	padding:3px;
	margin:1px;
	padding:6px;
	text-align: center;
}

#launcher{
  top:-5px;
}

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

#vabilder{
	white-space: initial;
}

@media screen and (orientation: portrait){
	body { 
		font-size: 1.2rem;
		min-width: fit-content;
		width: auto;
	}
	input[type="text"], input[type="email"], input[type="password"] {
		width: initial;
	}
	input[type="checkbox"]{
		width: 4vw;
		height: 4vw;
	}
	#inhalt{
      overflow: auto;
    }
	#anwesend{
		bottom: 0px;
		top: auto;
		font-size: 0.6em;
	}
	#legende{
		font-size: 0.6em;
		white-space: nowrap;
	}
}