@charset "UTF-8";
/*$body-color: #3E3E3F; // dark grey*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08.04.2019, 09:27:06
    Author     : 49176
*/
@font-face {
  font-family: "consolas";
  src: url("fonts/consolas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  /* Merriweather-Bold */
  font-family: "Merriweather";
  font-weight: 600;
  src: url("../../media/fonts/Merriweather-Bold.ttf") format("truetype");
}
@font-face {
  /* Merriweather-Light */
  font-family: "Merriweather";
  font-weight: 100;
  src: url("../../media/fonts/Merriweather-Light.ttf") format("truetype");
}
@font-face {
  /* Merriweather-Regular */
  font-family: "Merriweather";
  font-weight: 400;
  src: url("../../media/fonts/Merriweather-Regular.ttf") format("truetype");
}
@font-face {
  /* OpenSans-Bold */
  font-family: "Open+Sans";
  font-weight: 600;
  src: url("../../media/fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
  /* OpenSans-Regular */
  font-family: "Open+Sans";
  font-weight: 400;
  src: url("../../media/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
  /* Roboto-Bold */
  font-family: "Roboto";
  font-weight: 600;
  src: url("../../media/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  /* Roboto-Regular */
  font-family: "Roboto";
  font-weight: 400;
  src: url("../../media/fonts/Roboto-Regular.ttf") format("truetype");
}
div#cookie-bg-cover {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10000;
  display: none;
}

div#cookie-layer {
  position: fixed;
  top: 50px;
  height: auto;
  z-index: 100000;
  display: none;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
}
@media screen and (min-width: 800px) {
  div#cookie-layer {
    top: 150px;
    width: 800px;
    left: calc((100vw - 800px) / 2);
  }
}
div#cookie-layer .cookie-buttons {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#cookie-layer h2 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 15px;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: black !important;
}
div#cookie-layer h3 {
  font-weight: 500 !important;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: black;
}
div#cookie-layer p {
  font-size: 13px;
  line-height: 18px;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
  margin-bottom: 20px;
  color: black;
}
div#cookie-layer p.checkbox-text {
  padding: 0px 20px 7px 28px;
  margin-top: -30px;
}
div#cookie-layer .cookie-layer-close-btn {
  background: url(../images/icon_close-black.svg);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 15px;
  background-repeat: no-repeat;
  background-position-x: center;
  cursor: pointer;
}
div#cookie-layer .tab {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
div#cookie-layer .tab button {
  background: #c9c9c9;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px 20px;
  transition: 0.3s;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  width: auto;
  gap: 5px;
  letter-spacing: 0.5px;
  margin: 0;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
}
@media screen and (min-width: 768px) {
  div#cookie-layer .tab button {
    font-size: 18px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1024px) {
  div#cookie-layer .tab button {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  div#cookie-layer .tab button {
    font-size: 22px;
    line-height: 35px;
  }
}
div#cookie-layer .tab button.active {
  background: #fff;
  letter-spacing: 0.5px;
}
div#cookie-layer .cookie_layer_tab_wrapper {
  background: #fff;
  padding: 50px 20px 20px 20px;
}
@media screen and (min-width: 800px) {
  div#cookie-layer .cookie_layer_tab_wrapper {
    padding: 50px 50px 20px 50px;
  }
}
div#cookie-layer .cookie_layer_tab_wrapper .panels {
  position: relative;
  min-height: 200px;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels input[type=radio] + label::before {
  width: 15px;
  height: 15px;
  border: 2px solid #000;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin: 0px 12px 20px 0px;
  cursor: pointer;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels input[type=radio]:checked + label::before {
  background-repeat: no-repeat;
  background-image: url("../images/icon_checkbox_checked.png");
  background-position: center 2px;
  background-size: 11px;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels a {
  border-bottom: 2px solid #000;
  line-height: 18px;
  color: #000;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels a:hover {
  color: #000;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels button {
  border: 2px solid #000;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 10px;
  line-height: 1.5;
  background-color: transparent;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels button.cookie-button-half-size {
  color: #000;
}
@media screen and (min-width: 768px) {
  div#cookie-layer .cookie_layer_tab_wrapper .panels button.cookie-button-half-size {
    width: 49%;
  }
}
div#cookie-layer .cookie_layer_tab_wrapper .panels button.cookie-button-half-size:hover {
  background-color: #000;
  color: white;
}
div#cookie-layer .cookie_layer_tab_wrapper .panels button.black {
  color: #fff;
  background: #000;
}
div#cookie-layer .cookie_layer_tab_wrapper .cookie-layer-link-container {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
div#cookie-layer .cookie_layer_tab_wrapper .cookie-layer-link-container a {
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  border-bottom: 2px solid #000;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  font-family: "Helvetica", "Arial", "Verdana", sans-serif;
}
div#cookie-layer .cookie_layer_tab_wrapper .cookie-layer-link-container a:hover {
  color: #000;
}

div#cookie-layer.show,
div#cookie-bg-cover.show {
  display: block;
}

.cookie-layer-required {
  font-size: 13px;
}

div#cookie-layer .checkbox-label {
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

div#cookie-layer .add-label {
  font-size: 15px;
}

div#cookie-layer .panel {
  display: none;
  animation: fadein 0.8s;
  margin-top: 30px;
}

div#cookie-layer .radio-tabs {
  display: none;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header {
  position: relative;
  margin: 0 auto !important;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
}
header.site-header {
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
  padding: 0;
  border-bottom: solid 1px #D8D8D8;
  height: 50px;
  /*
  *************************
          menu-burger
  *************************
  */
  /* End Menu Burger*/
}
@media screen and (min-width: 1024px) {
  header.site-header {
    height: 110px !important;
  }
}
header.site-header.site-header-shrink {
  padding: 0;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  header.site-header.site-header-shrink {
    height: 70px !important;
  }
}
header.site-header.site-header-shrink .logo img {
  z-index: 9;
  position: relative;
  /* height: 50px !important; */
}
@media screen and (min-width: 1024px) {
  header.site-header.site-header-shrink .logo img {
    height: 110px !important;
    margin-top: -40px !important;
  }
}
header.site-header.site-header-shrink .menu-top {
  opacity: 0 !important;
  visibility: hidden !important;
  height: 0 !important;
}
header.site-header.site-header-shrink .menu-main {
  margin-top: -10px !important;
}
header.site-header .container-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 568px) {
  header.site-header .container-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  header.site-header .container-wrapper {
    background: #fff;
  }
}
header.site-header .container-wrapper .logo img {
  z-index: 9;
  position: relative;
  height: 70px;
  margin-top: -20px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.3s;
}
@media screen and (min-width: 1024px) {
  header.site-header .container-wrapper .logo img {
    margin-top: 0px;
    height: 110px;
  }
}
header.site-header .menu-mobile-layer {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  position: absolute;
  z-index: -1;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  transition: all 0.5s ease;
}
header.site-header .menu-mobile-layer .menu-mobile-layer_inner {
  overflow: scroll;
  height: 100%;
  padding-bottom: 30px;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item {
  display: flex;
  flex-direction: column;
  padding: 0;
  border-radius: 0 !important;
  border-left: 0;
  border-right: 0;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item .accordion-button {
  color: #505050;
  border-radius: 0 !important;
  border-right: 0 !important;
  padding: 10px 20px;
}
@media screen and (max-width: 568px) {
  header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item .accordion-button {
    padding-right: 15px;
    padding-left: 15px;
  }
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item .accordion-button:not(.collapsed) {
  color: #2f74a9;
  background-color: #fff;
  box-shadow: none;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f74a9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item h3.menu__container-title {
  margin: 0;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item {
  padding: 7px 20px;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item button.accordion-button {
  background: #ffffff !important;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item a {
  font-size: 16px;
  color: #505050;
  font-weight: 500;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item a.active {
  color: #2f74a9;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item .menu__level--second {
  display: flex;
  flex-direction: column;
}
header.site-header .menu-mobile-layer ul.menu-mobile-container.accordion-item li.accordion-list-item .menu__level--second a {
  padding: 2px 0;
}
header.site-header .menu-mobile-layer ul.menu__container.col-menu.accordion-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
header.site-header .menu-mobile-layer.open {
  opacity: 1;
  visibility: visible;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-mobile-layer.open {
    visibility: hidden;
    opacity: 0;
  }
}
header.site-header .menu-mobile-layer .login-buttons-mobile .login-button {
  display: block;
  letter-spacing: 1px;
  border: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  /* margin-right: 30px; */
  cursor: pointer;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2f74a9;
  border-radius: 0px;
}
header.site-header .menu-mobile-layer .login-buttons-mobile .login-button span {
  width: max-content;
}
header.site-header .menu-mobile-layer .login-buttons-mobile .login-button svg {
  margin-right: 5px;
}
header.site-header .menu-mobile-layer .login-buttons-mobile .login-button:hover {
  background: #b1b1b1;
}
@media (max-width: 568px), screen and (max-width: 812px) and (orientation: landscape) {
  header.site-header .menu-mobile-layer .login-buttons-mobile .login-button {
    visibility: hidden;
    opacity: 0;
  }
}
header.site-header .menu-mobile-layer .menu-mobile-layer-footer {
  padding: 20px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.site-header .menu-mobile-layer .menu-mobile-layer-footer .language-switch {
  margin: 0;
}
header.site-header .menu-mobile-layer .menu-mobile-layer-footer .language-switch a {
  font-size: 18px !important;
}
header.site-header .menu-mobile-layer .menu-mobile-layer-footer .language-switch .btn-google-translate {
  display: none;
}
header.site-header .menu-mobile-layer .menu__search-container {
  padding: 0px 20px;
  width: 100%;
  position: relative;
}
header.site-header .menu-mobile-layer .menu__search-container input#searchText {
  width: 100%;
  padding: 10px;
  border: solid 1px #efefef;
}
header.site-header .menu-mobile-layer .menu__search-container input#searchText::placeholder {
  font-size: 16px;
  font-style: normal;
  color: #ccc;
}
header.site-header .menu-mobile-layer .menu__search-container button.search {
  position: absolute;
  top: 10px;
  right: 40px;
}
header.site-header .menu-mobile-layer .menu__search-container button.search svg path {
  fill: #2f74a9;
}
header.site-header #menu-burger {
  width: 36px;
  min-width: 36px;
  height: 28px;
  position: relative;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 2;
}
header.site-header #menu-burger.open span {
  background: #505050;
}
@media screen and (min-width: 1024px) {
  header.site-header #menu-burger {
    display: none;
  }
}
header.site-header #menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #505050;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
header.site-header #menu-burger span:nth-child(1) {
  top: 0px;
}
header.site-header #menu-burger span:nth-child(2),
header.site-header #menu-burger span:nth-child(3) {
  top: 12px;
}
header.site-header #menu-burger span:nth-child(4) {
  top: 24px;
  width: 70%;
}
header.site-header #menu-burger.open span:nth-child(1) {
  top: 24px;
  width: 0%;
  left: 50%;
}
header.site-header #menu-burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.site-header #menu-burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.site-header #menu-burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
header.site-header .menu-wrapper {
  display: none;
  align-items: flex-end;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  header.site-header .menu-wrapper {
    display: flex;
  }
}
header.site-header .menu-wrapper .menu-top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
header.site-header .menu-wrapper .menu-top ul.menu-legal.menu__level.menu__level--second li:first-of-type::after {
  position: absolute;
  content: "";
  border-right: solid 1px grey;
  height: 14px;
  margin-left: 9px;
  margin-top: 5px;
}
header.site-header .menu-wrapper .menu-top a {
  color: #505050;
}
header.site-header .menu-wrapper .menu-top a:hover {
  color: #2f74a9;
}
header.site-header .menu-wrapper .menu-top .menu__service-container .menu__item {
  margin-right: 10px;
}
header.site-header .menu-wrapper .menu-top .menu__search-container {
  display: flex;
  position: absolute;
  overflow: hidden;
  right: 0;
  z-index: 9;
  background: white;
}
header.site-header .menu-wrapper .menu-top .menu__search-container svg path {
  fill: #2f74a9;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  width: 0;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search.open {
  visibility: visible;
  opacity: 1;
  width: 35vw;
  max-width: 500px;
  margin-right: 20px;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search input {
  outline: 0;
  background: transparent;
  border: 0;
  color: #505050;
  padding-left: 5px;
  border-bottom: solid 2px #D8D8D8;
  width: 100%;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search input:focus-visible {
  outline: 0;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search input::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  color: #ccc;
  padding-left: 5px;
}
header.site-header .menu-wrapper .menu-top .menu__search-container .menu__search input::-webkit-search-cancel-button {
  position: relative;
  right: 5px;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url("../images/icon_placeholder-x.svg") no-repeat 50% 50%;
  background-size: contain;
}
header.site-header .menu-wrapper .menu-main {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.5s;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 0;
}
header.site-header ul.language-switch {
  /*       display: none; */
  padding: 0;
  margin: 0 50px 0 20px;
  align-items: center;
}
header.site-header ul.language-switch li {
  margin: 5px;
}
header.site-header ul.language-switch a {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
header.site-header ul.language-switch a.active {
  font-weight: 600;
  color: #2f74a9;
}
@media screen and (min-width: 768px) {
  header.site-header ul.language-switch {
    display: flex;
  }
}
header.site-header ul.language-switch div#google_translate_element {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s ease;
  font-family: arial;
  font-size: 11px;
  color: #666;
  white-space: nowrap;
  display: flex;
  position: absolute;
  right: 0;
  top: 0px;
  align-items: center;
  background: #FFF;
  flex-direction: row-reverse;
  z-index: 100;
}
header.site-header ul.language-switch div#google_translate_element.open {
  /* display: flex; */
  visibility: visible;
  opacity: 1;
}
header.site-header ul.language-switch div#google_translate_element .btn-close-google-translate {
  width: 25px;
  height: 25px;
  background-color: white;
  margin-left: 15px;
  background-image: url("../../media/images/close_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
header.site-header ul.language-switch div#google_translate_element .btn-google-translate {
  cursor: pointer;
}
header.site-header ul.language-switch div#google_translate_element .goog-te-gadget {
  align-items: center;
}
header.site-header ul.language-switch div#google_translate_element select.goog-te-combo {
  margin-right: 20px !important;
  border: solid 1px #efefef;
  padding: 4px;
}
header.site-header ul.language-switch div#google_translate_element a.goog-logo-link img {
  display: none;
}
header.site-header ul.language-switch div#google_translate_element a.goog-logo-link {
  margin-left: 10px;
}
header.site-header ul.language-switch div#google_translate_element .goog-te-banner {
  background-image: none !important;
  background-color: #fff !important;
  border-bottom: #fff !important;
}
header.site-header ul.language-switch div#google_translate_element .goog-te-banner-frame {
  border: 0 !important;
  box-shadow: 0 0 5px 0px #999999 !important;
}
header.site-header ul.language-switch div#google_translate_element .skiptranslate {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  header.site-header ul.language-switch div#google_translate_element .skiptranslate {
    display: flex !important;
  }
}
header ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
header ul li {
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}
header .menu {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  transition: all 0.4s ease;
  color: #505050;
}
header .menu a {
  color: #505050;
}
header .menu a.menu__link--active {
  color: #2f74a9 !important;
}
header .login-button {
  display: none;
  padding: 5px 10px;
  color: #fff;
  transition: all 0.4s ease;
}
header .login-button:hover {
  background: #2f74a9;
}
header .user-area-button {
  display: none;
  max-width: fit-content;
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  width: fit-content;
  flex-direction: row;
  width: auto;
  background: #2f74a9;
  color: #fff;
  padding: 5px 10px;
  transition: all 0.4s ease;
  border-radius: 0px;
}
header .user-area-button span {
  width: max-content;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  padding: 1px 10px;
}
header .user-area-button svg {
  margin-left: 5px;
  transform: rotate(0deg);
  transition: all 0.2s ease-in-out;
  width: 15px;
}
header .user-area-button.user-area-button-open svg {
  transform: rotate(180deg);
}
header .user-area-button:hover {
  background: #b1b1b1;
}
header .side-menu-toggle-button {
  width: 45px;
  height: 24px;
  background-color: transparent;
  background-image: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 40px;
}
header .side-menu-toggle-button span {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background: #505050;
}
header .side-menu-toggle-button span:first-child {
  top: 0px;
}
header .side-menu-toggle-button span:last-child {
  top: 20px;
}
header .side-menu-toggle-button span:nth-child(2) {
  top: 10px;
}
header .side-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #b1b1b1;
  z-index: 9999;
  height: 100%;
  width: 100%;
  overflow: auto;
}
header .side-menu.clearfix {
  display: none;
}
header .side-menu.clearfix .side-menu-toggle-button span {
  background: #fff;
}
header .side-menu.clearfix #login-button {
  padding: 0px 15px;
  color: #b1b1b1;
  background-color: #fff;
  position: absolute;
  left: 40px;
  top: 9px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: italic;
  cursor: pointer;
  text-transform: uppercase;
}
header .side-menu.clearfix .login-button {
  display: block;
}
header .side-menu.clearfix .user-area-button.show-button {
  padding: 10px 10px;
  color: #b1b1b1;
  background-color: #fff;
  position: absolute;
  left: 32px;
  top: 7px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  font-style: italic;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 0;
  display: block;
}
header .side-menu.clearfix .user-area-button.show-button:hover {
  background: #505050;
}
header .side-menu .nav-main-inner {
  padding: 30px 40px 10px 30px;
}
header .side-menu .main-menu {
  clear: both;
  margin-top: 122px;
  text-align: right;
}
header .side-menu .main-menu a.menu__link--active {
  color: #1E344F !important;
}
header .side-menu .main-menu a {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
}
header .side-menu .main-menu a:active, header .side-menu .main-menu a:hover {
  color: #505050;
}
header .side-menu li {
  margin-bottom: 10px;
}
header .side-menu li.expanded .second-level-button {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .side-menu li .second-level-button {
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  padding: 1em;
  background-image: url("../../media/images/arrow-navi.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  position: absolute;
  /*                padding: 17px 34px;*/
  right: 0px;
  cursor: pointer;
}
header .side-menu li ul {
  display: none;
}
header .side-menu li .second-level-menu {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
header .side-menu li .second-level-menu a {
  font-size: 14px !important;
}
header .side-menu li .second-level-menu li {
  margin-bottom: 0 !important;
}
header .side-menu .service-menu {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #1e344f;
  padding-top: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 40px;
}
header .side-menu .service-menu a:hover,
header .side-menu .service-menu active,
header .side-menu .service-menu focus {
  color: #fff;
}
header .side-menu .service-menu a {
  color: #1E344F;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  line-height: 27px;
}
header.site-header.shrink .menu {
  box-shadow: -17px -15px 17px 11px #202020;
  -webkit-transition-property: height;
  transition-property: height;
  transition-duration: 0.4s;
  transition-delay: 0.2s;
}
header.site-header.shrink .side-menu.clearfix #side-menu-close-button {
  top: 20px;
}
header.site-header.shrink #login-button {
  top: 12px;
}
header.site-header.shrink .side-menu.clearfix .user-area-button.show-button {
  top: 12px;
}
header.site-header.shrink .logo a {
  width: 100%;
  height: 100%;
  max-width: 100%;
  background-image: url("../../media/images/logo-demosite-mobile.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.reset-counter-cntnr {
  display: none;
}

@media screen and (min-width: 768px) {
  header .side-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #b1b1b1;
    z-index: 9999;
    height: 100%;
    width: 50%;
    overflow: auto;
  }
}
@media screen and (min-width: 1024px) {
  header #login-button {
    background: #b1b1b1;
    color: #fff;
    z-index: 9999;
    display: flex;
    clear: both;
  }
  header #login-button span:hover {
    background-color: #505050;
    color: #fff;
  }
  header .login-button {
    display: block;
    letter-spacing: 1px;
    border: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    /* margin-right: 30px; */
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f74a9;
  }
  header .login-button span {
    width: max-content;
  }
  header .login-button svg {
    margin-right: 5px;
  }
  header .login-button:hover {
    background: #b1b1b1;
  }
  header button.user-area-button {
    background: #2f74a9;
    color: #fff;
    visibility: visible;
    padding: 5px 10px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 13px;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
    border-radius: 0px;
  }
  header .navbar-container {
    display: flex;
    justify-content: inherit;
    padding: 0px 5px 0 !important;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header.site-header.shrink.fixed-top {
    box-shadow: 9px 15px 49px -31px #202020;
  }
  header.site-header.shrink .menu {
    height: 70px;
    webkit-transition-property: height;
    transition-property: height;
    transition-duration: 0.6s;
    box-shadow: none;
  }
  header.site-header.shrink .menu ul {
    margin-top: 30px;
  }
  header.site-header.shrink #login-button {
    margin-top: 15px;
  }
  header.site-header.shrink .navbar-container {
    padding: 0px 5px 0 !important;
  }
  header.site-header.shrink .logo {
    height: 100%;
    width: 85px;
    margin-top: 5px;
    left: 125px;
    -webkit-transition-property: width;
    transition-property: width;
    transition-duration: 0.4s;
    top: -6px;
    left: 160px;
  }
  header.site-header.shrink .topmenu .dreieck {
    border-bottom: 22px solid #b1b1b1;
    margin-top: -3px;
  }

  .reset-counter-cntnr {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #ccc !important;
    font-size: 0.9em;
    padding-top: 6px;
    max-width: 1400px;
    margin: 0 auto !important;
    text-align: right;
    padding-right: 100px;
    z-index: 9999;
    display: block;
  }
  .reset-counter-cntnr span {
    color: #ccc !important;
  }
  .reset-counter-cntnr a {
    color: #ccc !important;
  }
}
@media only screen and (min-width: 1024px) {
  .topmenu .dropdown-top-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9001;
    max-width: 1280px;
    padding: 62px 20px 38px;
    background: #b1b1b1;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.25);
    margin-top: 0;
    margin-left: 87px;
    margin-right: 87px;
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .topmenu .dropdown-top-menu .right-col, .topmenu .dropdown-top-menu .left-col {
    float: left;
  }
  .topmenu .dropdown-top-menu .right-col {
    width: 67%;
    padding-left: 30px;
    margin-top: -4px;
    text-align: left;
  }
  .topmenu .dropdown-top-menu .right-col a:hover {
    color: #505050;
  }
  .topmenu .dropdown-top-menu .left-col {
    width: 27%;
    color: #fff;
    padding-top: 204px;
    text-align: center;
    background-image: url("../../media/images/logo-demosite-layer.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position: top;
    background-size: 80%;
    /*                padding-left: 70px;
                    padding-right: 70px;*/
  }
  .topmenu .dropdown-top-menu a:not(.footer-link) {
    color: #fff;
    font-size: 22px;
    display: block;
    margin-bottom: 33px;
  }
  .topmenu .dropdown-top-menu .links {
    border-top: 1px solid #fff;
    margin-top: 34px;
    padding-top: 16px;
  }
  .topmenu .dropdown-top-menu .footer-link {
    color: #fff;
    text-transform: none;
    padding-right: 2.5em;
    display: inline;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .topmenu .dropdown-top-menu .footer-top-menu {
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.02em;
  }
  .topmenu .dreieck {
    -webkit-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 33px solid #b1b1b1;
    margin: auto;
    margin-top: 5px;
  }
  .topmenu .dropdown-left-col-title {
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
  }
  .topmenu .dropdown-left-col-headline {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
  }
  .topmenu .dropdown-left-col-content {
    font-size: 14px;
    opacity: 0.5;
    line-height: 1.5em;
    color: #fff;
  }
  .topmenu .dropdown-left-col-content * {
    font-size: 14px !important;
  }
}
.topmenu li.active .dropdown-top-menu,
.topmenu li:active .dropdown-top-menu,
.topmenu li:hover .dropdown-top-menu,
.topmenu li.active .dreieck,
.topmenu li:active .dreieck,
.topmenu li:hover .dreieck {
  visibility: visible;
  opacity: 1;
  display: block !important;
  transition: 1s;
}

@media only screen and (max-width: 1024px) {
  nav.topmenu li {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 1279px) {
  .topmenu .language-switch-container {
    right: 1%;
  }
}
@media only screen and (max-width: 1000px) {
  .topmenu {
    display: none;
  }
  .topmenu .dropdown-top-menu {
    display: none;
  }

  nav.topmenu li {
    margin-right: 2%;
  }
}
footer.footer {
  width: 100%;
  background: #f6f6f6;
  min-height: 100px;
  padding: 22px 30px !important;
  position: absolute;
  bottom: 0;
}
footer.site-footer {
  border-top: solid 1px #D8D8D8;
  margin-top: 50px;
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1000;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  footer.site-footer {
    padding: 50px 0;
    justify-content: center;
  }
}
footer.site-footer ul.menu-legal.menu__level.menu__level--second {
  display: flex;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding-left: 10px;
}
@media screen and (max-width: 568px) {
  footer.site-footer ul.menu-legal.menu__level.menu__level--second {
    padding-left: 5px;
  }
}
@media screen and (min-width: 1024px) {
  footer.site-footer ul.menu-legal.menu__level.menu__level--second {
    flex-direction: row;
  }
}
footer.site-footer ul.menu-legal.menu__level.menu__level--second li {
  padding: 3px 10px;
}
footer.site-footer ul.menu-legal.menu__level.menu__level--second li a {
  color: #505050;
  transition: all 0.4s ease;
}
footer.site-footer ul.menu-legal.menu__level.menu__level--second li a:hover {
  color: #2f74a9;
}
footer.site-footer span.screen-reader-text {
  display: none;
}
footer.site-footer .slide-in {
  opacity: 1 !important;
  right: 21px !important;
}
footer.site-footer .back-to-top {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  bottom: 40px;
  right: -65px;
  position: fixed;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  border: solid 1px #b1b1b1;
  outline: 0;
  z-index: 100;
  opacity: 0;
}
footer.site-footer .back-to-top:hover {
  background-color: #b1b1b1;
}
footer.site-footer .back-to-top svg {
  fill: #b1b1b1;
  width: 25px;
  height: 25px;
}
footer.site-footer .back-to-top:hover svg {
  fill: #fff !important;
}
footer.site-footer .back-to-top span.screen-reader-text {
  display: none;
}

@media screen and (min-width: 1280px) {
  body.video-playing .owl-item img {
    height: 599px !important;
    width: auto;
    object-fit: cover;
    width: 1060px;
    padding: 0px;
    margin: 0 auto;
  }
}

.owl-carousel.dynamic-media-container .owl-media-container__text {
  position: relative;
  bottom: 0px;
  width: 100%;
  right: 0;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text {
    position: absolute;
    width: calc(66.6666666667% - 10px);
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
  background: #2f2a2c;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
}
@media screen and (max-width: 568px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__title {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 25px 30px;
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__subtitle {
  font-size: 16px;
  background: #505050;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__subtitle {
    font-size: 30px;
  }
}
.owl-carousel.dynamic-media-container .owl-media-container__text .media-container__description {
  font-size: 12px;
  background: #505050;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .owl-carousel.dynamic-media-container .owl-media-container__text .media-container__description {
    font-size: 16px;
  }
}
.owl-carousel.dynamic-media-container .order-item-row {
  position: absolute;
  bottom: 0;
}
.owl-carousel.dynamic-media-container button.order-option-item {
  border: 0;
}
.owl-carousel.dynamic-media-container button.order-option-item span.order-option-description {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 600;
  background: #fff;
}
.owl-carousel.dynamic-media-container button.order-option-item .offer-button-txt {
  display: flex;
  align-items: center;
}
.owl-carousel.dynamic-media-container button.order-option-item .offer-button-txt svg {
  margin-right: 5px;
}
.owl-carousel.dynamic-media-container button.order-option-item span.icon-play-btn {
  margin: 5px;
}

/* IMAGE SISZE NORMAL ARTICLE */
.media-container-type-article {
  max-width: 1060px;
  overflow: hidden;
  margin: 0 auto;
}
.media-container-type-article .owl-media-container-item.item .gradient-layer-darker {
  position: absolute;
  content: "";
  background: black;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  width: 100%;
  height: 100%;
  opacity: 1;
}
.media-container-type-article .owl-media-container-item.item .gradient-layer-darker:hover {
  opacity: 0.8;
}
.media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
  transition: all 0.4s ease;
  height: auto;
  width: 100vw;
  max-width: 1060px;
}
@media screen and (min-width: 768px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
    /* height: 400px;
            width: auto; */
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
    /* height: 500px;
            width: auto; */
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .owl-carousel.dynamic-media-container .owl-item img {
    height: 520px;
    width: auto;
    object-fit: cover;
    width: 1060px;
    padding: 0px;
    margin: 0 auto;
  }
}

/* IMAGE SISZE ACCORION ARTICLE ARTICLE */
.media-container-type-accordion-article .owl-carousel.dynamic-media-container .owl-item img {
  height: auto;
  width: calc(100vw - 2.5rem);
  max-width: 740px;
}

/* IMAGE SISZE DYNAMIC CALENDAR */
.media-container-type-dynamic-calendar .owl-carousel.dynamic-media-container .owl-item img {
  height: 450px;
  width: calc(100vw - 2.5rem);
  max-width: 858px;
}

/* 
body.video-playing .owl-carousel.dynamic-media-container {
    filter: blur(8px);
    -webkit-filter: blur(8px);
} */
.page-dynamic main.side-main .media-wrapper {
  min-height: 30px;
}
.page-dynamic .dynamic-media-container-top {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page-dynamic .side-col a {
  color: #b1b1b1;
  font-size: 14px;
}
.page-dynamic .side-col a:hover {
  color: #505050;
}
.page-dynamic .side-col ul {
  list-style: none !important;
}
.page-dynamic .container {
  overflow: initial !important;
}
.page-dynamic .container .side-col-menu-wrapper {
  position: sticky;
  top: 100px;
  margin: 0px 0 40px 0;
}
.page-dynamic .container .side-col-menu-wrapper.fixedElement {
  position: fixed;
  top: 100px;
  width: 100%;
  z-index: 100;
  max-width: 326.667px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu {
  background: #f7f7f7;
  min-height: 50px;
  margin-bottom: 20px;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--first {
  list-style: none;
  padding: 20px;
  line-height: 30px;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--first a {
  color: #505050;
  text-transform: normal;
  font-weight: 500;
  letter-spacing: 0.3px;
  font-size: 15px;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--first a.menu__link--active {
  color: #2f74a9 !important;
  font-weight: 500;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--first a:hover {
  color: #2f74a9;
  font-weight: 500;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--second {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--second .menu__link {
  font-weight: 400;
  font-size: 14px;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-menu ul.menu__level.menu__level--second .menu__link:hover {
  color: #2f74a9;
  font-weight: 500;
  margin-left: 5px;
}
.page-dynamic .container .side-col-menu-wrapper .side-col-info {
  background: #f7f7f7;
  padding: 20px;
}
.page-dynamic .container .side-col-menu-wrapper .third-lvl-arrow {
  background-image: url("../../media/images/arrow-navi-blue.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  float: right;
  margin-right: -6px;
  margin-top: 0px;
  border: none;
  box-shadow: none;
}
.page-dynamic .container .side-col-menu-wrapper .collapsible-menu {
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.page-dynamic .container .side-col-menu-wrapper .collapsible-opened {
  max-height: 600px;
}
.page-dynamic .container .side-col-menu-wrapper .nav-arrow.rotated {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-dynamic .container.MainContentSection a:hover {
  text-decoration: underline;
  color: #264965;
}

.page-404 main.side-main .media-wrapper {
  min-height: 30px;
}
.page-404 .dynamic-media-container-top {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.page-404 .side-col a {
  color: #b1b1b1;
  font-size: 14px;
}
.page-404 .side-col a:hover {
  color: #505050;
}
.page-404 .side-col ul {
  list-style: none !important;
}
.page-404 .side-col-menu-wrapper {
  position: sticky;
  top: 100px;
  margin: 0px 0 40px 0;
}
.page-404 .side-col-menu-wrapper .side-col-info {
  background: #f7f7f7;
  padding: 20px;
}

#user-panel {
  background: #ddd;
  visibility: hidden;
  width: 100%;
  height: 150px;
  margin-top: -150px;
  transition: all 0.4s ease-in-out;
}
#user-panel button {
  -webkit-appearance: button !important;
  border: solid 0px #000 !important;
  margin: 1px;
  padding: 2px 7px;
  background: #fff;
}
#user-panel span {
  font-size: 14px;
}
#user-panel .user-panel-container {
  width: 100%;
  padding: 30px;
  display: flex;
  max-width: 1120px;
  margin: 0 auto;
}
#user-panel .user-panel-container .left-pane {
  width: 70%;
}
#user-panel .user-panel-container .right-pane {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
#user-panel.user-panel-open {
  visibility: visible;
  margin-top: 0;
  height: initial;
}

.DSRegisterWindow .close-register-window {
  background: transparent url("../media/images/img_close-black.png") no-repeat scroll center center;
  border: medium none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  cursor: pointer;
}

/*
 *************************
   USER PANEL CONTACT DATA
 *************************
*/
.CbControlbar2Window * {
  box-sizing: border-box;
}

.CbControlbar2Window.__CbUiFrame {
  font-size: 14px;
}

.CbControlbar2RegisterWindowTitle.RegisterProfileWindowTitle.__CbUiText.tab.active {
  position: relative;
  bottom: -1px;
  background-color: #ffffff;
}

label.CbControlbar2RegisterWindowTitle.tab:not(:empty) {
  border-left: 1px solid #ccc;
  border-right: none;
}

.CbControlbar2RegisterWindowTitle.RegisterProfileWindowTitle.__CbUiText.tab:last-of-type {
  border-right: 1px solid #ccc;
}

.__CbUiFrame.DSRegisterWindow .padded-box.no-bottom-padding {
  padding-bottom: 0px;
  padding-top: 0;
}

.CbControlbar2RegisterWindowTitleContainer {
  padding-left: 39px;
  background-color: #fcfcfc;
}

.CbControlbar2Window .publish-profile-hints-text {
  background-color: #ffffff;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.4);
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  text-align: left;
  transition: opacity 0.5s ease 0s;
  width: 50%;
  pointer-events: none;
}

.CbControlbar2Window .publish-profile-hints:hover + .publish-profile-hints-text {
  opacity: 1;
  pointer-events: all;
}

.CbControlbar2Window .publish-profile-hints {
  color: #db0404;
  margin-top: 7px;
}

.CbControlbar2Window .member-item-head img[src=""] {
  display: none;
}

.CbControlbar2Window .member-item-name-box {
  float: left;
  width: 70%;
}

.CbControlbar2Window .register-pubish-profile-box {
  float: left;
  width: 30%;
}

.CbControlbar2Window .member-item-head {
  border-bottom: 1px solid #b1b1b1;
}

.CbControlbar2Window .member-item-head {
  min-height: 85px;
}

.CbControlbar2Window .member-item-contact {
  width: 39%;
  margin-right: 3%;
  border-right: 1px solid #b1b1b1;
}

.CbControlbar2Window .member-item-activity {
  width: 58%;
  padding-left: 5%;
  height: 290px;
  overflow: auto;
}

.CbControlbar2Window .member-item-contact,
.CbControlbar2Window .member-item-activity {
  float: left;
  margin-top: 4%;
  margin-bottom: 4%;
}

.CbControlbar2Window .register-pubish-profile-box .input-switch-button-cntnr,
.CbControlbar2Window .register-pubish-profile-box .publish-profile-hints {
  text-align: right;
}

.CbControlbar2Window .member-item-contact .input-switch-button .address {
  float: left;
}

.CbControlbar2Window .member-item-contact .input-switch-button .bootstrap-switch {
  float: right;
  margin-right: 20px;
}

.CbControlbar2Window .__CbRegButtonContainer .__CbUiTextButton {
  padding-top: 12px;
  padding-bottom: 12px;
}

.CbControlbar2Window .member-item-activity > ul > li {
  list-style-type: none;
}

.CbControlbar2Window .member-item h4 {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  margin: 0.25em 0;
}

.CbControlbar2Window .member-item-activity h5,
.CbControlbar2Window .member-item-contact h5 {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 2%;
}

.CbControlbar2Window .member-item-activity > ul {
  margin-bottom: 1em;
}

.CbControlbar2Window .styled-select {
  width: 100%;
}

.CbControlbar2Window .__CbRegInputLine .styled-select,
.CbControlbar2Window .styled-select {
  border-radius: 5px;
  margin-bottom: 0;
  box-shadow: none;
  margin-bottom: 0;
  border: 2px solid #d0d0d0;
}

.CbControlbar2Window .styled-select select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding-bottom: 3px;
  padding-left: 16px !important;
  padding-top: 5px;
  min-height: 38px !important;
}

.__CbUiWindowContent .__CbRegInputs .__CbRegButtonContainer {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .CbControlbar2Window .member-item-name-box,
.CbControlbar2Window .register-pubish-profile-box,
.CbControlbar2Window .member-item-contact,
.CbControlbar2Window .member-item-activity {
    float: none;
    display: block;
    border: none;
    width: 100%;
  }

  .CbControlbar2Window .member-item-head {
    padding-bottom: 20px;
  }

  .CbControlbar2Window .publish-profile-hints-text {
    width: 100%;
    z-index: 1;
  }

  .CbControlbar2Window .member-item-name-box h4,
.CbControlbar2Window .member-item-name-box .desc {
    margin-bottom: 10px;
  }

  .CbControlbar2Window .register-pubish-profile-box .input-switch-button-cntnr,
.CbControlbar2Window .register-pubish-profile-box .publish-profile-hints {
    text-align: left;
  }

  .CbControlbar2Window .register-pubish-profile-box .bootstrap-switch-wrapper {
    float: right;
    margin-right: 20px;
  }
}
.stream-media-layer {
  display: none;
  position: absolute;
  left: 0px;
  z-index: 9;
  width: 100%;
  margin-left: auto;
  right: 0;
  margin-right: auto;
  height: 56%;
}
.stream-media-layer.open-as-layer {
  position: fixed;
  max-width: 1024px;
}
.stream-media-layer .owl-carousel .owl-wrapper,
.stream-media-layer .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.stream-media-layer .stream-media-layer-video-container {
  display: none;
  z-index: 10006;
  position: absolute;
  top: 0;
}
.stream-media-layer .stream-media-layer-video-container-close-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  float: right;
  top: 15px;
  right: 10px;
  z-index: 10010;
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}
.stream-media-layer .video-playing .media-container__mediacontainer, .stream-media-layer .media-container__controls {
  padding-bottom: 53.6%;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
.stream-media-layer div.video-js {
  width: 100% !important;
  min-height: 100%;
  /* height: unset; */
  object-fit: fill;
  /* padding-bottom: calc(var(--aspect-ratio, .5625) * 100%); */
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .stream-media-layer div.video-js {
    background: transparent !important;
  }
}
.stream-media-layer div.video-js .vjs-control-bar {
  width: 95%;
  bottom: 20px;
  margin: auto;
  border-radius: 5px;
}
.stream-media-layer div.video-js .vjs-control-bar {
  background-color: rgba(0, 0, 0, 0.65);
}
.stream-media-layer div.video-js .vjs-control {
  display: flex;
  align-items: center;
}
.stream-media-layer div.video-js *:before, .stream-media-layer div.video-js *::after {
  color: #fff;
}
.stream-media-layer div.video-js .vjs-load-progress div {
  background: #ccc;
}
.stream-media-layer div.video-js .vjs-volume-level {
  background-color: #ccc;
}
.stream-media-layer div.video-js .vjs-play-progress .vjs-time-tooltip {
  font-family: sans-serif;
}
.stream-media-layer div.video-js .vjs-menu .vjs-menu-content {
  background-color: rgba(0, 0, 0, 0.65);
}
.stream-media-layer .open-stream-media-layer {
  border: 1px solid #fff;
  display: flex;
  width: auto;
  height: 48px;
  padding: 3px 15px;
  justify-content: space-between;
  margin-bottom: 5px;
  margin-top: 35px;
  padding-right: 5px;
  cursor: pointer;
}
.stream-media-layer .pay-button-media-layer .btn-cart-blue-outline {
  background: none;
  /* margin-left: -15px; */
  width: 20px;
  height: 20px;
  min-width: auto;
  margin-right: 20px;
}
.stream-media-layer .pay-button-media-layer {
  border: 1px solid #fff;
  display: flex;
  width: auto;
  height: 48px;
  padding: 3px 15px;
  justify-content: end;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-right: 5px;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "effra", sans-serif;
  justify-content: left;
  cursor: pointer;
}
.stream-media-layer button.vjs-big-play-button {
  background-image: url(../media/images/play-button_white.png);
  background-size: 18px;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 1;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  font-family: "effra", sans-serif;
  border: none;
  padding-left: 39px;
  cursor: pointer;
}
.stream-media-layer .item-description {
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 100%;
  background-color: rgba(1, 100, 92, 0.7);
  display: flex;
  align-items: flex-end;
  padding: 50px;
  padding-left: 11.5vw;
  color: #fff;
  padding-bottom: 3.5vw;
  max-width: 70%;
  padding-right: 6vw;
}
.stream-media-layer .item-description h1 {
  font-size: 3.4rem;
  font-family: "effra", sans-serif;
  font-weight: 400;
  margin-bottom: 1.5rem;
  line-height: 42px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .stream-media-layer .open-stream-media-layer {
    height: 35px;
    padding: 3px 15px;
    margin-bottom: 0px;
    margin-top: 10px;
  }
  .stream-media-layer button.vjs-big-play-button {
    background-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 40px;
    height: 35px;
  }
  .stream-media-layer .pay-button-media-layer {
    background-size: 14px;
    font-size: 15px;
    letter-spacing: 1px;
    height: 35px;
  }
  .stream-media-layer .item-description {
    padding-bottom: 0vw;
  }
  .stream-media-layer .item-description h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    line-height: 23px;
  }
}
.stream-media-layer .video-error-container {
  background: rgba(0, 0, 0, 0.7019607843);
  padding: 45px;
  color: white;
}

/* IMAGE SISZE NORMAL ARTICLE */
.media-container-type-article .stream-media-layer-video-container {
  padding-bottom: 53.6%;
  height: auto;
  width: 100vw;
  /*  @media screen and (min-width: 768px) {
       max-width: 711px;
       height: 400px;
       left: calc((100% - 711px) / 2);
   } */
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-video-container {
    max-width: 889px;
    height: 500px;
    left: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-video-container {
    max-width: 1060px;
    height: 600px;
    left: calc((100% - 1060px) / 2);
  }
}
.media-container-type-article .stream-media-layer-background {
  display: none;
  /* filter: blur(4px);
  backdrop-filter: blur(4px); */
  position: absolute;
  left: 0;
  width: 100%;
  height: 56vw;
  z-index: 8;
  background: #f7f7f7;
}
@media screen and (min-width: 768px) {
  .media-container-type-article .stream-media-layer-background {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-background {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-background {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 889px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-article .stream-media-layer-video-container-close-icon {
    right: calc((100% - 1060px) / 2);
  }
}

/* IMAGE SISZE NORMAL ARTICLE */
.media-container-type-film {
  position: relative;
  margin-bottom: 25px;
}
.media-container-type-film .stream-media-layer-video-container {
  padding-bottom: 53.6%;
  height: auto;
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .media-container-type-film .stream-media-layer-video-container {
    max-width: 711px;
    height: 400px;
    left: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-film .stream-media-layer-video-container {
    max-width: 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: initial;
  }
  .media-container-type-film .stream-media-layer-video-container div.video-js {
    padding-bottom: initial;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-film .stream-media-layer-video-container {
    max-width: 1067px;
    height: 600px;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-film .stream-media-layer {
    position: absolute;
    left: 0px;
    z-index: 9;
    width: 100%;
    margin-left: auto;
    right: 0;
    margin-right: auto;
    height: 100%;
  }
}
.media-container-type-film .stream-media-layer-background {
  display: none;
  filter: blur(4px);
  position: absolute;
  width: 100%;
  height: 56vw;
  z-index: 8;
  backdrop-filter: blur(4px);
}
@media screen and (min-width: 768px) {
  .media-container-type-film .stream-media-layer-background {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-film .stream-media-layer-background {
    height: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .media-container-type-film .stream-media-layer-background {
    height: 600px;
  }
}
@media screen and (min-width: 768px) {
  .media-container-type-film .stream-media-layer-video-container-close-icon {
    right: calc((100% - 711px) / 2);
  }
}
@media screen and (min-width: 1024px) {
  .media-container-type-film .stream-media-layer-video-container-close-icon {
    right: 10px;
  }
}

/* IMAGE SISZE ACCORION ARTICLE ARTICLE */
.media-container-type-accordion-article .stream-media-layer {
  position: relative;
}
.media-container-type-accordion-article .stream-media-layer .stream-media-layer-video-container {
  height: auto;
  width: calc(100vw - 2.5rem);
  max-width: 858px;
}

.accordion {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0;
}
.accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding-bottom: 10px;
}
.accordion .accordion-item .accordion-button {
  font-size: 20px;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  /* padding: 10px 20px !important; */
  border-radius: 0 !important;
}
.accordion .accordion-item .accordion-button span.accordion-button-title {
  font-weight: 600;
  align-self: flex-start;
}
.accordion .accordion-item .accordion-button.collapsed span.accordion-button-text {
  font-size: 14px;
  display: block;
  line-height: 16px;
}
.accordion .accordion-item .accordion-button span.accordion-button-text {
  display: none;
}
.accordion .accordion-item .accordion-button::after {
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.accordion .accordion-body {
  padding: 0px;
}
.accordion .accordion-body .accordion-width {
  padding: 0px;
}
.accordion .accordion-width {
  max-width: 1100px;
  margin: auto;
  border: 0;
  /* border-bottom: 1px solid rgba(0,0,0,.125); */
}
.accordion .main-col {
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion .accordion-width:not(:nth-of-type(1)) {
  border-top-width: 0px;
}
.accordion .accordion-button {
  background-color: #fff;
  color: #505050;
  padding: 10px 20px;
}
.accordion .accordion-button:focus {
  outline: 0;
  border: 0;
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232f74a9'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion .accordion-button:not(.collapsed) {
  color: #2f74a9;
  background-color: white;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.13);
  box-shadow: none;
}

.page-style-9 .open-accordions > div:nth-child(even) {
  background: rgba(222, 197, 2, 0.15);
}

.page-style-3 .open-accordions > div:nth-child(odd) {
  background: rgba(222, 197, 2, 0.15);
}

.page-style-9 .open-accordions > div,
.page-style-3 .open-accordions > div {
  padding: 0 calc((100% - 900px) / 2);
}

section.main-col.page-style-9,
section.main-col.page-style-3 {
  max-width: 100%;
}

.button-parent-reference,
.button-parent-reference-page-level2 {
  position: relative;
}

.button-parent-reference-page-level3 {
  /*    position: relative;*/
}

.cb-flex-editor-button.page-level-3,
button.show-share-layer {
  top: 100px !important;
}

button.page-level-1 {
  background-color: #942b27 !important;
}

button.page-level-2 {
  background-color: #747474 !important;
}

.editorContainer {
  background: rgba(0, 0, 0, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 4000;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.cb-flex-editor-button,
button.show-share-layer {
  font-family: "Roboto", sans-serif;
  border: 0px solid #478bbe;
  border-radius: 0px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 14px;
  background-color: #2f74a9;
  line-height: 20px;
  outline: none;
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
}
button.cb-flex-editor-button svg,
button.show-share-layer svg {
  margin: 5px;
}
button.cb-flex-editor-button span,
button.show-share-layer span {
  display: none;
}
button.cb-flex-editor-button:hover span,
button.show-share-layer:hover span {
  display: flex;
}

button.show-share-layer {
  display: none;
}

.blog-edit-button {
  box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3607843137);
}

.accordion-body button.media-editor-button.scrolled {
  position: fixed !important;
  top: 140px;
}

button.cb-flex-editor-button.article-editor-button {
  position: absolute;
  top: 0px;
  bottom: initial;
  right: 0;
  margin-right: 20px;
}

button.show-share-layer {
  position: absolute;
  bottom: initial;
  background-color: #9c4234;
  right: 120px !important;
  z-index: 99;
  padding-bottom: 6px;
}
button.show-share-layer svg {
  margin: 4px;
}

button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) {
  right: 50px;
  z-index: 100;
}
button.cb-flex-editor-button.article-editor-button:not(.media-editor-button) svg {
  margin-bottom: 6px;
}

.__EditorWindowDraggableButton {
  top: 0;
  right: auto;
  width: 67px;
  height: 63px;
  background-color: #efebeb;
  background-image: url(../images/icon_move_window.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  border-left: 1px solid #d0d0d0;
  cursor: move;
  position: relative;
  z-index: 99;
  left: 0;
}

.calendar-overview {
  background-color: #fff;
  padding: 0 !important;
}
.calendar-overview * {
  font-family: "Roboto", sans-serif;
}
.calendar-overview #cb-event-search-form {
  width: initial;
}
.calendar-overview .search-wrapper {
  display: flex;
  justify-content: space-between;
}
.calendar-overview .search-wrapper .search-input-wrapper {
  width: 33.333%;
  padding: 10px;
  border: solid 1px #ccc;
  font-size: 16px;
  height: 50px;
  margin: 10px;
  margin-right: 20px !important;
  position: relative;
}
.calendar-overview .search-wrapper .search-input-wrapper::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/icon_magnifier-black.svg);
  background-position: center right;
  background-size: 20px;
  background-repeat: no-repeat;
  right: 20px;
}
@media (max-width: 768px) {
  .calendar-overview .search-wrapper .search-input-wrapper {
    width: 100%;
    margin-right: 10px !important;
  }
}
.calendar-overview .search-wrapper .search-input-wrapper input.search {
  border: 0;
  outline: none;
  background: transparent;
}
.calendar-overview .search-wrapper input.search::placeholder {
  font-size: 16px;
}
.calendar-overview .search-wrapper select {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px;
  width: 33.33%;
  border: solid 1px #ccc;
  font-size: 16px;
  height: 50px;
  margin: 10px;
  text-align: left;
  background: url(../images/icon_chevron-down_black.svg);
  content: "";
  background-size: 20px;
  right: 10px;
  background-repeat: no-repeat;
  background-position: center right 15px;
}
@media (max-width: 768px) {
  .calendar-overview .search-wrapper select {
    display: none;
  }
}
.calendar-overview .search-wrapper select.tag-selectbox {
  margin-right: 0 !important;
}
.calendar-overview .calendar-header {
  background-color: #b1b1b1 !important;
}
.calendar-overview .calendar-select-container {
  position: relative;
}
.calendar-overview .calendar-select-date-container input {
  width: 100% !important;
  color: #333333 !important;
}
.calendar-overview .event-col {
  margin-bottom: 60px;
  max-width: 1110px;
  margin: auto;
  min-height: 250px;
}
.calendar-overview .event-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 250px;
}
.calendar-overview .container.container-fluid:hover .event-bg {
  transition: all 0.5s ease-out;
  filter: grayscale(0%) brightness(1.2) saturate(1.2);
}
.calendar-overview .event-info-container {
  border: 0px;
  padding: 0;
}
.calendar-overview .event-info {
  padding: 5% 0%;
}
.calendar-overview .date-day {
  margin: 20px;
  position: absolute;
  font-size: 25px;
  z-index: 99;
  font-size: 25px;
  color: #fff;
}
.calendar-overview .picture-container {
  background: #ccc;
}
.calendar-overview .picture-container,
.calendar-overview .event-info-container {
  position: relative;
}
.calendar-overview .category-label {
  position: absolute;
  top: 22px;
  left: auto;
  padding: 10px 29px;
  font-weight: 300 !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 0px;
  color: #fff;
  z-index: 99;
  max-width: 55%;
  right: 0;
  text-align: right;
  line-height: 17px;
  background: #b1b1b1;
}
.calendar-overview .cb-event-search-results {
  padding-top: 35px;
}
.calendar-overview .cb-event-search-results .month-headline {
  margin-top: 20px;
}
.calendar-overview .cb-event-search-results .month-headline-date {
  padding: 0 4.5% 15px 4.5%;
  margin-bottom: 20px;
}
.calendar-overview .cb-event-search-results .event {
  position: relative;
}
.calendar-overview h4.event-location {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  letter-spacing: 0px !important;
  padding-bottom: 0px;
}
.calendar-overview h4.event-date {
  font-size: 19px !important;
  line-height: 19px !important;
  letter-spacing: 0px !important;
  font-weight: 300 !important;
}
.calendar-overview h2.event-title {
  margin-bottom: 1px;
  font-size: 20px;
  padding-top: 8px;
}
.calendar-overview h5.event-description {
  font-size: 17px;
  line-height: 23px;
  /*    padding-bottom: 10px;*/
  padding: 0;
}
.calendar-overview .month-headline-date h4 {
  padding: 70px 0 20px 0 !important;
}
@media screen and (min-width: 768px) {
  .calendar-overview .category-label p {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.05em;
  }
  .calendar-overview .event-info-container {
    padding: 0 25px;
  }
  .calendar-overview .event-info {
    padding: 8% 0%;
  }
  .calendar-overview .calendar-overview .event-info-details {
    width: 70%;
  }
}
@media screen and (min-width: 1024px) {
  .calendar-overview .calendar-header {
    padding: 30px 20px;
  }
  .calendar-overview section.calender-container {
    max-width: 1110px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .calendar-overview .event-col {
    margin-bottom: 40px;
  }
  .calendar-overview .category-label {
    top: 15px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    right: auto;
    width: auto;
    max-width: none;
  }
  .calendar-overview .category-label.label-mobil {
    display: none;
  }
  .calendar-overview .category-label.label-desktop {
    display: block;
  }
  .calendar-overview .date-day {
    font-size: 4em;
  }
  .calendar-overview .event-info-container {
    padding: 0;
    border: 1px solid #b1b1b1;
    border-left: 0 !important;
  }
  .calendar-overview .event-info {
    padding: 13% 8% 5%;
  }
  .calendar-overview .event-info-details {
    width: 100%;
  }
  .calendar-overview h4.event-location {
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    letter-spacing: 0px !important;
    padding-bottom: 10px;
    padding-top: 0px;
  }
  .calendar-overview h2.event-title {
    margin-bottom: 3px;
    font-size: 180% !important;
    line-height: 39px;
    padding-top: 0;
  }
}

.page-event-detail-section {
  position: relative;
  max-width: 922px;
  margin: auto;
  padding: 0 25px;
}
.page-event-detail-section * {
  font-family: "Roboto", sans-serif;
}
.page-event-detail-section .media-container {
  max-width: 100%;
  position: relative;
}
.page-event-detail-section .event-header-container {
  bottom: 160px;
  z-index: 9;
  max-width: 922px;
  margin: auto;
  width: 100%;
}
.page-event-detail-section .event-header-container .event__header {
  width: auto;
  top: initial;
}
.page-event-detail-section .event-header-container header {
  display: block;
  background: transparent;
  /*            background: rgba(19,19,19,0.5);*/
  align-items: baseline;
  padding: 20px;
  width: 70%;
}
.page-event-detail-section h1.event__title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 0px;
  margin-top: 5px;
  letter-spacing: 0.7px;
  line-height: 32px;
}
.page-event-detail-section h2.event__date.date,
.page-event-detail-section p.location {
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 25px;
  color: #fff;
  margin-top: 0;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 17px;
}
.page-event-detail-section .owl-stage {
  background: #333333;
}
.page-event-detail-section .ticket-container {
  background: #b1b1b1;
  margin-bottom: 29px;
  padding: 20px 15px 23px;
}
.page-event-detail-section .ticket-container .dreieck {
  visibility: visible;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 22px solid #869399;
  margin: auto;
  margin-top: -22px;
  margin-left: 7px;
  z-index: 99;
  position: absolute;
  border-bottom: 22px solid #ababab !important;
}
.page-event-detail-section .adress-container {
  padding-top: 20px;
  color: #fff;
}
.page-event-detail-section .adress-container a, .page-event-detail-section .adress-container a:hover, .page-event-detail-section .adress-container a.active {
  color: #fff;
}
.page-event-detail-section .adress-container p {
  margin-bottom: 0.2em !important;
}
.page-event-detail-section .adress-container .event-adress {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.page-event-detail-section .owl-dots {
  display: none;
}
.page-event-detail-section .owl-media-container__text {
  padding: 0px !important;
}
.page-event-detail-section .owl-media-container__text span {
  padding: 10px;
}
.page-event-detail-section article.event ul {
  font-size: 12px;
  color: gray;
  line-height: 140%;
  display: inline-block;
  list-style: none;
  margin: 0px;
  padding: 0;
  word-wrap: break-word;
  width: 500px;
  vertical-align: top;
  width: 100% !important;
}
.page-event-detail-section .event-description {
  padding: 40px 20px 40px 0;
}
.page-event-detail-section .event-description p.event-description__text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
}
.page-event-detail-section .event-description p.event-description__text a {
  color: #3c93ca;
  text-decoration: underline;
}
.page-event-detail-section .event-ensemble li {
  font-size: 16px;
  color: #333 !important;
  line-height: 1.9em;
  letter-spacing: 1px;
}
.page-event-detail-section .event-ensemble-header {
  font-size: 19px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0 !important;
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}
.page-event-detail-section .event__ticket {
  padding-top: 20px;
  color: #fff;
}
.page-event-detail-section .event__ticket a {
  color: #333333;
  padding: 10px 17%;
  background: #fff;
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.page-event-detail-section .event__ticket a:hover {
  color: #b1b1b1;
}
@media screen and (min-width: 768px) {
  .page-event-detail-section .event-header-container {
    position: absolute;
    bottom: auto;
    z-index: 9;
    max-width: 922px;
    margin: auto;
    width: 100%;
  }
  .page-event-detail-section .event__header {
    position: absolute;
    bottom: 40px;
    left: 7%;
    max-width: 52%;
  }
  .page-event-detail-section .event__header:hover {
    background: rgba(171, 171, 171, 0.7);
  }
  .page-event-detail-section h1.event__title {
    font-size: 30px;
  }
  .page-event-detail-section .ticket-container {
    padding: 20px 54px 23px;
  }
}
@media screen and (min-width: 1024px) {
  .page-event-detail-section h1.event__title {
    font-size: 29px;
    font-weight: 400;
    margin-top: 8px;
    letter-spacing: 1px;
    line-height: 36px;
  }
  .page-event-detail-section .event__header {
    left: 8.5%;
    padding: 40px 20px 20px;
  }
  .page-event-detail-section .ticket-container {
    padding: 20px 0px 23px;
  }
  .page-event-detail-section .ticket-container .dreieck {
    margin-top: -41px;
  }
  .page-event-detail-section .ticket-container .adress-container,
.page-event-detail-section .ticket-container .event__ticket {
    padding: 36px 0 30px 30px;
  }
  .page-event-detail-section .page-konzertkalender p.event-description__text {
    padding: 0px;
  }
}

.calendar-overview {
  /*DATEPICKER*/
}
.calendar-overview form#__EventDetailForm br {
  display: none;
}
.calendar-overview .__EventWindow select {
  padding-top: 0;
}
.calendar-overview .calendar-select-container .copy {
  width: auto;
  visibility: hidden;
  height: 0;
}
.calendar-overview .calendar-header {
  padding: 30px 15px;
  background: #eef3f7;
}
.calendar-overview select {
  height: 27px;
  background: transparent;
  border: 0px solid #D4D4C7;
  border-radius: 0;
  text-align: center;
  /*    border-radius: 15px;*/
  -webkit-box-shadow: 0 0px 0px 0px rgb(189, 190, 178);
  -moz-box-shadow: 0 0px 0px 0px rgb(189, 190, 178);
  box-shadow: 0 0px 0px 0px rgb(189, 190, 178);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  border: none;
}
.calendar-overview .calendar-select-date-container input {
  padding: 7px 0px;
  width: 200px;
  border: 0;
  display: block;
  color: #3c93ca;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 20px;
  background: url(../images/arrow-down-blue.svg);
  background-position: right;
  background-size: 20px;
  background-repeat: no-repeat;
  outline: 0;
  cursor: pointer;
}
.calendar-overview .calendar-search-container input::placeholder {
  font-style: normal;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 15px !important;
  color: #9b9b9b !important;
  text-transform: none;
}
.calendar-overview .calendar-search-container input {
  border: 1px solid #000;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  text-transform: none;
  width: 100%;
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 15px !important;
  border-radius: 0px;
  height: 40px;
  min-width: 110px;
  color: #9b9b9b;
  padding: 0 15px;
}
.calendar-overview .calendar-select-container:after {
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
  background-image: url(../images/arrow-right.svg);
  display: block;
  position: absolute;
  right: 26px;
  top: 4px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.calendar-overview .calendar-select-container:after {
  background-position: center;
  background-size: 11px;
  border-bottom: 1px solid #9b9b9b;
  padding: 19.5px 19px;
  right: 20px;
  top: 0;
  background-color: #fff;
}
.calendar-overview .calendar-search-container:after {
  background-position: center;
  background-size: 15px;
  border-left: 1px solid #9b9b9b;
  padding: 19px 19px;
  right: 19px;
  top: 0;
  z-index: 0 !important;
}
.calendar-overview .calendar-search-container {
  position: relative;
}
.calendar-overview .calender-container {
  margin: auto;
}
.calendar-overview .close-icon {
  position: absolute;
  top: 3px;
  right: 28px;
}
.calendar-overview .calendar-select-container {
  display: block;
}
.calendar-overview .open .calendar-select-container {
  display: block;
}
.calendar-overview .open .close-icon img {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.calendar-overview .close-icon img {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transition: all 0.5s ease-in-out 0s;
  width: 16px;
}
.calendar-overview .calendar-search-container:after {
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  right: 18px;
  top: 1px;
  pointer-events: none;
  /*    background-image: url(../images/icon-magnifier.svg);*/
  pointer-events: none;
}
.calendar-overview .calendar-search-container:before {
  right: 0px;
  top: 1px;
  width: 38px;
  height: 38px;
  pointer-events: none;
  background-position: center;
  background-size: 55%;
  background-repeat: no-repeat;
  content: "";
  z-index: 0;
  background-image: url(../images/icon-magnifier.svg);
  display: block;
  position: absolute;
}
.calendar-overview .calendar-select-container select {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 14px !important;
  border-radius: 0px;
  height: 40px;
  min-width: 110px;
  color: #9b9b9b;
  -webkit-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  -moz-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  /*    background: url(../images/arrow-down.svg);
      background-position: right;
      background-size: 20px 40px;
      background-repeat: no-repeat;*/
  outline: 0;
  margin-top: 0px;
  line-height: 36px;
  padding-right: 30px;
  background-color: #fff;
  border: 1px solid #9b9b9b;
  text-transform: none;
  width: 100%;
  padding-left: 15px;
  text-align: left;
}
.calendar-overview select#select-location:after {
  font-family: "Tenor Sans", sans-serif !important;
  font-size: 30px;
  border-radius: 0px;
  height: 60px;
  content: "";
  position: absolute;
  border: 0;
  color: #ea5368;
  -webkit-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  -moz-box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  box-shadow: 0 0px 0px 0px rgb(189, 190, 178) !important;
  background: url(../images/arrow-down.svg);
  /* background-position: right; */
  background-size: 20px;
  background-repeat: no-repeat;
  outline: 0;
  line-height: 36px;
  margin: 0;
  padding: 0;
  margin-top: -10px;
}
.calendar-overview .datepick a {
  text-decoration: none;
  color: #ddd;
  /* width: 20px; */
  font-size: 19px;
  /* text-align: center !important; */
}
.calendar-overview .datepick td {
  text-align: center;
  line-height: 34px;
}
.calendar-overview .datepick th {
  text-align: center;
}
.calendar-overview .datepick thead {
  font-size: 20px;
  font-weight: 300;
}
.calendar-overview .datepick thead th {
  padding: 0 0 20px 0;
}
.calendar-overview .datepick-popup {
  z-index: 99999;
  color: #fff;
  background-color: #3c93ca;
  padding: 0px;
  width: 320px;
  border: 0px solid #ccc;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.5);
}
.calendar-overview .datepick-month-row {
  padding: 10px 20px;
}
.calendar-overview .datepick-cmd-clear {
  float: left;
  display: none;
}
.calendar-overview a.datepick-cmd.datepick-cmd-today {
  display: none;
}
.calendar-overview .datepick-cmd-next {
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  background: url(../images/arrow-right_white.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.calendar-overview .datepick-cmd-prev {
  height: 15px;
  width: 15px;
  text-indent: -99999px;
  background: url(../images/arrow-left_white.svg);
  background-repeat: no-repeat;
  background-position: right;
}
.calendar-overview .datepick-nav {
  margin: 0px;
  position: relative;
  margin-bottom: 10px;
  height: 40px;
  padding: 20px !important;
  /* overflow: visible; */
}
.calendar-overview a.datepick-cmd {
  margin: 12px 7px;
}
.calendar-overview .datepick-month-header {
  /* padding: 0 19%; */
  width: 84%;
  margin: 0 auto;
  margin-top: -50px;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  text-align: center;
}
.calendar-overview select.datepick-month-year {
  font-family: "Tenor Sans", sans-serif !important;
  margin-top: -4px;
  text-align-last: center;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.calendar-overview .datepick-today {
  text-decoration: none;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .calendar-overview .calendar-select-container select {
    /*        max-width: 50%;*/
  }
}
@media screen and (min-width: 568px) {
  .calendar-overview .calendar-select-date-container input {
    padding: 4px 0px;
    /*        width: 70%;*/
    border: 0;
    display: block;
    font-family: "Tenor Sans", sans-serif !important;
    font-size: 28px !important;
    background-position: right;
    background-size: 20px 40px;
    background-repeat: no-repeat;
    outline: 0;
  }
}
@media screen and (min-width: 568px) {
  .calendar-overview .calendar-search-container input::placeholder {
    font-size: 15px !important;
  }
  .calendar-overview .calendar-select-container select {
    font-size: 15px !important;
  }
  .calendar-overview .calendar-select-date-container input {
    /*        width: 160%;*/
  }
  .calendar-overview .calendar-select-date-container {
    /* display: flex; */
    float: left;
    width: 21%;
  }
}
@media screen and (min-width: 1024px) {
  .calendar-overview .calendar-search-container:after {
    background-image: url(../images/icon-magnifier.svg);
  }
  .calendar-overview .calendar-select-container {
    display: block;
  }
  .calendar-overview .close-icon {
    display: none;
  }
  .calendar-overview .calendar-search-container:before {
    display: none;
  }
  .calendar-overview .calendar-select-date-container input {
    /*        width: 116%;*/
  }
}
@media screen and (min-width: 1350px) {
  .calendar-overview .calendar-select-date-container input {
    width: 80%;
  }
}

.share-layer {
  position: fixed;
  width: 800px;
  height: 400px;
  background-color: #ffffff;
  left: calc((100% - 800px) / 2);
  top: calc((100% - 400px) / 2);
  z-index: 1;
  padding: 40px;
  display: none;
  color: #5475c2;
}
.share-layer span {
  font-size: 1.2em;
}
.share-layer.show {
  display: block;
}
.share-layer button.close-share-layer {
  position: absolute;
  background: #fff;
  right: 10px;
  top: 10px;
  height: 30px;
  width: 30px;
  background-image: url("../images/icon_x_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
.share-layer textarea {
  color: #5475c2;
  width: 100%;
  height: 170px;
  margin-top: 40px;
  border: 0;
  background-color: #ebebeb;
  padding: 35px 3px 5px;
}

.share-layer-background {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(122, 122, 122, 0.6);
  left: 0;
  top: 0;
  display: none;
}
.share-layer-background.show {
  display: block;
}

.comments-container-wrapper button {
  border: 1px solid;
  padding: 5px 10px;
  margin: 5px 0;
}
.comments-container-wrapper #write-comment-button p.notdisplayed:after {
  content: "";
  display: inline-block;
  background-image: url(../media/images/icon-arrow-sm.svg);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 20px;
  margin-left: 8px;
}
.comments-container-wrapper .comments-container .info-container {
  display: flex;
  width: auto;
  justify-content: space-between;
  align-items: center;
}
.comments-container-wrapper .delete-comment svg,
.comments-container-wrapper .edit-comment svg {
  margin: 8px;
  width: 40px;
  height: 40px;
  padding: 10px;
}
.comments-container-wrapper .edit-comment svg {
  background-color: #3e73c0;
}
.comments-container-wrapper .delete-comment svg {
  background-color: #9c4234;
}
.comments-container-wrapper #comments-form {
  display: none;
}
.comments-container-wrapper #comments-form iframe {
  max-height: 90px;
}
.comments-container-wrapper #comments-form {
  width: 97.5%;
  margin: auto;
}
.comments-container-wrapper #mceu_13 {
  border-top: none;
  background: #fff;
}
.comments-container-wrapper #mceu_13-body {
  height: 18px;
}
.comments-container-wrapper #mceu_14-0 {
  display: none;
}
.comments-container-wrapper div#mceu_14-body {
  display: none;
}
.comments-container-wrapper .btn-container #comments-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 150px;
  width: 100%;
}
.comments-container-wrapper .comment-blog p {
  font-size: 14px !important;
  line-height: 18px;
  text-shadow: 0 0 0px #101010;
}
.comments-container-wrapper .comments-list {
  margin-bottom: 45px;
}
.comments-container-wrapper .delete-comment {
  color: #aeaeae;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
}
.comments-container-wrapper .edit-comment {
  color: #aeaeae;
  cursor: pointer;
  margin-right: 0px;
  font-size: 14px;
  font-weight: 400;
}
.comments-container-wrapper .delete-comment:hover,
.comments-container-wrapper .edit-comment:hover {
  color: rgb(201, 68, 81);
}
.comments-container-wrapper .btn-container span:before {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin-bottom: 20px;
}
.comments-container-wrapper .btn-container span {
  position: relative;
  left: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  width: 50%;
}
.comments-container-wrapper .send-btn-container {
  display: flex;
  justify-content: flex-end;
}
.comments-container-wrapper .comments-container:last-child {
  /*    padding-bottom: 50px;*/
}
.comments-container-wrapper div#mceu_7-body {
  height: 20px;
}
.comments-container-wrapper div#mceu_8 {
  display: none;
}
.comments-container-wrapper .mce-tinymce {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.comments-container-wrapper .mce-panel {
  background-color: #fffef7 !important;
}
.comments-container-wrapper div#mceu_7-body {
  display: none;
}
.comments-container-wrapper #new-comment-send-button {
  font-family: "Gill Sans Nova";
  border: 1px solid #303030;
  color: #303030;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 0;
  font-weight: 600;
  padding: 8px 20px;
  cursor: pointer;
  font-size: 0.8rem;
  margin: 0;
  margin: 10px 0;
  letter-spacing: 0.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  background: transparent;
  width: 100%;
}
.comments-container-wrapper #new-comment-send-button:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.comments-container-wrapper #tinymce {
  font-size: 16px;
}
.comments-container-wrapper .page-theaternacht-theater span.comments-counter p {
  display: none;
}
@media screen and (min-width: 1024px) {
  .comments-container-wrapper .comments-wrapper {
    max-height: 600px;
  }
  .comments-container-wrapper .comments-wrapper.short {
    max-height: 50vh;
  }
}
.comments-container-wrapper p {
  color: #303030;
  font-size: 16px;
}
.comments-container-wrapper b, .comments-container-wrapper strong {
  /*    color: red;*/
}
.comments-container-wrapper textarea#new-comment-field {
  width: 100%;
  height: 100px;
}

nav.user-navigation {
  /* display: none; */
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 230px;
  background-color: #fff;
  z-index: 10;
  color: white;
  font-size: 15px;
  right: 0px;
  top: 40px;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  border-top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.15);
}
nav.user-navigation.open {
  display: block;
  visibility: visible;
  opacity: 1;
}
nav.user-navigation .icon-triangle {
  position: absolute;
  top: -16px;
  right: 52px;
}
nav.user-navigation button#user-navigation-close-button {
  position: absolute;
  right: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  z-index: 100;
}
nav.user-navigation button#user-navigation-close-button svg {
  transition: all 0.4s ease-in-out;
}
nav.user-navigation button#user-navigation-close-button svg path {
  transition: all 0.4s ease-in-out;
  fill: #b1b1b1;
}
nav.user-navigation button#user-navigation-close-button:hover svg path {
  fill: #b1b1b1;
}
nav.user-navigation ul {
  display: block;
  position: relative;
  padding: 0;
}
nav.user-navigation ul li svg {
  margin: 7px;
  padding-right: 0px;
  fill: #b1b1b1;
  transition: color 0.4s ease-in-out;
}
nav.user-navigation ul li svg path {
  transition: color 0.4s ease-in-out;
  fill: black;
}
nav.user-navigation ul li a {
  transition: color 0.4s ease-in-out;
  color: #505050;
}
nav.user-navigation ul li:hover {
  transition: color 0.4s ease-in-out;
}
nav.user-navigation ul li:hover a {
  color: #2f74a9;
}
nav.user-navigation ul li:hover svg {
  transition: color 0.4s ease-in-out;
}
nav.user-navigation ul li:hover svg path {
  transition: color 0.4s ease-in-out;
  fill: #2f74a9;
}
nav.user-navigation *:focus {
  outline: 0;
}

form.nl-form {
  padding: 10px;
  border: 1px solid #e0e0e0;
  padding-bottom: 0px;
}
form.nl-form .nl-title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 768px) {
  form.nl-form .nl-title {
    flex-direction: row;
  }
}
form.nl-form .nl-title button {
  display: none !important;
  width: 0 !important;
}
form.nl-form .nl-subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
form.nl-form .inputfield::placeholder {
  font-size: 16px !important;
  font-style: normal;
  color: #ccc;
}
form.nl-form select.selectpicker {
  appearance: none;
  background-color: transparent;
  padding: 10px;
  margin: 0;
  width: 100%;
  min-width: 110px;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  line-height: inherit;
  background: url(../images/icon_chevron-right-grey.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
}
@media screen and (min-width: 768px) {
  form.nl-form select.selectpicker {
    background-position: 90% center;
  }
}
form.nl-form .filter-container__header,
form.nl-form .inputfield,
form.nl-form .textarea,
form.nl-form .searchfield,
form.nl-form select.selectpicker {
  border: 1px solid #e0e0e0;
  margin-bottom: 10px;
}
form.nl-form .nl-title input,
form.nl-form .nl-subscribe input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  form.nl-form .nl-title input,
form.nl-form .nl-subscribe input {
    width: 40%;
  }
}
form.nl-form input.nl-email.inputfield {
  width: 65% !important;
  margin-right: 15px;
}
form.nl-form input.nl-submit.button {
  background: black;
  color: #fff;
  border: solid 1px #2f74a9;
  background: #2f74a9;
  border-radius: 4px;
  transition: all 0.5s ease;
  margin-bottom: 10px;
  width: 35%;
}
form.nl-form input.nl-submit.button:hover {
  background: #505050;
  border: solid 1px #505050;
}

.page-style-1 .col-md-4 {
  /*      display: none !important;*/
}

.page-style-2 .col-md-4 {
  display: none !important;
}

.onepager-layer {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 10001;
}

.onepager-layer-header {
  width: 100%;
  height: 50px;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  position: absolute;
  z-index: 1;
  text-align: left;
  display: flex;
  justify-content: flex-end;
}
.onepager-layer-header .onepager-layer-header-close {
  opacity: 0.35;
  transition: all 0.5s ease;
  cursor: pointer;
}
.onepager-layer-header .onepager-layer-header-close:hover {
  opacity: 1;
  transform: rotate(90deg);
}

.onepager-layer-content {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #dc1b23;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.onepager-layer img {
  display: block;
  width: 100%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.onepager-layer .swiper-button-next,
.onepager-layer .swiper-container-rtl .onepager-layer .swiper-button-prev {
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%232f74a9'%2F%3E%3C%2Fsvg%3E");
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  width: 50px !important;
  height: 520px !important;
  margin-top: -260px !important;
  top: 50%;
  background-size: 27px 44px;
  background-position: center;
  opacity: 1;
  transition: all 0.4s ease;
  display: none;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover,
.onepager-layer .swiper-button-next:hover,
.onepager-layer .swiper-container-rtl .onepager-layer .swiper-button-prev:hover {
  opacity: 1;
  filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=1, OffY=1, Color='#444')";
  /* filter: url(#drop-shadow); */
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px -1px 6px rgba(0, 0, 0, 0.6));
  margin-left: -5px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%232f74a9'%2F%3E%3C%2Fsvg%3E") !important;
}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next:hover {
  margin-right: -5px;
}

.swiper-button-next:hover {
  margin-right: -5px;
}

.swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
  width: 50px;
  height: 150px;
  margin-top: -75px;
  transform: rotate(-180deg);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CCCCCC'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
  cursor: auto;
  pointer-events: none;
  width: 50px;
  height: 150px;
  margin-top: -75px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23CCCCCC'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide .swiper-slide-headline {
  left: 70px;
  position: absolute;
  top: 20px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  color: #2f74a9;
  font-size: 32px;
  font-weight: 700;
}
.swiper-slide .swiper-slide-wrapper {
  position: absolute;
  width: 25%;
  left: 70px;
  text-align: left;
}
.swiper-slide .swiper-slide-wrapper .slide-number {
  font-size: 60px;
  margin-bottom: 30px;
  font-weight: 700;
}
.swiper-slide .swiper-slide-wrapper h3, .swiper-slide .swiper-slide-wrapper p {
  text-align: left;
  line-height: 26px;
  margin-bottom: 20px;
}
.swiper-slide .swiper-slide-wrapper p {
  font-size: 16px;
  line-height: 22px;
  min-width: 180px;
}

.onepager-layer-bottom {
  background-color: #fff;
  width: 100%;
  height: 70px;
  /*     position: absolute; */
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  bottom: 0;
}
.onepager-layer-bottom .btn-slides-next {
  color: #fff;
  background-color: #2f74a9;
  border-color: #2f74a9;
  min-width: 180px;
}
.onepager-layer-bottom .btn-slides-next:hover {
  background-color: #1e4b6d;
}
.onepager-layer-bottom .btn-slides-next:focus {
  outline: 0;
  box-shadow: none;
}
.onepager-layer-bottom label.input-switch-button {
  margin-left: 20px;
}

#open-onepager-overview-button {
  padding: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #DC1B23;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  float: right;
  display: none;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s ease;
  /*     filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); */
}
#open-onepager-overview-button:hover {
  background-color: #981318;
}

.onepager-layer-bottom-right {
  float: right;
}

.bootstrap-switch-container .bootstrap-switch-label {
  top: 0;
  right: unset;
}

.onepager-layer-bottom-left input {
  width: 15px;
  height: 15px;
  -webkit-appearance: checkbox;
}

span.show_onepager_layer_again_span {
  margin-left: 10px;
}

span.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 768px) {
  .onepager-layer {
    width: 900px;
    height: 506px;
    left: calc((100% - 900px) / 2);
    top: calc((100% - 506px) / 4);
  }

  .onepager-layer-header,
.onepager-layer-bottom {
    color: #484543;
  }

  .onepager-layer-backgound-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background-color: rgb(0, 0, 0);
    z-index: 10000;
    display: none;
  }
}
body {
  position: initial !important;
  background: #fff;
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* top: 0 !important; */
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Roboto", sans-serif;
  text-align: initial;
}
body h1 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  body h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
body h2 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 40px;
}
body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 30px;
}
body h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 26px;
}
body b,
body strong {
  font-weight: 600;
}
body i,
body em {
  font-style: italic;
}
body small,
body sub,
body sup {
  font-size: 75%;
}
body sub {
  line-height: 0;
  vertical-align: sub;
}
body sup {
  line-height: 0;
  vertical-align: super;
}
body .dynamic-page-article ul li, body table ul li {
  list-style: none;
  padding-left: 40px;
}
body .dynamic-page-article ul li::before, body table ul li::before {
  position: absolute;
  content: "";
  background: url(../images/icon_chevron-right-grey.svg);
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: -30px;
}
body .text p, body .text ul {
  margin-bottom: 12px;
  line-height: 1.5em;
  letter-spacing: 0.04em;
}
body .text ul {
  list-style: disc;
}
body .text ul,
body .text ol {
  list-style-position: outside;
  margin-left: 50px;
}
body .text ul ul,
body .text ol ol {
  padding-left: 14px;
}
body code {
  font-family: "consolas", sans-serif;
  color: #da244c;
}
body td {
  vertical-align: top;
}
body button {
  -webkit-appearance: none !important;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
}
body iframe {
  border: 0;
  width: 100% !important;
}
body #wrapper {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
body .container {
  max-width: 1100px;
}
body .container-fluid {
  max-width: 1100px;
  margin: 0 auto;
}
body .row > * {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 568px) {
  body .row > * {
    padding-right: 15px;
    padding-left: 15px;
  }
}
body a {
  color: #2f74a9;
  text-decoration: none;
  transition: all 0.4s ease;
}
body a:hover, body a:active {
  color: #2f74a9;
}
body .side-col a:active, body .side-col li a:hover {
  color: #2f74a9;
}
body .side-col nav li a:hover, body .side-col nav li a:active {
  color: #2f74a9;
}
body .owl-nav {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1160px;
  transform: translate(-50%, -50%);
  font-size: 60px;
  padding: 10px;
  display: none;
}
@media screen and (min-width: 768px) {
  body .owl-nav {
    padding: 0 20px;
    display: flex;
  }
}
body .owl-nav button.owl-next {
  background: url(../images/icon_chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 15px !important;
  width: 30px;
  filter: drop-shadow(0px 0px 10px #222);
}
@media screen and (min-width: 768px) {
  body .owl-nav button.owl-next {
    background-size: 25px !important;
  }
}
body .owl-nav button.owl-next span {
  visibility: hidden;
}
body .owl-nav button.owl-prev {
  background: url(../images/icon_chevron-right.svg) !important;
  background-repeat: no-repeat !important;
  transform: rotate(180deg);
  background-position: center !important;
  background-size: 15px !important;
  width: 30px;
  filter: drop-shadow(0px 0px 10px #222);
}
@media screen and (min-width: 768px) {
  body .owl-nav button.owl-prev {
    background-size: 25px !important;
  }
}
body .owl-nav button.owl-prev span {
  visibility: hidden;
}
body section.media-wrapper {
  position: relative;
}
body section.media-wrapper .slider-counter {
  position: absolute;
  bottom: 70px;
  z-index: 9;
  color: #fff;
  right: 20px;
  font-weight: 600;
  font-weight: 400;
  font-size: 12px;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  body section.media-wrapper .slider-counter {
    font-weight: 500;
    font-size: 14px;
    right: unset;
    left: 40px;
    bottom: 30px;
  }
}
@media screen and (max-width: 380px) {
  body section.media-wrapper .slider-counter {
    bottom: 40%;
  }
}
body main.site-main {
  margin: auto;
  height: auto;
  min-height: calc(100vh - 200px);
}
body .main-col {
  margin: 0px auto;
  max-width: 1100px;
  /*         padding: 0 20px; */
}
body .main-col .collapsible-tinymce {
  margin-left: 55px;
  margin-right: 35px;
  border-top: 1px solid #ccc;
  padding: 20px 0;
}
body .main-col .collapsible-tinymce:first-of-type {
  margin-top: 24px;
}
body .main-col .collapsible-tinymce .collapsible-icon {
  width: 15px;
  height: 15px;
  margin-top: -11px;
}
body .main-col .heading h1 {
  margin-bottom: 30px;
}
body .main-col .content-col a {
  text-decoration: underline;
  color: #b1b1b1;
}
body .main-col .content-col a:hover {
  color: #505050;
}
body .text {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  line-height: 1.6em !important;
  text-align: left;
}
body .main-content {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 150px;
}
body .article-edit-button-container {
  display: flex;
}
body .article-edit-button-container .delete-button {
  margin-top: 20px;
  background-color: #fff;
  width: fit-content;
  padding: 10px;
  border: none;
  cursor: pointer;
  color: #ff0000;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 5px;
  border-color: #ff0000;
  border-style: solid;
  margin: 15px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 20px;
}
body .article-edit-button-container .delete-button:hover {
  background-color: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
body .article-edit-button-container .article-media-container-help-container {
  border: 2px solid red;
  padding: 10px;
  margin: 15px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
