html, body
{
	margin:0;
	background: #eee;
	font-size:100.1%;
    font-family:Verdana,Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
    background:linear-gradient(0deg,#007F3C 0%,#00BD59 30%,#fff 30%,#d5effe 33%, #6eb0e0 83%,#999 87.5%,#ccc 87.5%,#fff 100%);
    background-repeat:no-repeat;
}
.flagge{
    position:absolute;
    top:0;left:0;
    width:100%;
    height:18%;
    z-index:0;
}
.header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:fixed;
	width:100%;    
    left:0px;top:0em;
	height:18%;
	font-size:1em;
    z-index:6;

}
.header h1{
    float:right;
    margin:1.5em;
    padding:0.5em;
    font-size:1.1em;
    color:#090;
    background-color:#E5E5B9;
    border:1px solid #000;
    border-radius:5px;
    box-shadow: 0px 8px 6px -6px #333;
}
.content{
    left:0.1em;
    width:99.5%;
    position:fixed;
    top:18%;
    height:81%;
    z-index: 0;
    /* border:1px solid #aaa; */
                   
}
.section{
    margin-top:0.5em;
    margin-left:2%;
    width:46%;
    height:88%;
    float:left;
    padding:0.2em;
    background:#eee;
    border:1px solid #ddd;
    max-height:90%;
    box-shadow:  84px 101px 87px -65px rgba(0,0,0,0.65);
    border-radius:5px;
    overflow:hidden;
    border:1px solid #aaa;
}
.field{
    display:flex;
    justify-content:space-around;
    align-items:center;
    border-radius:5px;
    margin:0.1em auto;
    width:80%;
    font-size:95%;
    min-height:1em;
    padding:5px;
    cursor:pointer;
}

hr{
    margin: 0.3em;
    margin-bottom:0;
    border:0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}
.section .head,.dialog .head{
    margin:0.2em auto;
    padding:0.5em;
    color:#666;
    font-size:1.01em;
    background-color:#eee;
    text-align:center;
    text-shadow:2px 2px 5px #888;
    border-radius:5px;
    box-shadow: 5px 5px 10px #aaa;
}
.section hr{
    margin: 0.3em;
    margin-bottom:0;
    border:0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}
 input[type=text], input[type=password], input[type=email], select, input[type=checkbox], textarea, input[type=time], input[type=number], input[type=date] {
    padding:0 8px;
    height:1.5em;
    margin:0.1em;
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:1em;
    color:#666;
    background-color:#fff;
    font-weight:normal;
    border:1px solid #a99;
    line-height:1.5;
    box-shadow: inset -2px 8px 8px -6px #aaa;
    border-radius:5px;
}
 input:hover, input:active, input:focus, select:hover,select:active,select:focus,textarea:hover,textarea:active{
   box-shadow:inset 0 0 0 #fff;
}
input[readonly],input[disabled],select[disabled],select option[disabled]{
    color:#aaa;
    background-color:#fff;
    cursor:no-drop;
}
    
input[type=submit]{
    width:11em;
    height:50px;
    font-size:1.2em;
    line-height:1.5;
    color:white;
    text-shadow:1px 1px 1px #666;
    text-align:center;
    border:1px solid #666;
    border-radius:5px;
    cursor:pointer;
    transition: background 1s;
    background:linear-gradient(180deg, #0ee 0%,#099  100%);
}

input[type=submit]:hover{
    background:radial-gradient(ellipse at center, #0aa 0%,#0ee  100%);
    transition: background 1s ;
}
input.search {
  padding-left:35px;
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 13px center;
}
.textarea[contenteditable]:empty::before {
  content: "Ihre Nachricht...";
  color: gray;
} 
span[role=textbox] {
  padding:1px 6px;
  display: block;
  border:1px solid #aaa;
  background-color: white;
  border-radius:5px;
  overflow: hidden;
  resize: both;
  min-height: 40px;
  line-height: 20px;
}
table th{
    text-align:center;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;
}
table td{
    text-align:center;
    border-bottom:1px solid #aaa;
    border-right:1px solid #aaa;
}
table td div{
    text-align:center;
    font-size:0.7em;
}
.dtab{
    width:100%;
}
.dtab td{
    border:0;
}
.shield{
    padding:0.5em;
    border:1px solid #009;
    border:1px solid #666;
    background-color:#eee;
    border-radius:5px;
    box-shadow: inset -2px 8px 8px -6px #aaa;
}
.shield:hover{
    background-color:#fff;
}
/* .head{background-color:Gainsboro;border:1px solid #aaa;min-height:1.5em;font-weight:bold;box-shadow: 5px 5px 10px #aaa;}  */           /* #ddd */
.light{background-color:Ivory;border:1px solid #aaa;color:#444;text-align:center;}                    /* #ffe */
.yellow{background-color:yellow;border:1px solid #aaa;color:#444;text-align:center;}      /*  #ffc */
.azure{background-color:azure;border:1px solid #aaa;color:#444;text-align:center;}                    /* #ffe */
.khaki{background-color:#FFF6B9;border:1px solid #aaa;color:#444;text-align:center;} 
/*.green{background-color:palegreen;border:1px solid #aaa;color:#444;text-align:center;}                   #aed */
.green{background-color:#D2FFD2;border:1px solid #aaa;color:#444;text-align:center;}                  /* #aed */
.lime{background-color:lime;border:1px solid #aaa;color:#444;text-align:center;}                  /* #aed */
.aquamarine{background-color:aquamarine;border:1px solid #aaa;color:#444;text-align:center;}                  /* #aed */
.violett{background-color:fuchsia;border:1px solid #aaa;color:#444;text-align:center;}               /*  #fdf */
.lightviolett{background-color:#FF98FF;border:1px solid #aaa;color:#444;text-align:center;}               /*  #fdf */
.blue{background-color:skyblue;border:1px solid #aaa;color:#444;text-align:center;}                  /* #ccf */
.orange{background-color:gold;border:1px solid #aaa;text-align:center;color:#444}                   /* #fb6 */
.yellow:hover,.azure:hover,.khaki:hover,.palegreen:hover,.aquamarine:hover,.lime:hover,.green:hover,.lightgreen:hover,.violett:hover,.lightviolett:hover,.blue:hover,.orange:hover{
    background-color:#D1DEDE;
}            /* #9FEAC2  #96EFD2*/
/* Farbverläufe */
.togreen{background:linear-gradient(90deg, #fffff0 0%, #f00 30%, #00f 60%, #0f0 100%);}
.toblue{background:linear-gradient(90deg, #fffff0 0%, #f00 30%, #00f 60%, #fffff0 60%);}
.tored{background:linear-gradient(90deg, #fffff0 0%, #f00 30%, #fffff0 30%, #fffff0 100%);}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
    cursor:pointer;
}
.fileUpload input.upload{
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    height:10em;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.section .button, button{
    display:flex;
    justify-content:space-around;
    align-items:center;
    flex-wrap:wrap;
    margin:0.01em;
    width:10em; 
    height:4em;
    font-family:Verdana,Arial, Helvetica, sans-serif;
    background-color:#eee;
    text-decoration:none;
    text-align: center;
    font-weight:bold;
    padding: .2em .5em;
    color:#888;
    font-size:1em;
    border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
    float:left;
    border-radius:5px;
    -moz-border-radius:5px;
	-khtml-border-radius:5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.5);
	cursor:pointer;
}
.section .button:hover{
    color:#090;
    background-color:#fff;
    text-shadow:grey 2px 2px 2px;
}
.gbtn{
    margin: 0.1em auto;
    /* display:block; */
    border:1px solid #aaa;
    border-radius:3px;
    width:47px; 
    height:40px; 
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0px 8px 6px -6px #888;
}
.bgbtn{
    margin: 0.1em;
    display:block;
    border:1px solid #aaa;
    border-radius:3px;
    width:82px;
    height:62px;
    background-repeat: no-repeat;
    cursor: pointer;
    float:right;
    box-shadow: 0px 8px 6px -6px #888;
}
.bgbtn span[role=tip]{display: none;}
.bgbtn:hover span[role=tip] {
	display: block;
    position: relative;
	top:-5.5em;/* left:40%; */
    padding:1em;
    margin:0 auto;
    width:80%;/*height:29em; */
    color: #444;
	font-style: normal;
    font-weight:normal;
    font-size: 0.7em;
	text-align:center;
	border: 1px solid #444;
	text-shadow:#fff 0px 0px 0px;
	background-color: #fff;
    border-radius:5px;
    box-shadow:#646C6C 5px 5px 10px;
    z-index:98;

}

.gbtn:hover,.bgbtn:hover{
    box-shadow: 0px 8px 6px -6px #090;
}
.mbtn{
    margin:0 0.5em; 
    display:inline-block;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding:0;
    width: 30px;
    height:30px;
    cursor:pointer;
}
.mbtn:hover {background-position:0px -30px}
.mbtn em{
    display: none;
    font-weight:normal;
    white-space:nowrap;
    width:13em;
    /* height:400px; */
    background-color:#C1FF9A;
    border:2px solid #fff;
    border-radius:5px;
    box-shadow:#444 0px 0px 50px;
}
.mbtn:hover em {
	display: block;
	position: fixed;
	bottom:5%;
    right: 1%;
	padding:0;
    z-index:96;
    color: #083;
}
.mbtn em ul{
    list-style-type:none;
    text-indent: 0.6em;
    padding-left: 0em;
}
.mbtn em a{color:inherit;text-decoration:none}
.mbtn em li:hover{
    background-color:#007F3C;
    color:#fff
}
.ok{background-image: url(../grafik/ok.png);}
.set{background-image: url(../grafik/settings.png);}
.printer{background-image: url(../grafik/printerg.png);}
.email{background-image: url(../grafik/email.png);}
.semail{background-image: url(../grafik/semail.png);}
.epr{background-image: url(../grafik/epr.png);}
.pdf{background-image: url(../grafik/pdf.png);}
.xls{background-image: url(../grafik/xls.png);}
.opr{background-image: url(../grafik/opr.png);}
.stop{background-image: url(../grafik/stop.png);}
.dokument{background-image: url(../grafik/dokument.png);}
.wohnort{background-image: url(../grafik/wohnort.png);}

.link{
    margin:1em 1em 0 1em;
    color:white;
    font-size:1.2em;
    text-shadow:#222 2px 2px 2px;
}
.link:hover{
    color:#00FFFF;
}
.timer{
    position:absolute;
    top:5em;
    right:2em;
    font-weight:bold;
    width:120px;
    color:#00a;
    padding:0.2em;
    border-radius:5px;
}
.infbtn{
    position:absolute;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
    background:rgba(170,151,51, .4);
    margin-right:-5em;
    top:10em;right:120px;
    border:2px solid #fff;
    border-radius:7px;
    background-color:#C1FF9A;
    box-shadow:#444 0px 0px 50px;
    z-index:40;
}

.dialog{
    position:fixed;
    top:10%;
    left:10%;
    right:10%;
    margin: auto;
    width:450px;
    height:400px;
    border:2px solid #fff;
    border-radius:7px;
    background-color:#C1FF9A;
    box-shadow:#444 0px 0px 50px;
    z-index:40;
    overflow:hidden;
}
.dialog h1,h2,h3, .mbtn em h1,h2,h3{
    text-align:center;
    width:95%;
    margin:0.2em ;
    padding:0.4em;
    text-shadow:#222 2px 2px 2px;
    color:white;
    /* background-color:#CEC87F; */
    background:radial-gradient(ellipse at center, #CEC12D 0%,#CEC87f  100%);
    /* background:linear-gradient(0deg, #fff 0%,#CEC87F, 80%); */
    font-family:Verdana,Arial, Helvetica, sans-serif;
    border:1px solid #888;
    border-radius:5px;
    /* cursor:move; */
}
h4{
    text-align:center;
    margin:0.2em 1em;
    padding:0.4em;
    text-shadow:#333 2px 2px 5px;
    color:#fff;
    background-color:#49CDCE;
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:1.1em;
    border:1px solid #aaa;
    float:left;width:95%;
    border-radius:5px;
}
h5{
    text-align:center;
    margin:0.2em 1em;
    padding:0.4em;
    color:#000080;
    font-weight:bold;
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:1.1em;
}
.dialog h4{
    display:flex;
    justify-content:space-around;
    align-items:center;
    margin:0.2em auto;
    color:#fff;
    font-weight:bold;
    background-color:#4AACA1;
    font-family:Verdana,Arial, Helvetica, sans-serif;
    font-size:0.9em;
    line-height:2em;
    width:95%;
    border:1px solid #aaa;
    border-radius:5px;
}
.dialog .beige{
    color:#fff;
    background-color:#fa3;
    background:linear-gradient(0deg, #fe1 5%, #960 70%);
    text-shadow:#333 2px 2px 5px;
    border:1px solid #666;
}
.dialog .green,.mbtn em .green{
    color:#fff;
    background-color:#5AAD5A;
    text-shadow:#333 2px 2px 5px;
    background:linear-gradient(0deg, #1f7 5%, #094 70%);
    border:1px solid #666;
}
.dialog .blue, .mbtn em .blue{
    color:white;
    background-color:#05c;
    background:linear-gradient(0deg, #1ef 5%, #049 70%);
    border:1px solid #666;
}
.dialog .red{
    color:white;
    text-shadow:#333 2px 2px 5px;
    background-color:#e88;
    background:linear-gradient(0deg, #f0a 5%, #900 70%);
    border:1px solid #666;
}
.pshbtn input[type=radio], .pshbtn input[type=checkbox] {
    display:none;
    margin:10px;
}
.pshbtn{
   font-size:1em;
   margin:0.5em;
}
.pshbtn input[type=radio] + label, .pshbtn input[type=checkbox]+label {
    display:inline-block;
    margin:-1em 0;
    padding: 4px 12px;
    margin-bottom: 0;
    /* font-size: 0.7em; */
    line-height: 0.8em;
    color: #888;
    font-weight:bold;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #aaa;
    /* border-color: #e6e6e6 #e6e6e6 #bfbfbf; 
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;  */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    border-radius:5px;
}
.pshbtn input[type=radio]:hover + label,.pshbtn input[type=checkbox]:hover + label {
color: #009;background-color:#fff;
}
.pshbtn input[type=radio]:checked + label,.pshbtn input[type=checkbox]:checked + label {
       background-image: none;
    outline: 0; color:#099;
    -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        background-color:#ddd;
}
.footer{
    position:fixed;/* sticky; */
    bottom:0;left:0;
    justify-content:space-between;
    margin:auto;
    width:100%;
    height:3em;
    line-height: 1.5;
    color:#cdcdcd;
    background-color:#007F3C;
    z-index:1;
}
.footer:hover{
    z-index:8;
}
.help {
	display: none;
    background-image: url(../grafik/info.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position: relative;
    margin:0 1em;
    padding:0em;
    width:30px;
    height:30px;
	border:1px solid #444;
    float:left;
    border-radius:20px;
    -moz-border-radius:20px;
	-khtml-border-radius:20px;
	cursor: help;
}
.help:hover {background-position: 0px -30px;}
.help span[role=tooltip]{display: none;}
.help:hover span[role=tooltip] {
	display: block;
    position: absolute;
	top:35%;/* left:40%; */
    padding:1em;
    margin:0 auto;
    width:43em;height:29em;
    color: #444;
	font-style: normal;
    font-weight:normal;
    font-size: 0.8em;
	text-align:left;
	border: 1px solid #444;
	text-shadow:#fff 0px 0px 0px;
	background-color: #fff;
    border-radius:5px;
    box-shadow:#646C6C 5px 5px 10px;
    z-index:98;
}
.help span[role=tooltip]:hover{
	display: block;
	overflow-y:auto;
}
.ttbn em,.ttan em{display: none;}
.ttbn:hover em {
    display:inline-block;
    position:absolute;
    left:1em;
    top:0em;
    padding:0.5em;
    width:10em;
    color:#444;
    font-style: normal;
	font-size: 0.8em;
    border:1px solid #444;
    background:#efe;
    border-radius:5px;
    box-shadow:#646C6C 5px 5px 10px;
    z-index:10;
}
.ttan:hover em{
    display:inline-block;
    position:absolute;
    right:1em;
    padding:0.5em;
    width:40em;
    height:5em;
    color:#444;
    font-style:normal;
    background:#ee7;
    border:1px solid #444;
    border-radius:5px;
    z-index:10;
    box-shadow:#646c6c 5px 5px 10px;
}
#login{
     display: flex;
     position:fixed;
     right:2px;
     bottom:0px;
     background:#007F3C;
     /*padding:0;  */
      margin:5px;
}
#login li{
     padding:5px 10px;
     margin:0;
     width:140px;
     list-style-type:none;
}
#login li ul{
     background:#007F3C;
     border:1px solid #fff;
     border-radius:5px;
     box-shadow:#666 0px 0px 30px;
}
#login li ul li ul{
     background:#799aff;
}
#login li ul,
#login li > ul li ul{
     position:absolute;
     right:0;padding:0.5em;
     bottom:-0.2em;
     visibility:hidden;
     opacity:0;
     height:0em;
     transition:all 0.5s ease-in 10s;
}
#login li:hover > ul,
#login li > ul li:hover ul li{
     visibility:visible;
     /* display:flex;flex-direction:column;justify-content:space-around; */
     opacity:1;
     height:8em;
     transition:all 0.5s ease-in;
}
#siegel{
    width:90%;
}
svg {
	background-color: #fff;
}
path {
  fill: #0f0; 
  opacity:0.2;
  stroke: #333;
  stroke-width: 1;
  transition: all 0.6s ease;
}

path:hover {
  fill: #25D156; 
  cursor:pointer;
  filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
  opacity:0.5;transition: all 0.5s linear;
}
.size{
    fill:#ddd;
}
.size:hover{
    fill:#ddf;
    cursor:pointer;
}
.image{
    min-width:90%;
}
.foto{
     float:right;
     margin:0.2em;
     width:74px;height:95px;
     border:1px solid #888;
     box-shadow: 1px 2px 6px rgba(0,0,0,.8);
     border-radius:5px;
}
.pafoto{
     float:right;
     margin:0.2em;
     width:136px;height:85px;
     border:1px solid #888;
     box-shadow: 1px 2px 6px rgba(0,0,0,.8);
     border-radius:5px;
    
}
text {
  opacity: 0;
  font-size: 2.2em;
  font-style: italic;
  font-family:cursive;
  fill: #090;
  pointer-events: none;
}
#shead{
    font-size:1.4em;   
    opacity:1;
    fill:#090;
}
#shead text{
  font-size: 1.57em;
    opacity: 0.9;
    fill:#090;
    
}
path:hover ~ text {
  opacity: 1;transition: all 0.5s ease;
}

.info {
    opacity: 1;
	font-size: 1.2em;
	fill: black;
	pointer-events: none;
    transition: all 0.5s linear;
}          

#vwb1 {
     fill: #00D200; 
}
#vwb2 {
     fill: #92DD00;
}
#vwb3{
    fill:#f00;
} 
#vwb4{
    fill:#0099FF;
}
#vwb5{
    fill:#FFff00;
}
#vwb6{
    fill: orange;
}  
#vwb7{
    fill: #f0f;
}
#vwb8{
    fill: #0ff;
}
#vwb9{
    fill: #008080;
}
#vwb10{
    fill: #80007C;
}

.custom-loader {
  width: 25px;
  height: 25px;
  display: grid;
  border-radius: 50%;
  -webkit-mask:radial-gradient(farthest-side,#0000 40%,#000 41%);
  background:
    linear-gradient(0deg ,#766DF480 50%,#766DF4FF 0) center/2px 100%,
    linear-gradient(90deg,#766DF440 50%,#766DF4BF 0) center/100% 2px;
  background-repeat: no-repeat;
  animation: s3 1s infinite steps(12);
}
.custom-loader::before,
.custom-loader::after {
   content:"";
   grid-area: 1/1;
   border-radius: 50%;
   background:inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}
.custom-loader::after {
   opacity: 0.83;
   transform: rotate(60deg);
}

@keyframes s3 {
  100% {transform: rotate(1turn)}
}