@charset "utf-8"; /* charset festlegen */
/* ************************************************ */
/* DATEI: gdnrw_GRID_auflistung2er.css              */
/* Style für Seiten des GD NRW                      */
/* ************************************************ */
/* "#" -> "id"-Selektor; "." -> "class"-Selektor    */
/* top, right, bottom, left                         */
/* ************************************************ */

/* --- Mittelteil - ... - Bereich - Auflistung 2er-Spalte --- */
.bereich_auflistung2er {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid red;
}

/* --- Mittelteil - ... - einzelne Auflistung 2er-Spalte --- */
.auflistung2er {
  /* 
  width: 99%; 
  width: 516px;
  */
  padding: 0px 0px 0px 0px;
}

.auflistung2er_zwischenlinie {
  clear: both; /* hebt float: left und float: right auf */
  /* 
  margin: 5px 5px 0px 5px;
  */
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}

.auflistung2er_links {
  position: relative;
  float: left;
  top: 0px;
  width: 25%; 
  /*
  width: 160px;
  */
  text-align: left;
  color: green;
}

.auflistung2er_rechts {
  position: relative;
  float: right;
  top: 0px;
  width: 75%;
  /*
  width: 356px 
  height: auto;
  */
  text-align: left;
}

.auflistung2er_rechts a:link {
  color: #000000;
  text-decoration: none;
}

.auflistung2er_links p {
  font-weight: bold;
  color: #FF6633;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 0px 10px;
  text-align: right;
}
/* Sonderfall für 'p' auf Presse-Seiten, wenn Datum angezeigt werden soll
.auflistung2er_links p.presse {
  font-weight: bold;
  color: #FF6633;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 0px 5px;
  text-align: left;
}
 */
 
 .auflistung2er_rechts p {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 5px;
}

.auflistung2er p.gotofuss {
  clear: both;
  text-align: right;
  margin: 0px 10px 5px 10px;
  padding: 0px 2px 5px 5px;
  border-bottom: 1px solid #999999;
}

.auflistung2er p,
.auflistung2er_presse p {
  -webkit-hyphens: auto; 
  hyphens: auto;
}


/* ************************************************ */
/* HIER FÜR DEN SONDERFALL PRESSE                   */
/* ************************************************ */

/* --- Mittelteil - ... - einzelne Auflistung 2er-Spalte --- */
.auflistung2er_presse {
  /*
  width: 516px;
  */
  padding: 0px 0px 0px 0px;
}

.auflistung2er_presse_zwischenlinie {
  clear: both; /* hebt float: left und float: right auf */
  margin: 5px 5px 0px 2px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}

.auflistung2er_presse_links {
  position: relative;
  float: left;
  top: 0px;
  width: 25%; 
  text-align: left;
  color: green;
}

.auflistung2er_presse_rechts {
  position: relative;
  float: right;
  top: 0px;
  width: 75%;
  text-align: left;
}

.auflistung2er_presse_rechts a:link {
  color: #000000;
  text-decoration: none;
}

.auflistung2er_presse_links p {
  font-weight: bold;
  color: #FF6633;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 0px 2px;
  text-align: left;
}
.auflistung2er_presse_rechts p {
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 5px;
}
.auflistung2er_presse_rechts p.bildunterschrift {
  font-size: 0.9em;
  font-style: italic;
  color: #666666;
  width: 99%;
  margin: 10px 0px 0px 0px;
  padding: 5px 10px 0px 5px;
  text-align: left;
  overflow: auto;
  /* border: 0px solid #999999; */
}
.auflistung2er_presse p.gotofuss {
  clear: both;
  text-align: right;
  margin: 0px 10px 5px 10px;
  padding: 0px 2px 5px 5px;
  border-bottom: 1px solid #999999;
}

/* ************************************************ */
/* HIER FÜR DEN SONDERFALL BODENFEUCHTEMESSSTATION  */
/* ************************************************ */

.bodenfeuchtemesstationen .auflistung2er_links {
  position: relative;
  float: left;
  top: 0px;
  width: 19%;
  text-align: left;
  color: green;
}
.bodenfeuchtemesstationen .auflistung2er_rechts {
  position: relative;
  float: right;
  top: 0px;
  width: 79%;
  /* 
  height: auto; 
  */
  text-align: left;
}
.bodenfeuchtemesstationen .auflistung2er_zwischenlinie {
  clear: both; /* hebt float: left und float: right auf */
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 0px solid #999999;
}

/* ************************************************ */
/*  ***NEU***   |   2021-09-27                      */
/* "aufstellung" als Ersatz für "auflistung2er"     */
/* ************************************************ */

/*
.aufstellung {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;

  -webkit-hyphens: auto; 
  hyphens: auto;
}

.aufstellung_element_1 p {
  position: relative;
  float: left;
  top: 0px;
  width: 19%;
  text-align: left;
  color: green;
  font-weight: bold;
  color: #FF6633;
  margin: 0px 0px 0px 0px;
  padding: 5px 5px 0px 10px;
  text-align: left;
}

.aufstellung_element_2 p {
  position: relative;
  float: right;
  top: 0px;
  width: 79%;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 0px 5px;
}

.aufstellung p.gotofuss {
  clear: both;
  text-align: right;
  margin: 0px 10px 5px 10px;
  padding: 0px 2px 5px 5px;
  border-bottom: 1px solid #999999;
}

*/



/* ************************************************ */
.aufstellung {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto;
  grid-gap: 0em;
  grid-template-areas: 
      "aufstellung_element_1"
      "aufstellung_element_2"
  ;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*
  color: #333333;
  */
  -webkit-hyphens: auto; 
  hyphens: auto;
}

.aufstellung_element_1 p {
  font-weight: bold;
  color: #FF6633;
  text-align: left;
  background-color: #EEEEEE;
  /*
  background-color: transparent;
  background-image: linear-gradient(160deg, #DDDDDD, #E6E6E6, #F5F5F5);
  background-image: linear-gradient(160deg, #DDDDDD, #F5F5F5, #FF6633);
  background-image: linear-gradient(160deg, #DDDDDD, #F5F5F5, transparent);
  background-repeat: no-repeat;
  */
  margin: 10px 0px 0px 0px;
  padding: 3px 5px 2px 5px;
}

.aufstellung_element_2 p {
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 3px 5px 3px 8px;
}

.aufstellung_img {
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}


@media only screen and (min-width: 768px) {
  .aufstellung {
    display: grid;
    grid-template-columns: 20% auto;
    grid-template-rows: auto;
    grid-gap: 1em;
    grid-template-areas: 
      "aufstellung_element_1  aufstellung_element_2"
    ;
    margin: 0px 10px 0px 10px;
    padding: 0px 0px 0px 0px;
  /*
  color: #333333;
  */
  }

  .aufstellung_element_1 p {
    font-weight: bold;
    color: #FF6633;
    background-color: transparent;
    background-image: none;
    text-align: right;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
  }
  
  .aufstellung_element_2 p {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
  }
}

.aufstellung_element_1 {
  grid-area: aufstellung_element_1;
}

.aufstellung_element_2 {
  grid-area: aufstellung_element_2;
}

.aufstellung_zwischenlinie {
  clear: both;
  margin: 0px 0px 2px 0px;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid #999999;
}


.bodenfeuchtemessstation h3 {
  text-align: left;
  background-color: #CCCCCC;
  margin: 10px 0px 0px 0px;
  padding: 3px 5px 3px 8px;
}



/* ************************************************ */







