@media only screen and (min-width: 768px) {
  header {
    left: 30px;
  }

  /* FULL */

  .full .leftCol {
    padding: 7em 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .full .rightCol {
    position: absolute;
    background: white;
    padding: 0 20px;
    width: calc(50% - 60px);
    max-height: 60vh;
    bottom: 30px;
    left: 30px;
    overflow-y: auto;
  }

  .full h1, .half h1 {
    font-size: 5em;
    display:block;
    margin-bottom: 20px;
  }

  .half h1 {
    color:#424a54;
  }

  .full h2, .half h2 {
    position: relative;
    width:auto;
    margin: 0;
    top: 0;
    left: 0;
    margin-top:0;
  }

  .half h2 {
    color:#424a54;
    opacity: 1;
    animation-name: none;
  }

  /* HOME */

  .home {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
  }

  .home h2 {
    position: relative;
    margin: 0;
    top: 0;
    left: 0;
    width: calc(50vw - 60px);
  }

  .home .leftCol,
  .home .rightCol {
    position: relative;
    padding: 7em 30px;
  }

  /* HALF */

  .half {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 100vh;
  }

  .half .leftCol {
    padding: 7em 30px;
  }

  .half .rightCol {
    overflow-y: auto;
    padding: 30px 60px;
    padding-top: 7em;
    width: auto;
  }

  .partner a {
    text-decoration:none;
  }

  .partner a:hover {
    border-bottom:1px solid #424a54;
  }

  /*  STARTSEITE */

  .home .articles {
    position: absolute;
    display: grid;
    padding: 30px;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    bottom: 0;
    width: calc(100vw - 60px);
    margin-bottom: 0px;

  }

  .home .article {
    display:none;
    padding:20px;
  }

  .articles_news {
    position:absolute;
    bottom:30px;
    left:30px;
    display:inline;
    background:white;
    padding:5px 8px;
    font-size:0.9em;
  }

  .articles_news a {
    text-decoration:none;
  }

  .articles_news img {
    display:inline;
    height:20px;
    margin-left:-5px;
    margin-right:-5px;
    transform: rotate(90deg);
    margin-bottom:-5px;
  }

  /* NEWS */
  .articles {
    margin-bottom: 10px;
    padding:0px 0px;
  }

  .news .article {
    padding:20px 0;
    max-width:600px;
  }

  /* REFS */
  .refs {
    position: absolute;
    bottom: 0;
    padding: 0 30px 30px 30px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 4px;
    width:calc(50vw - 60px);
  }

  .refs div {
    padding: 10px;
    background: white;
    height:80px;
    display: grid;
    align-items: center;
    justify-content: center;
  }

  .refs img {
    width:auto;
    max-height:60px;
    max-width:100%;
  }

  /* LEISTUNGEN */
  .leist {
    position: absolute;
    bottom: 0;
    padding: 30px;
    width: calc(50% - 60px);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 4px;
  }

  .leist div {
    display: block;
    padding: 10px;
    background: white;
    margin:0px;
  }

  .leist div a {
    font-size:1.1em;
  }

  .leist .content {
    width: 50%;
  }

  .leist_circ {
    position:absolute;
    top:50px;
  }

  .leist_circ img {
    width:14px;
    padding:5px;
    background:#000;
    margin-right:1px;
  }

  .leist_circ a, .leist_circ a:hover {
    text-decoration:none;
  }

  /* NAV */

  nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 888888;
    padding: 0px;
    display: none;
    z-index: 0;
  }

  nav div {
    position: absolute;
    top: 89px;
    width: 145px;
    left: 30px;
  }

  nav a:hover {
    background: white;
    color: #424a54 !important;
  }

  nav .twitter:hover {
    background: #424a54 !important;
  }

  /* FOOTER */

  footer {
    display: none;
  }

  /* TOP */
  .top {
    display: none;
  }

  /* HIDE */
  .hide_desktop {
    display:none !important;
  }

  /* MENU */
  .menu {
    position:absolute;
    right: 40px;
    top:30px;
  }

}

@media only screen and (max-width: 768px) {
  .hide_mobile {
    display:none !important;
  }

}

@media only screen and (min-width: 980px) {
  .articles {
    grid-template-columns: repeat(4, minmax(200px, 1fr)) !important;
  }

  .refs {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
