body .site-body {
  justify-content: center;
  display: flex; }
  body .site-body .site-body-container {
    height: 100vh;
    margin: 0; }
  body .site-body .site-footer {
    background-color: var(--thema-color-2); }
  body .site-body #information {
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 100px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    background-color: var(--thema-color-2); }
    body .site-body #information #w4pl-list-115 {
      display: block; }
    body .site-body #information #w4pl-list-116 {
      display: none; }
    body .site-body #information .title {
      font-size: 20px;
      margin-bottom: 10px;
      color: var(--thema-color-3); }
  body .site-body #access {
    margin-top: 100px;
    color: #16777e; }
    body .site-body #access .access-box {
      display: grid;
      grid-template-columns: 100px 400px;
      width: 500px;
      background-color: var(--thema-color-3);
      color: white;
      padding: 20px;
      margin-left: auto;
      margin-right: auto; }
      body .site-body #access .access-box .message {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 1;
        grid-column-end: 3;
        font-size: 2rem;
        margin-bottom: 10px; }
      body .site-body #access .access-box .tel-title {
        font-size: 2rem;
        margin-bottom: 5px; }
      body .site-body #access .access-box .tel-value {
        font-size: 2rem;
        margin-bottom: 5px; }
      body .site-body #access .access-box .mail-title {
        font-size: 2rem; }
      body .site-body #access .access-box .mail-value {
        font-size: 2rem; }

@media screen and (max-width: 480px) {
  body .site-body #information {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 50px; }
    body .site-body #information #w4pl-list-115 {
      display: none !important; }
    body .site-body #information #w4pl-list-116 {
      display: block !important; } }
