#div-termscontainer {
  padding: 40px 10% 30px 10%;
  background-color: rgb(245, 245, 245);
}

div.termsheader h1 {
  font-family: 'Roboto', Arial;
  margin-top: 0px;
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  div.termsheader h1 {
    font-size: 26px;
  }
}

div.termssubheader h2 {
  font-family: 'Roboto', Arial;
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
}
@media screen and (max-width: 450px) {
  div.termssubheader h2 {
    font-size: 15px;
    line-height: 22px;
  }
}

p.preheadline {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1599px) {
  p.preheadline {
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 1199px) {
  p.preheadline {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  p.preheadline {
    margin: 0 0 32px 0;
  }
}

p.postheadline {
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1599px) {
  p.postheadline {
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 1199px) {
  p.postheadline {
    margin: 0 0 32px 0;
  }
}
@media screen and (max-width: 767px) {
  p.postheadline {
    margin: 0 0 32px 0;
  }
}

.preheader-right {
  font-family: 'Roboto', Arial;
  margin: 9px 0 9px 0;
  font-style: italic;
  text-align: right;
  line-height: 25px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .preheader-right {
    margin: 7px 0 7px 0;
    line-height: 22px;
    font-size: 14px;
  }
}

.p-termstext {
  font-family: 'Roboto', Arial;
  line-height: 25px;
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .p-termstext {
    font-size: 14px;
    line-height: 22px;
  }
}


.termstext-link:link {
  /* text-decoration: none; */
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.termstext-link:visited {
  /* text-decoration: none; */
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.termstext-link:hover {
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
.termstext-link:active {
  text-decoration: underline;
  color: rgb(49, 106, 198);
}
