/* Normen */

/* -- Legende */

.bullet.rot:before {
  font-family: "Font Awesome 5 Free";
  font-size: .75rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #f00;
  text-align: center;
  content: "\f111";
}

.bullet.gruen:before {
  font-family: "Font Awesome 5 Free";
  font-size: .75rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: var(--vfa-gruen);
  text-align: center;
  content: "\f111";
}

.bullet.gelb:before {
  font-family: "Font Awesome 5 Free";
  font-size: .75rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: var(--vfa-gelb);
  text-align: center;
  content: "\f111";
}

.normen-legende {
  padding: 0 1em;
  border: 1px solid var(--vfa-gruen);
  border-radius: 3px;
}

.normen-legende h4{
  margin-bottom: 1em;
}

.legende-abr {
  margin-right: 4em;
}

/* -- END Legende */

.table {
  display: table;
  margin-top: 1em;
  font-size: .8rem
}
 .table .tr {
   display: table-row;
 }

.tr .th,
.tr .td {
   display: table-cell;
   padding: .2em
 }

 .tr .th {
   font-weight: 600;
 }

.td.title {
   width: 14em;
 }

.th.description,
.td.description {
  width: 55em;
  max-width: 100%;
}

.th.edition,
.td.edition {
  text-align: center;
  max-width: 6em;
 }

.th.status,
.td.status {
  text-align: center;
 }

.td.status {
   padding: 5px;
 }

.th.harm,
.td.harm {
  text-align: center;
}

.th.date,
.td.date {
  text-align: center;
  width: 5em;
 }

.th.note,
.td.note {
  display: none;
 }

.th.history,
.td.history {
  text-align: center;
  background-color: #FFF;
 }

.td.status,
.td.harm,
.td.history {
  min-width: 1.75em;
}

.table .td:second-child {
  background-color: var(--vfa-gelb)
}

.td.status .gruen {
  display: block;
  background-color: rgba(0,139,69,1);
  min-width: 1em;
  min-height: 1em;
  border-radius: 50px;
}

.td.status .gelb {
  display: block;
  background-color: rgba(255,225,0,1);
  min-width: 1em;
  min-height: 1em;
  border-radius: 10px;
}

.td.status .rot {
  display: block;
  background-color: rgba(255,0,0,1);
  min-width: 1em;
  min-height: 1em;
  border-radius: 10px;
}

 .tr a {
   font-weight: 600;
   color: var(--vfa-gruen);
   min-width: 18em;
   padding: 4px;
   white-space: nowrap;
 }

 .tr a:before {
   font-family: "Font Awesome 5 Free";
   color: var(--vfa-gelb);
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   display: inline-block;
   width: 15px;
   text-align: center;
   content: '\f101';
 }

.normenseite #wrapper .formbody {
  color: #FFF;
  padding: .5em;
  margin-top: 1em;
  background-color: var(--vfa-gruen)
}

.normenseite #wrapper .formbody .widget {
  display: inline;
  margin-right: 1em;
}

.ce_linkshortener {
  display: flex;
  background-color: var(--light-grey);
  padding: .5em .33em 0;
  margin-bottom: 1em;
  }

.ce_linkshortener input[type=text] {
}

.ce_linkshortener label,
.ce_linkshortener input,
.ce_linkshortener button {
   margin-right: 1em;
}

/* Normen Detailseite */

#normen-detail .rot::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: #f00;
  text-align: center;
  content: "\f111";
}

#normen-detail .gruen::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: var(--vfa-gruen);
  text-align: center;
  content: "\f111";
}

#normen-detail .gelb::after {
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  color: var(--vfa-gelb);
  text-align: center;
  content: "\f111";
}

#normen-detail .content>h1+p {
  font-size: 1.25em;
}

#normen-detail .content .note {
  padding: 0.5em .25em .5em 0;
  margin-bottom: 0.75em;
  border-top: 1px solid var(--vfa-gruen);
  border-bottom: 1px solid var(--vfa-gruen);
}

#normen-detail .content .note p {
  font-size: 1rem;
  margin-bottom: 0;
}

#normen-detail dl {
  margin-bottom: .5em;
}

#normen-detail dt {
  min-width: 25%;
  float: left;
}

#normen-detail dt::after {
  content:":";
  margin-right: 0.5em;
}

#normen-detail dd {
  min-height: 2em;
  margin: .5em 0;
  border-bottom: 1px solid var(--vfa-gruen);
}

#normen-detail .ce_downloads {
  display: block;
  width: 100%;
  padding: .5em 0;
}

.table .th {
  background-color: var(--vfa-gruen);
  color: #FFF;
  border-top: 1px solid var(--vfa-gruen);
  border-bottom: 1px solid var(--vfa-gruen);
}

.table .th a {
  color: var(--vfa-gelb)
}

.table .th {
  border-right: 1px solid #FFF;
}

.table .th:last-child {
  border-right: none;
}

.table .th a::before {
  content: none;
}

@media screen and (min-width:55em) {

  .tr .td {
    border-top: 1px solid var(--vfa-gruen);
  }

   .td.title,
   .td.edition,
   .td.date,
   .td.more {
     background-color: var(--light-grey)
   }

   .td.status {
     background-color: #ccc;
   }

   .normen-consent {
     text-align: center;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 5px;
     color: var(--vfa-gelb);
     background-color: var(--vfa-gruen);
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007070+0,007070+50,005454+100 */
     background: #007070; /* Old browsers */
     background: -moz-linear-gradient(top,  #007070 0%, #007070 50%, #005454 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #007070 0%,#007070 50%,#005454 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #007070 0%,#007070 50%,#005454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007070', endColorstr='#005454',GradientType=0 ); /* IE6-9 */
     width: 33%;
     padding: .5em;
     border-radius: 5px;
     box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
   }

   .normen-consent a {
     color: var(--vfa-gelb);
   }

   .normen-consent a:hover {
     color: #FFF;
     text-decoration: none;
   }

   .normen-consent a:active {
     color: #FFF;
     text-decoration: none;
     box-shadow: none;
   }

   .normenseite .normen-consent {
     margin-top: 7em;
   }

   .mod_changePassword {
     border: 1px solid var(--light-grey);
     margin-bottom: 2em;
     padding: 1em .5em;
     border-radius: 2px;
   }

   .mod_changePassword .widget {
     display: block;
     clear: both;
   }

   .mod_changePassword .widget label,
   .mod_changePassword .widget input,
   .mod_changePassword .widget .submit {
     float: left;
     width: 40%;
     margin: 1em 0;
   }

   .mod_changePassword .widget input {
     background-color: var(--light-grey);
     border: none;
     border-radius: 3px;
   }

   .mod_changePassword .widget .submit {
     margin-left: 40%;
     text-align: center;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: 1px;
     color: var(--vfa-gelb);
     background-color: var(--vfa-gruen);
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007070+0,007070+50,005454+100 */
     background: #007070; /* Old browsers */
     background: -moz-linear-gradient(top,  #007070 0%, #007070 50%, #005454 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top,  #007070 0%,#007070 50%,#005454 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom,  #007070 0%,#007070 50%,#005454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007070', endColorstr='#005454',GradientType=0 ); /* IE6-9 */
     width: 40%;
     padding: .2em;
     border-radius: 5px;
     box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
   }

   .article-dashboard .mod_customnav ul {
     font-size: 130%;
     margin-top: 5em
   }
 }

@media screen and (max-width:55em) {

  .normenseite #wrapper .formbody {
    margin-top: 0;
  }

  .table .tr {
    display: block;
    padding: .5em 2px;
    border-radius: 3px;
    margin: 1em 0;
  }

  .table .tr:nth-child(even) {
    background-color: var(--light-grey);
  }

  .table .tr:nth-child(odd) {
    border: 1px solid var(--light-grey);
  }

  .tr .th,
  .tr .td {
    display: block;
    width: 100%;
    padding-left: .5em;
    min-height: 2em;
  }

  .tr .td {
    border: none;
  }

  .td.status {
    background-color: var(--light-grey);
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }

  .th.more {
    display: none;
  }

  .td.more {
  }

  .th.edition {
    min-width: 100%;
  }

  .tr .th a,
  .tr .td a {
    padding-left: 0;
  }

  .tr .td a::before {
    padding-left: 0;
    margin-left: -0.25em;
  }

  .table .th {
    border-bottom: 1px solid #FFF;
  }

  .td.history {
    max-height: 2em;
  }

  .th.edition,
  .td.edition,
  .th.status,
  .td.status,
  .td.status,
  .th.harm,
  .td.harm,
  .th.date,
  .td.date,
  .th.note,
  .td.note,
  .th.history,
  .td.history {
    text-align: left;
}

  .td.edition {
    min-width: 100%;
  }
    span.gruen,
    span.gelb,
    span.rot {
      min-width: .3em;
      max-width: 1em;
      margin: 3px 0;
   }

  .td.title {
    font-weight: 600;
  }

  .td.harm,
  .td.note,
  .td.history,
  .td.date {
    display: none;
  }


.normenseite #wrapper .formbody .widget.widget-select {
  display: block;
}

  input#ctrl_3 {
    width: 45%;
  }

  .widget label,
  .widget select,
  button .submit {
    display: inline-block;
  }

  .widget label {
    width: 25%
  }

  .widget select {
    width: 40%;
  }

  button#ctrl_5.submit {
    max-width: 22%;
  }

  .widget input#ctrl_3 {
    width: 42%;
    margin-left: -4px
  }

  .bullet.gruen,
  .bullet.gelb,
  .bullet.rot,
  .legende-abr {
    display: block;
    width: 95%;
    max-width: 95%;
  }

  .normen-consent {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: var(--vfa-gelb);
    background-color: var(--vfa-gruen);
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007070+0,007070+50,005454+100 */
    background: #007070; /* Old browsers */
    background: -moz-linear-gradient(top,  #007070 0%, #007070 50%, #005454 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #007070 0%,#007070 50%,#005454 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #007070 0%,#007070 50%,#005454 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007070', endColorstr='#005454',GradientType=0 ); /* IE6-9 */
    width: 99%;
    padding: .5em;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.5);
    margin-bottom: .5em;
  }

  .normen-consent a {
    color: var(--vfa-gelb);
  }

  .normen-consent a:hover {
    color: #FFF;
    text-decoration: none;
  }

  .normen-consent a:active {
    color: #FFF;
    text-decoration: none;
    box-shadow: none;
  }

}
