﻿@charset "UTF-8";
html, body {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.white-bg {
  background-color: #fff; }

.frontPageContentRow {
  /*height: 200px;*/ }

.frontPageCarousel {
  max-height: 250px;
  overflow: hidden; }

.fullWidthImageslider > div > div > picture > img {
  width: 100%; }

.fpEventDateStart {
  font-weight: bold;
  font-size: 14px; }

.fpNewsDate {
  font-weight: bold;
  font-size: 14px; }

.fpTweetDate {
  font-weight: bold;
  font-size: 14px; }

.fpCenterInRow {
  text-align: center !important; }

.floatRight {
  float: right; }

.fpCenterInDiv {
  display: inline-block !important; }

.fpHeaderText {
  display: inline;
  margin-top: 20px;
  margin-bottom: 10px;
  box-sizing: border-box; }

.fpFirstRow {
  margin-top: 20px; }

.fpHeaderImage {
  width: 35px;
  height: 35px;
  display: inline;
  margin-right: 15px; }

.carousel-content {
  height: 200px;
  margin-top: 20px;
  color: black;
  /*display: inline-block;*/ }

.indicators-down {
  /*bottom: -50px;*/ }
  .indicators-down .active {
    background-color: #000; }
  .indicators-down li {
    border-color: black; }

.has-indicators-down {
  /*padding-bottom: 50px;*/
  margin-bottom: 50px; }

.padding {
  padding: 10px; }

.inside {
  height: 100%;
  display: table; }

.fb-share-button {
  margin-bottom: 10px;
  line-height: 1; }

.member-offset {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden; }

.margin-top {
  margin-top: 10px; }

.secret {
  display: none; }

.opened {
  display: block; }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.modal-dialog {
  width: 90%; }

.search-form .search-label {
  line-height: 40px;
  font-weight: bold; }

.search-form .search-field {
  background-color: #f5f5f5;
  border: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 5px 5px; }

.search-form .search-button {
  background-color: black;
  color: white;
  border: none;
  height: 40px;
  line-height: 40px;
  width: 100%; }

#sponserImages h5 {
  padding: 5px;
  color: white;
  font-family: 'Play', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px; }

#sponserImages .aside-right {
  padding: 5px; }

#sponserImages .sponser-holder {
  padding: 5px; }
  #sponserImages .sponser-holder img {
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    /* For Webkit browsers */
    filter: gray;
    /* For IE 6 - 9 */
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+, Firefox on Android */
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    transition: all 500ms linear; }
    #sponserImages .sponser-holder img:hover {
      filter: grayscale(0%);
      -webkit-filter: grayscale(0%);
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }

body {
  /*padding-top: 130px;*/ }
  body .abs-on-mobil, body .main-content, body .main-container {
    margin-top: 130px; }
    @media only screen and (max-width: 480px) {
      body .abs-on-mobil, body .main-content, body .main-container {
        margin-top: 30px; } }
  body .main-container .main-content {
    margin-top: 0; }
  body .main-container .abs-on-mobil {
    margin-top: 0; }
  body a {
    color: #35a23a; }
    body a:hover {
      color: #35a23a; }
  body .container {
    width: 100%; }
  body .main-container {
    background-color: #f5f5f5;
    color: #333;
    font-family: 'News Cycle',​sans-serif;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 100%; }
    body .main-container.bg-override {
      background-color: white; }
    body .main-container p {
      margin: 0;
      line-height: 1.7em; }
    body .main-container h1 {
      font-family: 'Play',sans-serif;
      font-size: 40px;
      font-weight: 900;
      letter-spacing: 0;
      color: #000; }
    body .main-container h2 {
      color: #000;
      font-family: 'Play',sans-serif;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0;
      line-height: 40px;
      padding-bottom: 20px;
      padding-left: 0; }
    body .main-container .frontpage {
      z-index: 999;
      background-color: #fff;
      padding: 20px 40px;
      height: 290px;
      padding-top: 10px; }
      body .main-container .frontpage h4 {
        font-family: 'News Cycle',sans-serif;
        font-size: 16px;
        font-weight: 700; }
      body .main-container .frontpage .content-text {
        font-family: 'News Cycle',sans-serif;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px; }
    body .main-container .page-container {
      width: 96%;
      margin: auto;
      margin-top: 40px;
      position: relative;
      min-height: 100%; }
      body .main-container .page-container .show-side-menu {
        position: absolute;
        right: 0; }
        body .main-container .page-container .show-side-menu button {
          background-color: #35a23a;
          border-color: #35a23a; }
        body .main-container .page-container .show-side-menu i {
          font-size: 20px; }
      body .main-container .page-container .main-content {
        background-color: #fff;
        min-height: 100%; }
        body .main-container .page-container .main-content .textpage, body .main-container .page-container .main-content .listpage {
          padding: 3%;
          min-height: 84vh; }
          body .main-container .page-container .main-content .textpage .date h5, body .main-container .page-container .main-content .listpage .date h5 {
            color: #ccc;
            font-family: "News Cycle";
            font-size: 10px;
            margin-bottom: 10px;
            padding-left: 0;
            font-weight: 700; }
          body .main-container .page-container .main-content .textpage .image, body .main-container .page-container .main-content .listpage .image {
            max-height: 400px;
            overflow: hidden; }
          body .main-container .page-container .main-content .textpage .employee-container, body .main-container .page-container .main-content .listpage .employee-container {
            margin-bottom: 40px;
            font-size: 16px;
            font-weight: normal; }
            body .main-container .page-container .main-content .textpage .employee-container .employee-description, body .main-container .page-container .main-content .listpage .employee-container .employee-description {
              margin-top: 10px; }
      body .main-container .page-container .listpage {
        padding: 0; }
    body .main-container .aside-right {
      background-color: #001f20;
      border-radius: 7px;
      font-size: 11px;
      height: auto;
      letter-spacing: 1px;
      line-height: 15px;
      margin-bottom: 10px;
      overflow: hidden;
      text-align: left;
      word-wrap: break-word; }
      body .main-container .aside-right .aside-content {
        padding: 15px 30px; }
        body .main-container .aside-right .aside-content h5 {
          color: #fff;
          font-family: 'Play',sans-serif;
          font-size: 12px;
          font-weight: 800;
          letter-spacing: 1px; }
        body .main-container .aside-right .aside-content ul {
          margin: 0;
          list-style-type: none;
          padding: 0; }
          body .main-container .aside-right .aside-content ul li {
            margin-bottom: 10px; }
            body .main-container .aside-right .aside-content ul li a {
              color: #fff;
              text-decoration: underline; }
  body #top {
    background-color: #fff;
    box-shadow: 2px 2px 20px #dfdfdf;
    height: 130px;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }
    body #top #icons {
      float: right;
      margin-right: 3%;
      font-family: 'News Cycle',​sans-serif;
      margin-top: 16px; }
      body #top #icons ul {
        list-style-type: none;
        padding-left: 0; }
        body #top #icons ul li {
          padding-left: 10px;
          float: left; }
          body #top #icons ul li a {
            color: #5A5A5A;
            text-decoration: none;
            font-size: 10px; }
    body #top .Fonden-menu li a {
      padding-top: 10px;
      font-family: 'News Cycle',sans-serif;
      font-size: 13px; }
    body #top #logo {
      width: 94%;
      margin: 0 3%;
      margin-top: 16px; }
      body #top #logo img {
        height: 55px;
        width: auto;
        padding-top: 20px; }
    body #top button {
      margin-right: 5px;
      border: 0;
      background-color: transparent;
      z-index: 200;
      margin: 0 3%;
      margin-top: 15px;
      padding: 0; }
      body #top button img {
        height: 22px;
        width: auto; }
  body #myCarousel .carousel-control .glyphicon.glyphicon-chevron-left, body #myCarousel .carousel-control .glyphicon.glyphicon-chevron-right {
    margin-top: 50%; }
  body .carousel-inner div.item {
    max-height: 645px;
    margin-top: -60px; }
    body .carousel-inner div.item .carousel-caption {
      background-color: #fff;
      top: 50%;
      bottom: auto;
      color: #000;
      font-size: 45px;
      letter-spacing: 2px;
      line-height: 50px;
      padding: 0;
      text-shadow: none;
      width: auto;
      padding: 10px; }
      @media screen and (min-width: 1024px) and (max-width: 1549px) {
        body .carousel-inner div.item .carousel-caption {
          top: 50%; } }
      body .carousel-inner div.item .carousel-caption h3 {
        margin: 0; }
  body .side-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    display: none; }
    body .side-menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      body .side-menu ul li {
        padding: 5px 0 5px 0;
        margin-left: 10px;
        width: 100%; }
        body .side-menu ul li ul {
          position: relative; }
          body .side-menu ul li ul li a {
            font-size: 14px;
            max-width: 160px; }
        body .side-menu ul li a {
          color: #35a23a;
          display: block;
          height: 100%;
          width: 100%;
          font-size: 18px; }
        body .side-menu ul li .child {
          display: none; }
        body .side-menu ul li.active .child {
          display: block; }
        body .side-menu ul li .show-hidden {
          color: #000;
          font-weight: bold; }
          body .side-menu ul li .show-hidden:hover {
            text-decoration: none; }
  body #item-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    body #item-list li {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-bottom: 20px; }
      body #item-list li .title {
        font-weight: bold;
        color: #333; }
      body #item-list li .developer {
        display: block;
        margin-bottom: .5em;
        font-size: 9px;
        color: #999; }
        body #item-list li .developer a {
          font-size: 17px;
          margin-top: 20px;
          display: block; }
      body #item-list li img {
        width: 100%; }
        body #item-list li img.native {
          width: unset; }
  body .full-width {
    width: 100%; }
  body #iframe-modal.modal {
    top: 95px; }
    body #iframe-modal.modal .modal-dialog {
      width: 80%; }
    body #iframe-modal.modal .modal-body {
      padding: 0;
      min-height: 500px;
      max-height: 700px;
      -webkit-overflow-scrolling: touch !important;
      overflow: scroll !important; }
      body #iframe-modal.modal .modal-body iframe {
        border: none;
        min-height: 500px;
        max-height: 90%; }
    body #iframe-modal.modal iframe {
      border: 0; }
  body .carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity; }
  body .carousel-fade .carousel-inner .active {
    opacity: 1; }
  body .carousel-fade .carousel-inner .active.left,
  body .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1; }
  body .carousel-fade .carousel-inner .next.left,
  body .carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  body .carousel-fade .carousel-control {
    z-index: 2; }
  body .event-cp {
    background-color: #18a09b; }
  body .event-sup {
    background-color: #d61d7e; }
  body .event-gsk {
    background-color: #50a74b; }
  body .event-fonden {
    background-color: #bcc53d; }
  body .event-blue {
    background-color: blue; }
  body .event-red {
    background-color: red; }
  body .event-green {
    background-color: green; }
  body .event-black {
    background-color: black; }

#cal-slide-content a.event-item {
  color: #000; }

.link-archive-page h1 {
  margin-bottom: 50px; }

.link-archive-page .filter-input-wrapper {
  font-size: 0; }
  .link-archive-page .filter-input-wrapper button {
    height: 30px;
    font-size: 1.5rem;
    background-color: #f2f1ed;
    border: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 35px; }
    .link-archive-page .filter-input-wrapper button span {
      color: #76726f; }
  .link-archive-page .filter-input-wrapper input {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 30px;
    padding: 0 20px;
    border: none;
    background-color: #f2f1ed;
    font-size: 1.5rem;
    width: 200px; }
    .link-archive-page .filter-input-wrapper input::placeholder {
      color: #333;
      font-weight: bold; }

.link-archive-page .archive-dropdown {
  text-align: right; }
  @media screen and (max-width: 1199px) {
    .link-archive-page .archive-dropdown {
      text-align: left; } }
  .link-archive-page .archive-dropdown select {
    font-size: 1.6em;
    font-family: 'Play',sans-serif;
    font-weight: 900;
    width: 95%;
    margin-top: 26px;
    margin-left: 15px;
    background: #dfdfdf; }

.link-archive-page .link-archive .archive-item {
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
  overflow: hidden; }
  .link-archive-page .link-archive .archive-item .archive-links {
    margin-top: 30px; }
    .link-archive-page .link-archive .archive-item .archive-links .links {
      margin-bottom: 15px; }
      .link-archive-page .link-archive .archive-item .archive-links .links a {
        margin-right: 10px; }
    .link-archive-page .link-archive .archive-item .archive-links .image-links {
      text-align: right;
      margin-bottom: 15px; }
      @media screen and (max-width: 1200px) {
        .link-archive-page .link-archive .archive-item .archive-links .image-links {
          text-align: left; } }
      .link-archive-page .link-archive .archive-item .archive-links .image-links ul {
        padding: 0 !important;
        margin: 0 !important; }
        .link-archive-page .link-archive .archive-item .archive-links .image-links ul li {
          display: inline !important;
          margin-right: 10px !important; }
          .link-archive-page .link-archive .archive-item .archive-links .image-links ul li img {
            max-width: 40px; }
    .link-archive-page .link-archive .archive-item .archive-links a {
      white-space: nowrap;
      color: black;
      font-weight: bold; }

@media screen and (min-width: 1280px) {
  body .main-container .frontpage {
    padding-bottom: 10px; } }

@media screen and (min-width: 1550px) {
  body .main-container .carousel-inner div.item {
    margin-top: 0;
    max-height: 695px; }
  body .main-container .frontpage {
    position: relative; } }

.carousel-inner div.item.ignoreMarginTop {
  margin-top: 0 !important; }
  .carousel-inner div.item.ignoreMarginTop .carousel-content {
    margin-top: 0px !important; }

@media screen and (max-width: 1024px) {
  body .main-container .frontpage {
    position: relative; }
  body .main-container .carousel-inner div.item {
    max-height: 550px;
    margin-top: -60px; }
    body .main-container .carousel-inner div.item .carousel-caption {
      background-color: #fff;
      top: 63%;
      bottom: auto;
      color: #000;
      font-size: 30px;
      letter-spacing: 2px;
      line-height: 50px;
      padding: 0;
      text-shadow: none;
      width: auto;
      padding: 10px; }
      body .main-container .carousel-inner div.item .carousel-caption h3 {
        margin: 0; }
  .modal-body {
    margin-top: 0;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; } }

@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -moz-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s; }
  .modal-dialog {
    width: 90%; }
  #iframe-modal .modal-body {
    margin-top: 0;
    max-height: 350px;
    padding: 15px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  #iframe-modal .modal-dialog {
    width: 90%; }
  body {
    /*padding-top: 100px;*/ }
    body .main-container {
      background: white; }
      body .main-container .carousel-inner div.item {
        max-height: 450px;
        margin-top: -60px; }
        body .main-container .carousel-inner div.item .carousel-caption {
          top: 65%; }
      body .main-container .frontpage {
        position: relative; }
    body #top {
      height: 100px; }
      body #top #logo {
        width: 40%; }
        body #top #logo img {
          width: 100%;
          height: auto;
          padding-top: 0; }
  .row-offcanvas-right {
    right: 0; }
  .row-offcanvas-left {
    left: 0; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -52%; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -50%; }
  /*.row-offcanvas .sidebar-offcanvas-right {
        right: -52%;
    }*/
  .row-offcanvas .sidebar-offcanvas-left {
    left: -56%; }
  .row-offcanvas-right.active {
    right: 50%;
    height: 100%; }
  .row-offcanvas-left.active {
    left: 65%;
    height: 100%; }
  .abs-on-mobil {
    right: -52%; }
    .abs-on-mobil .col-xs-6 {
      width: 100%; }
  .abs-on-mobil,
  .sidebar-offcanvas-left,
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 50%; }
  #aside, #sponserImages {
    padding: 0; }
  .side-menu {
    display: block; } }

@media screen and (max-width: 414px) {
  body {
    /*padding-top: 90px;*/ }
    body #top {
      height: 90px; }
      body #top #logo {
        width: 50%;
        opacity: 0.8; }
        body #top #logo img {
          width: 100%;
          height: auto;
          padding-top: 0; }
    body .main-container {
      padding: 0; }
      body .main-container h1 {
        font-size: 12px; }
      body .main-container .frontpage {
        padding: 10px 40px; }
    body .aside-content {
      padding: 0; }
    body .textpage h1 {
      font-size: 12px; }
    body .textpage h2 {
      font-size: 16px;
      line-height: 22px; }
    body .textpage h3 {
      font-size: 8px; }
    body .textpage h4 {
      font-size: 10px; }
    body .carousel-inner div.item {
      margin-top: 0; }
      body .carousel-inner div.item .carousel-caption {
        opacity: 0.8;
        top: 35%; }
        body .carousel-inner div.item .carousel-caption h3 {
          font-size: 20px;
          letter-spacing: 1px; }
    body #iframe-modal.modal .modal-body {
      max-height: 350px;
      min-height: 350px;
      padding: 15px;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    body #iframe-modal.modal .modal-dialog {
      width: 100%;
      margin-top: 0; }
    body #iframe-modal.modal iframe {
      min-height: 300px; } }

.grid {
  padding: 0; }

.grid, .grid-holder {
  list-style-type: none; }

.grid-gallery {
  position: relative; }

body .main-container .grid-headline-holder-holder {
  padding-left: 5px;
  padding-right: 5px; }

body .main-container .grid-content-holder {
  padding: 10px 10px 10px 10px; }

body .main-container .grid-headline-holder, body .main-container .grid-content-holder {
  background-color: #fff;
  margin-bottom: 10px; }
  body .main-container .grid-headline-holder h2, body .main-container .grid-content-holder h2 {
    margin: 0;
    padding: 10px 10px 10px 10px; }

.grid-item {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px; }
  .grid-item figure {
    background-color: #fff;
    height: 100%; }
    .grid-item figure img.img-responsive {
      width: 100%;
      height: auto; }
    .grid-item figure figcaption {
      padding: 35px; }
      .grid-item figure figcaption .link-holder {
        margin-top: 20px; }
      .grid-item figure figcaption .image-link {
        margin-top: 20px; }
        .grid-item figure figcaption .image-link a img {
          max-height: 32px; }

.textpage-image-float {
  float: right; }

.btn.btn-callender {
  background-color: #000;
  color: #fff; }

.btn.btn-callender.active {
  background-color: #777; }

body .main-container .event-item-list h2 {
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0; }

body .main-container .event-item-list hr {
  margin-top: 10px;
  margin-bottom: 10px; }

body .main-container .event-item-list .event-text {
  line-height: 32px; }

body .main-container .event-item-list .event-link {
  font-size: 14px;
  color: #000; }

.calender-row {
  border-bottom: 1px #eee solid; }

.image-resize {
  max-width: 100%; }

.justify-left-fix {
  padding-left: 13px; }

body.frontpage-full-image {
  padding-top: 0px; }
  @media screen and (max-width: 766px) {
    body.frontpage-full-image .side-menu {
      top: 120px !important; } }

.frontPageVimeoCarousel {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .frontPageVimeoCarousel {
      margin-top: 90px; } }
  .frontPageVimeoCarousel .item {
    position: relative;
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1024px) {
      .frontPageVimeoCarousel .item {
        height: 50vh; } }
    .frontPageVimeoCarousel .item .inner-container {
      position: absolute;
      min-height: 900px;
      min-width: 100%;
      background-size: cover;
      overflow: hidden; }
      @media only screen and (max-width: 1024px) {
        .frontPageVimeoCarousel .item .inner-container {
          height: 50vh; } }
      @media only screen and (max-width: 780px) {
        .frontPageVimeoCarousel .item .inner-container {
          height: 40vh;
          min-height: 600px; } }
      .frontPageVimeoCarousel .item .inner-container .carousel-caption {
        background-color: #fff;
        top: 50%;
        bottom: auto;
        color: #000;
        font-size: 45px;
        letter-spacing: 2px;
        line-height: 50px;
        padding: 0;
        text-shadow: none;
        width: auto;
        padding: 10px; }
        @media screen and (max-width: 1024px) {
          .frontPageVimeoCarousel .item .inner-container .carousel-caption {
            background-color: #fff;
            top: 20vh;
            font-size: 30px;
            position: absolute;
            transform: translate(-50%, 0);
            left: 50%;
            width: 50%; } }
        .frontPageVimeoCarousel .item .inner-container .carousel-caption h1 {
          word-break: break-all; }
        .frontPageVimeoCarousel .item .inner-container .carousel-caption h3 {
          margin: 0; }
        @media only screen and (max-width: 1024px) {
          .frontPageVimeoCarousel .item .inner-container .carousel-caption h1 {
            font-size: 30px; }
          .frontPageVimeoCarousel .item .inner-container .carousel-caption p {
            font-size: 18px; } }
        @media only screen and (max-width: 780px) {
          .frontPageVimeoCarousel .item .inner-container .carousel-caption h1 {
            font-size: 18px; } }
        @media only screen and (max-width: 480px) {
          .frontPageVimeoCarousel .item .inner-container .carousel-caption h1 {
            font-size: 16px; } }
      .frontPageVimeoCarousel .item .inner-container video {
        min-width: 100%;
        overflow: hidden;
        position: absolute;
        min-height: 900px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 1024px) {
          .frontPageVimeoCarousel .item .inner-container video {
            height: 50vh; } }
        @media only screen and (max-width: 780px) {
          .frontPageVimeoCarousel .item .inner-container video {
            height: 40vh;
            min-height: 600px; } }
  .frontPageVimeoCarousel .slick-prev, .frontPageVimeoCarousel .slick-next {
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    z-index: 100;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    padding: 20px; }
    @media only screen and (max-width: 1024px) {
      .frontPageVimeoCarousel .slick-prev, .frontPageVimeoCarousel .slick-next {
        top: 65%; } }
    .frontPageVimeoCarousel .slick-prev:before, .frontPageVimeoCarousel .slick-next:before {
      font-size: 30px;
      opacity: .25;
      color: white;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .frontPageVimeoCarousel .slick-prev:hover:before, .frontPageVimeoCarousel .slick-next:hover:before {
      opacity: .75; }
  .frontPageVimeoCarousel .slick-prev {
    left: 2%; }
  .frontPageVimeoCarousel .slick-next {
    right: 2%; }
