@media only screen and (max-width: 450px) {
  #homePageBottomImage h2.bottomImageTitle {
    top: calc(40vw * 0.7 * -1); }

  #homePageBottomImage a.bottomButton {
    padding: 6px;
    top: calc(40vw * 0.7 * -1); }

  #homePageHalfImages a.buttonOverImage {
    padding: 6px; }

  a.buttonOverImage {
    font-size: 1.2em;
    margin: 4px auto; }

  .bigTitle {
    font-size: 1.9em; } }
@media only screen and (min-width: 451px) and (max-width: 849px) {
  .bigTitle {
    font-size: 2.5em; }

  #homePageHalfImages a.buttonOverImage {
    padding: 8px;
    font-size: 1.4em; } }
@media only screen and (max-width: 849px) {
  #responsiveHeader {
    width: 100vw; }

  #header {
    display: none; }

  #homePageMainImage {
    height: 50vw;
    background-size: cover;
    background-position: center; }

  #homePageTextbox {
    height: 35vw; }
    #homePageTextbox .headlineContent .textSubtitle {
      font-size: 1.3em;
      font-weight: 550; }

  #homePageHalfImages .leftHalfImage,
  #homePageHalfImages .rightHalfImage {
    max-height: 45vw; }
  #homePageHalfImages h2.halfImageTitle {
    top: calc(45vw*-1*0.6); }
  #homePageHalfImages a.buttonOverImage {
    top: calc(45vw*-1*0.6);
    border-radius: 10px; }

  #homePageBottomImage {
    height: 40vw;
    width: 100%; }
    #homePageBottomImage h2.bottomImageTitle {
      top: calc(40vw*0.6*-1); }
    #homePageBottomImage a.bottomButton {
      padding: 8px;
      top: calc(40vw*0.6*-1); }

  #footer {
    flex-direction: column;
    align-items: center; }
    #footer .footerMenus h4 {
      text-align: center; }
    #footer .footerMenus ul li {
      text-align: center; }

  #switchboardRow {
    margin-top: 0; } }
@media only screen and (min-width: 850px) {
  #header {
    display: block; }

  #homePageTextbox {
    height: 350px;
    max-height: 500px;
    display: block;
    width: 100%;
    background-color: white;
    position: relative; }
    #homePageTextbox .textboxContent {
      margin: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 100%;
      justify-content: center; }
      #homePageTextbox .textboxContent .textSubtitle {
        font-size: 2em;
        font-weight: 600; }
      #homePageTextbox .textboxContent .textTitle {
        font-weight: 700; }

  #homePageHalfImages {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 500px; }
    #homePageHalfImages .leftHalfImage,
    #homePageHalfImages .rightHalfImage {
      flex-basis: 100%;
      z-index: 0; }
      #homePageHalfImages .leftHalfImage img.halfImages,
      #homePageHalfImages .rightHalfImage img.halfImages {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #homePageHalfImages h2.halfImageTitle {
      top: -315px; }
    #homePageHalfImages a.buttonOverImage {
      top: -288px; }

  .textSubtitle {
    font-size: 2.5em;
    font-weight: 400; }

  a.buttonOverImage {
    min-width: 150px;
    font-size: 2.2em;
    padding: 15px;
    margin: 10px auto; }

  h2.bigTitle {
    font-size: 4em; }

  #homePageBottomImage a.bottomButton {
    top: -220px; }
  #homePageBottomImage h2.bottomImageTitle {
    top: -254px; } }
@media only screen and (min-width: 850px) and (max-width: 1199px) {
  a.bottomButton {
    font-size: 1.9em; } }
@media only screen and (max-width: 1199px) {
  .menuContainer #mainMenu ul#mainMenuLinks li.mainMenuItem a {
    font-size: 20px; } }
@media only screen and (min-width: 1200px) {
  .menuContainer #mainMenu ul#mainMenuLinks li.mainMenuItem a {
    font-size: 24px; } }
