/** (C) 2019 NFL/OSG mobildb.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.0em;
  background-color: white;
  color: black;
  margin-top: 0;
  margin-left: 1em;
  margin-right: 1em;
}

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

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

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

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

.menuline {
  font-size: 1.15em;
}

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

.mainarea {
  display: table;
}
.navpanel {
  display: table-cell;
  vertical-align: top;
  width: 20%;
  /* float: left; */
  /* background-color: #F1F3F4; */
  margin-left: 1em;
  margin-right: 1em;
  font-size: 1.1em;
  border-right: 3px solid #6666FF;
  padding-top: 1em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 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;
}
*/


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

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

a:visited {
  color: gray;
}

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

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

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  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: #6666FF;
  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.3em;
  margin-top: 1px;
  margin-bottom: 1px;
}

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


/* - - - - -  ---------- ---------- ---------- ---------- ---------- ---------- */
.dropdownmenu {
  font-size: 1em;
  cursor: context-menu;
}

span.dropdownmenu {
  text-decoration: none;
}
span.dropdownmenu:hover {
  position: relative;
}
span.dropdownmenu div {
  display: none;
}
span.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.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.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.dropdownmenu a,
span.dropdownmenu a:link,
span.dropdownmenu a:visited
{
  text-decoration: none;
}

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

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

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

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

.buttonlink {
  font-size: 1.3em;
  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;
}

.buttonlink:hover,
.buttonlink:active {
  color: white;
  background-color: silver;
  background-image: none;
  border: 1px solid #6666FF;
}


.buttoncaption {
  color: white;
  font-size: 1.3em;
  font-variant: small-caps;
  background-color: #6666FF;
  background-image: linear-gradient(to right, #6666FF 75%, white);
  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;
}

.buttoncaption:hover,
.buttoncaption:active {
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #6666FF;
}

.buttoninfo {
  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: 1em;
  margin: 0.1em;
  width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gsch_infobox {
  border: 1px solid #6666FF;
  border-left: 1em solid #6666FF;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  padding: 0.25em;
  padding-left: 0.5em;
  padding-right: 1em;
  margin: 0.1em;
  width: 70%;
}

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

.hhflag {
  margin: 0;
  /*float: left;*/
  /*background-color: #6666FF;*/
  background-color: transparent;
  /*background-image: url(/img/hamburg/hamburg-fahne_119x77.gif), linear-gradient(to right, #6666FF 200px, transparent 100%);*/
  background-image: url(/img/hamburg/hamburg-fahne_119x77.gif), linear-gradient(to right, #6666FF 50%, transparent);
  background-position: 21px center, center center;
  background-repeat: no-repeat;
  /*width: 119px;*/
  height: 77px;
  /*margin-left: 21px;
  margin-right: 21px;*/
  padding-left: 161px;
  /*border-left: 161px solid #6666FF;*/
}


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


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

  .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 #6666FF;
  }

  .buttonlink,
  .buttoncaption,
  .buttoninfo {
    width: 50%;
  }
  .gsch_infobox {
    width: 75%;
  }

}

/* ---------- ---------- ---------- ---------- ---------- ---------- ---------- */
/* 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 #6666FF;
  }
  .contentpanel {
    display: block;
    width: auto;
    padding-left: 0em;
    padding-right: 0em;
  }

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

  .gsch_infobox,
  .buttonlink,
  .buttoncaption,
  .buttoninfo {
    width: 90%;
  }

}

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