@media print {
    div.noprint {display: none;}
    div.topmenue {display: none;}
}

table.ausdruck {
    font-size: 26px;
}

table.monatsausdruck {
    font-size: 11.5px !important;
}

.target {
    border: solid 1px #aaa;
    height: 200px;
    width: 400px;
    margin-top: 1em;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms all;
    position: relative;
}

.contain {
    background-size: cover;
    position: relative;
    z-index: 10;
    top: 0px;
    left: 0px;
}
textarea {
    background-color: white;
}
.active {
    box-shadow: 0px 0px 10px 10px rgba(0,0,255,.4);
}





input[type=checkbox]:checked + label {
  color: orange;
  font-style: normal;
} 

li.sr a{
	color: red;
}

li.sb a{
	color: blue;
}

div.nomarge {
 margin-left:210px;
 padding:1px 16px;
}

.btn {
  background: orange;
  background-image: -webkit-linear-gradient(top, orange, orange);
  background-image: -moz-linear-gradient(top, orange, orange);
  background-image: -ms-linear-gradient(top, orange, orange);
  background-image: -o-linear-gradient(top, orange, orange);
  background-image: linear-gradient(to bottom, orange, orange);
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: orange;
  background-image: -webkit-linear-gradient(top, orange, orange);
  background-image: -moz-linear-gradient(top, orange, orange);
  background-image: -ms-linear-gradient(top, orange, orange);
  background-image: -o-linear-gradient(top, orange, orange);
  background-image: linear-gradient(to bottom, orange, orange);
  text-decoration: none;
}

div.aktiv {
 width: 25px;
 height: 25px;
 position: relative;
 border-radius: 15px;
 background-color: green;
 float: left;
}

div.inaktiv {
 width: 25px;
 height: 25px;
 position: relative;
 border-radius: 15px;
 background-color: red;
 float: left;
}

table.a1 td, th {
/* width: 200px;*/
 height: 50px;
/* font-size: 24px; */
 font-weight: bold;
 text-align: center;
}


table.a1 th {
    padding-top: 11px;
    padding-bottom: 11px;
    background-color: orange;
    color: white;
}

table.p1 td {
 font-size: 16px;
/* height: 40px;*/
}

table.p1 th {
/* width: 200px;*/
 height: 50px;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 padding-top: 11px;
 padding-bottom: 11px;
 background-color: orange;
 color: white;
}

table.gray th {
 background-color: gray;
}
tr.z1 {
 background-color: #eee;
}

tr.z2 {
 background-color: #ddd;
}

tr.z3 {
 background-color: #ccc;
}

body {
    margin: 0;
}

ul.noprint {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: red;
    position: fixed;
    height: 100%;
    overflow: auto;
}

li a {
    display: block;
    font-weight: bold;
    color: #000000;
    padding: 8px 0 8px 16px;
    text-decoration: none;
}

li a.aup {
    display: block;
    padding: 8px 0 8px 16px;
    margin-left: 10px;
    text-decoration: none;
    background-color: #000000;
    color: orange;
}

li a.up {
    display: block;
    color: #000000;
    padding: 8px 0 8px 16px;
    margin-left: 10px;
    text-decoration: none;
}

li a.active {
    background-color: #000000;
    color: orange;
}

li a:hover:not(.active) {
    background-color: #555;
    color: orange;
}

div.topmenue  {
 background-color: #000000;
 margin-left:210px;
 padding:16px; 
 font-size: 24px;
 font-weight: bold;
 color: orange;
}


div.msg  {
 background-color: #ff0000;
 margin-left:210px;
 padding:16px; 
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 color: #ffffff;
}



a.button_rk {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 5px 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
}

.button_r {
    background-color: #f44336;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.button_v {
    background-color: orange;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.button_b {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

table.pb td {
 font-size: 16px;
 height: 40px;
}

table.pb th {
/* width: 200px;*/
 height: 50px;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 padding-top: 11px;
 padding-bottom: 11px;
 background-color: #4CAF50;
 color: white;
}


table.pr td {
 font-size: 16px;
 height: 40px;
}

table.pr th {
/* width: 200px;*/
 height: 50px;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 padding-top: 11px;
 padding-bottom: 11px;
 background-color: #f44336;
 color: white;
}

table.pv td {
 font-size: 16px;
 height: 40px;
}

table.pv th {
/* width: 200px;*/
 height: 50px;
 font-size: 24px;
 font-weight: bold;
 text-align: center;
 padding-top: 11px;
 padding-bottom: 11px;
 background-color: orange;
 color: white;
}


.break-after {

    display: block;

    page-break-after: always;

    position: relative;

}



.break-before {

    display: block;

    page-break-before: always;

    position: relative;

}




.pl-css3-kattree,
.pl-css3-kattree *
{
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.pl-css3-kattree label[for]::before,
.pl-css3-kattree label span::before
{
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 8px;
    line-height: 13px;
}
 
.pl-css3-kattree li ul
{
    margin: 0 0 0 22px;
}
 
.pl-css3-kattree *
{
    vertical-align: middle;
}
 
.pl-css3-kattree
{
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
 
.pl-css3-kattree li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 
.pl-css3-kattree input[type="checkbox"]
{
    display: none;
}
 
.pl-css3-kattree label
{
    cursor: pointer;
}
 
.pl-css3-kattree label[for]::before
{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
 
.pl-css3-kattree label span::before
{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
 
.pl-css3-kattree input[type="checkbox"][id]:checked ~ label[for]::before
{
    content: "\25bc";
}
 
.pl-css3-kattree input[type="checkbox"][id]:not(:checked) ~ ul
{
    display: none;
}
 
.pl-css3-kattree label:not([for])
{
    margin: 0 8px 0 0;
}
 
.pl-css3-kattree label span::before
{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
}
 
.pl-css3-kattree label input:checked + span::before
{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}


.pl-css3-kattree label input:checked + label::before
{
    color: orange;
}



.pl-css3-kattree2,
.pl-css3-kattree2 *
{
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.pl-css3-kattree2 label[for]::before,
.pl-css3-kattree2 label span::before
{
    content: "\25b6";
    display: inline-block;
    margin: 2px 0 0;
    width: 13px;
    height: 13px;
    vertical-align: top;
    text-align: center;
    color: #e74c3c;
    font-size: 8px;
    line-height: 13px;
}
 
.pl-css3-kattree2 li ul
{
    margin: 0 0 0 22px;
}
 
.pl-css3-kattree2 *
{
    vertical-align: middle;
}
 
.pl-css3-kattree2
{
    font: normal 11px/16px "Segoe UI", Arial, Sans-serif;
}
 
.pl-css3-kattree2 li
{
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
 
.pl-css3-kattree2 input[type="checkbox"]
{
    display: none;
}
 
.pl-css3-kattree2 label
{
    cursor: pointer;
}
 
.pl-css3-kattree2 label[for]::before
{
    -webkit-transform: translatex(-24px);
    -moz-transform: translatex(-24px);
    -ms-transform: translatex(-24px);
    -o-transform: translatex(-24px);
    transform: translatex(-24px);
}
 
.pl-css3-kattree2 label span::before
{
    -webkit-transform: translatex(16px);
    -moz-transform: translatex(16px);
    -ms-transform: translatex(16px);
    -o-transform: translatex(16px);
    transform: translatex(16px);
}
 
.pl-css3-kattree2 input[type="checkbox"][id]:checked ~ label[for]::before
{
    content: "\25bc";
}
 
 
.pl-css3-kattree2 label:not([for])
{
    margin: 0 8px 0 0;
}
 
.pl-css3-kattree2 label span::before
{
    content: "";
    border: solid 1px #1375b3;
    color: #1375b3;
    opacity: .50;
}
 
.pl-css3-kattree2 label input:checked + span::before
{
    content: "\2714";
    box-shadow: 0 0 2px rgba(0, 0, 0, .25) inset;
    opacity: 1;
}


.red_dot {
  height: 25px;
  width: 25px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.yellow_dot {
  height: 25px;
  width: 25px;
  background-color: yellow;
  border-radius: 50%;
  display: inline-block;
}

.green_dot {
  height: 25px;
  width: 25px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}
