
body {
   overflow-x:hidden;
   background-color:#ffffff;
   font-family: Arial, sans-serif;
}

A {
   COLOR:#aaa;
   FONT-FAMILY:  Arial, sans-serif;
   FONT-SIZE: 16px;
   line-height: normal;
   text-decoration: none;
}

A:hover {
   COLOR:#333;
   FONT-FAMILY:  Arial, sans-serif;
   FONT-SIZE: 16px;
   text-decoration: underline;
}
A.activ {
   COLOR:#ffffff;
   background: #111;
   FONT-FAMILY:  Arial, sans-serif;
   FONT-SIZE: 16px;
   text-decoration: underline;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;

}

.T1 {
   COLOR:#333;
   FONT-FAMILY:  Arial, sans-serif;
   FONT-SIZE: 16px;
   line-height: normal;
   text-decoration: none;

}
.H2 {
     font-family: Arial, sans-serif;
     font-size:18px;
     color:#333;
     line-height:30px;
}
.ergebniss {
background-color:green;
color:#ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.fehler {
background-color:red;
color:#ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.warning {
background-color:coral;
color:#ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.header {
background-color:rgb(28,134,238);
color: #ffffff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.mark {
background-color:#aaa;
color:#ffffff;
}
.mark-new {
background-color:black;
color:#ffffff;
}
.mark-inbox {
font-size:14px;
font-family: Arial, sans-serif;
font-weight:bold;
background-color:#aaa;
color:#ffffff;
}
.trinbox {
font-size:12px;
font-family: Arial, sans-serif;
background-color:#ffffff;
color:#333;
}
.trinbox2 {
font-size:12px;
font-family: Arial, sans-serif;
background-color:#F5F5F5;
color:#333;
}
.icon {
width:32px;
height:32px;
vertical-align:middle;
-webkit-border-radius: 16px;
-moz-border-radius: 16px;
border-radius: 16px;
}
.mini {
width:48px;
height:48px;
line-height:32px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-webkit-box-shadow: 0 0 5px #888;
-moz-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
z-index:1;
}
main {
position:relative;
box-sizing: border-box;
height:80vh;

}
select[readonly]{
    background: #eee;
    cursor:no-drop;
}

select[readonly] option{
    display:none;
}
input[readonly]{
    background: #eee;
    cursor:no-drop;
}
input[readonly] option{
     display:none;
}
input[type=text][readonly]{
    background: #eee;
    cursor:no-drop;
}
input[readonly].readonly {
   background: #eee;
   cursor:no-drop;
}
input[readonly].readonly option{
   display:none;
}
table.set {width:100%; float:left; }
.norm {
background-color:#FFFFFF; width:100%;
 -webkit-box-shadow: 0 0 5px #888;
        -moz-box-shadow: 0 0 5px #888;
        box-shadow: 0 0 5px #888;
        z-index:2;
}
.in-box {
width:100%;
float:left;
background-color:#E0ECF8;
border: 1px solid DimGray;
border-radius: 2px;
-webkit-box-shadow: 0 0 5px #888;
-moz-box-shadow: 0 0 5px #888;
box-shadow: 0 0 5px #888;
z-index:2;
}
input[type=text], [type=email],[type=url], [type=number], [type=date], [type=tel],[type=password],[type=currency]  {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    FONT-SIZE: 12pt;
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 2px 2px 2px 2px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width:100%;
}

input.inputEd {
width:96%;
/* Firefox */
-moz-appearance: textfield;
}
/* Chrome, Safari, Edge, Opera -> NO SPIN input type number*/
input.inputEd::-webkit-outer-spin-button,
input.inputEd::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.inputOp {
border: none;
border-radius: 0px;
background-color:transparent;
FONT-SIZE: 12px;
font-family: Arial, sans-serif;
padding: 0px 0px 0px 0px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
width:96%;
padding:3px 0px 3px 0px;
/* Firefox */
-moz-appearance: textfield;

}
/* Chrome, Safari, Edge, Opera -> NO SPIN input type number*/
input.inputOp::-webkit-outer-spin-button,
input.inputOp::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.inputOpNum {
border: none;
border-radius: 0px;
background-color:transparent;
FONT-SIZE: 12px;
font-family: Arial, sans-serif;
padding: 0px 0px 0px 0px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
width:96%;
padding:3px 0px 3px 0px;
}
select.inputOp {
border: none;
border-radius: 0px;
background-color:transparent;
color:#333;
FONT-SIZE: 12px;
font-family: Arial, sans-serif;
padding:3px 0px 3px 0px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
width:96%;
}
button.inputOp {
border: none;
border-radius: 0px;
background-color:transparent;
color:#333;
FONT-SIZE: 10pt;
font-family: Arial, sans-serif;
padding: 5px 3px 0px 0px;

width:96%;

}
button.inputOp:hover {
border: none;
border-radius: 0px;
background-color:#ffffff;
color:#333;
FONT-SIZE: 10pt;
font-family: Arial, sans-serif;
padding: 5px 3px 0px 0px;
width:96%;

}



input:invalid { background: hsl(5,30%,80%) }
.next {
background:url(/_mod/kalender/img/next.png) no-repeat;
}
select {
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    color:#111;
    font-size: 16px;
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 2px 2px 2px 2px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    width:100%;
}
.auswahl{
color:#aaa;
}

textarea{
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    FONT-SIZE: 12pt;
    font-family: Arial, sans-serif;
    background-color: white;
    padding: 1px 2px 1px 2px;
    width:100%;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
 /* background-color: #aaa;    */
}
input[type=text]:activ {

}
input[type=button], input[type=submit], input[type=reset] {
    padding: 5px 7px;
    background-color:rgb(28,134,238);
    display: block;
    FONT-SIZE: 12pt;
    color: #ffffff;
    border-radius: 5px;
    height:35px;
    text-decoration: none;
    border-style: none;
    cursor: pointer;
    width:100%;
}
input[type=submit]:hover {
  background: #111;
  color: #aaa;
  border-radius: 5px;
  cursor: pointer;
}
label {margin-right:20px;}

input[type=radio].css-checkbox {
position:absolute;
z-index:-1000;
left:-1000px;
overflow: hidden;
clip: rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0;
}

input[type=radio].css-checkbox + label.css-label {
padding-left:27px;
height:25px;
display:inline-block;
line-height:25px;
background-repeat:no-repeat;
background-position: 0 0;
font-size:18px;
font-weight:normal;
vertical-align:middle;
cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
background-position: 0 -25px;
}

label.css-label {
background-image:url('../admin/_img/sys/radio.png');
background-size: 25px 50px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.fileUpload {
    position: relative;
    overflow:hidden;
       background-color:rgb(28,134,238);
       color: #ffffff;
        box-sizing: border-box;
    width:100%;
    height:24px;
    border: 1px solid DimGray;
    border-radius: 2px;
    cursor: pointer;
    display:flex;
  align-items: center;
  justify-content: center;
}
input.upload {
    position: relative;
    width:100%;
    top: 0;
    right: 0;

    padding: 0;
    background-color:rgb(28,134,238);
    font-size: 10px;
    color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    filter: alpha(opacity=0);
}
button.activ {
background-color:black;
color: #ccc;
FONT-SIZE: 12pt;

border-radius: 2px;
border: 1px solid DimGray;
text-decoration: none;
cursor: pointer;
}
button:hover {
    COLOR:black;
    background-color:#ffffff;
    FONT-SIZE: 12pt;
    border: 1px solid DimGray;
    border-radius: 2px;

    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px #888;
    -moz-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;
    z-index:2;
}
button {
    COLOR:#585858;
    background-color:#f2f2f2;
    FONT-SIZE: 12pt;
    border-radius: 2px;
    border: 1px solid DimGray;
    text-decoration: none;
    cursor: pointer;
    float:middle;

}
button.low {
    COLOR:#aaa;
    background-color:#ffffff;
    FONT-SIZE: 12pt;
    border-radius: 2px;
   border-style: none;
    text-decoration: none;
    cursor: pointer;
}

img.gallery {
float:left;
width: 100%;
height:150px;
}
img.slide {
float:left;
min-width: 100%;
min-height:27vw;
}

figure,
figcaption {
        margin: 0;
        padding: 0;
}
#gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
        gap: 1em;
        text-align: center;
        padding:0px;
}

#gallery figure {
        position: relative;
        color: black;
        background: #ffffff;
}

figure img {
        width: 100%;
        display: block center;
        z-index:1;
}
#gallery > figure > figcaption {
        position: absolute;
        bottom: 0;
        width: 100%;
        line-height: 2em;
        color: white;
        background: rgba(0, 0, 0, 0.3);
        overflow:hidden;
        z-index:2;
}
#gallery > figure > figcaption.bez {
        position: absolute;
        bottom: 30%;
        right:0;
        width: 45%;
        line-height: 1.1em;
        color: white;
        background: rgba(0, 0, 0, 0.3);
        overflow:hidden;
        z-index:2;
}

#gallery > figcaption.bez {
        grid-column: 1 / 2;
}
#gallery > figcaption {
        grid-column: 1 / -1;
}

#zentriert {
display:flex;
  align-items: center;
  justify-content: center;
}
.left {width:50%;float:left; height:100%; padding:10px;  }
.right {width:45%;margin-top:50px; float:right;}

.vorschau {
width:100px;
height:100px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
div.content {
position:absolute; top:35px; background-color:#ffffff; width:100%;  min-height:40%;box-sizing: border-box;
}
div.top {
margin-left:10px;
}

.select {border: 2px dotted #ccc; position:absolute; top:100px;left:200px; z-index: 10; font-size:0.8em; }
.resizable { border: 2px dashed black; position: absolute; }
.resizer { width: 20px; height: 20px; background: red; position:absolute; right: 0; bottom: 0; cursor: se-resize; }
.mover {  width: 20px; height: 20px; background: blue; position:absolute; top:0px; left:0px; cursor: grab; }