@font-face { font-family:"roboto";
  src: url("roboto.woff2") format("woff2"),
        url("roboto.woff") format("woff"),
        url("roboto.ttf") format("truetype"); }
@font-face { font-family:"roboto";
  src: url("Roboto-Regular.ttf") format("truetype");
  font-weight:bold;
}

::-webkit-scrollbar{
   -webkit-appearance: none;
    z-index:0;
}

::-webkit-scrollbar-track {
    background-color: white;
    opacity:0;
    width: 1px;
    z-index:5550;
}
::-webkit-scrollbar-thumb {
    background-color: white;
    border: 0px solid white;
    border-radius: 0px;
    background-clip: content-box;
    z-index:0;
}


    input:focus + div#blindlayer{
    display:block;
}

textarea:focus + div#blindlayer{
    display:block;
}

hr{
  opacity:0.3;
}
div#blindlayer{
    display:none;
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:transparent;
    z-index:1000000;
}
a:link {color:#666666; text-decoration:none; border:none;border-bottom:1px dashed #666666;}
a:visited {color:#666666; text-decoration:none; border:none;border-bottom:1px dashed #666666;}
a:hover {color:#333333; text-decoration:none; border:none;border-bottom:1px solid #333333;}
a:active {color:#666666; text-decoration:none; border:none;border-bottom:1px dashed #666666;}
a:focus {color:#666666; text-decoration:none; border:none;border-bottom:1px dashed #666666;}

a.titel:link {color:#ffffff; text-decoration:none; border:none;cursor:default;}
a.titel:visited {color:#ffffff; text-decoration:none; border:none;cursor:default;}
a.titel:hover {color:#ffffff; text-decoration:none; border:none;cursor:default;}
a.titel:active {color:#ffffff; text-decoration:none; border:none;cursor:default;}
a.titel:focus {color:#ffffff; text-decoration:none; border:none;cursor:default;}

a.kurzlink {color:#fefefe; text-decoration:none;border:none;cursor:default;font-weight:bold;}
a.kurzlink:hover {color:#fefefe; text-decoration:underline;border:none;cursor:default;font-weight:bold;}

a.nohover:hover{
    color:inherit;
}

a.crewauswahl {cursor:pointer;}
a.crewauswahl:hover {cursor:pointer;}

a.closebutton{
    color:#ddd;
    font-size:13px;
    font-family:roboto, Arial, FreeSans;
    background:transparent;
    padding-left:3px;
    padding-right:3px;
    border:0px solid #ddd;
    position:relative;
    left:6px;
    top:-1px;
}
a.closebutton:hover{
    color:white;
    background:transparent;
    padding-left:3px;
    padding-right:3px;
    border:0px solid white;
    border-radius:2px;
}
a.closebutton:active{
    opacity:0.8;
}
a.closebutton:focus{
    cursor:default;
}
a.linkshow{
    color:#fefefe;
}

a.linkshow:hover{
    color:#fefefe;
}
a[title].daylink:hover:after {
    content: attr(title);
    padding: 8px 12px;
    background-color:#f4f4f4;
    color: #1e1e1e;
    position: relative;
    left:20;
    font-size:13px;
    font-weight:300;
    bottom: 10;
    z-index: 20;
    white-space: nowrap;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-image: -moz-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f4f4f4),color-stop(1, #f4f4f4));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -moz-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -ms-linear-gradient(top, #f4f4f4, #f4f4f4);
    background-image: -o-linear-gradient(top, #f4f4f4, #f4f4f4);
    transition: height 1s ease-in-out;
    cursor:default;
}

a[title].datumobenlinkgross:hover:after {
    content: "...";
    padding: 0px;
    color: #1e1e1e;
    background:#f4f4f4;
    border-top:0px solid #262626;
    border-bottom:0px solid #262626;
    border-left:0px solid #262626;
    border-right:0px solid #262626;
    border-radius:0px 0px 7px 7px;
    top:22px;
    position:absolute;
    left:50%;
    width:284px;
    margin-left:-140px;
    align:center;
    left:50%;
    font-weight:300;
    text-transform:none;
    font-size:12px;
    opacity:1;
    z-index: 21;
    white-space: nowrap;
}
td {font-family:roboto, Arial, FreeSans; font-size:15px; color:#fefefe; text-transform:none; vertical-align:top; line-height:22px;padding:10px;}

.linie {height:20px;}
.liniea {height:8px;}
.linies {height:3px;}


.buttonstitelrechtsmantel{
    position:absolute;
    top:1px;
    right:2px;
    height:20px;
    white-space:nowrap;
    display:inline;
}
.buttonstitel{
    background-color:  #262626;
    -moz-box-shadow: inset 0 0 1px 1px #262626;
    -webkit-box-shadow: inset 0 0 1px 1px  #262626;
    box-shadow: inset 0 0 1px 1px  #262626;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-style:none;
    white-space:nowrap;
    border:1px solid #262626;
    display:inline;
}
.buttonstitel:hover{
    border:1px solid #fefefe;
}
.buttonstitel:active{

    -moz-box-shadow: inset 0 1px 2px #9a9a9a;
    -webkit-box-shadow: inset 0 1px 2px  #9a9a9a;
    box-shadow: inset 0 1px 2px  #9a9a9a;
}
.buttonstitel:focus{
    cursor:default;
}
.buttonstitell{
    background-color:  transparent;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-style:none;
    white-space:nowrap;
    border:1px solid transparent;
    display:inline;
}
.buttonstitell:hover{
    border:1px solid #262626;
}
.buttonstitell:focus{
    cursor:default;
}
.buttonsoben {
    position: relative;
    top:4px;
    padding: 6px;
    background: transparent;
    color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 3px;
    cursor: default;
    transition: all ease 0.1s;
    font-size:14px;
    text-transform:none;
}
.buttonsoben:hover,
.buttonsoben:active {
    outline: none;
    background: #dedede;
    color: #262626;
}
.buttonsobendatum {
    position: relative;
    top:-1px;
    padding: 6px;
    margin:5px;
    background: transparent;
    color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 3px;
    cursor: default;
    transition: all ease 0.1s;
    font-size:14px;
    text-transform:none;
}
.buttonsobendatum:hover,
.buttonsobendatum:active {
    outline: none;
    background: #dedede;
    color: #262626;
}
.tabelletitel{
    position:relative;
    padding-left:5px;
    background-color:#262626;
    color:#ffffff;
    border-radius: 2px 2px 0px 0px;
    white-space:nowrap;
    text-align:left;
    padding-top:2px;
    padding-bottom:2px;
    font-weight:bold;
}
.tabelletitel_inaktiv{
    position:relative;
    padding-left:5px;
    padding-bottom:3px;
    background-color:rgba(202, 202, 202, 0.6);
    color:#262626;
    background: -moz-linear-gradient(top, rgba(202, 202, 202, 0.6) 90%, #262626 100%);
    background: -webkit-linear-gradient(top, rgba(202, 202, 202, 0.6) 90%, #262626 100%);
    background: -ms-linear-gradient(top, rgba(202, 202, 202, 0.6) 90%, #262626 100%);
    background: -o-linear-gradient(top, rgba(202, 202, 202, 0.6) 90%, #262626 100%);
    border-radius: 2px 2px 2px 2px;
    white-space:nowrap;
}

.tabelletitell{
    position:relative;
    padding-left:5px;
    padding-bottom:0px;
    background-color:#dedede;
    color:#262626;
    background: #dedede;
    white-space:nowrap;
    vertical-align:middle;
}

.tabelletitelll{
    position:relative;
    padding-left:5px;
    padding-bottom:0px;
     background-color:#333333;
     color:#fefefe;
    background: #333333;
    white-space:nowrap;
    font-style:none;
    vertical-align:middle;
 }

.tabelletitellll{
    position:relative;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:1px;
    padding-top:1px;
    background-color:#dedede;
    color:#262626;
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -webkit-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -ms-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -o-linear-gradient(top, #dedede 90%, #262626 100%);
    border-radius: 4px 4px 0px 0px;
    white-space:nowrap;
    border-left:1px solid #262626;
    border-right:1px solid #262626;
    font-weight:bold;
 }

.tabelleinhalt{
    background-color:#ffffff;
    color:#040404;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    border-radius:0px;
    border:0px;
    text-align:left;

}

.tabelleinhaltl{
    background-color:#3e3e3e;
    color:#fefefe;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    border-radius:0px;
    border:0px;
    vertical-align:middle;
}

.tabelleinhaltl1{
    background-color:#333333;
    color:#262626;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    border-radius:0px;
    border:0px;
    vertical-align:middle;
}

.tabelleinhaltll{
    background-color:#3e3e3e;
    color:#fefefe;
    padding:0px;
    padding-left:5px;
    padding-right:0px;
    margin:0px;
    border-radius:0px;
    border:0px;
    vertical-align:middle;
    border-left:1px solid #262626;
    border-right:1px solid #262626;
}

.tabelleinhalttbc{
    background-color:#3e3e3e;
    color:#fefefe;
    padding:2px;
    padding-left:5px;
    padding-right:5px;
    margin:0px;
    border-radius:0px;
    border:0px;
    opacity:0.5;
}
.fix{
    width:160px;
    max-width:160px;
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.fix1{
    line-height:25px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.gross{
    width:250px;
    max-width:250px;
}
.riesig{
    width:350px;
    max-width:350px;
}
.klein{
    width:100px;
    max-width:100px;
}
.tabelletitelalt{
    padding-left:5px;
    padding-bottom:3px;
    background-color:#757575;
    color:#fefefe;
    background: #757575;
    background: -moz-linear-gradient(top, #757575 90%, #262626 100%);
    background: -webkit-linear-gradient(top, #757575 90%, #262626 100%);
    background: -ms-linear-gradient(top, #757575 90%, #262626 100%);
    background: -o-linear-gradient(top, #757575 90%, #262626 100%);
    border-radius: 6px 6px 2px 2px;
}

#tabelle {border-radius:0px;border:1px solid #fefefe; border-collapse:separate;border-spacing:0px;}
#tabelle td{border-bottom:1px solid #A4A4A4; border-collapse:collapse; border-right:1px dashed #585858;}
#tabelle1 {border-radius:0;border:1px solid #fefefe; border-collapse:separate;border-spacing:0px;}
#tabelle1 td{border-right:1px solid #A4A4A4; border-collapse:collapse; border-bottom:1px dashed #585858;}

.waehrung {
    font-family:roboto, Arial, FreeSans;
    font-size: 16px;
    border-radius:0px;
    height:28px;
    position:relative;
    top:-4px;
    margin:0px;
    margin-right:3px;
    margin-left:-5px;
    padding:5px;
    border:0px;
    background-color:transparent;
    color:#fefefe;
}
.ueberschrift{
    background-color:#dedede;
    border-radius:4px;
    background: #dedede;
    background: -moz-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -webkit-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -ms-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -o-linear-gradient(top, #dedede 90%, #262626 100%);
    font-family:roboto, Arial, FreeSans;
    text-transform:uppercase;
    font-weight:700;
    font-size:22px;
    line-height:30px;
    color:#262626;
}

.ueberschrift2{
    background-color:#dedede;
    border-radius:4px 4px 0px 0px;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
}

.nowrap{
    white-space:nowrap;
}

.ueberschrift3{
    background-color:#757575;
    border-radius:4px;
    background: #757575;
    background: -moz-linear-gradient(top, #757575 90%, #262626 100%);
    background: -webkit-linear-gradient(top, #757575 90%, #262626 100%);
    background: -ms-linear-gradient(top, #757575 90%, #262626 100%);
    background: -o-linear-gradient(top, #757575 90%, #262626 100%);
    font-family:roboto, Arial, FreeSans; text-transform:none;font-weight:700;font-size:22px; line-height:30px; color:#fefefe;
}


.ueberschriftklein{
    border-radius:3px;background-color:#dedede;background: -moz-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -webkit-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -ms-linear-gradient(top, #dedede 90%, #262626 100%);
    background: -o-linear-gradient(top, #dedede 90%, #262626 100%);font-family:roboto, Arial, FreeSans; font-weight:700;font-size:18px; line-height:30px; color:#262626;text-transform:uppercase;
}
.boxhg{
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:15;
    display:block;
            background-color:rgba(0,0,0,0.7);
}
.boxhg:target{
    display:none;
}
.box{
    position:fixed;
    width:400px;
    margin-left:-200px;
    padding:0;
    top:20%;
    left:50%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:13;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    display:block;
}
.box:target{
    display:none;
}

.box_ueberschrift{
    width:400px;
    margin-left:-200px;
    padding:0;
    top:20%;
    left:50%;
    position:fixed;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:15;
}
.boxhg1{
    position:fixed;
    width:100%;
    height:100%;
            background-color:rgba(255,255,255,0.7);
    top:0;
    left:0;
    z-index:11;
    display:none;
}
.boxhg1:target{
    display:block;
}
.box1{
    position:fixed;
    width:600px;
    margin-left:-340px;
    padding:40px;
    top:30%;
    left:50%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    font-size:14px;
    text-transform:none;
    z-index:3;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
}
.box1:target{
    display:block;
}

.box1schmal{
    position:fixed;
    width:100px;
    margin-left:-50px;
    padding:40px;
    left:50%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    top:30%;
}
.box1schmal:target{
    display:block;
}
.box1_formular{
    position:fixed;
    width:500px;
    left:calc(50% - 250px);
    top:10%;
    max-height:80%;
    background-color:white;
    color:black;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid transparent;
    border-radius:0px;
    overflow:scroll;
    padding-bottom:15px;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
}
.box1_formular:target{
    display:block;
}
.box1_formular_ueberschrift{
    width:500px;
    left:calc(50% - 250px);
    top:10%;
    position:fixed;
    border:3px solid black;
    border-bottom:0px;
    background-color:black;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-size:15px;
    line-height:18px;
    color:white;
    z-index:50;
}

.close_button{
    position:absolute;
    right:5px;
    top:0px;
}
.box1_formular_schmal{
    position:fixed;
    width:500px;
    max-height:75%;
    left:-moz-calc(50% - 250px);
    left:-webkit-calc(50% - 250px);
    left:-o-calc(50% - 250px);
    left:calc(50% - 250px);
    top:15%;
    padding:0;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    overflow:scroll;
    padding-bottom:15px;
}
.box1_formular_schmal:target{
    display:block;
}

.box1_formular_schmal_ueberschrift{
    width:500px;
    max-height:75%;
    left:-moz-calc(50% - 250px);
    left:-webkit-calc(50% - 250px);
    left:-o-calc(50% - 250px);
    left:calc(50% - 250px);
    top:15%;
    padding:0;
    position:fixed;
    text-align:center;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:90;
}
.box1_formular_breit{
    position:fixed;
    width:900px;
    max-height:80%;
    left:-moz-calc(50% - 450px);
    left:-webkit-calc(50% - 450px);
    left:-o-calc(50% - 450px);
    left:calc(50% - 450px);
    top:10%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    overflow:scroll;
    padding-bottom:15px;
}
.box1_formular_breit:target{
    display:block;
}

.box1_formular_breit_ueberschrift{
    width:900px;
    max-height:80%;
    left:-moz-calc(50% - 450px);
    left:-webkit-calc(50% - 450px);
    left:-o-calc(50% - 450px);
    left:calc(50% - 450px);
    top:10%;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    position:fixed;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:50;
}

.box1_formular_breit2{
    position:fixed;
    width:1000px;
    max-width:100%;
    max-height:80%;
    left:-moz-calc(50% - 500px);
    left:-webkit-calc(50% - 500px);
    left:-o-calc(50% - 500px);
    left:calc(50% - 500px);
    top:10%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    overflow:scroll;
    padding-bottom:15px;
}
.box1_formular_breit2:target{
    display:block;
}

.box1_formular_breit2_ueberschrift{
    width:1000px;
    max-width:100%;
    max-height:80%;
    left:-moz-calc(50% - 500px);
    left:-webkit-calc(50% - 500px);
    left:-o-calc(50% - 500px);
    left:calc(50% - 500px);
    top:10%;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    position:fixed;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:50;
}


.box1_formular_breit3{
    position:fixed;
    width:1600px;
    max-width:100%;
    max-height:80%;
    left:-moz-calc(50% - 800px);
    left:-webkit-calc(50% - 800px);
    left:-o-calc(50% - 800px);
    left:calc(50% - 800px);
    top:10%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    overflow:scroll;
    padding-bottom:15px;
}
.box1_formular_breit3:target{
    display:block;
}

.box1_formular_breit3_ueberschrift{
    width:1600px;
    max-width:100%;
    max-height:80%;
    left:-moz-calc(50% - 800px);
    left:-webkit-calc(50% - 800px);
    left:-o-calc(50% - 800px);
    left:calc(50% - 800px);
    top:10%;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    position:fixed;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:50;
}


.boxhg2{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    top:0;
    left:0;
    z-index:32;
    display:none;
}
.boxhg2:target{
    display:block;
}
.box2{
    position:fixed;
    width:200px;
    margin-left:-140px;
    padding:40px;
    left:50%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:33;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    top:40%;
}
.box2:target{
    display:block;
}
.close{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#262626;
    top:-15px;
    right:-15px;
    border-radius:15px;
    z-index:38;
    cursor:default;
}
.close_kalender{
    position:absolute;
    width:30px;
    height:30px;
    background-color:#262626;
    bottom:-20px;
    right:122px;
    border:6px solid #f4f4f4;
    border-radius:30px;
    z-index:4;
    line-height:100%;
}
.boxgross{
    position:fixed;
    width:400px;
    margin-left:-200px;
    left:50%;
    background-color:#262626;
    color:#fefefe;
    font-family:roboto, Arial, FreeSans;
    z-index:3;
    text-align:center;
    border:3px solid #dedede;
    border-radius:6px;
    font-size:14px;
    top:20%;
}

.boxgross_ueberschrift{
    width:400px;
    margin-left:-200px;
    left:50%;
    border:3px solid #dedede;
    border-bottom:0px;
    border-radius:3px 3px 0px 0px;
    position:fixed;
    background-color:#dedede;
    background: #dedede;
    font-family:roboto, Arial, FreeSans;
    text-transform:none;
    text-align:center;
    font-weight:bold;
    font-size:16px;
    line-height:22px;
    color:#262626;
    z-index:10;
    top:20%;
}
.logo {
    position:relative;
    top:0px;
    padding-top:20px;
    padding-bottom:20px;
    height:50px;
    width:100%;
    min-width:920px;
    background-color:#262626;
    overflow:hidden;
    white-space:nowrap;
}

.jshow_logo_claim{
  width:200px;
  border:0px;
  opacity:1;
  padding:30px;
}

		td {
      font-family:roboto,Arial,FreeSans;
      font-size:15px;
      color:black;
      text-transform:none;
      vertical-align:top;
      padding-top:10px;
      padding-bottom:10px;
      padding-left:20px;
      padding-right:20px;
    }
		.linie {height:10px;}
		.linies {height:3px;}
		input[type="text"]{
  font-family:roboto,Arial,FreeSans;
  font-size: 14px;
  margin:0px;
  padding:5px;
  padding-bottom:2px;
  border:0px;
  width:160px;
  border-bottom:1px solid #ccc;
  border-radius:0;
  background-color:white;
  color:black;
}
		input[type="password"]{
  font-family:roboto,Arial,FreeSans;
  font-size: 14px;
  margin:0px;
  padding:5px;
  padding-bottom:2px;
  border:0px;
  border-radius:0;
  width:160px;
  border-bottom:1px solid #ccc;
  background-color:white;
  color:black;
}
input:hover{
  border-bottom:1px solid #999;
}
input:active{
  border-bottom:1px solid #666;
}
input:focus{
  border-bottom:1px solid #000;
}
input[type="checkbox"]{
  cursor:pointer;
}
textarea{
  font-family:roboto,Arial,FreeSans;
  font-size: 14px;
  border-radius:4px;
  margin:2px;
  padding:5px;
  border:0px;
  background-color:#dedede;
  color:#333333;
}
td.infobox{
  background-color:transparent;
  max-width:280px;
  padding:10px;
  color:#333;
  font-size:12px;
  text-align:center;
}
td.ueberschrift_box{
  background-color:transparent;
  max-width:280px;
  padding:10px;
  color:#333;
  font-size:16px;
  font-weight:bold;
}
td.absatz{
   padding:20px;
}
.bild_link{
  border:0px!important;
}
.logo_groesse{
  max-height:35px;
  max-width:200px;
}
.logo_groesse_agentur{
  max-height:40px;
  max-width:200px;
}
 button {
	position: relative;
	top:1px;
	padding: .5em 1em;
/*	width: 8em;*/
	background: transparent;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 20px;
	cursor: pointer;
    font-size:15px;
    font-family:roboto,Arial,FreeSans;
    text-transform:uppercase;
}
button:hover{
	border: 1px solid #666;
  color:#000;
	outline: none;
}
button:active {
	border: 1px solid black;
  color:#000;
	outline: none;
}
.buttons{
	position: relative;
	padding: .5em 1em;
	width: 8em;
	background: transparent;
	color: #555;
	border: 1px solid #555;
	border-radius: 20px;
	cursor: pointer;
	transition: all ease 0.2s;
    font-size:15px;
    font-family:roboto,Arial,FreeSans;
    top:0px;
}
.ueberschriftklein{
border-radius:0px;background-color:#b0b2c4;font-family:roboto,Arial,FreeSans; font-weight:500;font-size:18px; line-height:30px; color:'.$schriftfarbetitel.';
background: -moz-linear-gradient(top, #b0b2c4 90%, '.$hgfarbe.' 100%);
background: -webkit-linear-gradient(top, #b0b2c4 90%, '.$hgfarbe.' 100%);
background: -ms-linear-gradient(top, #b0b2c4 90%, '.$hgfarbe.' 100%);
background: -o-linear-gradient(top, #b0b2c4 90%, '.$hgfarbe.' 100%);}
        body{
            /*background-image: url("https://j.show/jshow_bg_2019_4.jpeg");
			background-repeat: no-repeat;
			background-position: center center;
			background-attachment:fixed;
			background-size:cover;*/
            color:black;
            background-color:white;
			font-size:28px;
            font-family:"Courier New", Courier, monospace;
            text-align:center;
			cursor:default;
        }
			.contents{
			background-color:white;
      border:0px solid rgba(0,0,0,0.5);
			z-index:0;
      width:310px;
            color:black;
        }
		td{

            color:black;
		}
		.loginheader{font-family:roboto, Arial, FreeSans; color:#494856; text-transform:uppercase; text-decoration:none; border:none; font-weight:bold; background-color:#c4c4c4; padding:4px; border:0px;}

.klickinsleere
{
  position:fixed;
  width:100%;
  height:100%;
  cursor:default;
  background-color:rgba(0,0,0,0.1);
  backdrop-filter: blur(1px);
}

.logo_hellmodus{
  display:inline;
}
.logo_dunkelmodus{
  display:none;
}

.icon-checkbox{
  position:relative;
  top:3px;
  height:16px;
  width:16px;
}
.checkbox_dunkelmodus{
  display:none;
}

.checkbox_hellmodus{
  display:inline;
}
@media (prefers-color-scheme: dark) {
  body, table, td, input {
    background-color:black!important;
    color:white!important;
  }
  input {
    border-bottom:1px solid white;
  }

  a:link {color:#ddd; text-decoration:none; border:none;border-bottom:1px dashed #ddd;}
  a:visited {color:#ddd; text-decoration:none; border:none;border-bottom:1px dashed #ddd;}
  a:hover {color:#fff; text-decoration:none; border:none;border-bottom:1px solid #fff;}
  a:active {color:#ddd; text-decoration:none; border:none;border-bottom:1px dashed #ddd;}
  a:focus {color:#ddd; text-decoration:none; border:none;border-bottom:1px dashed #ddd;}
  button {
   color: #ddd;
   border: 1px solid #ccc;
 }
   button:hover{
     border: 1px solid #fff;
     color:#fff;
   }
   button:active {
     border: 1px solid white;
     color:#fff;
   }
   .jshow_logo_claim{
     fill:white!important;
   }

   .logo_hellmodus{
     display:none;
   }
   .logo_dunkelmodus{
     display:inline;
   }

   .box1_formular_ueberschrift{
       border:3px solid white;
       background-color:white;
       color:black;
   }

   .box1_formular{
       background-color:black;
       color:white;
     box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.2);
   }

   .klickinsleere{
     background-color:rgba(0,0,0,0.8)!important;
   }
   .checkbox_dunkelmodus{
     display:inline;
   }

   .checkbox_hellmodus{
     display:none;
   }
}