

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  #header > #header-container div:first-child img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  #header > #header-container {
    flex-direction: column;
    justify-content: flex-end;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .footer {
    align-items: center;
  }

  .footer nav,
  .footer .infos {
    flex-direction: row;
    justify-content: space-around;
  }

  .SKContainer .SKMenuMainContainer thead tr {
    display: flex;
    justify-content: space-between;
  }

  .SKContainer .SKMenuMainContainer .SKMenuData a {
    display: inline-flex;
  }

  #body-container td:nth-child(3) {
    display: inline-block;
    width: 60% !important;
  }

  #body-container td:nth-child(4) {
    display: inline-block;
    width: 40% !important;
  }


  #committee-people tr td:last-child {
    display: table-cell;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  #searchform tr.fieldset_group:nth-child(5) .fieldset_element {
    flex-direction: row;
  }

  #header > #header-container {
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
  }

  #SK_Calendar .SKTerminZeit_td,
  .SKTermineFeiertag_tr .SKTerminZeitF_td {
    display: table-cell;
    min-width: 90px;
    max-width: 90px;
  }

  #body-committees tr td:last-child,
  #mandate-information tr td:nth-child(3),
  #committee-people-addresses tr td:last-child,
  #committee-people tr td:nth-child(5) {
    display: table-cell;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  #save-fab {
    height: 56px;
    width: 56px;
  }

  #save-fab .icon svg {
    height: 26px;
    width: 26px;
  }

  #content > #content-container {
    margin: auto;
  }

  .SKContainer > div:first-child,
  #header,
  #header #header-container,
  #header .login {
    display: flex;
  }

  #navbar > .login-button,
  #navbar > .logout-button {
    display: none;
  }

  #mandate-information tr td:last-child,
  #SK_Calendar .SKTerminRaum_td,
  .SKTermineFeiertag_tr .SKTerminRaumF_td {
    display: table-cell;
  }

  #save-setting {
    height: 56px;
    width: 56px;
  }
  #save-setting img {
    height: 22px;
    width: 22px;
  }

  #body-container td:nth-child(3) {
    display: inline-block;
    width: 40% !important;
  }

  #body-container td:nth-child(4) {
    display: inline-block;
    width: 30% !important;
  }

  #body-container td:nth-child(6) {
    display: inline-block;
    width: 30% !important;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1260px) {
  #header > #header-container {
    width: 1240px;
    margin: auto;
  }

  #content > #content-container {
    margin-left: 300px;
  }

  #navbar {
    min-height: 56px;
  }

  #navbar > a {
    display: none;
  }

  #navbar #navbar-links {
    width: 100%;
    min-height: 56px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
  }

  #navbar #navbar-links a,
  #navbar #navbar-links li,
  #navbar #navbar-links strong {
    display: flex;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: white;
    height: 56px;
    width: 100%;
    max-width: 200px;
    transition: all 0.2s ease;
  }

  #navbar #navbar-links strong,
  #navbar #navbar-links li:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }


  #SK_Calendar .SKTerminOutlook_td,
  .SKTermineFeiertag_tr td.SKTerminOutlookF_td {
    display: table-cell;
  }

  #body-container td:nth-child(3) {
    display: inline-block;
    width: 35% !important;
  }

  #body-container td:nth-child(4) {
    display: inline-block;
    width: 25% !important;
  }

  #body-container td:nth-child(5) {
    display: inline-block;
    width: 15% !important;
  }

  #body-container td:nth-child(6) {
    display: inline-block;
    width: 25% !important;
  }
  .icon svg {
    height: 22px;
    width: 22px;
  }
}
