/* >= 768px */
@media screen and (min-width: 768px) {
  :root {
    --font-size-h1: 6vw;
    --font-size-h4: 22px;
    --font-size-h5: 20px;
  }
  .h1,
  .h2,
  .h3 {
    margin-bottom: 50px;
  }
  .content-space-left {
    padding: 50px 7vw 50px 30px;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  #toolbar-administration {
    display: block !important;
  }
  a.edit-link,
  a.node-preview-backlink {
    display: block;
  }
  .hyphenate {
    hyphens: none;
  }
  .hyphenate.hyphenate-full {
    hyphens: auto;
  }
  .hyphenate br {
    display: inline;
  }
  .mobile-no-break br {
    display: inline;
  }
  .text p + h2,
  .body p + h2 {
    margin-top: 70px;
  }
  .text p + h3,
  .body p + h3 {
    margin-top: 70px;
  }
  .text p + h4,
  .body p + h4 {
    margin-top: 70px;
  }
  .text .button,
  .body .button {
    width: auto;
  }
  :root {
    --font-size-h1: 4vw;
    --font-size-h4: 26px;
    --font-size-h5: 22px;
    --p-big: 150px;
    --pt-intro: 200px;
  }
  .content-space-left {
    padding: 75px 7vw 75px 50px;
    margin-left: 0;
  }
  .banner-container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .banner-container .content {
    background-color: #ffffff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .banner-container .image picture {
    height: 100%;
    width: 100%;
  }
  .banner-container .image picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #cta .cta {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-areas: "untertitel untertitel" "titel icon";
    column-gap: 150px;
  }
  #cta .cta .h1 {
    margin-bottom: 0;
    grid-area: titel;
  }
  #cta .cta .untertitel {
    grid-area: untertitel;
    margin-bottom: 20px;
  }
  #cta .cta .icon-arrow-top-right {
    flex-shrink: 0;
    height: 150px;
    width: 150px;
    line-height: 150px;
    font-size: 54px;
    margin-top: 0;
    grid-area: icon;
    margin-left: auto;
  }
  #header.header-white > .section .region-header a {
    color: #ffffff;
  }
  #header > .section {
    padding: 100px 0 60px;
    display: flex;
    justify-content: space-between;
  }
  #header > .section #menu-icon {
    height: 76px;
    width: 76px;
  }
  #header > .section #menu-icon .line {
    left: 26px;
  }
  #header > .section #logo {
    height: 40px;
    width: 152px;
  }
  #header > .section .region-header {
    display: block;
  }
  #header > .section .region-header a {
    font-weight: 700;
    color: var(--color-primary);
    text-decoration: underline;
  }
  #header > .section #navigation .table .table-cell {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  #header > .section #navigation .table .table-cell .image {
    display: block;
    opacity: 0;
    transition: opacity 0s;
  }
  #header > .section #navigation .table .table-cell .image picture {
    height: 100%;
    width: 100%;
  }
  #header > .section #navigation .table .table-cell .image picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #header > .section #navigation .table .table-cell .content .wrapper {
    display: flex;
    justify-content: space-between;
  }
  html.menu-open #header > .section #navigation .table .table-cell .image {
    opacity: 1;
    transition: opacity 0.3s ease 0.3s;
  }
  #footer .top .contact {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  #footer .top .contact .seperator {
    display: block;
  }
  #footer .top .section {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "titel adresse" "newsletter newsletter";
  }
  #footer .top .section .titel {
    grid-area: titel;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #footer .top .section .adresse {
    grid-area: adresse;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #ffffff;
  }
  #footer .top .section .newsletter {
    grid-area: newsletter;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
  }
  #footer .bot .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .bot .section .claim {
    margin-bottom: 0;
  }
  #footer .bot .section .footer-menu {
    margin-left: auto;
  }
  #footer .bot .section .footer-menu ul.menu {
    display: flex;
    gap: 30px;
  }
  #footer .bot .section .linkedin {
    margin-top: 0;
    margin-left: 30px;
  }
  .category-card .category-card__content {
    padding: 50px 40px 40px 40px;
  }
  .category-card .category-card__content .category-card__icon {
    margin-bottom: 30px;
  }
  .category-card .category-card__content .category-card__title {
    margin-bottom: 50px;
  }
  .category-card .category-card__content .category-card__ui-icon {
    height: 35px;
    width: 35px;
    line-height: 33px;
  }
  .profile-card .profile-card__image {
    height: 100px;
    width: 100px;
  }
  .profile-card .profile-card__ui-icon {
    height: 35px;
    width: 35px;
    line-height: 33px;
  }
}
/* >= 1248px */
@media screen and (min-width: 1248px) {
  .banner-container .content {
    padding: 50px;
  }
  div.button,
  a.button,
  a.button:active,
  a.button:focus,
  a.button:link,
  a.button:visited,
  button.button,
  button.button:active,
  button.button:link,
  button.button:visited,
  input.form-submit,
  input.form-submit:focus {
    font-size: var(--font-size-default);
    line-height: var(--line-height-default);
    padding: 8px 18px;
  }
  #footer .top .section {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "titel adresse" "newsletter newsletter";
  }
  #footer .top .section .titel {
    grid-area: titel;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  #footer .top .section .adresse {
    grid-area: adresse;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #ffffff;
  }
  #footer .top .section .newsletter {
    grid-area: newsletter;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ffffff;
  }
  #footer .bot .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #footer .bot .section .claim {
    margin-bottom: 0;
  }
  #footer .bot .section .footer-menu {
    margin-left: auto;
  }
  #footer .bot .section .footer-menu ul.menu {
    display: flex;
    gap: 30px;
  }
  #footer .bot .section .linkedin {
    margin-top: 0;
    margin-left: 30px;
  }
}
