@charset "UTF-8";

@font-face {
  font-family: 'customfont';
  src: url('font/gmttf-webfont.eot');
  src: url('font/gmttf-webfont.eot?#iefix') format('embedded-opentype'),
     url('font/gmttf-webfont.woff2') format('woff2'),
     url('font/gmttf-webfont.woff') format('woff'),
     url('font/gmttf-webfont.ttf') format('truetype'),
     url('font/gmttf-webfont.svg#customfont') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,p,address,blockquote,input,textarea,h2 {
  font-size: 11px;
  line-height: 1.8;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  font-family: "customfont", Verdana, sans-serif;
  letter-spacing: 1px;
  letter-spacing: 0.05em;
  color: #000e71;
}
b,strong,h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  text-transform: uppercase;
}
table,td,th,div {
  margin: 0;
  padding: 0;
}
p,ul { margin: 0 0 14px; }
h2 {
  margin: 0;
  font-family: "customfont";
  text-transform: uppercase;
}
a,
a:link,
a:visited {
  color: #000e71;
  text-decoration: none;
}
a:hover,
a:active {
  color: #aaa;
  text-decoration: none;
}
a:focus {
  color: #000e71;
  outline:  0 none;
  text-decoration: none;
}

hr {
  width: 100%;
  height: 1px;
  color: #aaa;
  background-color: #aaa;
  border: 0 none;
  clear: both;
}
sup {
  vertical-align: top;
}
sub {
  font-size: 50%;
  vertical-align: sub;
}
li::before {
  content: "- ";
}
input[type=text],
textarea {
  border: 1px solid #aaa;
  color: #000;
  padding:1px 2px;
  margin: 2px 0;
}
input[type=submit],
input[type=reset],
input[type=button],
.button {
  border: 1px solid #666;
  color: #000;
  background-color: #eee;
  border-radius: 4px;
}
input[type=submit] { font-weight: bold; }
.button_i {
  border: 1px solid #aaa;
  color: #aaa;
  background-color: #f9f9f9;
  border-radius: 4px;
}
.button,
.button_i {
  padding: 2px 4px;
}
.button:hover,
.button:active,
.button_i:hover,
.button_i:active {
  text-decoration: none;
}

/* allg. Layoutelemente: */
#ankeroben {
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  overflow: hidden;
}
#alles {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
#marginbox {
  position: relative;
  z-index: 200;
  top: 0;
  margin: 25px 28px 23px;
}
#inhalt {
  position: relative;
  z-index: 300;
  clear: both;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  top: 0;
}
#header_wrap {
  position: relative;
  z-index: 500;
  width: 100%;
  margin: 0;
  height: 50px;
  padding: 17px 0 5px;
  background-color: rgba(255,200,150,0.5);
  background-color: #fff;
}
#header {
  margin: 0 28px;
}
#header,
#footer,
.br_infobox {
  font-size: 13px;
  font-family: 'customfont';
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
}
#footer {
  position: relative;
  z-index: 400;
  margin: 30px 0 0;
  width: 100%;
  height: 50px;
  clear: both;
  background-color: #fff;
}
#footer div {
  margin: 0 56px;
}
#footer a {
  float: right;
  margin: 8px 0 8px 56px;
}
.infofooter {
  position: fixed !important;
  bottom: 0;
  background-color: #fcc;
}
.infofooter a {
  margin: 8px 28px !important;
}
#viewall { display: none; }
/* Menue: */
#hm {
  float: left;
  position: relative;
  z-index: 600;
  top: 0;
  width: 100%;
  margin: 0 0 32px;
  background-color: rgba(255,150,150,0.8);
  background-color: #fff;
}
#leftmenue,
#rightmenue {
  background-color: rgba(255,255,255,0.8);
  background-color: #fff;
}
.menue {
  display: block;
  margin: 0;
}
.menue li::before {
  content: "";
}
.menue li {
  text-align: left;
  padding: 0;
  display: block;
}
.menue a:link,
.menue a:visited {
  color: #000e71;
}
ul.menue li.current,
ul.menue li.current_parent {
  letter-spacing: 0.5em;
}
#leftmenue li.titel {
  padding: 2px 56px 8px 0;
}

/* Bild-Container: */
.bild_container {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.bild_container .sp_links,
.bild_container .sp_rechts {
  width: 43.9%;
  width: calc(50% - 12px);
}
.bild_container .sp_links img,
.bild_container .sp_rechts img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 12px;
}
.bild_container .sp_links {
  float: left;
}
.bild_container .sp_rechts {
  float: right;
}
.bild_container .sp_links img {
  float: left;
}
.bild_container .sp_rechts img {
  float: right;
}
.br_infobox {
  float: left;
  width: 100%;
  min-height: 80px;
  padding-bottom: 40px;
  margin-top: -7px;
  letter-spacing: 0.2em;
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}
.bu {
  width: 100%;
  margin: 0 0 20px;
}
.bu, .bu p {
  color: #aaa;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

#langmen li {
  border-bottom: 0 none;
}
#langmen {
  display: none;
  margin: 0;
}
/* allg. Formate: */
.clear {
  clear:both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.navaktiv {
  background-color: #eee;
}
.extra {
  letter-spacing: 0.5em;
}
.textblock_normal {
  max-width: 600px;
  margin: -2px 0 2px 0;
}
.textblock_spalte {
  min-width: 33%;
  max-width: 400px;
  padding: 0 32px 0 0;
  margin: -2px 0 2px 0;
  float: left;
}
.boxlinks {
  float: left;
  margin: 0 32px 16px 0;
}
.boxlinks div {
  background-repeat: no-repeat;
  background-position: center;
}
.imgrechts {
  float: right;
  margin: 0 0 16px 0;
}
.liste td {
  padding: 0 16px 6px 0;
}
.liste td table td {
  padding: 0 16px 0 0;
}
/* Publications: */
.pub_box {
  clear: both;
}
.pubtitel {
  clear: both;
  margin: 24px 0;
}
.publication {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.5;
}
.publication div {
  padding: 0 24px 32px 0;
}
.publication div img {
  width: 50%;
  height: auto;
}
.publication .extra {
  text-transform: uppercase;
}
.c2sp, .c3sp { display: none; }
.c1sp { display: block; }

/* Uebersichtsseiten: */

#uebersicht {
  position: relative;
  clear: both;
  margin-right: -24px;
}
.thumbgrid {
  width: 100%;
  margin: 0;
  padding: 0;
}
#thumbgrid_1 { display: block; }
#thumbgrid_2,
#thumbgrid_3,
#thumbgrid_4,
#thumbgrid_5,
#thumbgrid_6 { display: none; }
.sp2,.sp3,.sp4,.sp5,.sp6 { float: left; }
.sp2 { width: 50% }
.sp3 {
  width: 33.333333333333333333%;
  width: calc(100% / 3);
}
.sp4 { width: 25% }
.sp5 { width: 20% }
.sp6 {
  width: 16.666666666666666666%;
  width: calc(100% / 6);
}
.thumb_box {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 24px 24px 0;
}
.thumb_box img {
  vertical-align: middle;
  text-align: center;
  border: 0 none;
  width: 100%;
  height: auto;
}
.thumb_box_inner {
  width: 100%;
}
.thumb_overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,14,113,0.7);
  text-align: left;
  vertical-align: top;
  text-transform: uppercase;
  padding: 0 10px 10px 0;
}
.thumb_overlay,
.thumb_overlay p {
  font-size: 15px;
}
.verteiler .thumb_overlay,
.verteiler .thumb_overlay p {
  font-size: 12px;
}
.thumb_box:hover .thumb_overlay,
.thumb_box:active .thumb_overlay {
  display: block;
}
.thumb_overlay p {
  margin: 8% 8% 0;
}
.thumb_overlay p+p {
  margin: 8px 8% 0;
}
a .thumb_overlay {
  color: #fff;
}
a .thumb_overlay b {
  color: #fff;
}
.link_zurueck {
  clear: left;
}

.meldung { color: #00cc33; }
.warn { color: #cc3300; }

.cmsliste, .cmsliste td {
  padding: 4px 8px;
  vertical-align: middle;
}
.cmsliste td.padleft16 { padding-left: 16px; }
a.delete {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(../grafik/trash.gif);
  background-repeat: no-repeat;
  margin: 0 0 0 20px;
}
a.delete:hover,
a.delete:active {
  background-image: url(../grafik/trash_ov.gif);
}
.cropmenue {
  margin: 5px;
}
.cropmenue table {
  background-color: #fff;
}
.cropmenue table td {
  padding: 3px 3px 2px 0;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000 !important;
  border-collapse: collapse;
}
.marginal_bu,
.marginal_bu a {
  font-size: 12px;
  color: #999;
  text-align: right;
  padding: 2px 0;
}
/* Startseite: */
.blind { display: none; }
.startseite #marginbox { z-index: 1000; }
.startseite #header_wrap,
.startseite #hm,
.startseite #rightmenue,
.startseite #leftmenue { background-color: transparent; }
.startseite #inhalt {
  position: absolute;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.startbildbox {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.startbildbox .startcaption {
  position: absolute;
  width: 100%;
  top: 50%;
  display: none;
  margin-top: -59px;
  text-align: center;
}
.startcaption div {
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
  padding: 0.5em;
  background-color: rgba(0,14,113,0.7);
  color: #fff;
}
.startcaption a:link,
.startcaption a:visited {
  color: #fff;
}
.startcaption h1,
.startcaption p {
  vertical-align: middle;
}
.startcaption h1 {
  font-size: 3em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
}
.startcaption p {
  font-size: 1.5em;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
}
.startbildbox img {
  position: absolute;
  display: none;
}
/* Fenstergroessenabhaengige Werte default: */
.split_content {
  width: auto;
  margin: 0 32px 16px 0;
}

/* Media-Queries: */
@media screen and (min-width: 412px) {
  #thumbgrid_1,
  #thumbgrid_3,
  #thumbgrid_4,
  #thumbgrid_5,
  #thumbgrid_6 { display: none; }
  #thumbgrid_2 { display: block; }
  .bild_container .sp_links,
  .bild_container .sp_rechts {
    width: 46.8%;
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 544px) {
  body,p,address,blockquote,input,textarea,h2 {
    font-size: 12px;
  }
  p,ul { margin: 0 0 16px; }

  #header,
  #footer,
  .br_infobox { font-size: 15px; }
  .br_infobox {
    min-height: 110px;
    letter-spacing: 0.4em;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    -o-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
  }
  .bild_container {
    margin-bottom: 50px;
  }
  
  .bild_container .sp_links img,
  .bild_container .sp_rechts img {
    margin: 0 0 24px;
  }
  .bu {
    margin: 0 0 40px;
  }
  .bu, .bu p {
    letter-spacing: 0.4em;
  }
  
  #hm {
    margin: 0 0 16px;
  }
  .menue {
    display: inline-block;
    position: relative;
  }
  .menue li {
    display: inline-block;
  }
  #leftmenue li.titel {
    padding: 0 56px 0 0;
    display: block;
  }
  #leftmenue { float: left; }
  #leftmenue li {
    padding: 0 16px 0 0;
  }
  #rightmenue {
    /*float: right;*/
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #hm.info #rightmenue {
    left: 0;
    right: auto;
  }
  #rightmenue li {
    padding: 0 0 0 16px;
  }
  #hm.info #rightmenue li {
    padding: 0 16px 0 0;
  }
  #leftmenue,
  #rightmenue {
    clear: none;
  }
}
@media screen and (min-width: 562px) {
  .verteiler #thumbgrid_1,
  .verteiler #thumbgrid_2,
  .verteiler #thumbgrid_4,
  .verteiler #thumbgrid_5,
  .verteiler #thumbgrid_6 { display: none; }
  .verteiler #thumbgrid_3 { display: block; }
  .bild_container .sp_links,
  .bild_container .sp_rechts {
    width: 47.7%;
    width: calc(50% - 12px);
  }
  .publication {
    width: 50%;
  }
  .c1sp, .c3sp { display: none; }
  .c2sp { display: block; }
}
@media screen and (min-width: 712px) {
  #thumbgrid_1,
  #thumbgrid_2,
  #thumbgrid_4,
  #thumbgrid_5,
  #thumbgrid_6 { display: none; }
  #thumbgrid_3 { display: block; }
  .verteiler #thumbgrid_3 { display: none; }
  .verteiler #thumbgrid_4 { display: block; }
  .bild_container .sp_links,
  .bild_container .sp_rechts {
    width: 48.2%;
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 800px) {
  #header_wrap {
    position: fixed;
  }
  #header {
    width: auto;
  }
  #marginbox {
    top: 97px;
    margin-top: 0;
  }
  .infoseite #marginbox {
    padding-bottom: 20px;
  }
  .menue li {
    display: inline-block;
  }
  #leftmenue {
    float: left;
    clear: none;
  }
  #rightmenue {
    float: right;
    clear: none;
  }
}
@media screen and (min-width: 862px) {
  .verteiler #thumbgrid_1,
  .verteiler #thumbgrid_2,
  .verteiler #thumbgrid_3,
  .verteiler #thumbgrid_4,
  .verteiler #thumbgrid_6 { display: none; }
  .verteiler #thumbgrid_5 { display: block; }
  .bild_container .sp_links,
  .bild_container .sp_rechts {
    width: 48.5%;
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 950px) {
  body,p,address,blockquote,input,textarea,h2 {
    font-size: 14px;
  }
  p,ul { margin: 0 0 18px; }
  .textblock_spalte {
    padding: 0 64px 32px 0;
  }
  #header, #footer, .br_infobox { font-size: 18px; }
  .br_infobox {
    min-height: 140px;
  }
  #header {
    margin: 0 56px;
  }
  #leftmenue li.titel {
    display: inline-block;
  }
  #hm.info #rightmenue {
    right: 0;
    left: auto;
  }
  #hm.info #rightmenue li {
    padding: 0 0 0 16px;
  }
  #marginbox {
    margin: 0 56px 23px;
  }
  .infofooter a {
    margin: 8px 56px !important;
  }
  .thumb_overlay,
  .thumb_overlay p {
    font-size: 18px;
  }
  .verteiler .thumb_overlay,
  .verteiler .thumb_overlay p {
    font-size: 14px;
  }
  .bild_container {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1012px) {
  #thumbgrid_1,
  #thumbgrid_2,
  #thumbgrid_3,
  #thumbgrid_5,
  #thumbgrid_6 { display: none; }
  #thumbgrid_4 { display: block; }
  .verteiler #thumbgrid_4,
  .verteiler #thumbgrid_5 { display: none; }
  .verteiler #thumbgrid_6 { display: block; }
  .bild_container .sp_links,
  .bild_container .sp_rechts {
    width: 48.7%;
    width: calc(50% - 12px);
  }
  .publication {
    width: 33.333333333%;
  }
  .c1sp, .c2sp { display: none; }
  .c3sp { display: block; }
}
/* Layoutbegrenzung auf 1808px: */
@media screen and (min-width: 1920px) {
  #marginbox {
    width: 1808px;
    margin: 0 auto 23px;
  }
  .infofooter {
    left: 50%;
    width: 1808px !important;
    margin: 0 0 0 -904px !important;
  }
  .infofooter a {
    margin-right: 0 !important;
  }
  #header {
    width: 1808px;
    margin: 0 auto;
  }
}

/* Test: */

#console {
  display: block;
  display: none;
  position: fixed;
  z-index: 2000;
  right: 160px;
  top: 10px;
  width: 150px;
  height: 22px;
  
}
#console textarea {
  background-color: rgba(255,255,255,0.8);
  border: 0;
  color: #f99;
  width: 150px;
  height: 22px;
}
