html, body {
    margin:0;
    padding: 0;
    /*scroll-behavior: smooth;*/
}

html, body {
    /*background-color: #666 !important;*/

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#606c88+0,3f4c6b+100;Grey+3D+%232 */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,0d0d0d+46,010101+50,0a0a0a+53,4e4e4e+76,383838+87,1b1b1b+100;Black+Gloss+Pipe */

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#959595+0,333333+50,4e4e4e+76,494949+100 */
background: #959595; /* Old browsers */
background: -moz-linear-gradient(45deg,  hsl(0,0%,58%) 0%, hsl(0,0%,20%) 50%, hsl(0,0%,31%) 76%, hsl(0,0%,29%) 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  hsl(0,0%,58%) 0%,hsl(0,0%,20%) 50%,hsl(0,0%,31%) 76%,hsl(0,0%,29%) 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  hsl(0,0%,58%) 0%,hsl(0,0%,20%) 50%,hsl(0,0%,31%) 76%,hsl(0,0%,29%) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#959595', endColorstr='#494949',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */

/* über background: #f8f8f8*   KOMTM sonst das rein */

background-attachment: fixed !important;

    min-height: 100%;
}


fieldset h2 { margin-bottom: 0; }
fieldset h2 + p { margin-top: 5px; }



#scrollbox{
  width:90vw;
  height:80vh;
  margin:auto auto;
  border:1px solid black;
  overflow: -moz-scrollbars-vertical;
  overflow:auto;
  overflow-y: scroll;
  padding: 1em;
  background-color: hsla(0, 100%, 100%, .3);
}



.css-ampel {
  display: inline-block;
  width: 30px;
  height: 90px;
  border-radius: 6px;
  position: relative;
  background-color: black;
  zoom: 0.5;
}

.css-ampel span,
.css-ampel:before,
.css-ampel:after {
    content: "";
    color: white;
    position: absolute;
    border-radius: 15px;
    width: 22px;
    height: 22px;
    left: 4px;
}

.css-ampel:before {
    top: 6px;
    background-color: red;
    background-color: dimgrey;
}

.css-ampel:after {
    top: 34px;
    background-color: yellow;
    background-color: dimgrey;
}

.css-ampel span {
    top: 62px;
    background-color: green;
    background-color: dimgrey;
}

.ampelfarbe_r:before {
    background-color: red;
    box-shadow: 0 0 20px red;
}

.ampelfarbe_o:after {
    background-color: yellow;
    box-shadow: 0 0 20px yellow;
}

.ampelfarbe_g span {
    background-color: limegreen;
    box-shadow: 0 0 20px limegreen;
}




/*tabellesteuerung*/

table:not(#tabellesteuerung) td {
    color: black;
    padding: 6px 6px !important;
}

/* tabellen, zeile, hervorheben*/
/*table zeile hervorheben*/
/*table tr:hover {*/
table tr:hover td {
    background-color: hsla(90, 50%, 50%, 0.3);
}

.btn_gruen {
  zoom:2;
  color: white;
  background-color: limegreen;
  border-radius: 20px;
  margin-top: 8px;
}


.btn_gruen:hover {
    background-color: orange !important;
    cursor:pointer !important;
}


summary {
    background-color: limegreen;
    background-color: green;
    color: #ddd;
    padding: 3px 0 3px .5em;
    margin-bottom: 0 !important;
}

details[open] summary {
  /*background: #999;*/
  /*background: darkorange;*/
  background: hsl(20,70%,50%);
  color: white;
}

summary:focus {
  outline: none;
}

body, td, p,h1,h2,h3,h4,h5,h6,dt,dd {
  font-family:Helvetica,Arial,Verdana, sans-serif;
/*  font-size: 10pt;*/
  font-weight: normal;
  color: #003366;
  color: white;
}

.hauptfeld h1,
.hauptfeld h2,
.hauptfeld h3,
.hauptfeld h4,
fieldset p,
fieldset {
  color: black;
}


h1 {
    /*color: white;*/
    color: #acca0f;
    text-shadow: 1px 1px 1px black;
    letter-spacing: .02em;
}

h2 {
    /*color: white;*/
    /*color: #9bb300;*/
    /*color: #acca0f;*/
    /*color: hsl(223, 45%, 50%);*/
    color: hsl(223, 50%, 60%);
    color: hsl(197, 71%, 73%);
    /*text-shadow: 1px 1px 1px black;    */
}

fieldset h2 {
    /* auf hellen Hintergrund*/
    color: hsl(197, 71%, 38%);
}


h3 {
    /*color: hsl(70, 86%, 43%);*/
    color: hsl(223, 45%, 50%);
    margin-bottom: 8px;
}

h4 {
    color: hsl(223, 40%, 50%);
    margin-bottom: 8px;
    font-weight: bold;
    margin-left: 1.5em;
}


.schriftaufdunkel {
  color: #ccc;
}

.schriftaufdunkel b,
.schriftaufdunkel strong,
.schriftaufdunkel i {
  color: white;
}

/*  für das Dreieck zum Sprung vom Seitenanfang in der Fußzeile*/
div.dreieck {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid silver;
  padding-top: 5px;
  float: left;
}

div.dreieck:hover {
  border-bottom: 10px solid orange;
}

#bereichfuss {
    padding-left: 15px !important;
}


/* Mauszeiger ändern für entsprechende Elemente*/

details summary {
    cursor:pointer;
}


/* fieldset und legend Design mit Kästchen im Rahmen  */

/*fieldset.hauptfeld {
  background-color: white;
  border: 1px solid black;
}

legend.hauptfeld {
  font-size: 1.4em;
  color: black;
  background-color: white;
  padding: 0 1em;
  border-top: 3px solid limegreen;
}

*/
fieldset {
  background-color: white;
  margin: 0;
  padding: 0;
  border: 1px solid black;
  border: 0px solid black;
  margin-bottom: 1em;

  -moz-border-radius:1em;
  -webkit-border-radius:1em;
  border-radius:1em;
}

fieldset p,
fieldset h1,
/*fieldset h2,*/
fieldset h3,
fieldset summary {
  margin: 20px;
}

fieldset h2 {
  margin: 20px 20px 0 20px;
}


legend {
  color: white !important;
  background-color: black;
  float: right;
  padding: 0.2em 1.5em;
  border-bottom-left-radius: 1em;
}


fieldset fieldset {
  background-color: #eee;
  padding: 0 0;
  margin: 0 1em;
  margin-bottom: 0;
  box-shadow: none;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0;
  /*border: 1px solid darkorange;*/
  margin-bottom: 1.3em;
}

fieldset fieldset ul {
  margin-bottom: 0;
}

fieldset fieldset h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

fieldset fieldset p {
  margin-top: 0;
  padding-top: 0;
}






.anzeigelogik_nie {
    font-style:italic;
    color: #666 !important;
    text-decoration: none !important;
}

#neuer_eintrag,
#neuer_eintrag p,
legend,
#einloggbildschirm label {
    color: #666;
}

.menueleiste_oben form {
    display: inline-block;
}

.menueleiste_oben a {
    color: silver !important;
}

.menueleiste_oben a:hover {
    color: white !important;
}


#aktuelleseite {
    /*background-color: orange;*/
    /*background: linear-gradient(0deg, hsla(50,50%,50%,0.3) 0%, rgba(255,255,255,0.5) 20%);*/
}


.aktuelleseite_an {
    border-left: 20px solid red;
    width: 20px;
    height: 100%;
    display: inline-block;
    background-color: red !important;
    color: white !important;
}

.aktuelleseite_aus {
    border-left: 20px solid transparent;
}

.akt_seite_anspringen {
    background-color: orange !important;
    width: 100px;
}

#bereichfuss {
    width: 100%;
    background-color: black;
    padding: 4px;
    border-top: 1px solid black;
    position: fixed;
    /*position: absolute;*/
    bottom: 0;
    left: 0;
    border-bottom-right-radius: 10px;
    box-shadow: -3px -3px 20px black;

}

#speichernTextEditieren {
    font-size: 160%;
    background-color: limegreen;
    border-radius: 10px;
}

#speichernTextEditieren:hover {
    background-color: red;
}


ul.menueleiste_oben {
    margin: 0;
}

.menueleiste_oben {
    background-color: #ddd;
    background-color: black;
    padding: 4px;
    border-bottom: 1px solid black;
    position: fixed;
    /*position: absolute;*/
    top: 0;
/*    left: 0;*/
    right: 0;
/*    border-bottom-right-radius: 10px;*/
    border-bottom-left-radius: 10px;
    box-shadow: 3px 3px 20px black;
	padding-left: 1em;

}

.menueleiste_oben li {
    list-style-type: none;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid silver;
    display: inline-block;
}

.menueleiste_oben li:last-child {
    border-right: none;
}

#bereichfuss,
#bereichfuss a,
.menueleiste_oben a {
    color: white;
}

#bereichfuss a:hover,
.menueleiste_oben a:hover {
    color: orange;
}

#wrapper {
    margin: 60px 2em;
}

.platzhalter_umsortieren {
    display: inline-block;
    background-color: transparent;
    width: 18px;
    height: 16px;
    margin-right: 6px;
}


.pfeilabstand {
    clear: both;
}

.bereichpfeile {
    display: inline-block;
    width: 65px;
    height: 70px;
    /*background-color: #966;*/
}

.bereichpfeile a:hover {
    background-color: transparent !important;
}

.pfeilbereich {
    background-image: url(../bilder/icon-pfeil.png);
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pfeilbereich:hover {
    background-image: url(../bilder/icon-pfeil-aktiv.png);
}

.pfeilbereich_aus {
    background-image: url(../bilder/icon-pfeil-aus.png);
    display: inline-block;
    width: 20px;
    height: 20px;
}

.pfeile_hoch_runter {
    display: inline-block;
    /*border: 1px solid red;*/
    text-align: center;
}

/* ist Pfeil hoch*/
.bpfeil_mitte {
    /*display: inline-block;*/
    width: 20px;
    height: 20px;
    margin: 0 auto;
    margin-top: 10px;
}

.bpfeil_unten {
    width: 20px;
    height: 20px;
    clear: both;
    margin: 0 auto;
    margin-top: 10px;
}


.bpfeil_links {
    /*clear: both;*/
    float: left;
    margin-top: 25px;
}

.bpfeil_rechts {
    float: right;
    margin-top: 25px;
}


.pfeil_n_rechts {
    transform: rotate(90deg);
}

.pfeil_n_links {
    transform: rotate(270deg);
}

.pfeil_n_unten {
    transform: rotate(180deg);
}



.icon_backup {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-backup-akte.svg");
}


.icon_suche_ein {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-suche-ein.svg");
}

.icon_suche_aus {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-suche-aus.svg");
}


.icon_html_test {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-html-check.svg");
}


.icon_st_immer {
	display: inline-block;
	/*background-color: yellowgreen;*/
    background-color: transparent;
	width: 30px;
	height: 30px;
/*	margin-right: 6px;*/
	background-image: url("../bilder/icon-auge-gruen.svg");
}

.icon_st_nie {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-auge-rot.svg");
}

.icon_st_automatisch {
	display: inline-block;
    background-color: transparent;
	width: 30px;
	height: 30px;
	background-image: url("../bilder/icon-auge-orange.svg");
}



.icon_st {
	display: inline-block;
	/*background-color: yellowgreen;*/
    background-color: transparent;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background-image: url("../bilder/icons.png");
}

.icon_st:hover {
    /*border: 3px solid red;*/
    background-color: transparent !important;
}

.icon_st_aendern {
}

.icon_in_aendern { background-position: -16px; }
.icon_tit_aendern { background-position: -32px; }
.icon_pfeil_links { background-position: -192px; }
.icon_pfeil_rechts { background-position: -208px; }
.icon_pfeil_hoch { background-position: -224px; }
.icon_pfeil_runter { background-position: -240px; }
.icon_suche_beruecksichtigt { background-position: -128px; }
.icon_suche_nein { background-position: -144px; }
.icon_anzeigen { background-position: -160px; }
.icon_ausblenden { background-position: -176px; }
.icon_loeschen { background-position: -80px; }


#neuerPKTinSteuerung legend {
    color: black;
    font-weight: bold;
    font-size: 1.4em;
}

#auswahl_position_seite_anzeigen option:checked,
#auswahl_position_seite_anzeigen option:hover {
    background-image:linear-gradient(90deg, yellow 0%, orange 9%, red 100%);
}

#auswahl_position_seite_anzeigen option:hover {
  background-image:linear-gradient(90deg, orange 0%, yellow 70%);
}

table td {
	border-right: 0px solid silver;
	padding: 0 4px;
}

table tr:nth-child(odd) {
   background-color: #ddd;
}

table tr:nth-child(even) {
   background-color: white;
}


.tabelle_in_sw,
.tabelle_in_sw td a,
.tabelle_in_sw td {
    color: black;
}

.tabelle_in_sw tr  {
    border-collapse: collapse;
}


.tabelle_in_sw a {
    color: black !important;
}


#tabellesteuerung {
    border: 0;
    cellpadding: 0; cellspacing:0;
    border-spacing: 0;
}

#tabellesteuerung th {
    background-color: black;
    border: 0;
    border: 5px solid red;
    border: 0;
    border-collapse: collapse;

}

#tabellesteuerung tr  {
    border-collapse: collapse;
}

#tabellesteuerung td,
#tabellesteuerung small  {
    color: #666;
    border: 0;
    border-collapse: collapse;
}

#tabellesteuerung tr:hover {
    /*background-color: yellow;*/
    /*background: linear-gradient(180deg, hsla(50,80%,67%,0.8) 0%, rgba(255,255,255,0.8) 80%, hsla(50,0%,0%,0.3) 100%);*/
    /*border-left: 20px solid orange !important;*/
    background-image: url(../bilder/hervorhebung.png);
    background-repeat: no-repeat;
}

#tabellesteuerung a:hover {
    background-color: orange;
}


.steuerung_small {
    font-size: 70%;
    color:#444;
    font-weight:normal;
}

.steuerung_small_block {
  font-size: 70%;
  color: white !important;
  font-weight:normal;
  background-color: black;
  padding: 2px .5em;
}

/* einrückungen bei Steuerungsanzeige */

.einr {
    display:block;
    padding: 0px 25px 0px 25px;
}


.einr0 {
    display:block;
    padding: 0px 15px 0px 5px;
}

.einr1 {
    display:block;
    padding: 0px 15px 0px 20px;
    padding: 5px 15px 5px 15px;
    font-weight: bold;
}

.einr1 a,
.einr2 a,
.einr3 a,
.einr4 a
 {
    /*text-decoration: none;*/
    text-decoration: underline;
    color: black;
}

.einr2 {
    display:block;
    padding: 0px 15px 0px 40px;
}

.einr3 {
    display:block;
    padding: 0px 15px 0px 80px;
}

.einr4 {
    display:block;
    padding: 0px 15px 0px 120px;
}

.einr5 {
    display:block;
    padding: 0px 15px 0px 160px;
}

/*  damit nicht so an Rand gepresst die Eingabe von neuen Steuerungspunkten */
#neuerPKTinSteuerung {
    margin: 2em;
    padding: 1em;
    background-color: #ddd;
}

optgroup {
    background-color: black;
    color: white;
    font-weight: bold;
    font-size: 1.3em;
}
optgroup > option {
    background-color: white;
    color: black;
    font-weight: normal;
    /*font-size: 1em;*/
}

.meldung_fehler {
    border: 7px solid red;
    background-color: silver;
    margin: 2em;
    padding: 2em;
    text-align: center;
}

.meldung_fehler {
    border: 7px solid limegreen;
    background-color: silver;
    margin: 2em;
    padding: 2em;
    text-align: center;
}


#einl_fenster {
    /*min-height: 10em;
    height: 10em;
    display: table-cell;
    vertical-align: middle;
    background-color: silver;*/
    border: 1px solid silver;
    background-color: #eee;
    margin: 0;
    position:absolute;
    top: 40%;
    left: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
    /*box-shadow: 10px 10px 20px #999;*/
}


#einl_fenster h1 {
    background-color: #0000BF;
    background-color: black;
    padding: 4px 10px;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    color: white;
}

#einl_fenster p {
    padding: 4px 10px;
    font-size: 1em;
}

#einl_fenster label {
    width: 100px;
    display: inline-block;
}

#einl_fenster input {
    width: 240px;
    float: right;
}

#einl_button {
    text-align: right;
}

#einl_button input {
    width: 40%;
}

.ampel_r {
    background-color: red !important;
    color: white !important;
    display: inline-block;
    padding: 0 1em;
}

.ampel_o {
    background-color: orange !important;
    color: white;
    display: inline-block;
    padding: 0 1em;
}

.ampel_g {
    background-color: limegreen !important;
    color: white;
    display: inline-block;
    padding: 0 1em;
}


.ampel_t_r {
    background-color: red !important;
    color: white !important;
}

.ampel_t_o {
    background-color: orange !important;
    color: white;
}

.ampel_t_g {
    background-color: limegreen !important;
    color: white;
}


#neuerPKTinSteuerung {
    /*border: 2px solid red !important;*/
    margin-left: 0px;
}


/* für Formularelemente*/
#neuer_eintrag p {
    color: black;
}

.neuer_eintrag input[type=submit] {
    border-radius: 8px;
}

#popUpYes {
    zoom:2;
    background-color: limegreen;
    border-radius: 5px;
 }

.menueleiste_oben {
    z-index: 1001;
}

#popUpYes:hover {
    background-color: orange !important;
 }


.google_title {
    /*white-space: nowrap;*/
    color: #1a0dab !important;
    font-size: 16px;
    text-decoration: none;
}

.google_url a {
    /*    color: #006621;*/
    color: #5f6368;
    text-decoration: none;
    font-size: 90%;
    margin-top: 2px;
    margin-bottom: 8px;
    display: inline-block;
}

.google_url a:hover {
    text-decoration: underline;
    background-color: none;
}

.google_description {
    margin-top: 4px;
    font-size: 90%;
    display: inline-block;
}


.trennerfuss {
    display: inline-block;
    width: 10px;
    /*border-right: 2px solid red;*/
    border-right: 1px solid #999;
    /*padding-right: 10px;*/
    /*margin-left: 10px;*/
    margin-right: 10px;
    /*background-color: #666;*/
    line-height: 1em;
    height: 1em;

}

.fuss_hell {
    color: #999;
    font-size: 80%;
}

.feedback-gut {
    border: 2px solid black;
    font-size: 1em;
    padding: 1em 2em;
    color: white;
    background-color: limegreen;
    position: fixed; top: 15%; left: 25%;
    border-radius: 20px;
    box-shadow: 10px 10px 30px black;
}

/* https://codepen.io/jmelgoza/pen/jEaGYg

make keyframes that tell the start state and the end state of our object
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 */
@keyframes fadeIn {
    0% { opacity:0; }
    30% { opacity:1; }
    70% { opacity:1; }
    99% { opacity:.1; }
    100%  { display:none; }
}

.fade-in {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}

.fade-in.one {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}



/*  GROßE Schaltflächen für Radio-Input  */
.radiogross input[type=checkbox]:not(old),
.radiogross input[type=radio   ]:not(old){
  width     : 2em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
}

.radiogross input[type=checkbox]:not(old) + label,
.radiogross input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
}

.radiogross input[type=checkbox]:not(old) + label > span,
.radiogross input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 0.875em;
  height           : 0.875em;
  width            : 1em;
  height           : 1em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.0625em solid black;
  border-radius    : 0.25em;
  background       : rgb(224,224,224);
  background-image :    -moz-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :     -ms-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :      -o-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(224,224,224));
  background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
  vertical-align   : bottom;
}


.radiogross input[type=checkbox]:not(old):checked + label > span,
.radiogross input[type=radio   ]:not(old):checked + label > span {
  background-image :    -moz-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :     -ms-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :      -o-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image : -webkit-linear-gradient(rgb(224,224,224),rgb(240,240,240));
  background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}


.radiogross input[type=checkbox]:not(old):checked + label > span:before{
  content     : '✓';
  display     : block;
  width       : 1em;
  color       : rgb(153,204,102);
  font-size   : 0.875em;
  line-height : 1em;
  text-align  : center;
  text-shadow : 0 0 0.0714em rgb(115,153,77);
  font-weight : bold;
}


.radiogross input[type=radio]:not(old):checked + label > span > span{
  display          : block;
  width            : 0.6em;
  height           : 0.6em;
  margin           : 0.125em;
  border           : 0.0625em solid rgb(115,153,77);
  border-radius    : 0.125em;
  background       : rgb(153,204,102);
  background-image :    -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :     -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :      -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image : -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
  background-image :         linear-gradient(rgb(79,217,140),rgb(153,204,102));
  background: linear-gradient(45deg,  hsl(0,100%,29%) 0%,hsl(6,100%,50%) 100%);
}




.css-warnschild {
    width: 30px;
    height: 20px;
    background-color: transparent;

    font-family: serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 16px;
    text-align: center;

    position: relative;

    float: left;
/*    margin-right: 16px;*/
}

div.css-warnschild:before {
    width: 0px;
    height: 0px;

    border-top: 0px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 30px solid red;
    border-left: 20px solid transparent;

    position: absolute;
    /* content: "2"; */
    content: "";

    left: 0;
}

.css-warnschild span {
    position: relative;
    z-index: 1;
    top: 11px;
    left: 5px;
}

div.css-warnschild:after {
    width: 0px;
    height: 0px;

    border-top: 0px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 19px solid white;
    border-left: 12px solid transparent;

    position: absolute;
    content: "";

    left: 8px;
    top: 7px;
}

.vgw_status {
    border:1px solid black;
    color: black;
    border-radius: .3em;
    font-size: 70%;
    padding: 0 3px;
    margin-right: 2px;
}

.vgw_status_erreicht {
    background-color: limegreen;
}

.vgw_status_anteilig {
    background-color: orange;
}

.vgw_status_- {
    background-color: #666;
    color: white;
}
