/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* figure {
  margin: 1em 40px; } */
figure {
  margin: 1em 0px; }
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.hamburger {
  padding: 8px 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  @media (min-width: 1024px) {
    .hamburger {
      display: none; } }

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 0;
    position: absolute; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger-inner::after {
    bottom: -8px;
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.is-active .hamburger .hamburger-inner,
.is-active .hamburger .hamburger-inner::before,
.is-active .hamburger .hamburger-inner::after {
  background-color: #000; }

.is-active .hamburger .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .is-active .hamburger .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .is-active .hamburger .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

.listreset, .tags.list-inline, .com-tags-tag__category.category.list-group, .com-tags-tag__pagination .pagination,
.com-content-category-blog__navigation .pagination, .com-content-article.item-page .anchors-link ul, .com-content-article.item-page .sidebar-links ul {
  margin: 0;
  padding: 0;
  list-style: none; }

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

.load-more-posts a, .btn, .btn-filter, .filtred-articles .item-article a, .custom-article-teaser .article-block .holder-row .readmore, .custom-category-articles .holder-category-articles .article, .com-content-article.item-page .anchors-link a, .com-content-article.item-page .sidebar-links ul li a, .cb_month, .ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next, .content-articles-calendar .list-content-articles .art-title, .accordion-calendar-filter .opener.accordion-title {
  transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.btn {
  display: inline-block;
  vertical-align: top; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #F2F2F2;
  font: 20px/1.2 "MarkOT", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

.text-center {
  text-align: center; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 10px 15px; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #2C2C2C; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #2C2C2C; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #2C2C2C; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #2C2C2C; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #2C2C2C; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 500;
  margin: 0;
  color: inherit; }

h1, .h1 {
  font-size: 34px; }
  @media (min-width: 1200px) {
    h1, .h1 {
      font-size: 42px; } }

h2, .h2 {
  font-size: 27px;
  font-weight: 500; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 18px; }

p {
  margin: 0 0 1em; }

a {
  color: inherit; }
  a:hover, a:focus {
    text-decoration: none; }

.header {
  margin: 0 0 50px;
  background-repeat: repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #F2F2F2;
  position: relative;
  z-index: 100; }
  @media (min-width: 1200px) {
    .header {
      margin: 0 0 65px; } }
  .header .container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    transform: translate(0, 0);
    z-index: 100; }
    @media (min-width: 1024px) {
      .header .container {
        padding-top: 40px;
        padding-bottom: 80px; } }
    @media (min-width: 1200px) {
      .header .container {
        padding-top: 73px;
        padding-bottom: 195px; } }
    .fixed-position .header .container {
      padding-top: 15px;
      padding-bottom: 15px; }
  .header .header-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .header .header-icons {
        gap: 32px;
        margin: 0 0 43px; } }
    .fixed-position .header .header-icons {
      display: none; }
    .header .header-icons img {
      height: 34px;
      width: auto;
      max-width: none; }
      @media (min-width: 1200px) {
        .header .header-icons img {
          height: 48px; } }
  .header .header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header .logo {
    width: 100%;
    max-width: 180px;
    font-size: 0; }
    @media (min-width: 1024px) {
      .header .logo {
        max-width: 300px; } }
    @media (min-width: 1200px) {
      .header .logo {
        max-width: 500px; } }
    .fixed-position .header .logo {
      max-width: 270px; }
  .header .nav-holder {
    display: flex;
    align-items: center;
    gap: 10px; }
    @media (min-width: 768px) {
      .header .nav-holder {
        gap: 25px; } }
  .header .menu-holder {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px;
    background: #fff;
    text-align: right;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.3s;
    visibility: hidden; }
    @media (min-width: 1024px) {
      .header .menu-holder {
        position: relative;
        background: transparent;
        padding: 0;
        box-shadow: none;
        opacity: 1;
        visibility: visible; } }
    .is-active .header .menu-holder {
      opacity: 1;
      visibility: visible; }
  .header .mod-menu {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media (min-width: 1024px) {
      .header .mod-menu {
        display: flex;
        align-items: center;
        gap: 30px; } }
    .header .mod-menu li {
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        .header .mod-menu li {
          margin-bottom: 0; } }
      .header .mod-menu li:last-child {
        margin-bottom: 0; }
      .header .mod-menu li.active a {
        text-decoration: underline; }
    .header .mod-menu a {
      line-height: 1;
      color: #000;
      text-decoration: none;
      font-size: 20px; }
      @media (min-width: 1200px) {
        .header .mod-menu a {
          font-size: 32px; } }
      .header .mod-menu a:hover {
        text-decoration: underline; }
  .header .header-login {
    display: flex;
    align-items: center;
    position: relative; }
    .header .header-login .login-opener {
      background: transparent;
      border: none;
      padding: 0;
      width: 32px;
      height: 32px; }
      .header .header-login .login-opener.logged-in {
        position: relative; }
        .header .header-login .login-opener.logged-in:after {
          content: '';
          width: 42px;
          height: 42px;
          background: #000;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-radius: 50%; }
        .header .header-login .login-opener.logged-in svg {
          color: #fff;
          position: relative;
          z-index: 10; }
      .header .header-login .login-opener svg {
        width: 100%;
        height: 100%;
        object-fit: contain; }
    .header .header-login .login-modal {
      position: fixed;
      top: 100%;
      right: 0;
      padding: 60px 21px 18px;
      background: #000;
      color: #fff;
      border-radius: 3px;
      width: 100%;
      box-shadow: 0 30px 100px #B2B2B2;
      opacity: 0;
      visibility: hidden;
      transition: 0.3s; }
      @media (min-width: 768px) {
        .header .header-login .login-modal {
          width: auto;
          min-width: 351px; } }
      @media (min-width: 1024px) {
        .header .header-login .login-modal {
          top: calc(100% + 20px);
          position: absolute; } }
      .login-modal-active .header .header-login .login-modal {
        opacity: 1;
        visibility: visible; }
      .header .header-login .login-modal .close {
        width: 14px;
        height: 14px;
        position: absolute;
        top: 20px;
        right: 20px;
        background: transparent;
        border: none;
        padding: 0; }
        .header .header-login .login-modal .close svg {
          fill: #fff; }
      .header .header-login .login-modal .input-group {
        margin-bottom: 14px; }
        .header .header-login .login-modal .input-group label, .header .header-login .login-modal .input-group .input-group-text, .header .header-login .login-modal .input-group .input-password-toggle {
          display: none; }
        .header .header-login .login-modal .input-group input {
          font-weight: 400;
          font-size: 20px;
          line-height: 1.2;
          padding: 10px 15px;
          border-radius: 3px;
          background: #D8D8D8;
          color: #2C2C2C;
          width: 100%; }
          .header .header-login .login-modal .input-group input::-webkit-input-placeholder {
            opacity: 1;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input::-moz-placeholder {
            opacity: 1;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:-moz-placeholder {
            opacity: 1;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:-ms-input-placeholder {
            opacity: 1;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:focus::-webkit-input-placeholder {
            opacity: 0;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:focus::-moz-placeholder {
            opacity: 0;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:focus:-moz-placeholder {
            opacity: 0;
            transition: opacity 0.3s ease; }
          .header .header-login .login-modal .input-group input:focus:-ms-input-placeholder {
            opacity: 0;
            transition: opacity 0.3s ease; }
      .header .header-login .login-modal .login-greeting {
        margin-bottom: 14px; }
      .header .header-login .login-modal .mod-login__submit, .header .header-login .login-modal .mod-login-logout__button {
        display: flex;
        justify-content: space-between;
        gap: 10px; }
        .header .header-login .login-modal .mod-login__submit a, .header .header-login .login-modal .mod-login-logout__button a {
          font-size: 18px;
          font-weight: 400;
          color: #D8D8D8; }
        .header .header-login .login-modal .mod-login__submit [type="submit"], .header .header-login .login-modal .mod-login-logout__button [type="submit"] {
          font-size: 21px;
          font-weight: 500;
          line-height: 1.2;
          border: 1px solid #D8D8D8;
          border-radius: 3px;
          padding: 9px 14px; }
          .header .header-login .login-modal .mod-login__submit [type="submit"]:hover, .header .header-login .login-modal .mod-login-logout__button [type="submit"]:hover {
            background: rgba(255, 255, 255, 0.15); }
      .header .header-login .login-modal .mod-login-logout__button {
        justify-content: flex-end; }

.footer {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 65px 0; } }
  .footer .container {
    position: relative; }
    @media (min-width: 768px) {
      .footer .container {
        padding-right: 98px;
        display: flex; } }
    .footer .container .col-left {
      width: 100%;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .footer .container .col-left {
          max-width: 33.33%;
          margin-bottom: 0; } }
      @media (min-width: 1200px) {
        .footer .container .col-left {
          max-width: 25%; } }
    .footer .container .col-center {
      width: 100%; }
      @media (min-width: 768px) {
        .footer .container .col-center {
          max-width: 66.67%; } }
      @media (min-width: 1200px) {
        .footer .container .col-center {
          max-width: 75%; } }
      .footer .container .col-center .top {
        margin-bottom: 20px; }
      .footer .container .col-center .top, .footer .container .col-center .bottom {
        display: flex;
        flex-direction: column;
        gap: 20px; }
        @media (min-width: 768px) {
          .footer .container .col-center .top, .footer .container .col-center .bottom {
            flex-direction: row; } }
    .footer .container .go-to-top {
      position: absolute;
      top: 0;
      right: 20px;
      width: 24px;
      height: 24px; }
      .footer .container .go-to-top svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .footer .widget {
      min-width: 165px; } }
  .footer .widget .widget-header {
    font-weight: 500;
    margin: 0;
    font-size: 20px;
    line-height: 1.2; }
  .footer .widget .widget-body ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2; }
    .footer .widget .widget-body ul li.active a {
      text-decoration: underline; }
    .footer .widget .widget-body ul a {
      text-decoration: none;
      color: #000; }
      .footer .widget .widget-body ul a:hover {
        text-decoration: underline; }

#page-holder {
  overflow-x: hidden; }
  #page-holder .position-relative {
    position: relative; }
  #page-holder .jmodedit {
    position: absolute;
    top: -35px;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    background: #000;
    padding: 0; }
    #page-holder .jmodedit .icon-edit {
      font-size: 16px;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    #page-holder .jmodedit + [role="tooltip"] {
      display: none; }

#wrapper {
  max-width: 100%;
  position: relative; }

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.accessibility:focus {
  position: static;
  width: auto;
  height: auto; }

.container {
  width: 100%;
  max-width: 1287px;
  padding: 0 20px;
  margin: 0 auto; }
  .container:after {
    content: '';
    display: block;
    clear: both; }
  .container > p.alignfull,
  .container > h1.alignfull,
  .container > h2.alignfull,
  .container > h3.alignfull,
  .container > h4.alignfull,
  .container > h5.alignfull,
  .container > h6.alignfull {
    padding: 0 20px; }
  .container > p.alignwide,
  .container > h1.alignwide,
  .container > h2.alignwide,
  .container > h3.alignwide,
  .container > h4.alignwide,
  .container > h5.alignwide,
  .container > h6.alignwide {
    padding: 0 20px;
    width: calc(120% + 40px); }

.alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.alignwide {
  position: relative;
  width: 120%;
  max-width: 100vw;
  left: 50%;
  transform: translate3D(-50%, 0, 0); }

@media (min-width: 768px) {
  .content-holder {
    display: flex;
    align-items: flex-start; } }

.content-holder .content-page {
  width: 100%; }

.content-holder .sidebar-page {
  width: 100%; }
  @media (min-width: 768px) {
    .content-holder .sidebar-page {
      width: 280px;
      flex-shrink: 0;
      padding-right: 20px; } }
  @media (min-width: 1024px) {
    .content-holder .sidebar-page {
      width: 320px;
      padding-right: 40px; } }

.tags.list-inline {
  padding: 20px 0; }
  .tags.list-inline li {
    margin-bottom: 10px; }

.com-tags-tag__category.category.list-group {
  padding: 20px 0; }
  .com-tags-tag__category.category.list-group li {
    margin-bottom: 30px; }

.com-content-category-blog__item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #D8D8D8;
  padding-bottom: 15px; }
  .com-content-category-blog__item .left.item-image {
    order: 1;
    margin: 0;
    margin-left: auto;
    max-width: 50px; }
  .com-content-category-blog__item .item-content {
    margin-right: 15px; }
    .com-content-category-blog__item .item-content .page-header h2 {
      margin-bottom: 5px;
      font-size: 21px; }
    .com-content-category-blog__item .item-content p {
      font-size: 16px; }
      .com-content-category-blog__item .item-content p:last-child {
        margin-bottom: 0; }

.com-tags-tag__pagination,
.com-content-category-blog__navigation {
  padding: 20px 0; }
  .com-tags-tag__pagination p,
  .com-content-category-blog__navigation p {
    text-align: center; }
  .com-tags-tag__pagination .pagination,
  .com-content-category-blog__navigation .pagination {
    display: flex;
    align-items: center;
    justify-content: center; }
    .com-tags-tag__pagination .pagination li,
    .com-content-category-blog__navigation .pagination li {
      margin: 0 10px; }

.com-content-category-blog .item-content h2 {
  margin-bottom: 15px; }

.com-content-category-blog__children h3 {
  margin-bottom: 15px; }

.com-content-category-blog__children .com-content-category-blog__child {
  margin-bottom: 15px; }

.alert-info {
  margin-bottom: 20px; }
  .alert-info .icon-info-circle {
    margin-right: 10px; }

.load-more-posts {
  font-size: 16px;
  margin-bottom: 40px;
  font-weight: 500; }
  .load-more-posts a {
    text-decoration: none;
    font-size: 16px; }
    @media (min-width: 1024px) {
      .load-more-posts a {
        font-size: 20px; } }
    .load-more-posts a::before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900 !important;
      font-size: 16px;
      content: '\f063';
      margin-right: 10px;
      color: #000; }
    .load-more-posts a:hover {
      opacity: 0.7; }

.com-users-reset h1,
.com-users-reset-confirm h1 {
  font-size: 28px; }
  @media (min-width: 768px) {
    .com-users-reset h1,
    .com-users-reset-confirm h1 {
      font-size: 34px; } }

.com-users-reset .page-header,
.com-users-reset-confirm .page-header {
  margin-bottom: 30px; }

.com-users-reset legend,
.com-users-reset-confirm legend {
  margin-bottom: 20px; }

.com-users-reset label,
.com-users-reset-confirm label {
  display: inline-block;
  margin-bottom: 5px; }

.com-users-reset .controls,
.com-users-reset-confirm .controls {
  margin-bottom: 10px; }

.com-users-reset .control-group,
.com-users-reset-confirm .control-group {
  margin-bottom: 10px; }

.com-users-reset .form-control-feedback,
.com-users-reset-confirm .form-control-feedback {
  display: block;
  margin-top: 5px; }

.com-users-reset input,
.com-users-reset-confirm input {
  max-width: 400px;
  width: 100%; }

.btn {
  background: #000;
  color: #fff;
  border-radius: 0;
  padding: 0.4em 0.7em;
  text-decoration: none; }

@media print {
  body {
    background: #fff;
    color: #000;
    overflow: visible; }
  * {
    color: #000 !important;
    background: none !important; }
  .search-form,
  .navigation,
  .navigation-single,
  #header,
  #footer {
    display: none !important; } }

.tagspopular ul,
.holder-filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 4px; }
  .tagspopular ul a,
  .holder-filters ul a {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    background: #000;
    box-shadow: 0 15px 50px #D8D8D8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.3s; }
    .tagspopular ul a:hover,
    .holder-filters ul a:hover {
      background: rgba(0, 0, 0, 0.8); }

.page-search {
  margin-bottom: 20px; }
  .page-search .form-search label {
    display: none; }
  .page-search .form-search .mod-finder__search {
    position: relative;
    padding: 11px 32px 11px 10px;
    background: #000;
    border-radius: 3px; }
    .page-search .form-search .mod-finder__search .awesomplete {
      width: 100%; }
    .page-search .form-search .mod-finder__search .btn.btn-primary {
      position: absolute;
      right: 14px;
      top: 0px;
      bottom: 0;
      font-size: 0;
      outline: none;
      background-color: transparent;
      padding: 0;
      margin: 0;
      border: 0; }
      .page-search .form-search .mod-finder__search .btn.btn-primary:hover {
        opacity: 0.7; }
      .page-search .form-search .mod-finder__search .btn.btn-primary .icon-search:before {
        display: none; }
      .page-search .form-search .mod-finder__search .btn.btn-primary .icon-search::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900 !important;
        font-size: 16px;
        content: "\f054";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-variant: normal;
        font-style: normal;
        font-weight: normal;
        line-height: 1; }
    .page-search .form-search .mod-finder__search input {
      background-color: #000;
      border: 1px solid #fff;
      width: 100%;
      color: #fff;
      border-radius: 3px;
      outline: none;
      padding: 6px 15px; }
      .page-search .form-search .mod-finder__search input::placeholder {
        color: #fff; }

.opener-filters {
  display: flex;
  align-items: center;
  font-size: 21px;
  line-height: 24px;
  color: #000;
  cursor: pointer; }
  .opener-filters:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    font-size: 14px;
    content: '\2b';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    color: #000; }
  .opener-filters.open:before {
    content: '\f068'; }

.holder-filters {
  padding: 20px 0 0; }
  .holder-filters label .title {
    display: block;
    font-size: 10px;
    line-height: 1.2;
    background: #000;
    box-shadow: 0 15px 50px #D8D8D8;
    color: #fff;
    padding: 6px 10px;
    border-radius: 2px;
    text-decoration: none;
    transition: 0.3s;
    cursor: pointer; }
    .holder-filters label .title:hover {
      background: rgba(0, 0, 0, 0.8); }
  .holder-filters input {
    display: none; }
  .holder-filters input[type="checkbox"]:checked + .title {
    background-color: #fff;
    color: #000; }
  .holder-filters input[type="checkbox"]:disabled + .title {
    background-color: #D8D8D8;
    color: #fff;
    cursor: not-allowed; }

.form-select,
.filterArticleGroupeField {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 20px;
  line-height: 24px;
  padding: 20px 38px 20px 15px;
  background-image: url(../images/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #000;
  background-position: bottom 50% right 17px;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 13px; }

.form-select {
  width: auto; }

.holder-legend-img {
  margin-bottom: 20px; }

.btn-filter {
  border: 0;
  padding: 12px 20px; }
  .btn-filter:hover {
    opacity: 0.7; }

.card-body,
.com-finder__search-advanced,
.input-group {
  margin-bottom: 20px; }

.filtred-articles .item-title {
  margin-bottom: 20px; }
  .filtred-articles .item-title h2 {
    font-weight: 500;
    font-size: 19px;
    line-height: 24px; }
    @media (min-width: 768px) {
      .filtred-articles .item-title h2 {
        font-size: 24px;
        line-height: 24px; } }

.filtred-articles .item-list-article {
  margin-bottom: 30px; }

.filtred-articles .item-article {
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0;
  position: relative; }
  .filtred-articles .item-article:last-child {
    border-bottom: 0; }
  .filtred-articles .item-article a {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #2C2C2C; }
    @media (min-width: 768px) {
      .filtred-articles .item-article a {
        font-size: 21px;
        line-height: 24px; } }
    .filtred-articles .item-article a:hover {
      opacity: 0.7; }
    .filtred-articles .item-article a .holder-group {
      margin-left: auto;
      margin-right: 25px;
      display: flex;
      align-items: center;
      padding-left: 10px; }
    .filtred-articles .item-article a .userGroupe11marker,
    .filtred-articles .item-article a .userGroupe12marker {
      display: block;
      font-size: 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      width: 34px;
      height: 13px;
      margin: 0 3.5px; }
    .filtred-articles .item-article a .userGroupe11marker {
      background-image: url(../images/group1.png); }
    .filtred-articles .item-article a .userGroupe12marker {
      background-image: url(../images/group2.png); }
    .filtred-articles .item-article a svg {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%) rotate(45deg);
      width: 16px;
      height: 16px; }
  .filtred-articles .item-article.registered-access {
    position: relative; }
    .filtred-articles .item-article.registered-access::before {
      content: '';
      position: absolute;
      left: -5px;
      right: -5px;
      top: -1px;
      bottom: -1px;
      background-color: #D8D8D8;
      border-radius: 3px; }

.title-page {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .title-page {
      font-size: 34px;
      line-height: 36px;
      margin-bottom: 40px; } }
  @media (min-width: 1024px) {
    .title-page {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 80px; } }

#filterArticleTags {
  margin-bottom: 42px; }

.slider-module {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #F2055C;
  padding: 10px 0; }
  .slider-module .slick-track {
    transition-timing-function: linear !important; }
  .slider-module .slide {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    padding: 0 5px; }
    .slider-module .slide * {
      margin: 0; }
    .slider-module .slide a {
      color: inherit; }

.quick-help-module {
  margin-bottom: 100px; }
  @media (min-width: 1200px) {
    .quick-help-module {
      margin-bottom: 185px; } }
  .quick-help-module .quick-help-banner {
    margin-bottom: 96px; }
  .quick-help-module .image-holder {
    font-size: 0;
    padding-top: 30px; }
    @media (min-width: 1200px) {
      .quick-help-module .image-holder {
        min-height: 96px; } }
  .quick-help-module .bottom-block {
    padding: 10px 30px;
    background: #000;
    border-radius: 4px;
    box-shadow: 0 30px 100px #B2B2B2; }
    @media (min-width: 768px) {
      .quick-help-module .bottom-block {
        display: flex;
        justify-content: flex-end;
        margin-top: -60px; } }
    @media (min-width: 1200px) {
      .quick-help-module .bottom-block {
        padding: 25px 30px;
        margin-top: -96px; } }
  .quick-help-module .quick-nav-list {
    position: relative; }
    .quick-help-module .quick-nav-list .quick-nav-opener {
      min-width: 197px;
      border: 1px solid #F2F2F2;
      background: transparent;
      color: #fff;
      padding: 10px 15px;
      font-size: 14px;
      line-height: 1.2;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 2px;
      margin: 0 auto;
      transition: 0.3s; }
      @media (min-width: 1200px) {
        .quick-help-module .quick-nav-list .quick-nav-opener {
          min-width: 307px;
          font-size: 20px; } }
      .quick-help-module .quick-nav-list .quick-nav-opener:hover {
        background: rgba(255, 255, 255, 0.15); }
      .quick-help-module .quick-nav-list .quick-nav-opener.open svg {
        transform: rotate(180deg); }
      .quick-help-module .quick-nav-list .quick-nav-opener svg {
        transition: 0.3s;
        width: 18px;
        fill: currentColor; }
    .quick-help-module .quick-nav-list .quick-nav-slide {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      list-style-type: none;
      padding: 25px 15px;
      background: #000;
      margin: 0;
      opacity: 0;
      transition: 0.3s;
      visibility: visible; }
      .quick-help-module .quick-nav-list .quick-nav-slide.open {
        opacity: 1;
        visibility: visible; }
      .quick-help-module .quick-nav-list .quick-nav-slide li {
        margin-bottom: 10px; }
        .quick-help-module .quick-nav-list .quick-nav-slide li:last-child {
          margin-bottom: 0; }
        .quick-help-module .quick-nav-list .quick-nav-slide li button {
          display: block;
          background: transparent;
          border: none;
          color: #fff; }
          .quick-help-module .quick-nav-list .quick-nav-slide li button:hover {
            text-decoration: underline; }
  .quick-help-module .quick-help-tab-holder {
    position: relative; }
    .quick-help-module .quick-help-tab-holder .quick-help-tab {
      font-size: 16px;
      line-height: 1.2;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      visibility: hidden; }
      @media (min-width: 768px) {
        .quick-help-module .quick-help-tab-holder .quick-help-tab {
          display: flex;
          font-size: 20px; } }
      .quick-help-module .quick-help-tab-holder .quick-help-tab.active {
        position: static;
        visibility: visible;
        opacity: 1; }
      .quick-help-module .quick-help-tab-holder .quick-help-tab .col {
        width: 100%;
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .quick-help-module .quick-help-tab-holder .quick-help-tab .col {
            max-width: 50%;
            margin-bottom: 0; } }
        @media (min-width: 768px) {
          .quick-help-module .quick-help-tab-holder .quick-help-tab .col:first-child {
            padding-right: 15px; } }
        @media (min-width: 1200px) {
          .quick-help-module .quick-help-tab-holder .quick-help-tab .col:first-child {
            padding-right: 44px; } }
        .quick-help-module .quick-help-tab-holder .quick-help-tab .col:last-child {
          margin-bottom: 0; }
          @media (min-width: 768px) {
            .quick-help-module .quick-help-tab-holder .quick-help-tab .col:last-child {
              padding-left: 15px; } }
          @media (min-width: 1200px) {
            .quick-help-module .quick-help-tab-holder .quick-help-tab .col:last-child {
              padding-left: 44px; } }
      .quick-help-module .quick-help-tab-holder .quick-help-tab a {
        color: inherit; }

.team-contacts-module {
  margin: 0 0 110px; }
  .team-contacts-module .logo-block {
    font-size: 0;
    margin: 0 0 20px; }
  .team-contacts-module .team-members {
    position: relative; }
    @media (min-width: 768px) {
      .team-contacts-module .team-members {
        display: flex;
        justify-content: center; } }
    .team-contacts-module .team-members:after {
      content: '';
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      width: 120px;
      background: #F2055C;
      border-radius: 4px;
      z-index: -1; }
      @media (min-width: 768px) {
        .team-contacts-module .team-members:after {
          bottom: 0;
          width: auto;
          top: auto;
          height: 250px;
          right: 0; } }
  .team-contacts-module .team-member {
    position: relative;
    display: flex;
    align-items: center; }
    @media (min-width: 768px) {
      .team-contacts-module .team-member {
        padding: 0 20px;
        display: block; } }
    @media (min-width: 768px) {
      .team-contacts-module .team-member:hover .text-member {
        opacity: 1; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .team-contacts-module .team-member:last-child .text-member {
    left: auto;
    right: calc(50% - 20px); } }

@media (min-width: 768px) and (max-width: 1199px) {
  .team-contacts-module .team-member:last-child .text-member:after {
    left: auto;
    right: 20px; } }
    .team-contacts-module .team-member .image-member {
      width: 80px;
      height: 170px;
      display: flex;
      justify-content: center;
      position: relative;
      margin: 0 20px 20px;
      flex-shrink: 0; }
      @media (min-width: 768px) {
        .team-contacts-module .team-member .image-member {
          width: 200px;
          height: 340px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        .team-contacts-module .team-member .image-member {
          width: 211px;
          height: 390px; } }
      .team-contacts-module .team-member .image-member img {
        width: auto;
        height: auto;
        max-width: 375px; }
    .team-contacts-module .team-member .text-member {
      background: #fff;
      border-radius: 3px;
      padding: 15px 20px 30px;
      text-align: left;
      font-size: 16px;
      line-height: 1.2;
      color: #2C2C2C;
      width: 100%;
      box-shadow: 0px 30px 100px 0px #d8d8d8; }
      @media (min-width: 768px) {
        .team-contacts-module .team-member .text-member {
          opacity: 0;
          width: auto;
          transition: 0.3s;
          position: absolute;
          left: calc(50% - 20px);
          top: calc(50%  + 25px);
          z-index: 10;
          font-size: 20px; } }
      @media (min-width: 768px) {
        .team-contacts-module .team-member .text-member:after {
          content: '';
          position: absolute;
          left: 25px;
          bottom: 100%;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 20px solid #fff; } }
      .team-contacts-module .team-member .text-member * {
        margin: 0;
        color: #2C2C2C; }
  .team-contacts-module .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
    background-color: #fff;
    padding: 15px;
    border-radius: 5px; }
  .team-contacts-module .custom-next {
    right: 10px; }
  .team-contacts-module .custom-prev {
    left: 10px; }

.contact-section {
  margin: 0 0 45px; }
  .contact-section .contact-description {
    margin: 0 0 45px; }
  .contact-section .contact-module {
    font-size: 0;
    box-shadow: 0 30px 100px #D8D8D8; }
    .contact-section .contact-module iframe {
      width: 100%;
      height: 300px; }
      @media (min-width: 1200px) {
        .contact-section .contact-module iframe {
          height: 552px; } }

@media (min-width: 768px) {
  .tips-module {
    display: flex;
    align-items: center; } }

@media (min-width: 768px) {
  .content-holder .tips-module {
    margin-left: -280px; } }

@media (min-width: 1024px) {
  .content-holder .tips-module {
    margin-left: -320px; } }

.tips-module .image-holder {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .tips-module .image-holder {
      width: 280px;
      flex-shrink: 0;
      padding-right: 20px;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .tips-module .image-holder {
      width: 320px;
      padding-right: 40px; } }
  .tips-module .image-holder .image-block {
    display: flex;
    justify-content: center; }
    .tips-module .image-holder .image-block img {
      width: 300px;
      max-width: none; }
      @media (min-width: 768px) {
        .tips-module .image-holder .image-block img {
          width: 350px; } }
      @media (min-width: 1200px) {
        .tips-module .image-holder .image-block img {
          width: 393px; } }

.tips-module .text-holder {
  padding: 20px 23px 30px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .tips-module .text-holder {
      display: flex; } }
  @media (min-width: 768px) {
    .tips-module .text-holder:before {
      content: '';
      position: absolute;
      top: 25px;
      right: 100%;
      border-top: 10px solid transparent;
      border-right: 20px solid #000;
      border-bottom: 10px solid transparent; } }
  .tips-module .text-holder .text-block {
    width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .tips-module .text-holder .text-block {
        max-width: 50%;
        margin-bottom: 0;
        padding: 0 10px 0 0; } }
    @media (min-width: 1200px) {
      .tips-module .text-holder .text-block {
        padding: 0 24px 0 0; } }
    .tips-module .text-holder .text-block *:last-child {
      margin-bottom: 0; }
  .tips-module .text-holder .link-list {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 1024px) {
      .tips-module .text-holder .link-list {
        padding: 20px 0 0 10px;
        max-width: 50%; } }
    @media (min-width: 1200px) {
      .tips-module .text-holder .link-list {
        padding: 20px 0 0 27px; } }
    .tips-module .text-holder .link-list li {
      border-top: 2px solid #B2B2B2;
      padding: 5px 0; }
    .tips-module .text-holder .link-list a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 16px;
      line-height: 1.5;
      color: #F2F2F2;
      text-decoration: none; }
      .tips-module .text-holder .link-list a:hover {
        text-decoration: underline; }

@media (min-width: 768px) {
  .quote-module {
    display: flex;
    align-items: center; } }

@media (min-width: 768px) {
  .content-holder .quote-module {
    margin-left: -280px; } }

@media (min-width: 1024px) {
  .content-holder .quote-module {
    margin-left: -320px; } }

.quote-module .image-holder {
  margin-bottom: -40px; }
  @media (min-width: 768px) {
    .quote-module .image-holder {
      width: 280px;
      flex-shrink: 0;
      padding-right: 20px;
      margin-bottom: 0; } }
  @media (min-width: 1024px) {
    .quote-module .image-holder {
      width: 320px;
      padding-right: 40px; } }
  .quote-module .image-holder .image-block {
    display: flex;
    justify-content: center; }
    .quote-module .image-holder .image-block img {
      width: 300px;
      max-width: none; }
      @media (min-width: 768px) {
        .quote-module .image-holder .image-block img {
          width: 350px; } }
      @media (min-width: 1200px) {
        .quote-module .image-holder .image-block img {
          width: 393px; } }

.quote-module .text-holder {
  padding: 20px 23px 30px;
  background: #000;
  color: #fff;
  border-radius: 3px;
  position: relative;
  width: 100%; }
  @media (min-width: 768px) {
    .quote-module .text-holder:before {
      content: '';
      position: absolute;
      top: 25px;
      right: 100%;
      border-top: 10px solid transparent;
      border-right: 20px solid #000;
      border-bottom: 10px solid transparent; } }
  .quote-module .text-holder * {
    margin-bottom: 20px; }
    .quote-module .text-holder *:last-child {
      margin-bottom: 0; }
  .quote-module .text-holder blockquote {
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 2px solid currentColor; }

.faq-links-module {
  margin: 30px 0; }
  .faq-links-module:first-child {
    margin-top: 0; }
  .faq-links-module h2 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px; }
  .faq-links-module ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .faq-links-module ul li {
      padding: 10px 0;
      border-top: 2px solid #D8D8D8; }
    .faq-links-module ul a {
      text-decoration: none;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      font-size: 21px;
      font-weight: 500; }
      .faq-links-module ul a:hover {
        text-decoration: underline; }
      .faq-links-module ul a svg {
        margin-top: 4px;
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        margin-left: 10px; }

.accordion-module {
  margin: 50px 0; }
  @media (min-width: 1200px) {
    .accordion-module {
      margin: 100px 0; } }
  .accordion-module .title-block {
    margin: 0 0 34px; }
  .accordion-module .accordion-item {
    border-bottom: 2px solid #D8D8D8;
    padding: 41px 0; }
    .accordion-module .accordion-item:first-child {
      border-top: 2px solid #D8D8D8; }
    .accordion-module .accordion-item.link-item a {
      text-decoration: none;
      font-size: 21px;
      font-weight: 500;
      line-height: 1.2;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-right: 35px;
      position: relative; }
      .accordion-module .accordion-item.link-item a span {
        font-size: 18px;
        font-weight: 400; }
      .accordion-module .accordion-item.link-item a svg {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
        width: 16px;
        height: 16px; }
    .accordion-module .accordion-item .accordion-title {
      font-size: 21px;
      font-weight: 500;
      line-height: 1.2;
      padding-right: 35px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      cursor: pointer; }
      .accordion-module .accordion-item .accordion-title.open:after {
        opacity: 0; }
      .accordion-module .accordion-item .accordion-title:before {
        content: '';
        width: 16px;
        height: 2px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        background: #000; }
      .accordion-module .accordion-item .accordion-title:after {
        content: '';
        width: 2px;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 50%;
        transform: translateY(-50%);
        background: #000;
        transition: 0.3s; }
    .accordion-module .accordion-item .accordion-content {
      padding: 20px 0 0; }

.contact-us-module {
  text-align: center;
  margin: 50px 0;
  font-size: 21px;
  line-height: 1.2;
  padding: 17px 20px;
  background: #fff; }
  @media (min-width: 1200px) {
    .contact-us-module {
      margin: 95px 0;
      padding: 17px 40px; } }
  .contact-us-module *:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .content-holder .contact-us-module {
      margin-left: -280px; } }
  @media (min-width: 1024px) {
    .content-holder .contact-us-module {
      margin-left: -320px; } }

.text-info-module {
  padding: 30px 20px 30px;
  border-radius: 3px;
  background: #D8D8D8;
  margin: 40px 0; }
  @media (min-width: 1200px) {
    .text-info-module {
      margin: 55px 0; } }
  .text-info-module * {
    margin-bottom: 20px; }
    .text-info-module *:last-child {
      margin-bottom: 0; }
  .text-info-module ul, .text-info-module ol {
    padding: 0;
    margin-bottom: 20px; }
    .text-info-module ul:last-child, .text-info-module ol:last-child {
      margin-bottom: 0; }
    .text-info-module ul li, .text-info-module ol li {
      margin: 0; }
  .text-info-module ul {
    list-style-type: none;
    max-width: 450px; }
    .text-info-module ul li {
      padding-left: 25px;
      position: relative; }
      .text-info-module ul li:before {
        content: '';
        position: absolute;
        top: 13px;
        left: 0;
        width: 8px;
        height: 1px;
        background: currentColor; }

.custom-article-teaser {
  margin-top: 26px;
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .custom-article-teaser {
      margin-bottom: 0; } }
  .custom-article-teaser .article-block {
    position: relative;
    border-radius: 5px;
    margin: 10px 0; }
    .custom-article-teaser .article-block img {
      display: block; }
    .custom-article-teaser .article-block .holder-row {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-wrap: wrap;
      padding: 10px 20px;
      background: #fff;
      margin-top: 10px; }
      @media (min-width: 500px) {
        .custom-article-teaser .article-block .holder-row {
          position: absolute;
          bottom: 20px;
          left: 24px;
          right: 24px;
          padding: 0;
          background-color: transparent;
          margin-top: 0; } }
      .custom-article-teaser .article-block .holder-row .left-col {
        width: 100%;
        padding: 0 5px;
        margin-bottom: 15px; }
        @media (min-width: 500px) {
          .custom-article-teaser .article-block .holder-row .left-col {
            width: 50%;
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          .custom-article-teaser .article-block .holder-row .left-col {
            max-width: 295px;
            width: 100%; } }
        .custom-article-teaser .article-block .holder-row .left-col h2 {
          font-size: 22px;
          line-height: 25px;
          margin-bottom: 10px;
          font-weight: 500; }
          @media (min-width: 1024px) {
            .custom-article-teaser .article-block .holder-row .left-col h2 {
              font-size: 32px;
              line-height: 36px; } }
      .custom-article-teaser .article-block .holder-row .right-col {
        padding: 0 5px;
        width: 100%;
        display: flex;
        justify-content: center; }
        @media (min-width: 500px) {
          .custom-article-teaser .article-block .holder-row .right-col {
            width: 50%; } }
        @media (min-width: 1024px) {
          .custom-article-teaser .article-block .holder-row .right-col {
            width: 100%;
            max-width: 50%; } }
      /* .custom-article-teaser .article-block .holder-row .holder-date-cat {
        display: flex;
        align-items: center;
        margin: 0 -15px; } */
        .custom-article-teaser .article-block .holder-row .holder-date-cat {
        display: none;
        align-items: center;
        margin: 0 -15px; }
        .custom-article-teaser .article-block .holder-row .holder-date-cat .date,
        .custom-article-teaser .article-block .holder-row .holder-date-cat .category {
          margin-bottom: 0;
          padding: 0 15px;
          font-size: 16px;
          line-height: 22px; }
          @media (min-width: 1024px) {
            .custom-article-teaser .article-block .holder-row .holder-date-cat .date,
            .custom-article-teaser .article-block .holder-row .holder-date-cat .category {
              font-size: 20px;
              line-height: 24px; } }
      .custom-article-teaser .article-block .holder-row .readmore {
        background-color: #000000;
        font-size: 14px;
        padding: 5px 10px;
        color: #fff;
        border-radius: 5px;
        text-decoration: none;
        display: flex;
        align-items: center; }
        @media (min-width: 500px) {
          .custom-article-teaser .article-block .holder-row .readmore {
            margin-left: auto; } }
        @media (min-width: 1024px) {
          .custom-article-teaser .article-block .holder-row .readmore {
            font-size: 20px; } }
        .custom-article-teaser .article-block .holder-row .readmore::before {
          font-family: "Font Awesome 6 Free";
          font-weight: 900 !important;
          font-size: 14px;
          content: '\f061';
          margin-right: 5px; }
        .custom-article-teaser .article-block .holder-row .readmore:hover {
          opacity: 0.7; }
  .custom-article-teaser .bottom-block {
    background-color: #D8D8D8;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 18px;
    line-height: 22px; }
    @media (min-width: 1024px) {
      .custom-article-teaser .bottom-block {
        font-size: 20px;
        line-height: 24px;
        padding: 25px 23px; } }
    .custom-article-teaser .bottom-block .text-bottom-block {
      margin-right: 5px; }

.custom-category-articles {
  margin-bottom: 40px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .custom-category-articles {
      margin-left: -280px; } }
  @media (min-width: 1024px) {
    .custom-category-articles {
      margin-left: -320px; } }
  .custom-category-articles h2 {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 500; }
  .custom-category-articles .holder-category-articles {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff; }
    .custom-category-articles .holder-category-articles .article {
      width: 100%;
      text-decoration: none;
      padding: 20px 30px;
      text-align: center; }
      @media (min-width: 768px) {
        .custom-category-articles .holder-category-articles .article {
          width: 50%; } }
      @media (min-width: 1024px) {
        .custom-category-articles .holder-category-articles .article {
          width: 25%;
          border-right: 1px solid #F2F2F2; } }
      .custom-category-articles .holder-category-articles .article:hover {
        opacity: 0.7; }
      .custom-category-articles .holder-category-articles .article:last-child {
        border: 0; }
      .custom-category-articles .holder-category-articles .article .article-image img {
        max-width: 128px;
        margin: 0 auto 20px;
        max-height: 106px; }
      .custom-category-articles .holder-category-articles .article h2 {
        font-size: 21px; }

.com-content-article.item-page .page-header .h1 {
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 30px;
  font-weight: 500; }
  @media (min-width: 1024px) {
    .com-content-article.item-page .page-header .h1 {
      font-size: 42px;
      line-height: 48px;
      margin-bottom: 50px; } }

.com-content-article.item-page .page-header .subtitle {
  font-size: 21px;
  margin-bottom: 10px; }

.com-content-article.item-page .page-header h1 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .com-content-article.item-page .page-header h1 {
      margin-bottom: 77px; } }

.com-content-article.item-page .page-header.project h1 {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .com-content-article.item-page .page-header.project h1 {
      margin-bottom: 47px;
      max-width: 600px; } }

.com-content-article.item-page .faq-links-module > h2 {
  margin-bottom: 13px; }
  @media (min-width: 1024px) {
    .com-content-article.item-page .faq-links-module > h2 {
      max-width: 400px; } }

.com-content-article.item-page .faq-links-module .accordion-item {
  border-bottom: 1px solid #D8D8D8;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0; }

.com-content-article.item-page .faq-links-module .opener.accordion-title {
  font-size: 21px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .com-content-article.item-page .faq-links-module .opener.accordion-title:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    font-size: 17px;
    content: '\2b';
    margin-right: 10px;
    color: #000;
    margin-left: 25px; }
  .com-content-article.item-page .faq-links-module .opener.accordion-title.open:after {
    content: '\f068'; }

.com-content-article.item-page .faq-links-module .slide.accordion-content {
  padding-top: 10px; }

.com-content-article.item-page .anchors-link {
  margin-bottom: 66px; }
  .com-content-article.item-page .anchors-link ul li {
    margin-bottom: 5px; }
  .com-content-article.item-page .anchors-link a {
    text-decoration: none;
    display: flex;
    font-size: 21px;
    font-weight: 500;
    line-height: 24px; }
    .com-content-article.item-page .anchors-link a::before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900 !important;
      font-size: 14px;
      content: '\2b';
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #000;
      background-color: transparent;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      min-width: 20px;
      margin-right: 10px;
      color: #000;
      margin-top: 2px; }
    .com-content-article.item-page .anchors-link a:hover {
      opacity: 0.8; }

.com-content-article.item-page .author-text {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 12px;
  font-weight: 500; }

.com-content-article.item-page .sidebar-links {
  margin-bottom: 9px; }
  .com-content-article.item-page .sidebar-links ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .com-content-article.item-page .sidebar-links ul li {
      padding: 0 5px;
      margin-bottom: 8px; }
      .com-content-article.item-page .sidebar-links ul li a {
        display: inline-block;
        font-size: 21px;
        line-height: 1.2;
        background: #000;
        box-shadow: 0 15px 50px #D8D8D8;
        color: #fff;
        padding: 12px 18px;
        border-radius: 3px;
        text-decoration: none;
        transition: 0.3s;
        cursor: pointer; }
        .com-content-article.item-page .sidebar-links ul li a:hover {
          opacity: 0.8;
          box-shadow: none; }

.com-content-article.item-page .sidebar-text {
  padding: 5px 0;
  font-size: 20px;
  line-height: 24px;
  font-style: italic; }
  .com-content-article.item-page .sidebar-text p {
    padding-left: 10px;
    position: relative; }
    .com-content-article.item-page .sidebar-text p::before {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      content: '';
      border-left: 2px solid #2C2C2C; }

.com-content-article.item-page .page-search {
  margin-bottom: 30px; }

.com-content-article.item-page .column-section h2 {
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 10px; }

.com-content-article.item-page .column-section .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 20px; }
  .com-content-article.item-page .column-section .row .col {
    width: 100%;
    padding: 0 20px; }
    @media (min-width: 1024px) {
      .com-content-article.item-page .column-section .row .col {
        width: 50%; } }
    .com-content-article.item-page .column-section .row .col p {
      margin-bottom: 20px; }
    .com-content-article.item-page .column-section .row .col blockquote {
      margin: 0;
      position: relative;
      padding: 5px 0 0 10px;
      font-size: 20px;
      line-height: 24px;
      font-style: italic; }
      .com-content-article.item-page .column-section .row .col blockquote::before {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        content: '';
        border-left: 2px solid #2C2C2C; }

.team-contacts-module-slider {
  position: relative;
  margin: 0 0 110px; }
  .team-contacts-module-slider .logo-block-slider {
    font-size: 0;
    margin: 0 0 20px; }
  .team-contacts-module-slider .team-members-slider {
    position: relative; }
    .team-contacts-module-slider .team-members-slider:after {
      content: '';
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      width: 100%;
      background: #F2055C;
      z-index: -1; }
      @media (min-width: 768px) {
        .team-contacts-module-slider .team-members-slider:after {
          bottom: 0;
          width: auto;
          top: auto;
          height: 250px;
          right: 0;
          border-radius: 4px; } }
  .team-contacts-module-slider .team-member-slider {
    position: relative;
    display: block; }
    @media (min-width: 768px) {
      .team-contacts-module-slider .team-member-slider {
        padding: 0 20px; } }
    @media (min-width: 768px) {
      .team-contacts-module-slider .team-member-slider:hover .text-member {
        opacity: 1; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .team-contacts-module-slider .team-member-slider:last-child .text-member {
    left: auto;
    right: calc(50% - 20px); } }

@media (min-width: 768px) and (max-width: 1199px) {
  .team-contacts-module-slider .team-member-slider:last-child .text-member:after {
    left: auto;
    right: 20px; } }
    .team-contacts-module-slider .team-member-slider .image-member {
      width: 80px;
      height: 170px;
      display: flex;
      justify-content: center;
      position: relative;
      margin: 0 20px 20px;
      flex-shrink: 0;
      margin: 15px auto; }
      @media (min-width: 768px) {
        .team-contacts-module-slider .team-member-slider .image-member {
          width: 200px;
          height: 340px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        .team-contacts-module-slider .team-member-slider .image-member {
          width: 211px;
          height: 390px; } }
      .team-contacts-module-slider .team-member-slider .image-member img {
        width: auto;
        height: auto;
        max-width: 375px; }
    .team-contacts-module-slider .team-member-slider .text-member {
      background: #fff;
      padding: 15px 20px 30px;
      text-align: left;
      font-size: 16px;
      line-height: 1.2;
      color: #2C2C2C;
      width: 100%;
      text-align: center;
      box-shadow: 0px 30px 100px 0px #d8d8d8; }
      @media (min-width: 768px) {
        .team-contacts-module-slider .team-member-slider .text-member {
          opacity: 0;
          width: auto;
          transition: 0.3s;
          position: absolute;
          left: calc(50% - 20px);
          top: calc(50%  + 25px);
          z-index: 10;
          font-size: 20px;
          text-align: left;
          border-radius: 3px; } }
      @media (min-width: 768px) {
        .team-contacts-module-slider .team-member-slider .text-member:after {
          content: '';
          position: absolute;
          left: 25px;
          bottom: 100%;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 20px solid #fff; } }
      .team-contacts-module-slider .team-member-slider .text-member * {
        margin: 0;
        color: #2C2C2C; }
  .team-contacts-module-slider .arrow {
    border: none;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 1;
    background-color: #fff;
    padding: 10px;
    border-radius: 3px; }
  .team-contacts-module-slider .slick-next {
    right: 10px; }
  .team-contacts-module-slider .slick-prev {
    left: 10px; }

.cb_month {
  cursor: pointer;
  display: inline-block;
  color: #B2B2B2; }
  .cb_month.active-month {
    color: #000; }

.cb_month:hover {
  color: #000; }

.ui-widget.ui-widget-content {
  width: 100%;
  border: none !important;
  border-radius: 0 !important;
  padding: 0;
  background-color: transparent; }

.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  border: none; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 !important;
  text-align: left !important;
  font-weight: 400 !important; }

.ui-datepicker .ui-datepicker-prev {
  left: auto !important;
  right: 20px; }

.ui-datepicker .ui-datepicker-next {
  right: 0 !important; }

.ui-datepicker-prev, .ui-datepicker-next {
  background: none;
  border: none; }

.ui-datepicker-prev span {
  width: 16px !important;
  height: 16px !important;
  background-image: url("../images/arrow-calendar.svg") !important; }

.ui-datepicker-next span {
  background-image: url("../images/arrow-calendar.svg") !important;
  transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  width: 16px !important;
  height: 16px !important;
  border: none !important;
  cursor: pointer;
  top: 13px !important; }
  .ui-datepicker .ui-datepicker-prev:hover,
  .ui-datepicker .ui-datepicker-next:hover {
    top: 13px;
    opacity: 0.7;
    outline: none; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    width: 12px !important;
    height: 12px !important; }

.content-articles-calendar {
  padding: 40px 0 10px; }
  .content-articles-calendar .list-content-articles {
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D8D8D8; }
    .content-articles-calendar .list-content-articles .left-col {
      margin-right: 20px; }
    .content-articles-calendar .list-content-articles .right-col {
      margin-left: auto;
      min-width: 45px; }
    .content-articles-calendar .list-content-articles .art-title {
      font-size: 18px;
      font-weight: 500;
      text-decoration: none;
      margin-bottom: 2px;
      display: block; }
      @media (min-width: 768px) {
        .content-articles-calendar .list-content-articles .art-title {
          font-size: 21px; } }
      .content-articles-calendar .list-content-articles .art-title:hover {
        opacity: 0.7; }
    .content-articles-calendar .list-content-articles .date-art {
      font-size: 16px;
      margin-right: 13px; }
      @media (min-width: 1024px) {
        .content-articles-calendar .list-content-articles .date-art {
          font-size: 20px; } }
    .content-articles-calendar .list-content-articles .cat-art {
      font-size: 16px;
      margin-right: 13px; }
      @media (min-width: 768px) {
        .content-articles-calendar .list-content-articles .cat-art {
          font-size: 20px; } }
    .content-articles-calendar .list-content-articles .image-cat {
      margin-left: auto; }
      .content-articles-calendar .list-content-articles .image-cat img {
        display: block;
        max-width: 45px;
        width: 100%;
        max-height: 40px;
        height: 100%;
        object-fit: contain; }
    .content-articles-calendar .list-content-articles .bottom-line {
      display: flex;
      align-items: center; }

.title-calendar {
  font-size: 21px;
  margin-bottom: 0px; }

.accordion-calendar-filter .accordion-item.js-accordion-item {
  margin-bottom: 15px; }

.accordion-calendar-filter .opener.accordion-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  cursor: pointer; }
  .accordion-calendar-filter .opener.accordion-title::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900 !important;
    font-size: 14px;
    content: '\2b';
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
    color: #000; }
  .accordion-calendar-filter .opener.accordion-title.open::before {
    content: '\f068'; }
  .accordion-calendar-filter .opener.accordion-title:hover {
    opacity: 0.8; }

.accordion-calendar-filter .holder-content.accordion-content {
  padding: 7px 0 0;
  margin-left: 30px; }

.holder-date.js-accordion-item {
  padding: 0px 0 15px !important;
  margin: 0 !important; }

.ui-state-active, .ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #000 !important;
  background: #000 !important; }

.accordion-content.accordion-search {
  padding: 0 !important;
  margin-left: 0px !important; }

.accordion-title-search {
  margin-bottom: 15px; }

#div_filter_day {
  margin-bottom: 30px; }

.resize-active * {
  transition: none !important; }

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

/* footer headline entfernen*/
.col-left .widget-header{
  display:none; 
}
.col-left {
padding-top: 0px!important;
}