@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_container.css                  */
/* Style für Seiten des GD NRW                      */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

html { 
  box-sizing: border-box; 
  /* 
  Wird dann wichtig, wenn der Gridzelleninhalte  (z.B. div.v_foto oder img.v_img) einen border haben. Dann werden die Größen falsch berechnet und die border „sprengen“ erneut das Grid. Die Eigenschaft ist generell empfehlenswert.
  */
}

* { 
  box-sizing: inherit; 
  /* s.o. */
}

/* ------------------------------------------------ */
/* --- Alles umspannender Container  -------------- */
/* ------------------------------------------------ */
#tuttikompletti {
  display: grid;
  max-width: 1920px;
  color: #333333;
  margin: 5px 5px 5px 5px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
  border-radius: 0px;
  background-color: #FFFFFF;
  /* background-color: FFCCCC; */
  word-wrap: break-word;
  /* ---------------------------- */
  grid-template-columns: auto auto auto;
  /*
  grid-template-rows: 65px auto auto auto auto auto; 
  */
  grid-template-rows: 120px auto auto auto auto auto;
  grid-gap: 0px;
  grid-template-areas: 
    "bereich_logo          bereich_logo          bereich_nrw "
    "bereich_socialmedia   bereich_impress       bereich_impress "
    "navigation_oben       navigation_oben       navigation_oben "
    "bereich_pfad          bereich_pfad          bereich_pfad    "
    "bereich_mitte         bereich_mitte         bereich_mitte "
    "bereich_fuss          bereich_fuss          bereich_fuss ";
  /* ---------------------------- */
}

/*
.temp-trennstreifen {
  background-color: transparent;
  height: 20px;
  margin: 20px 0px 20px 0px;
  border: 1px dotted red;
}
*/

.bereich_trenner {
  clear: both;
  position: relative;
  /* height: 1px; */
  color: #CCCCCC;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
  vertical-align: top;
  border-bottom: 1px dotted #999999;
}

/* ------------------------------------------------ */
/* --- Bereich Sprunglinks ------------------------ */
/* ------------------------------------------------ */
#sprunglinks {
  position: absolute;
  top: -2000px;
  left: -2000px;
  z-index: 11;
  width: 100%;
}

#sprunglinks a {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: underline;
}

#sprunglinks a:focus,
#sprunglinks a:active {
  position: absolute;
  top: 2000px;
  left: 2000px;
}

/* ------------------------------------------------ */
/* --- Bereich NRW-Leiste ------------------------- */
/* ------------------------------------------------ */
#bereich_nrw {
  /*
  clear: both;
  z-index: 21;
  position: relative;
  height: 56px;
  padding: 4px 4px 4px 8px;
  color: red;
  font-size: 0.6em;
  line-height: 1.0em;
  background-image: url(../button/NRWwappen.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  max-width: 200px;
  padding: 5px 5px 5px 5px;
  */
  grid-area: bereich_nrw;
  background-color: #FFFFFF;
  margin: 20px 8px 0px 0px;
  padding:0px 0px 0px 0px;
  border: 0px solid #000000;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
  align-self:center; 
  justify-self:right;  
  /*
  Farbe zu Testzwecken
  background-color: #FFCCFF;
  */
}

#bereich_nrw p {
  display: none;
  float: right;
  margin: 0px 0px 0px 0px;
  padding: 0px 10px 0px 0px;
}

#bereich_nrw img {
  float: right;
  width: 56px;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #bereich_nrw {
    font-size: 0.8em;
    line-height: 1.3em;
  }
  
  #bereich_nrw p {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
  }
}

/* ------------------------------------------------ */
/* --- Bereich GD-Bildmarke-Leiste ---------------- */
/* ------------------------------------------------ */
#bereich_gd_bildmarke {
  /*
  */
  clear: both;
  z-index: 21;
  position: relative;
  height: 56px;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 1.3em;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url(../image/gd_bildmarke.png);
	background-size: auto 50px;
  background-repeat: no-repeat;
  background-position: 10px 10px;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  text-align: right;
}

#bereich_gd_bildmarke p {
  margin: 0px 0px 0px 0px;
  padding: 0px 60px 0px 0px;
}

/* ------------------------------------------------ */
/* --- Logo im Kopf ------------------------------- */
/* ------------------------------------------------ */
@font-face {
  font-family: 'Frutiger';
  src: url('style/font/FrutigerLTStd/FrutigerLTStd-Black.otf') format('opentype');
  /* src: url('http: //www.gd.nrw.de/style/font/FrutigerLTStd/FrutigerLTStd-Black.otf') format('opentype'); */
}

#bereich_logo {
  /*
  clear: both;
  z-index: 29;
  position: absolute;
  top: 15px;
  left: 10px;
  color: #FF6633;
  font-family: Arial, Verdana, sans-serif;
  font-size: 2.0em;
  font-style: normal;
  text-align: left;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #999999;
  border-left: 0px solid #DDDDDD;
  border-radius: 0px;
  border: 0px solid #999999;
  align-self: center;
  padding: 4px 4px 4px 8px;
  */
  align-self: left;
  justify-self: left;  
  grid-area: bereich_logo;
  background-color: transparent;
  margin: 0px 0px 0px 0px;
  padding: 8px 4px 4px 8px;
  border: 0px solid #000000;
  /*
  Farbe zu Testzwecken
  background-color: #CCFFFF;
  */
}

#bereich_logo p {
}

#bereich_logo img {
  /*
  width: 75%;
  height: auto;
  max-width: 362px;
  max-height: 37px;
  min-width: 180px;
  */
  width: auto; 
  height: auto; 
  max-width: 362px; 
  max-height: 110px; 
  min-width: 180px;
}

@media only screen and (min-width: 768px) {
  #bereich_logo img {
  /*
  width: 100%;
  height: auto;
  max-width: 362px;
  max-height: 37px;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  */
  width: auto; 
  height: auto;
  }
}

@media only screen and (min-width: 1366px) {
  #bereich_logo img {
  /*
  width: 100%;
  height: auto;
  max-width: 362px;
  max-height: 37px;
  width: 100%;
  max-width: 500px;
  max-height: 300px;
  */
  width: auto; 
  height: auto;
  }
}


/* ************************************************************************************************ */
/* ------------------------------------------------ */
/* --- Kopfteil ----------------------------------- */
/* ------------------------------------------------ */
/* Container für Banner, Impressum, Pfad */
#bereich_kopf {
  /* 
  display: grid;
  max-width: 1400px;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto;
  grid-gap: 0px;
  grid-template-areas: 
    "bereich_socialmedia   bereich_socialmedia   bereich_impress "
    "navigation_oben       navigation_oben       navigation_oben "
    "bereich_pfad          bereich_pfad          bereich_pfad    ";
  */
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
  border-top: 3px solid #FF6633;
  border-radius: 0px;
  background-color: #F5F5F5;
  /*
  clear: both;
  z-index: 20;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  */
  /*
  grid-area: bereich_kopf;
  background-color: #CCCCCC;
  border-bottom: 3px solid #FF6633;
  */
  /*
  Farbe zu Testzwecken
  background-color: #FFFFCC;
  */
}

/* ------------------------------------------------ */
/* --- Bereich Banner - im Bereich Kopf ----------- */
/* ------------------------------------------------ */
#bereich_banner {
  clear: both;
  position: relative;
  height: 55px;
  color: #FF6633;
  background-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: right;
  vertical-align: top;
}

/* ------------------------------------------------ */
/* --- Bereich Social Media - im Bereich Kopf ----- */
/* ------------------------------------------------ */
#bereich_socialmedia {
  /*
  clear: both;
  float: left;
  position: relative;
  z-index: 22;
  */
  grid-area: bereich_socialmedia;
  
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #666666;
  background-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 15px;
  text-align: left;
  vertical-align: bottom;
  border-top: 3px solid #FF6633;
  border-bottom: 1px dotted #999999;
}

#bereich_socialmedia a:link {
  color: #FF6633;
  text-decoration: none;
}

#bereich_socialmedia a:hover {
  color: #666666;
  text-decoration: none;
}

#bereich_socialmedia a:visited {
  color: #FF6633;
  text-decoration: none;
}

#bereich_socialmedia a:active {
  color: #FF6633;
  text-decoration: none;
}

/* ------------------------------------------------ */
/* --- Bereich Impressum - im Bereich Kopf -------- */
/* ------------------------------------------------ */
#bereich_impress {
  /* 
  clear: both;
  float: right;
  position: relative;
  z-index: 23;
  height: 0.8em;
  */
  grid-area: bereich_impress;
  font-size: 0.9em;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #666666;
  background-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  text-align: right;
  vertical-align: top;
  border-top: 3px solid #FF6633;
  border-bottom: 1px dotted #999999;
}

#bereich_impress a:link {
  color: #FF6633;
  text-decoration: none;
}

#bereich_impress a:hover {
  color: #666666;
  text-decoration: none;
}

#bereich_impress a:visited {
  color: #FF6633;
  text-decoration: none;
}

#bereich_impress a:active {
  color: #FF6633;
  text-decoration: none;
}

/* ------------------------------------------------ */
/* --- Bereich Pfad - im Bereich Kopf ------------- */
/* ------------------------------------------------ */
#bereich_pfad {
  /*
  clear: both;
  position: relative;
  z-index: 24;
  line-height: 1.0em;
  height: 14px;
  color: #666666;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  border-top: 3px solid #FF6633;
  border-bottom: 1px dotted #999999;
  text-align: left;
  vertical-align: top;
  */
  font-size: 0.9em;
  letter-spacing: 0.08em;
  
  grid-area: bereich_pfad;
  background-color: #E9E9E9;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 8px;
  border-top: 3px solid #FF6633;
  border-bottom: 1px dotted #999999;
  /*
  */
  /*
  Farbe zu Testzwecken
  background-color: #FFCCCC;
  */
}

.navigation {
  /*
  height: 100px;
  background-color: #F5F5F5;
  border-top: 3px solid #FF6633;
  */
}

#bereich_pfad a:link {
  color: #666666;
  text-decoration: none;
}

#bereich_pfad a:hover {
  color: #FF6633;
  text-decoration: none;
}

#bereich_pfad a:visited {
  color: #666666;
  text-decoration: none;
}

#bereich_pfad a:active {
  color: #333333;
  text-decoration: none;
}

/* ------------------------------------------------ */
/* --- Mittelteil --------------------------------- */
/* ------------------------------------------------ */
/* Container für Hauptnavigation (links), Hauptbereich (mitte), Nebenbereich (rechts) */
#bereich_mitte {
  /*
  clear: both;
  position: relative;
  z-index: 5;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 0px 0px 10px 0px;
  padding: 4px 4px 4px 8px;
  text-align: center;
  background-color: transparent;
  border-bottom: 3px solid #FF6633;
  */
  grid-area: bereich_mitte;
  background-color: #F5F5F5;
  margin: 0px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
  border: 0px solid #000000;
  /*
  Farbe zu Testzwecken
  background-color: #FFCCFF;
  */
}

/* "html>body" damit kann der IE6 nichts anfangen, aber die anderen Browser */
/*
body>#bereich_mitte {
 height: auto;
}
*/



/* ------------------------------------------------ */
/* --- Bereich Inhalt ----------------------------- */
/* ------------------------------------------------ */

/*   ausgelagert nach gdnrw_inhalte   */


/* ------------------------------------------------ */
/* --- Bereich Fuss ------------------------------- */
/* ------------------------------------------------ */
#bereich_fuss {
  /*
  clear: both;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 40px solid #DDDDDD;
  */
  grid-area: bereich_fuss;
  background-color: #F5F5F5;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
  border-top: 3px solid #FF6633;
  /*
  Farbe zu Testzwecken
  background-color: #CCFFCC;
  */
}

/* ------------------------------------------------ */
/* --- Bereich Direkt - im Bereich Fuss ----------- */
/* ------------------------------------------------ */
#bereich_fuss_direkt {
  clear: both;
  position: relative;
  z-index: 5;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  white-space: nowrap;
  color: #666666;
  margin: 10px 10px 10px 10px;
  padding: 0px 0px 0px 0px;
  /*
  background-color: #F5F5F5;
  list-style: none;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  */
}

/* Ebene 1 */
#bereich_fuss_direkt ul {
  margin: 5px 0px 0px 5px;
  padding: 0px 0px 0px 0px;
}

/* Ebene 1: Listenelemente */
#bereich_fuss_direkt li {
  list-style: none;
  list-style-position: inside;
  float: left;
  width: auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#bereich_fuss_direkt li ul {
  margin: 5px 0px 0px 0px;
}

#bereich_fuss_direkt li ul li {
  float: none;
  font-size: 0.9em;
  font-weight: normal;
  list-style-image: url(../button/liste_aktiv.png);
  margin: 0px 0px 0px -2px;
}

#bereich_fuss_direkt li ul li a,
#bereich_fuss_direkt li ul li strong {
  text-decoration: none;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
}

#bereich_fuss_direkt li ul li a:hover,
#bereich_fuss_direkt li ul li a:focus {
  text-decoration: underline;
  color: #FF6633;
}

/* ************************************************ */
/* ************************************************ */
/* ************************************************ */
/* Ebene 1 */
.grid_fuss_direkt_block ul {
  padding: 0px 0px 0px 0px;
}

/* Ebene 1: Listenelemente */
.grid_fuss_direkt_block li {
  list-style: none;
  list-style-position: inside;
  float: left;
  width: auto;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.grid_fuss_direkt_block li ul {
  margin: 5px 0px 0px 0px;
}

.grid_fuss_direkt_block li ul li {
  float: none;
  font-size: 0.9em;
  font-weight: normal;
  list-style-image: url(../button/liste_aktiv.png);
  margin: 0px 0px 0px -2px;
}

.grid_fuss_direkt_block li ul li a,
.grid_fuss_direkt_block li ul li strong {
  text-decoration: none;
  position: relative;
  margin: 0px 40px 0px 0px;
  padding: 0px 0px 0px 0px;
  color: #666666;
}

.grid_fuss_direkt_block li ul li a:hover,
.grid_fuss_direkt_block li ul li a:focus {
  text-decoration: underline;
  color: #FF6633;
}
/* ************************************************ */
/* ************************************************ */
/* ************************************************ */


/* ------------------------------------------------ */
/* --- Bereich Info - im Bereich Fuss ------------- */
/* ------------------------------------------------ */
#bereich_fuss_info {
  clear: both;
  position: relative;
  /*
  color: #666666;
  */
  color: #333333;
  background-color: #CCCCCC;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#bereich_fuss_info p {
  font-size: 0.8em;
  font-weight: lighter;
  margin: 0px 0px 0px 0px;
  padding: 5px 0px 5px 0px;
}
