/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #logo {
    height: 136px;
    background-size: 672px 120px;
    background-position: 20px center;
    width: 90%;
  }

  #helplink {
    height: 136px;
    width: 10%;
  }

  #helplink a {
    font-size: 24px;
    margin: 36px 30px 0 0;
    text-align: right;
  }

  #navigation li {
    line-height: 70px;
    font-size: 20px;
  }
  #navigation .circle {
    margin: 20px auto 6px auto;
    display: inline-block;
    width: 32px;
    height: 32px;
  }

  #content {
    margin: 0 28px;
  }

  h2 {
    font-size: 28px;
  }

  p {
    font-size: 24px;
  }

  .trenner {
    margin: 18px 0;
  }

  .column10, .column20, .column25, .column30, .column33, .column40, .column50,
  .column60, .column66, .column70, .column75, .column80, .column90, .column100 {
    font-size: 18px;
    font-weight: bold;
  }

  input.textField {
    width: 110px;
    height: 36px;
  }

  span.lighttext {
    font-size: 16px;
    font-weight: normal;
  }

  .errorIcon {
    width: 32px;
    height: 32px;
    margin: 0 0 -9px 0;
  }

  .errorPopup {
    width: 50%;
    left: 40%;
    min-height: 160px;
  }

  .errorPopup .errorTitle {
    margin: 28px 23px 23px;
    font-size: 22px;
  }

  .errorPopup .errorContent {
    font-size: 18px;
    line-height: 26px;
    margin: 0 28px 28px;
  }


  #bottomNav .leftlink {
    font-size: 24px;
  }

  #bottomNav .rightlink {
    width: 70%;
    font-size: 24px;
  }

  #bottomNav .button {
    padding: 18px 15px;
    color: #fff;
    min-width: 150px;
    font-size: 24px;
  }

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

  .popupHeader {
    height: 93px;
    padding: 0 26px;
  }

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

  .popupHeader .closeButton {
    width: 32px;
    height: 32px;
    margin: 0 0 -9px 0;
  }

  .popupContent {
    margin: 0 26px;
    font-size: 20px;
    line-height: 24px;
    color: #505050;
  }

  .popupContent strong {
    color: #141414;
  }

  .typtable .row.tableheader > div {
    font-size: 20px;
    line-height: 24px;
  }

  .typtable .row > div {
    font-size: 24px;
  }

  .typtable input {
    vertical-align: middle;
    margin: -1px 0 0 0;
    width: 20px;
    height: 20px;
  }

  .komponente {
    width: 117px;
    height: 210px;
    margin: 1px 0 19px 1px;
  }

  .komponenteContent {
    background-size: 80px 120px;
    background-position: 0 10px;
    font-size: 18px;
    margin: 10px 16px;
    padding: 147px 0 0 0;
    line-height: 20px;
  }

  .komponentenLink {
    width: 117px;
    height: 210px;
    margin: 1px 0 18px 1px;
  }

  .komponentenLink .button {
    background-color: #007eff;
    padding: 2px 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 50px;
    margin: 60px auto 0;
    width: 26px;
  }

  #result .geraet {
    margin: 40px 0;
  }
  #result .geraet .column40 {
    font-size: 20px;
    font-weight: normal;
  }

  #result .geraet .column60 {
    font-size: 20px;
  }

  #result .geraet .row {
    margin: 18px 0;
  }

  .resulttable {
    margin: 40px 0;
  }

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

/* Medium devices (tablets, 993px and up) */
@media (min-width: 993px) {
}
