
/* ===== Responsive Design (Mobilfreundlichkeit) ===== */

@media (max-width: 600px) {

  body {
    font-size: 14px;
    overflow-x: hidden;
  }

  #container, #header {
    width: 100%;
    padding: 0 10px;
  }

  .header-logo {
    width: 100%;
    height: auto;
    background-position: center;
    background-size: cover;
    max-height: none;
  }

  .header-logo-text {
    font-size: 12px;
  }

  #navigation {
    font-size: 14px;
    float: none;
    width: 100%;
    padding: 10px 0;
    min-height: auto;
    text-align: left;
  }

  #content {
    font-size: 14px;
    width: 100%;
    margin-left: 0; 
  }

  article {
    font-size: 12px;
    width: 100%;
    padding: 10px;
    margin: 14px 0;
  }

  .loginform {
    position: static;
    width: 100%;
    left: 0;
    top: 0;
    height: auto;
  }

  .vc-50-text, .vc-50-video {
    flex: 1 1 100%;
    padding-left: 0;
  }

  .notecard-wrap {
    flex-direction: column;
  }

  .notecard.space {
    width: 100%;
    margin: 10px 0;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .iframe-discord {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .desktop-only {
    display: none !important;
  }

}
