@charset "UTF-8";
/*
Theme Name:     Letsdok
Version:      	1.1.5

*/
/*
 * Add your own custom css below this text.
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("assets/fonts/flexslider-icon.eot");
  src: url("assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flexslider-icon.woff") format("woff"), url("assets/fonts/flexslider-icon.ttf") format("truetype"), url("assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides > li {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none; } }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

@font-face {
  font-family: Jost;
  src: url("fonts/Jost-Regular.ttf") format("truetype"); }

@font-face {
  font-family: Cocogoose;
  font-weight: bold;
  src: url("fonts/Jost-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: Cocogoose;
  src: url("fonts/CocogooseClassic-Regular.otf") format("opentype"); }

@font-face {
  font-family: Cocogoose;
  font-weight: bold;
  src: url("fonts/CocogooseClassic-Bold.otf") format("opentype"); }

img {
  border: 0;
  border-radius: 0; }

.slick-track {
  display: flex !important; }

.slick-slide {
  height: inherit !important; }

*:focus {
  outline: 0; }

a:focus {
  outline: 0; }

body {
  background: white;
  position: relative;
  font-size: 18px;
  line-height: 1.39;
  color: #000202;
  font-family: Jost; }
  @media (min-width: 1200px) {
    body {
      font-size: 20px; } }

h1 {
  padding: 0 22px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  font-family: Cocogoose;
  font-weight: bold;
  line-height: 44px; }
  @media (min-width: 768px) {
    h1 {
      padding: 0 60px; } }
  @media (min-width: 1200px) {
    h1 {
      padding: 0 217px; } }
  @media (min-width: 1200px) {
    h1 {
      max-width: 1210px;
      margin: 0 auto;
      font-size: 36px;
      margin-bottom: 40px;
      line-height: 40px; } }

strong {
  font-weight: bold; }

.logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  background-image: url(img/LetDok.svg);
  width: 139px;
  height: 46px;
  position: fixed;
  left: 22px;
  top: 18px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }
  @media (min-width: 1200px) {
    .logo {
      width: 211px;
      height: 50px;
      left: 06px; } }

.back {
  text-decoration: none;
  display: inline-block;
  margin: 0 22px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  display: none;
  text-align: center !important; }
  @media (min-width: 768px) {
    .back {
      margin: 0 60px; } }
  @media (min-width: 1200px) {
    .back {
      margin: 0 217px; } }
  @media (min-width: 768px) {
    .back {
      font-size: 15px;
      display: block;
      max-width: 1210px;
      margin: 0 auto;
      margin-top: 100px; } }

#header {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 100; }
  @media (min-width: 1200px) {
    #header {
      height: 70px; } }

#menu-button {
  cursor: pointer;
  display: inline-block;
  position: fixed;
  right: 20px;
  top: 23px;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 300;
  background: url("img/open.svg");
  background-repeat: no-repeat;
  background-position: center; }
  #menu-button.close {
    background: url("img/close.svg"); }
  @media (min-width: 768px) {
    #menu-button {
      display: none; } }

.main-menu .current_page_item a {
  border-bottom: solid 2px white; }

.main-menu a {
  font-weight: bold;
  font-family: Cocogoose; }

@media (max-width: 767px) {
  .main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200; }
    .main-menu.desktop {
      display: none; }
    .main-menu .sub-menu {
      display: NONE;
      z-index: 200; }
      .main-menu .sub-menu li {
        height: calc(100% / 4) !important; }
    .main-menu .menu-main-menu-container,
    .main-menu ul {
      width: 100%;
      height: 100%; }
    .main-menu ul {
      display: flex;
      flex-direction: column; }
    .main-menu .menu li {
      height: calc(100% / 3);
      display: block;
      position: relative; }
    .main-menu .menu a {
      vertical-align: middle;
      font-size: 25px;
      text-transform: uppercase;
      color: white;
      font-weight: bold;
      text-decoration: none;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      margin: 0;
      width: fit-content;
      text-align: center; }
    .main-menu .menu .sub-menu a {
      font-size: 18px; } }

@media (min-width: 768px) {
  .main-menu {
    z-index: 200;
    color: white;
    top: 23px;
    right: 32px;
    position: fixed; }
    .main-menu .menu-item-has-children a {
      padding-right: 40px;
      position: relative; }
    .main-menu .menu-item-has-children > :first-child {
      display: block !important;
      opacity: 1 !important; }
    .main-menu .menu-item-has-children.open a:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: 0;
      background: white;
      width: 100%;
      height: 1px; }
    .main-menu .sub-menu {
      display: none;
      position: absolute;
      right: -55px;
      top: 47px;
      background: white;
      z-index: 300;
      padding: 20px; }
      .main-menu .sub-menu li {
        display: block;
        text-align: left; }
        .main-menu .sub-menu li a {
          margin-right: 12px;
          text-transform: uppercase;
          margin-left: 0; }
    .main-menu.mobile {
      display: none !important; }
    .main-menu li {
      display: inline-block;
      background-color: transparent !important; }
    .main-menu a {
      color: white;
      font-size: 11px;
      font-family: Cocogoose;
      text-transform: uppercase;
      text-decoration: none;
      margin-left: 60px; } }

@media (min-width: 1200px) {
  .main-menu {
    top: 20px;
    right: 53px; }
    .main-menu .sub-menu {
      top: 50px; }
    .main-menu a {
      font-size: 17px;
      margin-left: 90px; } }

#wrapper {
  max-width: 1920px;
  margin: 0 auto; }

#content {
  margin-top: 70px; }
  #content h1:first-child {
    padding-top: 60px; }
    @media (min-width: 1200px) {
      #content h1:first-child {
        padding-top: 66px; } }
  @media (min-width: 1200px) {
    #content {
      margin-top: 70px; } }

.text p {
  margin-bottom: 20px; }

.text a {
  color: black; }

.text-2-columns {
  padding: 0 22px;
  overflow: auto;
  margin-bottom: 60px; }
  .text-2-columns.small {
    font-size: 10px; }
    .text-2-columns.small strong {
      font-size: 14px; }
  .text-2-columns:first-child {
    padding-top: 30px; }
    @media (min-width: 1200px) {
      .text-2-columns:first-child {
        padding-top: 66px; } }
  @media (min-width: 768px) {
    .text-2-columns {
      padding: 0 60px; } }
  @media (min-width: 1200px) {
    .text-2-columns {
      padding: 0 217px; } }
  @media (min-width: 768px) {
    .text-2-columns {
      max-width: 1210px;
      margin: 0 auto;
      margin-bottom: 100px; }
      .text-2-columns .text {
        box-sizing: border-box;
        padding: 0 40px;
        display: inline-block;
        float: left;
        vertical-align: top;
        width: 50%; }
      .text-2-columns .col1 {
        padding-left: 0; }
      .text-2-columns .col2 {
        padding-right: 0; } }

.single-image {
  max-width: 1210px;
  margin: 0 auto; }

.header-image,
.single-image {
  margin-bottom: 63px; }
  @media (min-width: 1200px) {
    .header-image,
    .single-image {
      margin-bottom: 85px; } }
  .header-image img,
  .single-image img {
    width: 100%;
    height: auto; }

.embed {
  margin-bottom: 63px; }
  @media (min-width: 1200px) {
    .embed {
      margin-bottom: 85px; } }

.buttons {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 45px; }
  .buttons a {
    font-size: 18px;
    display: inline-block;
    border-radius: 46px;
    text-decoration: none;
    font-family: Cocogoose;
    font-weight: bold;
    padding: 11px 16px 10px 13px;
    margin-bottom: 25px; }
  @media (min-width: 768px) {
    .buttons article {
      display: inline-block;
      margin: 0 30px; }
      .buttons article a {
        font-size: 20px;
        padding: 11px 30px 4px 30px; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

footer {
  position: relative;
  padding: 54px; }
  footer a {
    text-decoration: none; }
  @media (min-width: 1200px) {
    footer {
      padding: 115px 217px; } }
  footer .footer-menu {
    max-width: 1210px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      footer .footer-menu {
        columns: 1 !important; } }
  footer .footer-column {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
    font-family: Jost;
    font-size: 10px;
    color: white;
    margin-bottom: 20px; }
    footer .footer-column p {
      margin-bottom: 10px;
      break-inside: avoid; }
    footer .footer-column strong {
      font-family: Cocogoose;
      font-size: 13px;
      font-weight: bold; }
      @media (min-width: 1200px) {
        footer .footer-column strong {
          font-size: 20px; } }
    @media (min-width: 768px) {
      footer .footer-column {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      footer .footer-column {
        font-size: 15px; } }
    footer .footer-column a {
      color: white; }
  @media (min-width: 768px) {
    footer .socials {
      position: absolute;
      top: 50px;
      right: 40px; } }
  @media (min-width: 1200px) {
    footer .socials {
      position: absolute;
      top: 100px;
      right: 120px; } }
  footer .socials a {
    text-align: left;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 40px;
    width: 40px;
    background-size: cover; }
    @media (min-width: 1200px) {
      footer .socials a {
        height: 74px;
        width: 74px; } }
  footer .socials .facebook {
    background-image: url(img/facebook.svg); }
  footer .socials .instagram {
    background-image: url(img/instagram.svg); }
  footer .socials .twitter {
    background-image: url(img/twitterico.svg);
    height: 29px;
    width: 29px;
    margin-top: 8px;
    margin-left: 5px; }
    @media (min-width: 1200px) {
      footer .socials .twitter {
        height: 53px;
        width: 53px;
        margin-top: 14px;
        margin-left: 10px; } }

.page-template-page-map #container {
  overflow: auto; }
  .page-template-page-map #container .map-container {
    max-width: 1210px;
    margin: 0 auto;
    padding: 20px; }

.event-header h1 {
  padding: 30px 20px !important;
  padding-bottom: 20px;
  margin-bottom: 0 !important; }
  @media (min-width: 768px) {
    .event-header h1 {
      font-size: 36px; } }

@media (min-width: 768px) {
  .event-header .mobile-divider {
    display: none; } }

.event-container {
  color: white;
  padding-bottom: 30px; }
  .event-container h2 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: Cocogoose;
    padding: 50px 88px; }
    @media (min-width: 768px) {
      .event-container h2 {
        padding: 20px 88px; } }
    @media (min-width: 1600px) {
      .event-container h2 {
        padding: 50px 88px; } }
  .event-container .inner {
    background: white;
    margin: 0 32px;
    color: black;
    max-width: 1210px;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .event-container .inner {
        margin: 0 40px;
        margin-bottom: 85px; } }
    @media (min-width: 1200px) {
      .event-container .inner {
        margin: 0 auto;
        margin-bottom: 85px;
        max-width: 1000px; } }
    @media (min-width: 1600px) {
      .event-container .inner {
        max-width: 1210px; } }
    .event-container .inner .text {
      padding: 30px;
      padding-top: 30px; }
      @media (min-width: 1200px) {
        .event-container .inner .text {
          padding: 35px 45px; } }
    .event-container .inner .embed + .text {
      padding-top: 0; }
    .event-container .inner h3,
    .event-container .inner .type {
      font-size: 20px;
      font-weight: bold;
      font-family: Cocogoose;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .event-container .inner h3,
        .event-container .inner .type {
          font-size: 40px;
          line-height: initial; } }
    .event-container .inner .type {
      text-transform: uppercase;
      font-weight: normal;
      margin-bottom: 0; }
    .event-container .inner .text-highlight {
      box-sizing: border-box;
      color: white;
      padding-top: 30px;
      font-size: 15px; }
      .event-container .inner .text-highlight a {
        color: white; }
      .event-container .inner .text-highlight strong {
        font-family: Cocogoose; }
      .event-container .inner .text-highlight p:last-child {
        margin-bottom: 0; }
    @media (min-width: 1200px) {
      .event-container .inner .text-left,
      .event-container .inner .text-highlight {
        display: inline-block;
        vertical-align: top; }
      .event-container .inner .text-left {
        width: 60%; }
      .event-container .inner .text-highlight {
        width: calc(40% - 45px);
        margin-left: 45px;
        padding: 40px; } }

#grid {
  padding: 20px;
  margin-bottom: 20px; }
  @media (min-width: 1200px) {
    #grid {
      max-width: 1210px;
      margin: 0 auto; } }
  #grid .grid-item {
    width: 100%; }
    #grid .grid-item .teaser-image {
      overflow: hidden;
      position: relative; }
    #grid .grid-item:hover img {
      transform: scale(1.1);
      transform-origin: 50% 50%; }
    #grid .grid-item:hover .teaser-image:before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 60px;
      height: 60px;
      background-image: url("img/arrow.svg");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      background-size: 70%;
      z-index: 1;
      bottom: 0;
      left: 0; }
    #grid .grid-item img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s; }
    #grid .grid-item .inside {
      background: white; }
      #grid .grid-item .inside h3 {
        font-size: 20px;
        font-weight: bold;
        font-family: Cocogoose;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #grid .grid-item .inside h3 {
            font-size: 40px;
            line-height: initial; } }
      #grid .grid-item .inside .text {
        padding: 20px;
        color: black;
        word-break: break-word;
        hyphens: auto; }
        #grid .grid-item .inside .text p {
          margin-bottom: 0; }
      #grid .grid-item .inside .type {
        text-transform: uppercase; }
    #grid .grid-item .container {
      position: relative;
      padding: 12px; }
      #grid .grid-item .container a {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        cursor: pointer; }
    @media screen and (min-width: 768px) {
      #grid .grid-item {
        width: calc(100% / 2);
        display: inline-block;
        vertical-align: top; }
        #grid .grid-item .container {
          padding: 20px; } }
    @media screen and (min-width: 1200px) {
      #grid .grid-item {
        width: calc(100% / 3); } }
  @media screen and (min-width: 1200px) {
    #grid .alm-masonry {
      margin-left: -20px;
      margin-right: -20px; } }

.teaser-filter {
  border-top: solid 2px white; }
  .teaser-filter .head {
    text-align: center;
    font-family: Cocogoose;
    padding: 20px;
    border-bottom: solid 2px white;
    padding-bottom: 18px; }
    @media screen and (min-width: 1200px) {
      .teaser-filter .head {
        padding: 20px 40px; } }
    .teaser-filter .head h3,
    .teaser-filter .head .link {
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      cursor: pointer; }
    .teaser-filter .head.active h3 {
      border-bottom: solid 1px white; }
    .teaser-filter .head.simple h3 {
      font-weight: normal;
      pointer-events: none; }
      .teaser-filter .head.simple h3::before {
        display: none; }
    .teaser-filter .head a {
      text-align: left;
      text-decoration: none;
      color: white;
      display: block;
      font-weight: normal;
      font-size: 15px;
      padding: 5px; }
      .teaser-filter .head a.active {
        font-weight: bold; }
      .teaser-filter .head a.dot {
        text-indent: -9999px;
        display: inline-block;
        background: white;
        height: 15px;
        width: 15px;
        border: solid 6px white;
        border-radius: 20px; }
    .teaser-filter .head .filter-container {
      padding: 20px 0;
      display: none; }
  @media screen and (min-width: 768px) {
    .teaser-filter {
      display: flex;
      border-top: none;
      align-items: start;
      justify-content: center; }
      .teaser-filter .head {
        text-align: left;
        border-bottom: none; }
        .teaser-filter .head h3,
        .teaser-filter .head .link {
          margin-left: 20px;
          margin-bottom: 80px;
          position: relative; }
          .teaser-filter .head h3:before,
          .teaser-filter .head .link:before {
            content: "";
            display: block;
            height: 100px;
            width: 1px;
            left: -15px;
            top: 0;
            position: absolute;
            background: white; }
        .teaser-filter .head .filter-container {
          margin-left: 15px; }
          .teaser-filter .head .filter-container.tv {
            text-align: center; } }

.filter-container.disabled {
  pointer-events: none;
  opacity: 0.5; }
  .filter-container.disabled a {
    cursor: wait !important; }

@media (max-width: 767px) {
  .read-more.collapsed {
    overflow: hidden;
    max-height: 8em;
    margin-bottom: 30px; } }

.read-more-link {
  margin-bottom: 30px;
  display: inline-block; }

@media (min-width: 768px) {
  .read-more-link {
    display: none; } }
