* {
  hyphens: manual;
}

body {
  padding-bottom: 70px;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 14px;
    }
}

@media print {
  a[href]:after {
    content: none !important;
  }
}

#question2, #zusammensetzung, #ja, #nein, #ergebnis, #abo-info {
    display: none;
}

#fullPrice {
    white-space: nowrap;
}

#reset {
    margin-top: 10px;
    margin-bottom: 10px;
}

#zusammensetzung input {
    width: 3em;
    margin-right: 1em;
}

.darkClass {
    background-color: grey;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.50;
    z-index: 20;
    width: 100%;
}

#back {
    margin-right: 1em;
}
