/*
Colors:

blau: #037efc
bg grau: #f2f2f4

*/

body {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  margin: 20px 0 0 0;
  cursor: pointer;
}

a {
  color: #037efc;
  text-decoration: none;
}

a:focus, a:hover {
  color: #037efc;
}

p {
  width: 90%;
  color: #666666;
  font-size: 14px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

/* INDEX index.html */
#logo {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  width: 70%;
  float: left;
  height: 70px;
}

#helplink {
  width: 30%;
  float: left;
  height: 70px;
}

#helplink a {
  line-height: 70px;
  display: block;
  margin: 0 0 0 50px;
}

/* top nav */

#navigation {
  font-size: 0;
}

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation li {
  width: 25%;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  height: 70px;
  background-color: #f2f2f2;
  background-image: url("../img/bg_navi.png");
  background-repeat: repeat-y;
  background-position: right;
}

#navigation li.active {
  background-color: #007eff;
  color: #fff;
}

#navigation li:last-child {
  background-image: none;
}

#navigation .circle {
  background-image: url("../img/step1_inactive2x.png");
  font-size: 14px;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
  margin: 26px auto 6px auto;
}

#navigation .circle[data-num="1"] { background-image: url("../img/step1_80x80_inactive.png"); }
#navigation .active .circle[data-num="1"] { background-image: url("../img/step1_80x80_active.png"); }

#navigation .circle[data-num="2"] { background-image: url("../img/step2_80x80_inactive.png"); }
#navigation .active .circle[data-num="2"] { background-image: url("../img/step2_80x80_active.png"); }

#navigation .circle[data-num="3"] { background-image: url("../img/step3_80x80_inactive.png"); }
#navigation .active .circle[data-num="3"] { background-image: url("../img/step3_80x80_active.png"); }

#navigation .circle[data-num="4"] { background-image: url("../img/step4_80x80_inactive.png"); }
#navigation .active .circle[data-num="4"] { background-image: url("../img/step4_80x80_active.png"); }

#navigation li.active a {
  color: #fff;
}

#content {
  margin: 0 15px;
}

/* bottom nav */

#bottomNav {
  font-size: 0;
  margin: 5px 0 20px;
}

#bottomNav .leftlink {
  width: 30%;
  display: inline-block;
  font-size: 14px;
}

#bottomNav .rightlink {
  width: 70%;
  display: inline-block;
  font-size: 14px;
  text-align: right;
}

#bottomNav .button {
  background-color: #007eff;
  display: inline-block;
  padding: 15px 15px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  min-width: 70px;
  text-align: center;
  font-size: 15px;
}

#bottomNav span.arrow-right {
  background-image: url("../img/next-phone.png");
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0px 6px 0px 0;
}

/* popups */

#popup {
  z-index: 10;
}

#popup > div {
  z-index: 10;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popupHeader {
  height: 60px;
  background-color: #007eff;
  padding: 0 15px;
}

.popupHeader .headline {
  color: #fff;
  font-size: 15px;
  line-height: 60px;
}

.popupHeader .column20 {
  text-align: right;
}

.popupHeader .closeButton {
  background-image: url("../img/close-phone.png");
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 0 -4px 0;
}

.popupContent {
  margin: 0 15px;
  font-size: 14px;
  line-height: 17px;
}

/* error handling */

.hasError {
  color: #df081a !important;
}

.hasError input.textField {
  background-color: #f9e1e1;
}

.errorIcon {
  width: 20px;
  height: 20px;
  background-image: url("../img/error2x.png");
  background-size: 100%;
  margin: 0 0 -5px 0;
  display: none;
}

.errorPopup {
  width: 80%;
  min-height: 100px;
  position: absolute;
  z-index: 5;
  background-image: url("../img/popover_bg.png");
  background-position: top right;
  background-repeat: no-repeat;
  display: none;
}

.errorPopup .errorTitle {
  margin: 20px 16px 16px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.errorPopup .errorContent {
  margin: 0 16px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

/* MAIN main.html */

.trenner {
  border: 1px solid #e1e1e1;
  margin: 15px 0;
  clear: both;
}

.trenner2 {
  border: 1px solid #e1e1e1;
  margin: 8px 0;
}

.row {
  font-size: 0;
}

.column10, .column20, .column25, .column30, .column33, .column40, .column50,
.column60, .column66, .column70, .column75, .column80, .column90, .column100 {
  font-size: 14px;
  display: inline-block;
}
.column10 { width: 10%; }
.column20 { width: 20%; }
.column25 { width: 25%; }
.column30 { width: 30%; }
.column33 { width: 33.33333%; }
.column40 { width: 40%; }
.column50 { width: 50%; }
.column60 { width: 60%; }
.column66 { width: 66.66666%; }
.column70 { width: 70%; }
.column80 { width: 80%; }
.column90 { width: 90%; }

h2 {
  font-weight: bold;
  font-size: 18px;
}

input.textField {
  width: 70px;
  border: 1px solid #dadada;
  background-color: #f4f4f4;
  height: 26px;
  color: #007eff;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 3px;
}

span.lighttext {
  font-size: 12px;
  font-style: italic;
  color: #7d7d7d;
}

/* RESULT result.html */
#result .textField {
  background-color: #fff;
}

/* SCHEMA schema.html */

.schemaBild {
  background-image: url("../img/schema-siphon.svg");
  width: 100%;
  height: 50%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin: 14px 0 0 0;
}

/* TYP typ.html */
.typtable {
  margin: 0 0 20px 0;
}

.typtable .row {
  border-bottom: 2px solid #e1e1e1;
}


.typtable .row.tableheader > div {
  font-size: 9px;
  color: #3e3b3c;
  font-weight: normal;
  line-height: 12px;
  margin: 13px 0 6px 0;
}

.typtable .row > div{
  margin: 13px 0 13px 0;
  font-size: 12px;
  font-weight: bold;
  color: #231f20;
}

.typtable.resulttable .row > div{
  margin: 8px 0 8px 0;
}

.typtable.resulttable .row.tableheader > div{
  margin: 10px 0 6px 0;
}

/* KOMPONENTEN komponenten.html */

.komponenten {
  font-size: 0;
}

.komponente {
  background-color: #e5e5e5;
  width: 71px;
  height: 116px;
  margin: 1px 0 9px 1px;
  text-align: center;
  float: left
}

.komponenteContent {
  background-repeat: no-repeat;
  background-size: 39px 60px;
  background-position: 0 10px;

  font-size: 9px;
  color: #696969;
  margin: 10px 16px;
  padding: 79px 0 0 0;
  line-height: 10px;
}

.komponentenLink {
  background-color: #e5e5e5;
  width: 71px;
  height: 116px;
  margin: 1px 0 9px 1px;
  text-align: center;
  float: left;
}

.komponentenLink .button {
  background-color: #007eff;
  padding: 3px 11px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  margin: 40px auto 0;
  width: 13px;
  position: relative;
  z-index: 1;
}

.komponenteContent.typ_slash { background-image: url("../img/komponenten/slash.png"); }
.komponenteContent.typ_n { background-image: url("../img/komponenten/n.png"); }
.komponenteContent.typ_f { background-image: url("../img/komponenten/f.png"); }
.komponenteContent.typ_e { background-image: url("../img/komponenten/e.png"); }
.komponenteContent.typ_k { background-image: url("../img/komponenten/k.png"); }
.komponenteContent.typ_v { background-image: url("../img/komponenten/v.png"); }
.komponenteContent.typ_s { background-image: url("../img/komponenten/s.png"); }
.komponenteContent.typ_m { background-image: url("../img/komponenten/m.png"); }
.komponenteContent.typ_p { background-image: url("../img/komponenten/p.png"); }
.komponenteContent.typ_q { background-image: url("../img/komponenten/q.png"); }
.komponenteContent.typ_r { background-image: url("../img/komponenten/r.png"); }
.komponenteContent.typ_h { background-image: url("../img/komponenten/h.png"); }
.komponenteContent.typ_w { background-image: url("../img/komponenten/w.png"); }
.komponenteContent.typ_a { background-image: url("../img/komponenten/a.png"); }
.komponenteContent.typ_y { background-image: url("../img/komponenten/y.png"); }
.komponenteContent.typ_i { background-image: url("../img/komponenten/i.png"); }
.komponenteContent.typ_g { background-image: url("../img/komponenten/g.png"); }
.komponenteContent.typ_c { background-image: url("../img/komponenten/c.png"); }
.komponenteContent.typ_l { background-image: url("../img/komponenten/l.png"); }
.komponenteContent.typ_j { background-image: url("../img/komponenten/j.png"); }
.komponenteContent.typ_z { background-image: url("../img/komponenten/z.gif"); }
.komponenteContent.typ_0 { background-image: url("../img/komponenten/0.png"); }
.komponenteContent.typ_1 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_2 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_3 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_4 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_5 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_6 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_7 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_8 { background-image: url("../img/komponenten/1.png"); }
.komponenteContent.typ_9 { background-image: url("../img/komponenten/1.png"); }


/* KOMPONENTEN_POPUP komponenten_popup.html */
.komponenten.komponentenPopup {
  margin: 16px 0;
}