<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Storytelling
================================================== */
.c--white.btn--icon {
  color: #FFF;
  border-color: #FFF;
}

.text--xl {
  font-size: 3.25rem;
  line-height: 1;
}

.postbox__title.postbox__title-small {
  font-size: 1.25rem;
}

.c--white.section-title,
.c--white.postbox__title                 { border-left-color: #FFF; }
.c--white.btn--icon                      { border-color: #FFF; }
.c--white.postbox__title a:hover         { color: #FFF; }
.c--white svg { fill: #fff; }

.postbox__badge--more {
  position: absolute;
  right: 0;
  bottom: 27%;
  pointer-events: none;
}

.postbox__badges-bottom {
  top: inherit;
  bottom: 27%;
}

/*
	XS
*/

@media screen and (max-width: 575px) {
  
  .swiper-pagination {
    display: block;
    padding: 0 4rem;
  }
  
  .swiper-pagination-bullet {
    margin: 0 10px 10px;
  }
  
}

@media screen and (min-width: 768px) {
  
  .postbox__badges-bottom {
    bottom: 15px;
  }
  
}

/*
	MD and up
*/

@media screen and (min-width: 992px) {
  
  body.page-template-template-storytelling-lab:not(.menu--active) .header--transparent:not(.header--sticky) .header__logo,
  body.page-template-template-storytelling-lab:not(.menu--active) .header--transparent:not(.header--sticky) .header__options .dropdown .btn {
    color: #fff;
    text-shadow: 2px 2px 0px #000;
  }
  
  body.page-template-template-storytelling-lab:not(.menu--active) .header--transparent:not(.header--sticky) .header__options li &gt; a svg {
    fill: #fff;
  }
  
  .postbox__badge--more {
    position: absolute;
    right: 0;
    bottom: 15px;
  }
  
}

/*
    LG and up
*/

@media screen and (min-width: 1200px) {
  
  .head-title h1 {
    font-size: 7.75rem;
  }
  
  .head-title p {
    font-size: 1.95rem;
  }
  
  .postbox__badges--lg {
    max-width: 645px !important;
  }
  
}

/* Plugin elements
================================================== */

/* Contact Form 7 */
.wpcf7-form {
    border-top: 3px solid #F5333F;
    padding-top: 25px;
}
    .wpcf7-form label {
        width: 100%;
        font-weight: bolder;
    }
    .wpcf7-form input[type="text"],
    .wpcf7-form input[type="email"],
    .wpcf7-form textarea {
        width: 100%;
        padding: 10px;
        color: #000;
        border: 2px solid rgba(0,0,0,0.15);
        border-radius: 3px;
        margin-top: 5px;
    }
    .wpcf7-form span.wpcf7-not-valid-tip {
        font-weight: bold;
        color: #F5333F;
    }
    .wpcf7-form .wpcf7-validation-errors,
    .wpcf7-form .wpcf7-acceptance-missing,
    .wpcf7-form .wpcf7-mail-sent-ok {
        border: 0;
        margin: 5px 0;
    }
    .wpcf7-form .wpcf7-validation-errors,
    .wpcf7-form .wpcf7-acceptance-missing {
        background-color: #ffeb3b;
        color: rgba(0,0,0,0.6);
    }
    
/* Additional parts
================================================== */

.bg--blue {
    background-color: #011e41;
}

.strong-color--red strong {
    color: #F5333F;
}

/* Preloader */
.preloader {
  width: 3rem;
  height: 3rem;
  opacity: 0.7;
}

.big-title {
  font-size: 2.75rem;
}

.info-box {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.5);
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px;
}

/* Input icon */
.input--icon {
  position: relative;
}
  .input--icon input {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    color: #515151;
    padding: 18px;
    padding-right: 36px;
    border: 1px solid #A8121C;
    border-radius: 20px;
  }
  .input--icon .icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px 14px;
    background: transparent;
    cursor: pointer;
  }
    .input--icon .icon svg {
      fill: #515151;
      width: 30px;
      height: 30px;
      transform: rotate(45deg);
    }
    
  .input--icon.input--icon-secondary input {
    font-size: 16px;
    padding: 12px;
    border-radius: 15px;
    margin-bottom: 4px;
  }
  
.section-subscribe a {
  color: inherit;
  text-decoration: underline;
}

/* Style elements */
.line-block {
  border-left: 8px solid;
  padding-left: 15px;
  font-weight: 500;
}

.bg--dark-gray {
  background-color: #323232;
}

.bg--dark-red {
  background-color: #A8121C;
}

.c--dark-red.section-title,
.c--dark-red.postbox__title                 { border-left-color: #A8121C; }
.c--dark-red.btn--icon                      { border-color: #A8121C; }
.c--dark-red.postbox__title a:hover         { color: #A8121C; }

.text--dark-red {
  color: #A8121C;
}

.text--black {
  color: #323232;
}

.title-label {
  font-size: 1.5rem;
  line-height: 1;
}

.bigger-title {
  font-size: 3.75rem;
  line-height: 0.8;
}

.section-line__title {
  font-size: 30px;
}

.text-box {
  background: #fff;
  padding: 10px;
}
  .text-box p:last-child {
    margin-bottom: 0;
  }
  
.icon-secondary svg,
.menu__main a .icon-secondary svg {
  position: relative;
  vertical-align: middle;
  top: 0;
  transform: none;
  fill: #F5333F;
  opacity: 1;
}

.section-title--icon img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  width: 50px;
  height: 50px;
  transform: translate(0, -50%);
}

.btn-forward {
  font-weight: 700;
  text-transform: uppercase;
}
  .btn-forward span {
    vertical-align: middle;
  }

.h-fit-content {
  height: fit-content !important;
}

/* Section title links */
.section-title a {
  display: inline-block;
  color: #515151;
}
  .section-title.c--red a:hover {
    color: #F5333F;
  }
  .section-title.c--green a:hover {
    color: #9CC219;
  }
  .section-title.c--dark-green a:hover {
    color: #009688;
  }
  .section-title.c--cyan a:hover {
    color: #0FEBFF;
  }
  .section-title.c--dark-gray a:hover {
    color: #c0c0c0;
  }
  
/* Icon list secondary */
.icon-list a.item-secondary {
  text-transform: none;
  padding-left: 30px;
}

/* Header toggle */
.menu-group-1.closed,
.menu-group-2.closed {
  display: none;
}

/* Home page options */
.home section .btn {
  padding: .4rem 1rem;
  padding-right: 60px;
  font-size: 0.9rem;
}

/* Header elements / mods */
.menu-group-switcher.switched .icon-secondary svg {
  transform: rotate(180deg);
}

.menu .icon-list a.highlighted img {
  width: 60px;
}

/* Sections
================================================== */

/* Section Prologue */
.section-prologue .title {
  font-size: 3.25rem;
  line-height: 1;
}

/* Section StoryHub */
.section-storyhub .text-box {
  margin-top: -30px;
}

/* Section Subscribe */
.section-subscribe {
  padding: 50px 0;
  transition: background-color .3s;
}
.section-subscribe:hover {
  background-color: #A8121C;
}
  .section-subscribe .input-title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
  }
  .section-subscribe .privacy-text {
    font-size: 14px;
    max-width: 395px;
    margin-top: 20px;
  }
    .section-subscribe .privacy-text a {
      font-size: 14px;
      color: #fff;
      text-decoration: underline;
    }
    
.section-subscribe.success,
.section-subscribe.success:hover {
  background-color: #009688;
}
  .section-subscribe.success .input--icon input {
    border-color: #006e64;
  }

/* Section About */
.section-about .text-box {
  position: relative;
  transform: translateY(-50px);
  padding-bottom: 36px;
}
  .section-about .text-box h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .section-about .text-box .logo {
    height: 57px;
    margin-bottom: 10px;
  }
  .section-about .text-box .btn-forward {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
  }
    .section-about .text-box .btn-forward svg {
      width: auto;
      height: 46px;
      fill: #F5333F;
    }
    
/* Section Imprint */
.section-imprint .logo {
  height: 73px;
}
.section-imprint .title {
  font-size: 20px;
}
.section-imprint .line-block {
  margin-bottom: 1.5rem;
}
  .section-imprint .line-block p:last-child {
    margin-bottom: 0;
  }
  
/* Section Organization */
.section-organizations .title,
.section-organizations .title p {
  font-size: 48px;
}
  .section-organizations .title strong {
    color: #F5333F;
  }
.section-organizations p {
  font-size: 16px;
}

/* Search */
.search-field {
    width: 100%;
    padding: 13px;
    color: #000;
    border: 2px solid rgba(0,0,0,0.15);
    border-radius: 3px;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.search-submit {
    margin-bottom: 2rem;
}

.grecaptcha-badge {
    display: none;
}

/* Pagination */
.pagination {
    width: 100%;
    text-align: center;
}
    .pagination .nav-links {
        display: inline-block;
        width: 100%;
        font-size: 1.225rem;
        font-weight: 700;
    }

/* Big icon list */
.big-icon-list a svg {
    display: block;
    position: relative;
    width: 76px;
    height: 76px;
    transform: none;
    margin: 0 auto .5rem;
}

/* Button */
.t--red {
  color: #F5333F;
}

.btn--icon.t--red svg,
.btn--icon.t--red .icon {
  fill: #F5333F;
}

/* YouTube Video Background */
.video-background {
    position: relative;
    background: #000;
}
    .video-background iframe {
        transition: opacity 500ms ease-in-out;
        transition-delay: 250ms;
    }
    .video-background .content {
        display: table;
        width: 100%;
        min-height: 100vh;
        z-index: 1;
        position: relative;
    }
    .video-background .content .inner {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        padding-left: 16px;
        padding-right: 16px;
    }
    .video-background .content .inner h1 {
        font-size: 62px;
        color: white;
        text-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    }

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 32px;
    width: 32px;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
}

.video-background-controls button:hover {
    opacity: 0.5;
}

/* GDPR iframe */
body.rtl #st_gdpr_iframe {
    left: auto !important;
    right: -5000px !important;
}

body.rtl.single  {
    overflow-x: hidden;
}
    body.rtl.single .section-single .container {
        direction: ltr;
    }
        body.rtl.single .section-single .container .main-content .entry-content * {
            direction: ltr;
        }
        
/* Arrow helpers */
.embed-responsive .arrow-helper,
.intro-wrapper .arrow-helper {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 100%;
    background: #515151;
    z-index: 100;
    transition: all .3s;
    opacity: 0;
}

.embed-responsive .arrow-helper:hover,
.intro-wrapper .arrow-helper:hover {
    background: #F5333F;
}

.embed-responsive .arrow-helper svg,
.intro-wrapper .arrow-helper svg {
    fill: #fff;
    width: 50px;
    height: 50px;
}

.embed-responsive:hover .arrow-helper,
.intro-wrapper:hover .arrow-helper {
    opacity: 1;
    bottom: 100px;
}

/* Content classes */
.caption-text p {
    font-family:Montserrat, Arial, sans-serif;
}

/* Masonry */
.grid {
  max-width: 100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  background-position: center center;
  background-size: cover;
}

.grid .grid-sizer,
.grid .grid-item {
  width: 23.5%;
}

.grid .gutter-sizer { width: 2%; }

.grid .grid-sizer,
.grid .grid-item {
  /*height: 300px;*/
  float: left;
  background-color: #eee;
}

.grid .grid-item {
  margin-bottom: 2%;
}

/* Masonry tile sizes */
.grid-item.h341 {
  height: 341px;
}
.grid-item.h437 {
  height: 437px;
}
.grid-item.h476 {
  height: 476px;
}
.grid-item.h533 {
  height: 533px;
}
.grid-item.h599 {
  height: 599px;
}
.grid-item.h629 {
  height: 629px;
}
.grid-item.h740 {
  height: 740px;
}
.grid-item.h863 {
  height: 863px;
}

.grid .grid-item--width2 { width: 50%; }
.grid .grid-item--width--full { width: 100% !important; }

/* Grid3 */
.grid-3 {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

/* clearfix */
.grid-3:after {
  content: '';
  display: block;
  clear: both;
}

.grid-3 .grid-sizer,
.grid-3 .grid-item {
  width: 32%;
}

.grid-3 .gutter-sizer { width: 2%; }

.grid-3 .grid-sizer,
.grid-3 .grid-item {
  /*height: 300px;*/
  float: left;
  background-color: #eee;
}

.grid-3 .grid-item {
  margin-bottom: 2%;
}

.grid-3 .grid-item.h2 {
  height: 400px;
}
.grid-3 .grid-item.h3 {
  height: 500px;
}
.grid-3 .grid-item.h4 {
  height: 600px;
}

.grid-3 .grid-item--width2 { width: 50%; }
.grid-3 .grid-item--width--full { width: 100% !important; }

@media screen and (max-width: 766px) {
  
  /* Masonry tile sizes */
  .grid-item.h341 {
    height: 170.5px;
  }
  .grid-item.h437 {
    height: 218.5px;
  }
  .grid-item.h476 {
    height: 238px;
  }
  .grid-item.h533 {
    height: 245.5px;
  }
  .grid-item.h599 {
    height: 299.5px;
  }
  .grid-item.h629 {
    height: 314.5px;
  }
  .grid-item.h740 {
    height: 370px;
  }
  .grid-item.h863 {
    height: 431.5px;
  }

}


@media screen and (max-width: 992px) {
    .grid .grid-item {
        width: 50%;
    }
    
    .grid-3 .grid-sizer,
    .grid-3 .grid-item {
        width: 49%;
    }
}

/* Masonry Box */
.masonry-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
}
    .masonry-box .masonry-box__inner {
        align-self: flex-end;
    }
        .masonry-box .masonry-box__inner .postbox__title {
            font-size: 1.25rem;
        }
    
@media screen and (max-width: 1199px) {
    
    .masonry-box .masonry-box__inner {
        background: linear-gradient(0deg, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%);
        padding-top: 25px;
        padding-right: 5px;
    }
    
}
  
@media screen and (min-width: 1200px) {
  
  .masonry-box {
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 0 1.5rem;
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
  }
    .masonry-box .masonry-box__inner {
      max-width: 420px;
    }
    
  .masonry-box:hover {
    opacity: 1;
  }
  
}

@media screen and (max-width: 1200px) {
  
  .masonry-box .masonry-box__inner .postbox__title {
    border: 0;
  }
  
}

@media screen and (max-width: 991px) {
  
  
  .video-background iframe {
    width: 100% !important;
  }
  .video-background .content {
    min-height: 56vw !important;
  }
  .info-box {
    display: none;
  }
  
}

/* Caption Box */
.caption-box,
.caption-box2 {
  position: relative;
}

  .caption-box__wrapper {
    margin-top: -50px;
  }
  
  .caption-box .caption-box__text {
    background-color: #fff;
    padding: 15px;
    /*font-size: 20px;*/
  }

.caption-box2 .caption-box__text {
  /*font-size: 20px;*/
}

/* WPBakery ovverides
================================================== */
.vc_section h1,
.vc_section h1 span,
.vc_section h2,
.vc_section h2 span,
.vc_section h3,
.vc_section h3 span,
.vc_section h4,
.vc_section h4 span,
.vc_section h5,
.vc_section h5 span {
    font-family: Montserrat, Arial, sans-serif !important;
}

.vc_section h1 span {
    font-size: inherit !important;
}

.rcmag-home-title h1 {
    font-size: 3rem !important;
}

.flexslider .slides img {
    height: auto;
}

.theme-default .nivoSlider img {
    height: auto;
}

.wpb_content_element.rcmag-home-strap {
    text-align: center;
    color: #fff;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_inner img {
    height: auto;
}

.rcmag-home-highlight {
    border-left: 0 !important;
    padding-left: 0 !important;
}

.disabled {
    opacity: 0.6;
    pointer-events: none;
}

/* Gradient Titles */
.gradient-title,
.gradient-title-after {
  padding-top: 30px;
  transform: translateY(-40px);
}
  .gradient-title.bg--dark-red {
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,#A8121C 40px);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,#A8121C 40px);
  }

/* Recommender */
.recommender {
  position: fixed;
  top: 30%;
  right: 0;
  width: 375px;
  background-color: #fff;
  transition: transform 0.7s;
  transform: translateX(100%);
  z-index: 100;
}
  
  .recommender .title-header {
    position: relative;
    padding-right: 30px;
  }
  .recommender .title-header svg {
    position: absolute;
    top: 50%;
    right: 5px;
    width: auto;
    height: 40px;
    transform: translate(0, -50%);
    fill: #ffffff;
  }
  .recommender .title-header .btn-close {
    cursor: pointer;
  }
  .recommender .title-header h2,
  .recommender .title-header .postbox__title,
  .recommender .postbox__title {
    font-size: 1.25rem;
  }
  
  .recommender.reveal {
    transform: translateX(0%);
  }
  .recommender.closed {
    transform: translateX(100%) !important;
  }

/* Section StoryHub */
.section-storyhub .storyhub-details p {
    margin: 15px 0;
    color: #fff;
}

/* Responsive
================================================== */

@media screen and (max-width: 414px) {
    
    /* Section StoryHub */
    .section-storyhub .storyhub-background {
        height: auto;
        min-height: 54vw;
        background-image: url(../img/storyhub_small.gif);
        background-size: cover;
    }
    
}

@media screen and (min-width: 415px) {
    
    /* Section StoryHub */
    .section-storyhub .storyhub-background {
        height: auto;
        min-height: 22vh;
        background-image: url('../img/storyhub_big.gif');
        background-size: cover;
    }
    
}

@media screen and (min-width: 719px) {
    
    /* Section StoryHub */
    .section-storyhub .storyhub-background {
        min-height: 22vw;
    }
  
}

@media screen and (min-width: 997px) {
    
    /* Section StoryHub */
    .section-storyhub .storyhub-background {
        min-height: 21vw;
    }
  
}

@media screen and (min-width: 1200px) {
    
    /* Section StoryHub */
    .section-storyhub .storyhub-background {
        min-height: 12vw;
    }
    .section-storyhub .storyhub-details p {
        max-width: 775px;
        padding-left: 35px;
    }
    
    /* Preloader */
    .preloader {
        width: 4rem;
        height: 4rem;
    }
    
    .home section .btn {
        padding: .5rem 1rem;
        font-size: 1rem;
    }
    
    .big-icon-list a svg {
        display: inline-block;
        margin-right: 1rem;
    }
    
    .line-block {
        font-size: 16px;
    }
    
    .title-label {
        font-size: 2rem;
    }
    
    .big-title {
        font-size: 3.5rem;
    }
    
    .bigger-title {
        font-size: 5rem;
    }
    
    .section-line__title {
        font-size: 3rem;
    }
    
    /* Section Prologue */
    .section-prologue .title {
        font-size: 5.5vw;
    }
    
    /* Section StoryHub */
    .section-storyhub .text-box {
        margin-top: 15px;
    }
    
    .position-to-bottom-desktop {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
    }
    
    .section-subscribe {
        padding: 87px 0;
    }
        .section-subscribe .privacy-text {
            margin-left: auto;
            margin-right: 0;
        }
    
    .section-about .text-box {
        position: absolute;
        right: 100px;
        transform: translateY(0px);
        height: calc(100% - 100px);
        max-height: 410px;
        margin: auto;
        top: 0;
        bottom: 0;
        min-width: 629px;
        padding: 15px;
    }
        body.rtl .section-about .text-box{
            left: 100px;
            right: inherit;
        }
    
    /* Section Imprint */
    .section-imprint .logo {
        height: 104px;
    }
    .section-imprint .title {
        font-size: 24px;
    }
    
    .push-to-bottom {
        position: absolute;
        bottom: 0;
    }
    
    .caption-box__text {
        /*font-size: 36px;*/
    }
    
    .caption-box__wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
    }
    
    .masonry-box .masonry-box__inner .postbox__title {
        font-size: 1.3rem;
    }
    
    .masonry-box .masonry-box__inner p {
        font-size: 0.85rem;
    }
}

@media screen and (min-width: 1701px) {
    
    /* Section StoryHub */
    .section-storyhub .text-box {
        position: absolute;
        bottom: 10px;
        left: -15%;
        padding: 10px 20px;
        max-width: 787px;
        font-size: 1.125rem;
        line-height: 1.45;
    }
    
    body.rtl .section-storyhub .text-box {
        right: -15%;
    }
  
    .masonry-box .masonry-box__inner .postbox__title {
        font-size: 1.75rem;
    }
    
    .masonry-box .masonry-box__inner p {
        font-size: 0.9rem;
    }
    
    .caption-box .caption-box__text,
    .caption-box2 .caption-box__text {
        /*font-size: 36px;*/
    }
  
}

@media (min-width: 2022px) {
    
    /* Section Prologue */
    .section-prologue .title {
        font-size: 120px;
    }
    
}

@media screen and (max-width: 767px) {
    .vc_row &gt; .vc_col-sm-2 .wpb_content_element {
        height: auto;
        display: block;
        background-color: transparent;
    }
}


/* Boostrap adds */
@media (min-width: 992px) {
    
    .col-lg-3.col-num-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .menu a:hover svg path {
      fill: #F5333F;
    }
    
}</pre></body></html>