/** (C) 2021 NFL/NLD/OSG textzilla.de */

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
@font-face { font-family: 'MainFont'; src: url('/css/Roboto-Regular.ttf') format('truetype'); }

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

body {
  font-family: MainFont, Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0rem;
  background-color: white;
  color: black;
  margin-top: 0;
  margin-left: 1em;
  margin-right: 1em;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

h2 {
  font-size: 1.3rem;
}

h3 {
  font-size: 1.1rem;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

.topline  {
  font-size: 0.85rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuline {
  font-size: 1.15rem;
}

.footline {
  font-size: 0.85rem;
  margin-top: 0.5em;
}

.mainarea {
  display: table;
  width: 100%;
}
.navpanel {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  /* float: left; */
  /* background-color: #F1F3F4; */
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.1rem;
  border-right: 3px solid #F0423D;
  /* 27.06.2020
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 1em;
  */
  padding: 1em;
}
.contentpanel {
  display: table-cell;
  vertical-align: top;
  padding: 1em;
  width: 80%;
}

/*
.infopanel {
  float: right;
  margin-left: 1em;
  background-color: #F1F3F4;
  width: 20%;
  margin-right: 1em;
  font-size: 1.1em;
}
*/

.navicon {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.7em;
}


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

a {
  text-decoration: none;
  color: black;
}

a:visited {
  color: gray;
}

a:hover,
a:active {
  color: white;
  background-color: #F0423D;
}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

input,
textarea,
select {
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: inherit;
  border-color: black;
  border-width: 1px;
  border-style: solid;
  background: transparent;
  margin-top: 1px;
  margin-bottom: 1px;
}

input:hover, input:active, input:focus,
textarea:hover, textarea:active, textarea:focus,
select:hover, select:active, select:focus {
  border-color: #F0423D;
  border-width: 1px;
  border-style: solid;
  background-color: white;
  color: black;
}

input[type="submit"] {
  background: transparent;
  color: black;
  border: 2px solid black;
  font: inherit;
  font-size: 1.2rem;
  margin-top: 1px;
  margin-bottom: 1px;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #F0423D;
  background: white;
  color: #F0423D;
}


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

.rubric {
  background-color: #F0423D;
  color: white;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.rubric_line {
  color: white;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: transparent;
  background-image: linear-gradient(to right, #F0423D 30%, transparent);
  background-position: center center;
  background-repeat: no-repeat;
}

.rubric_line_noc {
  color: white;
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-color: transparent;
  background-image: linear-gradient(to right, #d9d9d9 30%, transparent);
  background-position: center center;
  background-repeat: no-repeat;
}


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */

.adnavpanel {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}


/* - - - - -  ---------- ---------- ---------- ---------- ---------- ---------- */

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* APS mods */
.aps_a,
.aps_a:link,
.aps_a:visited,
.aps_a:hover,
.aps_a:active,
.aps_a:focus {
  text-decoration: underline #F0423D double;
}
.aps_a:visited {
  color: gray;
}
.aps_a:hover,
.aps_a:active {
  text-decoration: underline white solid;
}


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* SSS mods */

.sss_action {
  background-color: #f5f5f5;
  border-left: 0.5em solid #ffb833;
  padding: 0.25em;
  padding-left: 0.5em;
}

.sss_dropdownmenu {
  font-size: 1.3rem;
  cursor: context-menu;
}

span.sss_dropdownmenu {
  text-decoration: none;
}
span.sss_dropdownmenu:hover {
  position: relative;
}
span.sss_dropdownmenu div {
  display: none;
}
span.sss_dropdownmenu:hover div {
  display: block;
  position: absolute;
  z-index: 100;
  top: 10px;
  /* SCH left: 0px; */
  right: -1.5em; /* H73 */
  margin: 0.5em;
  /* SCH min-width: 21em; */
  min-width: 10em; /* H73 */
  width: auto;
  background-color: white;
  border: 1px solid black;
  color: black; /* H73 */
}

span.sss_dropdownmenu div li {
  font-size: 1.3em;
  line-height: 1.2em;
  font-family: MainFont, Verdana, Arial, Helvetica, sans-serif;
  /* white-space: normal; */
  list-style-type: none;
  border-bottom: 1px solid black;
  padding: 0.1em;
  padding-left: 0.3em;
}

span.sss_dropdownmenu div li.caption {
  margin: 0;
  background-color: #cccccc;
  border: none;
  padding: 0.2em;
  padding-left: 0.3em;
  /* font-size: 90%; */
  font-size: 1em;
  font-style: italic;
}

/* H73 */
/* order by a:link, a:visited, a:hover, a:active, a:focus */
span.sss_dropdownmenu a,
span.sss_dropdownmenu a:link,
span.sss_dropdownmenu a:visited
{
  text-decoration: none;
}

span.sss_dropdownmenu a:hover,
span.sss_dropdownmenu a:active {
  text-decoration: underline;
  color: black;
}

span.sss_dropdownmenu a:focus
{
  text-decoration: none;
}

/* - - - - -  ---------- ---------- ---------- ---------- ---------- ---------- */

.sss_buttonlink {
  font-size: 1.3rem;
  font-variant: small-caps;
  background-color: white;
  background-image: linear-gradient(to right, white 75%, silver);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid black;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.1em;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sss_buttonlink:hover,
.sss_buttonlink:active {
  color: white;
  background-color: silver;
  background-image: none;
  border: 1px solid #F0423D;
}

.sss_buttoncaption {
  color: white;
  font-size: 1.3rem;
  font-variant: small-caps;
  background-color: #F0423D;
  background-image: linear-gradient(to right, #F0423D 75%, white);
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #F0423D;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.1em;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sss_buttoncaption:hover,
.sss_buttoncaption:active {
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #F0423D;
}

.sss_buttoninfo,
.h73_infobox {
  background-color: white;
  background-image: linear-gradient(to bottom right, white 75%, silver);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.1em;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.h73_infobox {
  border-left: 1px dotted #F0423D;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.sss_smsg {
  background-color: white;
  background-image: linear-gradient(to bottom right, white 75%, silver);
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin: 0.1em;
  border-left: 1px dotted #F0423D;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  width: 70%;
}

.sss_smsg_caption {
  font-size: 0.85rem;
}

.sss_smsg_bottom {
  font-size: 0.85rem;
  text-align: right;
}


.sss_selected {
  border: none;
  border-bottom: 3px solid #F0423D;
  padding-left: 3px;
  padding-right: 3px;
}


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* large screen */
@media screen and (min-width: 65em)
{
  body {
    font-size: 1.2rem;
  }

  .aps_h1,
  h1 {
    font-size: 1.8em;
  }

  .aps_h2,  
  h2 {
    font-size: 1.5em;
  }

  .aps_h3,  
  h3 {
    font-size: 1.3em;
  }

  .navpanel {
    border-right: 5px solid #F0423D;
    padding-right: 2em;
  }

  .contentpanel {
    padding-left: 2em;
  }

  .navicon {
    font-size: 1.7rem;
    letter-spacing: 1em;
  }

  input,
  textarea,
  select {
    font-size: 1.3em;
  }
  input[type="submit"] {
    font-size: 1.3em;
  }

  .sss_buttonlink,
  .sss_buttoncaption,
  .sss_buttoninfo,
  .sss_smsg,
  .sss_infobox,
  .h73_infobox {
    width: 65%;
  }

  .sss_dropdownmenu {
    font-size: 1.5rem;
  }

} /* large screen */


/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* small screen */
@media screen and (max-width: 42em)
{
  body {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }

  .mainarea {
    display: block;
  }
  .navpanel {
    display: block;
    width: auto;
    margin-left: 0em;
    margin-right: 0em;
    border-right: none;
    border-bottom: 3px solid #F0423D;
    padding-left: 0em;
    padding-right: 0em;
  }
  .contentpanel {
    display: block;
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
  }

  .navicon {
    font-size: 1.6rem;
    letter-spacing: 1em;
  }

  .hhflag {
     /*margin-left: 0px;
     margin-right: 0px;*/
     background-position: -21px center; 
     /*height: 77px;*/
     padding-left: 77px;
  }

  .sss_smsg,
  .sss_buttonlink,
  .sss_buttoncaption,
  .sss_buttoninfo,
  .sss_infobox,
  .h73_infobox {
    width: 90%;
  }

} /* small screen */

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
