/* CompanyHistory
 * version 1
 * Max. Eichen.
 */
#history {
  display: inline-block;
  width: 100%;
  max-width: 1440px;
  background: rgb(58, 58, 58);
  text-shadow: none;
  margin-top: 0;
}

#history .global-streamlined {
  text-align: left;
}

#history h2 {
  font-size: 26px;
  margin-top: 62px;
  margin-bottom: 34px;
}

#history h3 {
  font-size: 17.5px;
  font-weight: 900;
  margin: 32px 0;
}

#history p {
  font-size: 12.55px;
  font-weight: 600;
}

#history p br {
  margin-bottom: 1em;
}

@media all and (max-width: 1000px) {
  #history .global-streamlined {
    width: 700px;
  }

  #history p {
    margin-top: -40px;
  }

  #history h2 {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #history h3 {
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0;
    margin-bottom: 50px;
  }

  #history h3 br {
    display: none;
  }
}

@media all and (max-width: 720px) {
  #history .global-streamlined {
    min-width: 280px;
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
  }
}

/*
@media all and (max-width: 1000px)
{
  #iproteg .wrapper-text br {
    display: none;
  }

  #iproteg .wrapper-text .title {
    font-size: 22px;
  }

  #iproteg .global-streamlined {
    text-align: center;
  }

  #iproteg .wrapper-text {
    display: inline-block;
    margin-top: 150px;
    margin-bottom: 60px;
    text-align: left;
    font-size: 25px;
    line-height: 1.5em;
    max-width: 430px;
    max-width: 630px;
  }

  #iproteg .banner .symbol {
    margin-left: 0;
    width: 630px;
  }

  #iproteg .glyph {
    min-width: 200px;
    width: 45vw;
  }

  #iproteg .wrapper-text {
    font-size: 18px;
  }
}

@media all and (max-width: 720px)
{
  #iproteg .wrapper-text {
    margin-top: 130px;
    min-width: 280px;
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
  }
  #iproteg .banner .symbol {
    min-width: 280px;
    width: 100%;
    max-width: 620px;
    padding: 0 10px;
  }
  #iproteg .wrapper-text {
    font-size: 16px;
  }
  #iproteg .wrapper-text .title {
    font-size: 18px;
  }
}
*/
