/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto; }

figure {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

html, body, html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size-adjust: none !important;
  -webkit-text-size-adjust: none; }

* {
  text-rendering: auto;
  text-rendering: optimizeSpeed;
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision; }

/* COLORS */
/* FONTS */
/* BREAKPOINTS */
/* CALCULATE REM */
/* TRANSITION ANIMATION */
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local(""), url(fonts/Roboto-Regular.ttf) format("truetype"); }

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local(""), url(fonts/Roboto-Medium.ttf) format("truetype"); }

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local(""), url(fonts/Roboto-Bold.ttf) format("truetype"); }

/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: local(""), url(fonts/josefin-sans-v16-latin-regular.woff2) format("woff2"), url(fonts/josefin-sans-v16-latin-regular.woff) format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* GENERALIZED */
h1, h2, .josefin {
  font-family: "Josefin Sans";
  font-size: 1.625rem;
  line-height: 2.25rem;
  color: #575756;
  font-weight: 400;
  letter-spacing: 0.13562rem; }

h4 {
  font-family: "Roboto";
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 500;
  color: #575756; }

h3 {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #575756; }

h5 {
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #575756;
  margin: 0;
  padding: 0; }

p, span, a, caption, ul, ol, li,
.roboto {
  color: #575756;
  font-family: "Roboto";
  font-size: 1rem;
  line-height: 1.625rem; }

p {
  margin: 0 0 2.6875rem 0; }
  p strong {
    font-weight: 500; }

/* SPECIALIZED */
ul, ol {
  padding: 0; }
  ul li, ol li {
    margin: 0 0 0 1.25rem; }

a {
  color: #368fc3;
  text-decoration: none;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  a:hover {
    color: #b6dfe5; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  h1, h2, .josefin {
    font-size: 1.8125rem;
    line-height: 2.6875rem; } }

.rsce_copyimage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 30px 0;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rsce_copyimage .image .transitioneffect {
    position: relative; }
  .rsce_copyimage .image .image0 {
    opacity: 0;
    position: relative; }
  .rsce_copyimage .image .image1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.0;
    z-index: 1;
    -webkit-animation-name: fading;
            animation-name: fading;
    -webkit-animation-duration: 10000ms;
            animation-duration: 10000ms;
    -webkit-animation-delay: 5000ms;
            animation-delay: 5000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  .rsce_copyimage .image .image2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 2;
    -webkit-animation: fading linear 10000ms;
            animation: fading linear 10000ms;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  .rsce_copyimage img {
    max-width: none;
    width: auto; }
  .rsce_copyimage.imagecopy {
    padding: 0 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .rsce_copyimage.imagecopy .copy {
      padding: 0 30px 0 30px; }
    .rsce_copyimage.imagecopy .image img {
      width: 100%; }
  .rsce_copyimage.copyimage {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0 0 0; }
    .rsce_copyimage.copyimage .image {
      padding: 0 0 0 0; }
      .rsce_copyimage.copyimage .image img {
        width: 100%; }
    .rsce_copyimage.copyimage .copy {
      padding: 0 30px 0 30px; }
  .rsce_copyimage h2 {
    margin: 30px 0 38px 0;
    text-transform: uppercase; }
  .rsce_copyimage h3 {
    margin: 0 0 8px 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_copyimage.imagecopy {
    padding: 0 90px 0 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .rsce_copyimage.imagecopy .copy {
      padding: 0 0 0 50px; }
  .rsce_copyimage.copyimage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0 0 0 90px; }
    .rsce_copyimage.copyimage .copy {
      padding: 0 50px 0 0; } }

/* CSS ANIMATION */
/******************************************************************************/
@-webkit-keyframes fading {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  45% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes fading {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  45% {
    opacity: 1; }
  60% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.rsce_copylisting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 30px 0;
  background: #F9F6F2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 0 0 0; }
  .rsce_copylisting img {
    max-width: none;
    width: 100%; }
  .rsce_copylisting .listing {
    padding: 0 30px 0 30px; }
  .rsce_copylisting h2 {
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    text-align: center; }
  .rsce_copylisting .bulletpoints {
    margin: 33px 0 33px 0;
    list-style: none;
    counter-reset: steps;
    list-style-position: inside;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
  .rsce_copylisting .bulletpoints li {
    position: relative;
    counter-increment: steps;
    margin: 0 0 28px 0;
    padding: 0 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 60px;
    text-align: center; }
    .rsce_copylisting .bulletpoints li:before {
      font-family: "Josefin Sans";
      font-size: 30px;
      line-height: 55px;
      color: #ffffff;
      content: counter(steps) ".";
      margin: 0 0 18px 0;
      background: #7CAFBD;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: inline-grid;
      place-items: center;
      padding: 0 0 0 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_copylisting {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 90px 0 0; }
    .rsce_copylisting img {
      width: auto; }
    .rsce_copylisting .listing {
      padding: 0 0 0 90px; }
    .rsce_copylisting h2 {
      text-align: left; }
    .rsce_copylisting .bulletpoints {
      margin: 33px 0 0 0; }
    .rsce_copylisting .bulletpoints li {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      padding: 0 0 0 80px;
      margin: 0 0 20px 0;
      text-align: left; }
      .rsce_copylisting .bulletpoints li:before {
        position: absolute;
        top: 7px;
        left: 0;
        margin: 0 100px 0 0;
        padding: 0 0 0 0.25rem; } }

.rsce_copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0 0;
  background: #e3f2f1;
  padding: 160px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rsce_copy .headline {
    width: 28%; }
    .rsce_copy .headline h2 {
      text-transform: uppercase;
      font-weight: 400;
      margin: 10px 0 38px 0; }
  .rsce_copy .copy {
    padding: 0; }
    .rsce_copy .copy h1 {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-weight: 400;
      margin: 0 0 50px 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_copy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 90px; }
    .rsce_copy .headline {
      width: 28%; }
    .rsce_copy .copy {
      width: 72%;
      padding: 22px 0 0 70px; } }

.rsce_teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 30px 0;
  background: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rsce_teaser.imagecopy {
    padding: 0; }
    .rsce_teaser.imagecopy .image {
      width: 100%; }
    .rsce_teaser.imagecopy .copy {
      width: 100%;
      padding: 0 30px 0 30px; }
  .rsce_teaser.copyimage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 0; }
    .rsce_teaser.copyimage .image {
      width: 35.55%; }
    .rsce_teaser.copyimage .copy {
      width: 64.45%;
      padding: 0 30px 0 30px; }
  .rsce_teaser h2 {
    margin: 38px 0 38px 0;
    text-transform: uppercase; }
  .rsce_teaser h3 {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0 0 8px 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .imagecopy {
    padding: 0 90px 0 0; }
    .imagecopy .image {
      width: 35.55%; }
    .imagecopy .copy {
      width: 64.45%;
      padding: 0 0 0 50px; }
  .copyimage {
    padding: 0 0 0 90px; }
    .copyimage .image {
      width: 35.55%; }
    .copyimage .copy {
      width: 64.45%;
      padding: 0 50px 0 0; }
  h2 {
    margin: 30px 0 38px 0; } }

.rsce_quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 30px 0 30px 0;
  background: #F9F6F2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 0 0 0 0; }
  .rsce_quote img {
    max-width: none;
    width: 100%; }
  .rsce_quote .copy {
    padding: 0 30px 0 30px; }
  .rsce_quote h2 {
    margin: 35px 0 23px 0;
    text-transform: uppercase; }
  .rsce_quote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    line-height: 34px; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_quote {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 90px 0 0; }
    .rsce_quote h2 {
      margin: 40px 0 28px 0; }
    .rsce_quote .copy {
      padding: 0 0 0 50px; }
    .rsce_quote p {
      font-size: 29px;
      line-height: 43px; } }

.rsce_competences {
  margin: 0 0 0 0;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#FBDAD3CC), color-stop(34%, #FAD5D1), color-stop(34%, #FAD5D1), to(#F4A6A0E6)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FBDAD3CC 0%, #FAD5D1 34%, #FAD5D1 34%, #F4A6A0E6 100%) 0% 0% no-repeat padding-box;
  padding: 40px 50px; }
  .rsce_competences h2 {
    text-align: center;
    margin: 0 0 14px 0; }
  .rsce_competences p {
    max-width: 758px;
    margin: 0 auto 0 auto;
    text-align: center; }
  .rsce_competences ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
    margin-bottom: -30px; }
    .rsce_competences ul li {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px;
      margin: 0 0 40px 0;
      width: 178px;
      height: 178px;
      border-radius: 50%;
      -webkit-box-shadow: -4px 4px 15px #57575666;
              box-shadow: -4px 4px 15px #57575666;
      font-size: 1rem;
      line-height: 1.4375rem;
      font-family: "Josefin Sans";
      letter-spacing: 1.2px;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center; }
      .rsce_competences ul li.red {
        background-color: #e63463; }
      .rsce_competences ul li.blue {
        background-color: #7CAFBD; }
      .rsce_competences ul li.grey {
        background-color: #575756; }
      .rsce_competences ul li span {
        width: 40px;
        font-family: "Josefin Sans";
        font-size: 1.125rem;
        line-height: 1.625rem;
        color: #ffffff;
        display: block;
        position: absolute;
        border-bottom: 1px solid #ffffff;
        top: 20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_competences ul li {
    font-size: 1.6875rem;
    line-height: 2.5rem;
    letter-spacing: 2.0px;
    width: 333px;
    height: 333px; }
    .rsce_competences ul li span {
      width: 80px;
      top: 40px;
      line-height: 2.5rem;
      font-size: 1.6875rem;
      line-height: 2.5rem; } }

.rsce_feedback {
  padding: 10px 30px;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#B6DFE5), to(#D6ECEB)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #B6DFE5 0%, #D6ECEB 100%) 0% 0% no-repeat padding-box;
  margin: 0 0 50px 0; }
  .rsce_feedback h2 {
    margin: 30px 0 38px 0; }
  .rsce_feedback h3 {
    margin: 0 0 20px 0;
    font-family: "Roboto";
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 2.7px;
    font-weight: 500;
    color: #575756; }
  .rsce_feedback cite {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-style: normal;
    display: inline-block;
    margin: 0 0 80px 0;
    color: #575756; }
  .rsce_feedback .client {
    font-weight: 500;
    text-transform: uppercase; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_feedback {
    padding: 50px 90px; }
    .rsce_feedback h3 {
      font-size: 1.125rem;
      line-height: 1.75rem;
      letter-spacing: 2.7px; }
    .rsce_feedback cite {
      font-family: Georgia, "Times New Roman", Times, serif !important;
      font-size: 1.875rem;
      line-height: 2.75rem;
      font-style: normal;
      display: inline-block;
      margin: 0 0 80px 0;
      color: #575756; } }

.rsce_info {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#D6CECF), to(#B6DFE5)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #D6CECF 0%, #B6DFE5 100%) 0% 0% no-repeat padding-box;
  padding: 30px; }
  .rsce_info .info {
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.375rem;
    line-height: 2rem;
    letter-spacing: 1.65px; }
  .rsce_info .mobile, .rsce_info .email {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.5rem;
    line-height: 2.25rem;
    text-align: center; }
  .rsce_info .mobile {
    margin: 50px 0 0 0; }
    .rsce_info .mobile a {
      color: #575756;
      color: inherit !important;
      text-decoration: none !important;
      font-size: inherit !important;
      font-family: inherit !important;
      font-weight: inherit !important;
      line-height: inherit !important; }
      .rsce_info .mobile a:hover {
        color: #368fc3; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_info {
    padding: 80px; }
    .rsce_info .info {
      font-size: 2rem;
      line-height: 2.75rem;
      letter-spacing: 2.4px; }
    .rsce_info .mobile, .rsce_info .email {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 2.25rem;
      line-height: 3.125rem; }
    .rsce_info .mobile {
      margin: 50px 0 0 0; } }

.rsce_footer {
  background: #575756;
  padding: 30px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rsce_footer ul {
    width: 100%; }
    .rsce_footer ul li {
      margin: 0 0 0 0; }
      .rsce_footer ul li a, .rsce_footer ul li span, .rsce_footer ul li strong {
        color: #ffffff;
        text-decoration: none;
        font-size: 0.875rem;
        line-height: 1.1875rem; }
      .rsce_footer ul li a:hover {
        color: #313139; }
    .rsce_footer ul:nth-child(1) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .rsce_footer ul:nth-child(2) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .rsce_footer ul:nth-child(3) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_footer {
    padding: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .rsce_footer ul li {
      margin: 0 0 0 50px; }
    .rsce_footer ul:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .rsce_footer ul:nth-child(2) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .rsce_footer ul:nth-child(3) {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; } }

.mod_newslist {
  background: #EDF6F6;
  padding: 50px 30px 50px 30px;
  margin: 0 0 30px 0; }
  .mod_newslist .layout_latest {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0 0 15px 0; }
    .mod_newslist .layout_latest .text {
      padding: 0 0 0 0; }
    .mod_newslist .layout_latest .image {
      margin-bottom: 30px; }
  .mod_newslist h1 {
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .mod_newslist h2 {
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 17px 0;
    font-size: 1.5rem;
    line-height: 2.1875rem; }
  .mod_newslist p.info {
    margin: 0;
    padding: 0 0 9px 0;
    font-weight: 500; }
  .mod_newslist .divider {
    height: 1px;
    width: 50px;
    background: #707070;
    margin: 0 0 10px 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .mod_newslist {
    padding: 50px 0 0 90px; }
    .mod_newslist .layout_latest {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .mod_newslist .layout_latest > div {
        width: 100%; }
      .mod_newslist .layout_latest .text {
        padding: 0 50px 0 0; }
      .mod_newslist .layout_latest .image {
        width: 423px;
        margin-bottom: 0; }
        .mod_newslist .layout_latest .image img {
          width: 423px; } }

.rsce_mod_stage {
  background: url(/files/system/images/stage_small.jpg) no-repeat #b6dfe5;
  background-position: right 85px;
  min-height: 320px;
  position: relative;
  padding: 320px 0 0 0; }
  .rsce_mod_stage a.logo {
    display: block;
    background: #fff;
    height: 85px;
    padding: 25px 0 0 30px;
    left: 0px;
    position: absolute;
    right: 0;
    top: 0; }
    .rsce_mod_stage a.logo svg {
      width: 208.68px;
      height: 25px; }
  .rsce_mod_stage h1 {
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 0;
    padding: 30px;
    background: #ffffff; }
  .rsce_mod_stage p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.375rem;
    line-height: 2.125rem;
    max-width: none;
    padding: 0 30px 30px 30px;
    background: #ffffff;
    width: 100%; }
  .rsce_mod_stage .arrow_down {
    display: none;
    margin: 200px 0 0 0;
    text-align: center;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    .rsce_mod_stage .arrow_down svg {
      width: 22px;
      height: 72px; }
    .rsce_mod_stage .arrow_down:hover {
      margin: 220px 0 0 0; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_mod_stage {
    background: url(/files/system/images/stage_big.jpg) no-repeat #b6dfe5;
    height: 800px;
    padding: 0 90px 0 90px;
    background-size: cover; }
    .rsce_mod_stage a.logo {
      display: inline;
      position: static;
      padding: 0;
      background: none; }
      .rsce_mod_stage a.logo svg {
        width: 238px;
        height: 34px;
        margin: 60px 0; }
    .rsce_mod_stage h1 {
      margin: 70px 0 32px 0;
      background: none;
      padding: 0; }
    .rsce_mod_stage p {
      padding: 0;
      max-width: 34.4375rem;
      background: none;
      font-size: 1.625rem;
      line-height: 2.5rem; }
    .rsce_mod_stage h1, .rsce_mod_stage p, .rsce_mod_stage .arrow_down {
      display: block; } }

/* NAVIGATION */
.rsce_mod_stage ul {
  position: absolute;
  top: 76px;
  right: 90px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .rsce_mod_stage ul li {
    line-height: 1.3125rem;
    margin-left: 0; }
    .rsce_mod_stage ul li a {
      font-family: "Roboto";
      font-size: 1rem;
      line-height: 1.3125rem;
      color: #575756;
      font-weight: 500; }
    .rsce_mod_stage ul li a:after {
      display: block;
      content: '';
      border-bottom: solid 1px #575756;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 250ms ease-in-out;
      transition: -webkit-transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out;
      transition: transform 250ms ease-in-out, -webkit-transform 250ms ease-in-out; }
    .rsce_mod_stage ul li a:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .rsce_mod_stage ul li.onlymobile {
      display: list-item; }

.rsce_mod_stage ul.visible {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 135px 30px;
  background: #E5F2F1;
  opacity: 1;
  pointer-events: all; }
  .rsce_mod_stage ul.visible li {
    float: none; }
    .rsce_mod_stage ul.visible li a {
      font-family: "Josefin Sans";
      font-size: 26px;
      line-height: 42px;
      text-transform: uppercase;
      letter-spacing: 1.95px; }
      .rsce_mod_stage ul.visible li a:hover:after {
        -webkit-transform: scaleX(0);
                transform: scaleX(0); }

.navigation.visible .mobilenavigationfooter {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.mobilenavigationfooter {
  display: none;
  position: absolute;
  bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 30px;
  left: 30px; }
  .mobilenavigationfooter a {
    color: #575756;
    font-family: "Roboto";
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 500; }

/****************/
/* MENU TOGGLER */
/****************/
#header .inside {
  position: relative; }

#menutoggler {
  cursor: pointer;
  position: absolute;
  top: 17px;
  right: 18px;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  #menutoggler .menu {
    display: block;
    width: 24px;
    height: 16px; }
  #menutoggler .close {
    width: 18px;
    height: 18px;
    display: none; }
  #menutoggler.open .menu {
    display: none; }
  #menutoggler.open .close {
    display: block; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .rsce_mod_stage ul {
    opacity: 1;
    pointer-events: all;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .rsce_mod_stage ul li {
      margin-left: 40px; }
      .rsce_mod_stage ul li.onlymobile {
        display: none; }
  #menutoggler {
    display: none; } }

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left; }

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.tns-autowidth {
  display: inline-block; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.tns-complete {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.tns-vpfix {
  white-space: nowrap; }

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block; }

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden; }

.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0; }

.tns-t-ct:after {
  content: '';
  display: table;
  clear: both; }

.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left; }
.tns-nav {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px; }
  .tns-nav button, .tns-nav div {
    display: block;
    outline: none;
    border: 1px solid #575756;
    background: transparent;
    border-radius: 50%;
    margin: 0 6px;
    width: 12px;
    height: 12px;
    padding: 0; }
    .tns-nav button.tns-nav-active, .tns-nav div.tns-nav-active {
      background: #575756; }

.tns-outer > button {
  display: none; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
@media (min-width: 1024px) {
  .tns-nav {
    padding-bottom: 0px; } }

body.smallstage .rsce_mod_stage {
  min-height: unset;
  height: auto;
  background: #e3f2f1;
  padding-top: 0; }
  body.smallstage .rsce_mod_stage h1, body.smallstage .rsce_mod_stage p, body.smallstage .rsce_mod_stage .arrow_down {
    display: none; }
  body.smallstage .rsce_mod_stage a.logo {
    background: #e3f2f1; }

/* RESPONSIVE                                                                 */
/******************************************************************************/
body {
  background: #f9f7f9; }

#wrapper {
  max-width: 1600px;
  width: 100%;
  background: #ffffff;
  margin: 0 auto; }

body, html {
  font-size: 100%; }

/* DEBUG */
/******************************************************************************/
/* MOBILE                                                                     */
/******************************************************************************/

