:root {
  --primary-color: #fecb00;
  --primary-color-hover: #ffda48;
  --primary-color-text: #000;
}

body
{
  overflow-y: scroll;
  color: black;
  font-size: 23px;
  font-family: 'Yu Gothic', Arial;
  margin: 0px;
  padding: 0px;
  background-color: white;
}

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


INPUT[type=text], INPUT[type=password], SELECT, TEXTAREA
{
  padding: 11px;
  font-family: 'Yu Gothic', arial;
  font-size: 23px;
  color: #333;
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
  border-radius: 3px;
	-webkit-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	-moz-transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
	transition: background-color 0.2s, border-color 0.3s, box-shadow 0.3s;
}
INPUT[type=text]:hover, INPUT[type=password]:hover, SELECT:hover, TEXTAREA:hover
{
  outline: none;
}
INPUT[type=text]:focus, INPUT[type=password]:focus, SELECT:focus, TEXTAREA:focus
{
  border: 2px solid var(--primary-color);
  outline: none;
}
button, input[type=button], input[type=submit]
{
  padding: 4px 8px;
  font-size: 23px;
}

.buttonlink, .inputbuttonlink, .inputbuttonlink_grau
{
  display: inline-block;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  padding: 12px 20px !important;
  margin-top: 10px;
  text-decoration: none;
  /*background-color: #419ec3;*/
  background-color: var(--primary-color);
  color: var(--primary-color-text);
  font-size: 20px !important;
  font-style: normal;
  -webkit-transition: background-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
  font-family: 'Yu Gothic', arial;
}
.inputbuttonlink
{
  padding: 15px 20px !important;
}
.inputbuttonlink_grau
{
  background-color: #999 !important;
  color: white;
  display: inline-block;
  padding: 12px 20px !important;
  line-height: 34px !important;
}
.buttonlink:hover, .inputbuttonlink:hover
{
  text-decoration: none;
  background-color: var(--primary-color-hover);
  color: var(--primary-color-text);
}
.inputbuttonlink_grau:hover
{
  background-color: #888 !important;
}





/* ABSCHNITTE */

#header .abschnittsinhalt
{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#header .abschnittsinhalt div
{
  flex-grow: 0;
}
#header .abschnittsinhalt div+div
{
  flex-grow: 1;
}
#logo img
{
  width: 400px;
}
#benutzerdaten
{
  text-align: right;
  font-size: 18px;
  padding-top: 20px;
}

#inhalt
{
  position: relative;
}
.abschnittsinhalt
{
  background-color: white;
  max-width: 1300px;
  margin: 0px auto;
  padding: 15px 20px;
  position: relative;
}

#login_form
{
  max-width: 600px;
  margin: 0 auto;
  line-height: 80px;
  text-align: right;
}
#login_form input[type=text], #login_form input[type=password]
{
  width: 400px;
}

#benutzerdaten .angemeldet_als, #benutzerdaten .teiler, #benutzerdaten .abmelden
{
  display: inline-block;
}

nav a
{
  display: inline-block;
  border: 1px solid #ccc;
  padding: 13px 20px 5px 20px;
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 10px;
  background-color: #ddd;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
nav a.aktiv, nav a:hover
{
  background-color: #f3f3f3;
}
nav img
{
  height: 50px;
}

.info
{
  background-image: url("../images/info.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  background-color: #e2f3ff;
  font-size: 18px;
  padding: 10px;
  text-indent: 30px;
  border: 1px solid #72a7cf;
  border-radius: 10px;
  margin: 10px 0px;
  line-height: normal !important;
  display: inline-block;
}

.meldungen
{
  max-width: 900px;
  margin: 0px auto 10px auto;
  padding: 20px;
  text-align: center;
}
.meldungen ul
{
  list-style-type: none;
  padding: 0px;
}
.meldungen li
{
  list-style-type: none;
  padding: 0px;
}
.meldungen div
{
  margin-top: 5px;
}

.meldungen .erfolg
{
  border: 2px solid green;
  background-color: green;
  color: white;
  border-radius: 10px;
  padding: 10px;
}
.meldungen .hinweis
{
  border: 2px solid #ff8c00;
  background-color: #ff8c00;
  color: white;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
}
.meldungen .fehler
{
  border: 2px solid red;
  background-color: red;
  color: white;
  border-radius: 10px;
  padding: 10px;
  font-weight: bold;
}



/* Energiedaten KALENDER */

#kalender_monate_rahmen
{
  background-color: white;
  text-align: center;

  margin: 0px 0px 15px 0px;
  padding: 5px;
}

#kalender_monate_rahmen a
{
  float: left;
  margin: 5px 5px 5px 5px;
  text-decoration: none;
  padding: 8px;
  border: 1px solid gray;
  background-color: white;
  color: black;
  text-decoration: none;
}
#kalender_monate_rahmen a:hover
{
  background-color: #eee;
}
#kalender_monate_rahmen a.kalender_monate_selected
{
  border: 1px solid white !important;
  background-color: white !important;
  font-weight: bold;
}

#kalender_monate_rahmen div.clear
{
  float: none !important;
  clear: both;
}
#jahr_monat_direktwahl
{
   float: right;
}


/* Mitglieder AKTIONSZEILE */
#personen_buttons img
{
  height: 32px;
}
#personen_buttons .bild
{
  position: relative;
  top: 6px;
  padding: 8px 8px 5px 8px !important;
}
#personen_buttons .buttonlink div
{
  display: inline-block;
  line-height: 18px;
  font-size: 16px;
}
#personen_buttons .bild2
{
  margin-top: 10px;
  padding: 7px 10px 6px 10px !important;
  height: 50px;
}


/* Energiedaten AKTIONSZEILE */

#abrechnung_buttons form
{
  display: inline-block;
}
#abrechnung_buttons .loeschen img
{
  height: 30px !important;
}
#abrechnung_buttons img
{
  height: 50px;
}
#abrechnung_buttons .buttonlink
{
  margin-top: 10px;
  padding: 7px 10px 6px 10px !important;
  height: 50px;
}
#abrechnung_buttons .buttonlink > *
{
  vertical-align: top;
}
#abrechnung_buttons .buttonlink div
{
  display: inline-block;
  line-height: 26px;
  font-size: 16px;
  height: 60px;
}
#abrechnung_buttons .inaktiv, #abrechnungsliste .inaktiv
{
  background-color: #eee !important;
  cursor: default;
}
#abrechnung_buttons .heller
{
  background-color: #ffec66;
}
#abrechnung_buttons .heller:hover
{
  background-color: #fff37a;
}
#abrechnung_buttons .inaktiv img
{
  opacity: 0.5;
}
#abrechnung_buttons .marginright
{
  margin-right: 20px;
}

#sortieren_nach
{
  display: inline-block;
  padding-top: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 8px;
      vertical-align: middle;
}


.durchfuehrungsdatum
{
  margin-top: 15px;
  line-height: 70px;
}

#durchfuehrungsdatum_anzeigen, #durchfuehrungsdatum_bearbeiten
{
  display: inline;
}

#durchfuehrungsdatum_anzeigen img
{
  height: 20px;
  cursor: pointer;
}


#abrechnung_buttons #csvdatum
{
  height: 20px;
  font-size: 18px;
  width: 100px;
}


#eigenbetragbereich
{
  display: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#eigenbetragbereich_inhalt
{
  max-width: 600px;
  min-height: 200px;
  margin: 10px auto;
  background-color: white;
  padding: 20px;
  border: 2px solid black;
  border-radius: 10px;
  position: relative;
}
#eigenbetragbereich_inhalt form
{
  margin-top: 10px;
  line-height: 80px;
}
#eigenbetragbereich_inhalt label
{
  display: inline-block;
  width: 80px;
}
#eigenbetragbereich #schliessen
{
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 10px 10px 10px 10px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
#eigenbetragbereich #schliessen:hover
{
  background-color: #eee;
}

#eb_submit
{
    margin-top: 10px;
    text-align: right;
}




#abrechnungsliste
{

  font-size: 16px;
  display: table;
  border-collapse: collapse;
}
#abrechnungsliste .abrechnungszeile
{
  display: table-row;
  text-decoration: none;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#abrechnungsliste .abrechnungszeile div
{
  display: table-cell;
  padding: 2px 8px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  white-space: nowrap;
}
#abrechnungsliste .top div
{
  border-top: none !important;
}
#abrechnungsliste .abrechnungszeile .name
{
  white-space: normal;
}

#abrechnungsliste .ohne_boden
{
  display: none;
}
#abrechnungsliste .ohne_boden div
{
  border-top: none;
  border-bottom: none;
}
#abrechnungsliste .abrechnungszeile .pfeilchen
{
  cursor: pointer;
}
#abrechnungsliste .ohne_boden .name
{
  padding-left: 50px;
}
#abrechnungsliste .abrechnungszeile a
{
  text-decoration: none;
}
#abrechnungsliste .abrechnungszeile div.rechts
{
  text-align: right;
}
#abrechnungsliste .abrechnungszeile div.mitte
{
  text-align: center;
}
#abrechnungsliste .lieferungbezug
{
  padding-right: 0px !important;
}
#abrechnungsliste img
{
  height: 19px;
}
#abrechnungsliste .buttonlink
{
  padding: 2px 8px !important;
  font-size: 14px !important;
  margin-top: 0px !important;
}
#abrechnungsliste .eigenbetrag_hinzu
{
  cursor: pointer;
}




#mitgliederliste
{
  font-size: 16px;
  display: table;
  border-collapse: collapse;
}
#mitgliederliste a
{
  display: table-row;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#mitgliederliste a:hover
{
  background-color: var(--primary-color-hover);
}
#mitgliederliste a div
{
  display: table-cell;
  padding: 10px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  vertical-align: middle;
}
#mitgliederliste a.austritt div
{
  background-color: lightgray;
}
#mitgliederliste .name
{
  max-width: 480px;
}
#mitgliederliste .name b
{
  font-size: 23px;
}
#mitgliederliste .lieferungbezug
{
  font-size: 40px;
  vertical-align: middle;
}
#mitgliederliste .lieferungbezug .lieferung
{
  color: green;
}
#mitgliederliste .lieferungbezug .bezug
{
  color: red;
}
#mitgliederliste .kostenkategorie
{
  font-size: 28px;
  vertical-align: middle;
}
#mitgliederliste .konto
{
  font-size: 40px;
  vertical-align: middle;
}
#mitgliederliste .mitgliedsnummern
{
  min-width: 130px;
}

#mitgliedsakte
{
  line-height: 70px;
}
#mitgliedsakte label
{
  display: inline-block;
  min-width: 330px;
  vertical-align: top;
}
#mitgliedsakte label.long
{
  min-width: 450px;
}

#mitgliedsakte .eingabefehler
{
  line-height: 25px;
  color: red;
  font-size: 18px;
  margin-left: 330px;
}
#mitgliedsakte .fehler label
{
  color: red;
}
#mitgliedsakte .fehler input, #mitgliedsakte .fehler_direkt
{
  border-color: red;
}
#mitgliedsakte fieldset
{
  margin-top: 40px;
}
#mitgliedsakte fieldset legend
{
  font-weight: bold;
  line-height: normal;
}
#mitgliedsakte div.rechte
{
  display: inline-block;
  line-height: normal;
  padding-top: 15px;
}
#mitgliedsakte div.pause
{
  display: inline-block;
}
#mitgliedsakte div.pause input
{
  width: 95px;
}
#mitgliedsakte div.pause input.text
{
  width: 160px;
}
#mitgliedsakte .pause_anzeigen img, #mitgliedsakte .pause img, #mitgliedsakte .kostenkategorie_mitglied_anzeigen img, #mitgliedsakte .kostenkategorie_mitglied_nacht_anzeigen img, #mitgliedsakte .files_mitglied_anzeigen img
{
  height: 20px;
}
#mitgliedsakte .pausenanzeige, #mitgliedsakte .pauseloeschen, #mitgliedsakte .kostenkategorie_mitglied_loeschen, #mitgliedsakte .kostenkategorie_mitglied_nacht_loeschen, #mitgliedsakte .files_mitglied_loeschen
{
  text-decoration: none;
  cursor: pointer;
}
#mitgliedsakte .streichen
{
  color: #aaa;
}
#mitgliedsakte .pause_anzeigen img, #mitgliedsakte .kostenkategorie_mitglied_anzeigen img, #mitgliedsakte .kostenkategorie_mitglied_nacht_anzeigen img, #mitgliedsakte .kostenkategorie_mitglied_anzeigen input, #mitgliedsakte .kostenkategorie_mitglied_nacht_anzeigen input, #mitgliedsakte .files_mitglied_anzeigen img, #mitgliedsakte .files_mitglied_anzeigen input
{
  display: none;
}
#mitgliedsakte .pause_anzeigen:hover img, #mitgliedsakte .kostenkategorie_mitglied_anzeigen:hover img, #mitgliedsakte .kostenkategorie_mitglied_nacht_anzeigen:hover img, #mitgliedsakte .files_mitglied_anzeigen:hover img
{
  display: inline-block;
}
#mitgliedsakte .geloescht
{
  text-decoration: line-through;
  color: red;
}
#mitgliedsakte .geloescht .pausenanzeige
{
  cursor: default !important;
}
#mitgliedsakte .geloescht img
{
  display: none !important;
}
#mitgliedsakte input[type=text]
{
  width: 500px;
}



#einstellungen
{
  line-height: 80px;
}
#einstellungen label
{
  display: inline-block;
  min-width: 450px;
  text-align: right;
}
#einstellungen input.buttonlink
{
  display: block;
  margin: 20px auto;
}

#einstellungen_diverse input[type=text]
{
  width: 800px;
}

#kostenkategorien .kat_bezeichnung
{
  display: inline-block;
  min-width: 50px;
  text-align: right;
}
#kostenkategorien label
{
  margin-left: 15px;
  min-width: 0px !important;
}
#kostenkategorien input[type=text]
{
  width: 60px;
}
#kostenkategorien .kktext
{
  width: 200px !important;
}
#kostenkategorien .buttonlink img
{
  height: 22px !important;
}
#kostenkategorien .kat_loeschen
{
  display: inline-block;
}

#kostenkategorien .mitglied_mit_tarif {
  font-size: 14px;
  cursor: help;
}

#importanleitung div.info, #importanleitung p
{
  margin-left: 20px;
}

#importtable table
{
  border-collapse: collapse;
}
#importtable td
{
  border: 1px solid black;
  padding: 5px;
  text-align: right;
}
#importtable td:first-child
{
  font-weight: bold;
}
#importtable tr.total td
{
  border-top: 3px solid black;
}
#importtable .i_submit
{
  text-align: right;
}
#importtable td.red
{
  background-color: #ffc1c1;
}
#importtable td.green
{
  background-color: #cdffcd;
}
#importtable .bzlg
{
  letter-spacing: 30px;
  line-height: 50px;
}
table
{
  font-size: 14px;
}


#willkommen
{
  margin: 0px auto;
  background-color: #aaffaa;
  padding: 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 28px;
  max-width: 900px;
  text-align: center;
}

#datenanzeige fieldset
{
  margin-bottom: 20px;
  font-size: 20px;
}
#datenanzeige legend
{
  font-weight: bold;
  font-size: 23px;
}
#datenanzeige img
{
  height: 20px;
}
#datenanzeige form
{
  line-height: 70px;
}
#datenanzeige label
{
  width: 300px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
#datenanzeige input[type=submit]
{
  margin-left: 310px;
}
#datenanzeige .formular
{
  display: inline-block;
}
#datenanzeige .passwortkriterien
{
  line-height: 30px;
  display: inline-block;
}


#rechnungen_jahre a
{
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: -1px;
  background-color: #ddd;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  z-index: 3;
  position: relative;
}
#rechnungen_jahre .aktiv
{
  background-color: #fafafa;
}
#rechnungen_liste
{
  z-index: 2;
  position: relative;
  border: 1px solid #ccc;
  background-color: #fafafa;
  padding: 20px;
  width: 100%;
  display: table;
}
#rechnungen_liste div.zeile
{
  display: table-row;
}
#rechnungen_liste div.monat, #rechnungen_liste div.rechnungsbetrag, #rechnungen_liste div.rechnung
{
  display: table-cell;
  font-size: 20px;
  vertical-align: top;
}
#rechnungen_liste div.rechnung a
{
  white-space: nowrap;
}
#rechnungen_liste div.monat
{
  width: 150px;
  font-weight: bold;
}


.datumseingabe
{
  width: 120px;
}
