@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
    .contao-cookiebar .cc-inner .cc-head p:first-child {
      margin-top: 0; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 45px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 11px;
        left: 4px;
        width: 12px;
        height: 12px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 23px;
    border-radius: 3px;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    background: #fff; }
  .contao-cookiebar .cc-groups {
    display: none;
    padding-top: 15px; }
    .contao-cookiebar .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .contao-cookiebar .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .contao-cookiebar .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px; }
    .contao-cookiebar .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .contao-cookiebar .cc-detail-btn-details:hover {
      color: #717171; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/*********************************
 * Jens Schwalenberg
 * info@schwalenberg.net
 *********************************/

@font-face {
    font-family: 'Lato';
    font-display: swap;
    src: url('../../files/theme/fonts/Lato-Regular.ttf');
}

@font-face {
    font-family: 'LatoBold';
    font-display: swap;
    src: url('../../files/theme/fonts/Lato-Bold.ttf');
}

@font-face {
    font-family: 'Prata';
    font-display: swap;
    src: url('../../files/theme/fonts/Prata-Regular.ttf');
}

@font-face {
    font-family: 'FontAwesomeSolid';
    font-display: swap;
    src: url('../../files/theme/fonts/fa-solid-900.ttf');
}

@font-face {
    font-family: 'FontAwesomeBrands';
    font-display: swap;
    src: url('../../files/theme/fonts/fa-brands-400.otf');
}

* {
    border: 0;
    margin: 0;
    padding: 0;
}

.invisible {
    display: none;
}

body {
    color: #DAD8D8;
    background-color: #030303;
    font-family: 'Lato', Arial;
}

#wrapper {
    position: relative;
}

#wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    transition: background-color 0.35s;
}

html.no-scroll #wrapper:after {
    background-color: rgba(0, 0, 0, 0.9);
}

/*
 * Font Configurations
 */

a {
    font-family: 'LatoBold', Arial;
    font-weight: 400;
    text-decoration: none;
    color: #e40138;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Prata', Arial;
}

h1 {
    margin-bottom: 1.7rem;
}

h1 em {
    color: #e40138;
    font-style: normal;
}

h1 em,
h1 strong,
h2 em,
h2 strong,
h3 em,
h3 strong,
h4 em,
h4 strong,
h5 em,
h5 strong {
    font-weight: bold;
    font-family: 'Prata', Arial;
}

h2 {
    margin-bottom: 0.85rem;
}

h3 {
  align-self: flex-start;
}

p {
    margin-bottom: 1rem;
    line-height: 1.5;
}

strong {
    font-family: 'LatoBold', Arial;
    font-weight: 400;
}

/*
 * Main settings
 */

main {
    margin-top: 100px;
}

.mod_article {
    padding: 1.7rem;
    box-sizing: border-box;
}

.mod_article.lightblack {
    background-color: #131313;
}

/*
 * Hero Sector
 */
.hero {
    position: relative;
}

.hero h1 {
    font-size: 2.0rem;
    font-family: 'Prata';
}

.content-text figure {
    margin-bottom: 0.85rem;
}

.content-text img {
    max-width: 100%;
    height: auto;
}

/*
 * Exhibition Infos
 */
.exhibition {
    background-color: #C0C0C0;
    color: #3F3F3F;
}

.exhibition strong {
    color: #e40138;
}

/*
 * Team
 */
.team .content-text:not(.headline) {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1.7rem;
}



.team figure {
    position: relative;
    width: 50%;
    margin-bottom: 1.7rem;
}

.team img {
    border-radius: 100%;
}

.team figcaption {
    position: absolute;
    bottom: -15px;
    left: 50%;
    background-color: #e40138;
    border-radius: 2px;
    padding: 0.5rem;
    text-align: center;
    font-family: 'LatoBold', Arial;
    transform: translateX(-50%);
}

/*
 * Career
 */
.career .ce_accordionSingle {
    margin-bottom: 1.7rem;
}

.career .toggler {
    font-size: 1.4rem;
    border-bottom: 1px solid #DAD8D8;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
}

.career .toggler:before {
    content: '';
    display: inline-block;
    font-family: 'FontAwesomeSolid';
    margin-right: 0.85rem;
    transition: transform 0.35s;
}

.career .toggler.ui-accordion-header {
    cursor: pointer;
}

.career .toggler.ui-accordion-header-active:before {
    transform: rotate(90deg)
}

.social-media a {
    font-family: 'FontAwesomeBrands';
    font-size: 2rem;
    margin-right: 2rem;
}

/*
 * Video section
 */
.mod_article.video video {
    max-width: 100%;
}

/*
 * Cookiebar
 */

.contao-cookiebar .cc-inner {
    color: #000000;
    background-color: DaD8D8;
}

/*
 * News
 */
 .news h2 {
    
 }
 
 /*
  * CCW Countdown
  */
  
.countdown-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(6px);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 12px 20px;
  z-index: 9999;
  font-family: "Lato", sans-serif;
  color: #000000;
  box-sizing: border-box;
}

.countdown {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: nowrap;
}

.time-box {
  text-align: center;
  min-width: 60px;
}

.time-box span {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.time-box small {
  display: block;
  font-size: 0.9rem;
  margin-top: 4px;
}

.divider {
  width: 1px;
  height: 50px;
  background-color: #ddd;
}

.countdown-text {
  font-size: 1.1rem;
  font-weight: 500;
}

/* =========================================
   📱 RESPONSIVE STYLES
   ========================================= */

/* --- Tablets & kleine Bildschirme --- */
@media (max-width: 900px) {
  .countdown-bar {
    gap: 20px;
    padding: 10px 12px;
  }

  .time-box span {
    font-size: 1.8rem;
  }

  .divider {
    height: 40px;
  }

  .countdown-text {
    font-size: 0.95rem;
  }
}

/* --- Smartphones --- */
@media (max-width: 600px) {
  .countdown-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .countdown {
    gap: 10px;
  }

  .time-box span {
    font-size: 1.4rem;
  }

  .time-box small {
    font-size: 0.8rem;
  }

  .divider {
    display: none; /* spart Platz auf kleinen Bildschirmen */
  }

  .countdown-text {
    font-size: 0.9rem;
    line-height: 1.3;
    max-width: 90%;
  }
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 99999;
    background-color: rgba(3, 3, 3, 1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: background-color 0.35s;
}

body.scrolled header {
    background-color: rgba(3, 3, 3, 0.6);
}

header .inside {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 1.7rem;
    box-sizing: border-box;
}

header #logo {
    position: absolute;
    top: 50%;
    left: 0;
    width: 108px;
    height: 75px;
    transform: translateY(-50%);
    transition: width 0.35s, height 0.35s;
    padding: inherit;
    opacity: 1;
    z-index: 999999;
    transition: opacity 0.35s;
}

html.no-scroll header #logo {
    opacity: 0;
}

header #logo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: transparent url(../../files/theme/images/logqmotion.png) no-repeat center center;
    background-size: contain;
    transition: opacity 0.35s;
}

#header #logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/*
 * Navigation
 */
#header .mod_navigation {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background-color: #DAD8D8;
    transition: left 0.35s;
}

#nav_opened:checked + #wrapper #header .mod_navigation {
    left: 0;
}
#header .mod_navigation ul {
    margin-top: 100px;
    padding: 0 1.7rem;
    box-sizing: border-box;
    list-style-type: none;
    font-size: 2rem;
}

#header .mod_navigation ul li {
    margin-bottom: 1.7rem;
}

#header .mod_navigation ul li:last-of-type {
    margin-bottom: 0;
}

#header .mod_navigation ul li a {
    color: #030303;
}

#header .mod_navigation ul li.active {
    color: #e40138;
}
#hamburger {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 84px;
    height: 100%;
    cursor: pointer;
    padding: inherit;
    z-index: 999999;
}

#hamburger-box {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-bottom: 2px;
    z-index: 3;
    padding: inherit;
    transition: top 0.35s;
}

#hamburger-inner {
    transition-timing-function: cubic-bezier(.55,.055,.675,.19);
    transition-duration: 75ms;
}

#hamburger-inner, #hamburger-inner:before, #hamburger-inner:after {
    position: absolute;
    width: 30px;
    height: 3px;
    transition-property: transform;
    background-color: #FBFFFE;
    transition: background-color 0.35s;
}

#hamburger-inner:before, #hamburger-inner:after {
    display: block;
    content: "";
}
#hamburger-inner:before {
    top: -10px;
    transition: top 75ms ease .12s, opacity 75ms ease;
}
#hamburger-inner:after {
    bottom: -10px;
    transition: bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19);
}

/* Hamburger Active */
#nav_opened:checked + #wrapper #hamburger #hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transform: rotate(45deg);
}

#nav_opened:checked + #wrapper #hamburger #hamburger-inner:before {
    top: 0;
    transition: top 75ms ease,opacity 75ms ease .12s;
    opacity: 0;
}

#nav_opened:checked + #wrapper #hamburger #hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s;
    transform: rotate(-90deg);
}
@media only all and (min-width: 800px) {

    h1 {
        font-size: 3rem;
    }

    .mod_article.lightblack {
        max-width: none;
        padding: 0;
    }

    .mod_article .inside {
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
        padding: 1.7rem;
        box-sizing: border-box;
    }

    .content-text {
        padding: 0 0 3.4rem 0;
    }


    .content-text .inside {
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
    }


    /*
     * Hero sector
     */
    .hero .content-text {
        display: flex;
        flex-direction: row-reverse;
    }

    .hero figure {
        position: relative;
    }

    /*.hero figure:after {
        content: '';
        position: absolute;
        width: calc(100% + 20px);
        height: 200px;
        bottom: -20px;
        left: 0;
        background-color: #e40138;
        z-index: -1;
    }*/

    .hero img {
        z-index: 9;
    }

    .hero .content-text.media .rte {
        width: 45%;
    }


    .content-text.media {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .content-text.media figure {
        width: 45%;
    }

    .content-text.media .rte {
        width: 50%;
    }

    .content-text.media .rte > h1 {
        display: block;
        margin-bottom: 1.7rem;
    }

    /*
     * Exhibition Infos
     */

    .exhibition {
        max-width: none;
        margin: 0;
        padding: 0;
    }

    .exhibition .content-text {
        max-width: 1400px;
        margin: 0 auto;
        padding: 1.7rem;
    }

    .exhibition .content-text.media figure {
        width: 15%;
        margin-bottom: 0;
    }

    .exhibition .content-text.media .rte {
        width: 80%;
    }


    .team .inside {
        display: flex;
        flex-wrap: wrap;
    }

    .team .headline,
  	.team .content-text.team-text{
        width: 100% !important;
    }
  
  	.team .content-text.team-text {
     	margin-bottom: 1.7rem !important;
  	}

    .team .content-text:not(.headline) {
        width: 30%;
        margin-right: 1.7rem;
        align-items: flex-start;
        padding-top: 0;
        justify-content: start;
    }

    .team .content-text.media figure,
    .team .content-text.media .rte {
        width: 100%;
    }

    .team .content-text.media figure {
        width: 60%;
        margin-bottom: 2.7rem;
    }

    /* Career */
    .career {
        margin-bottom: 3.4rem;
    }

    .row-reverse {
        flex-direction: row-reverse;
    }
    
}

@media only all and (min-width: 1100px) {
    .hero h1 {
        font-size: 4rem;
    }
    
    .mod_article.video .inside {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .mod_article.video video {
        max-height: 800px;
    }
    
    .mod_article.video .headline {
        width: 100% !important;
    }
    
    .mod_article.video .content-player {
        width: 45%;
    }
    
    .mod_article.video .content-text {
        width: 50%;
        padding-top: 0;
    }

   /* .content-headline {
        margin-top: 1.7rem;
    }*/
}
@media only all and (min-width: 1024px) {
    #header .inside {
        position: relative;
        width: 100%;
        max-width: 1400px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #header .mod_navigation {
        max-width: 430px;
        z-index: 99999999999999999;
    }

  /*  #hamburger {
        display: none;
    }


    #header .inside {
        position: relative;
        width: 100%;
        max-width: 1400px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    #header .mod_navigation {
        position: absolute;
        top: 50%;
        right: 0;
        left: auto;
        width: auto;
        height: auto;
        background-color: transparent;
        transform: translateY(-50%);
        z-index: 999999999999999999999;
    }

    #header .mod_navigation ul {
        display: flex;
        justify-content: flex-end;
        flex-wrap: nowrap;
        font-size: 1.3rem;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }

    #header .mod_navigation ul li {
        margin-right: 1rem;
        margin-bottom: 0;
    }

    #header .mod_navigation ul li:last-of-type {
        margin-right: 0;
    }*/
}
footer {
    border-top: 1px solid rgba(218, 216, 216, 0.1);
}

footer .inside {
    padding: 0.85rem 1.7rem;
    box-sizing: border-box;
}

footer p {
    font-size: 0.7rem;
    margin-bottom: 0.85rem;
}

footer .mod_customnav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style-type: none;
}

footer .mod_customnav a,
footer .mod_customnav strong {
    color: #DAD8D8;
    font-size: 0.7rem;
}

footer .social-media {
    margin-bottom: 1rem;
}

footer .social-media a {
    font-family: 'FontAwesomeBrands';
    font-size: 1.5rem;
    margin-right: 1rem;
}

@media only all and (min-width: 1024px) {

    footer .inside {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        max-width: 1400px;
        width: 100%;
        margin: 0 auto;
    }

    footer p {
        margin-bottom: 0;
    }
    
    footer p.fullwidth {
        width: 100%;
        font-family: 'LatoBold', Arial;
    }

    footer .mod_customnav ul {
        justify-content: flex-start;
    }

    footer .mod_customnav li {
        margin-left: 1.7rem;
    }

}
