/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75); }
  .mfp-arrow-left {
    transform-origin: 0; }
  .mfp-arrow-right {
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/* main color  1 */
/* Background heading / some widgets */
/* Background some elements */
/* in header nav and footer */
/*hover in menues */
/* fira-sans-extra-condensed-200 - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: normal;
  font-weight: 200;
  src: local("Fira Sans Extra Condensed ExtraLight"), local("FiraSansExtraCondensed-ExtraLight"), url("../fonts/fira-sans-extra-condensed-v4-latin-200.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-200italic - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: italic;
  font-weight: 200;
  src: local("Fira Sans Extra Condensed ExtraLight Italic"), local("FiraSansExtraCondensed-ExtraLightItalic"), url("../fonts/fira-sans-extra-condensed-v4-latin-200italic.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-200italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-300 - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: normal;
  font-weight: 300;
  src: local("Fira Sans Extra Condensed Light"), local("FiraSansExtraCondensed-Light"), url("../fonts/fira-sans-extra-condensed-v4-latin-300.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-regular - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans Extra Condensed Regular"), local("FiraSansExtraCondensed-Regular"), url("../fonts/fira-sans-extra-condensed-v4-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-300italic - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: italic;
  font-weight: 300;
  src: local("Fira Sans Extra Condensed Light Italic"), local("FiraSansExtraCondensed-LightItalic"), url("../fonts/fira-sans-extra-condensed-v4-latin-300italic.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-italic - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: italic;
  font-weight: 400;
  src: local("Fira Sans Extra Condensed Italic"), local("FiraSansExtraCondensed-Italic"), url("../fonts/fira-sans-extra-condensed-v4-latin-italic.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-600 - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: normal;
  font-weight: 600;
  src: local("Fira Sans Extra Condensed SemiBold"), local("FiraSansExtraCondensed-SemiBold"), url("../fonts/fira-sans-extra-condensed-v4-latin-600.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* fira-sans-extra-condensed-600italic - latin */
@font-face {
  font-family: "Fira Sans Extra Condensed";
  font-style: italic;
  font-weight: 600;
  src: local("Fira Sans Extra Condensed SemiBold Italic"), local("FiraSansExtraCondensed-SemiBoldItalic"), url("../fonts/fira-sans-extra-condensed-v4-latin-600italic.woff2") format("woff2"), url("../fonts/fira-sans-extra-condensed-v4-latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v19-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v19-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-slab-v12-latin-regular.woff2") format("woff2"), url("../fonts/roboto-slab-v12-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=32ffb58398eb28e3db86)
 * Config saved to config.json and https://gist.github.com/32ffb58398eb28e3db86
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

ul.tx-indexedsearch-browsebox {
  padding: 0 0 0 0.5em;
}

ul.tx-indexedsearch-browsebox li {
  display: inline-block;
  margin: 3px 6px;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ebtj0q");
  src: url("../fonts/icomoon.eot?#iefixebtj0q") format("embedded-opentype"), url("../fonts/icomoon.woff?ebtj0q") format("woff"), url("../fonts/icomoon.ttf?ebtj0q") format("truetype"), url("../fonts/icomoon.svg?ebtj0q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon";
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
  content: "\e0be";
}

.calendar-button {
  font-size: 24px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 33px;
}

.icon-calendar {
  display: block;
  width: 20px;
  height: 26px;
  background: url("../img/cal-icon.svg") center center no-repeat;
}

.icon-icon-fw:before, .icon-0:before {
  content: "\e605";
}

.icon-icon-arrow-left:before {
  content: "\e600";
}

.icon-icon-arrow-right:before {
  content: "\e601";
}

.icon-icon-dialog:before, .icon-1:before, .icon-dialog:before {
  content: "\e602";
}

.icon-icon-envelop:before, .icon-4:before {
  content: "\e603";
}

.icon-icon-fraktion:before, .icon-5:before {
  content: "\e604";
}

.icon-icon-gallerie:before, .icon-6:before {
  content: "\e606";
}

.icon-icon-info:before, .icon-2:before, .icon-aktuelles:before {
  content: "\e607";
}

.icon-icon-multimedia:before {
  content: "\e608";
}

.icon-icon-presse:before, .icon-7:before, .icon-presse:before {
  content: "\e609";
}

.icon-icon-radio-checked:before {
  content: "\e60a";
}

.icon-icon-radio:before {
  content: "\e60b";
}

.icon-icon-video:before, .icon-3:before {
  content: "\e60c";
}

.icon-icon-werte:before, .icon-8:before {
  content: "\e60d";
}

.icon-home:before {
  content: "\e007";
}

.icon-office:before, .icon-9:before {
  content: "\e00b";
}

.icon-newspaper:before {
  content: "\e00c";
}

.icon-images:before {
  content: "\e032";
}

.icon-film:before {
  content: "\e04a";
}

.icon-camera:before {
  content: "\e04b";
}

.icon-phone3:before {
  content: "\e0dc";
}

.icon-envelope:before {
  content: "\e0ec";
}

.icon-location:before {
  content: "\e0f1";
}

.icon-bubble:before {
  content: "\e164";
}

.icon-user:before {
  content: "\e197";
}

.icon-spinner:before {
  content: "\e1af";
}

.icon-search:before {
  content: "\e1ba";
}

.icon-stats-up:before {
  content: "\e207";
}

.icon-gift:before {
  content: "\e211";
}

.icon-medal:before {
  content: "\e218";
}

.icon-meter-fast:before {
  content: "\e239";
}

.icon-lamp:before {
  content: "\e24e";
}

.icon-remove:before {
  content: "\e250";
}

.icon-menu2:before {
  content: "\e2af";
}

.icon-flag:before {
  content: "\e2d4";
}

.icon-notification:before {
  content: "\e357";
}

.icon-question:before {
  content: "\e35b";
}

.icon-plus-circle:before {
  content: "\e35e";
}

.icon-info:before {
  content: "\e362";
}

.icon-cancel-circle:before {
  content: "\e365";
}

.icon-checkmark-circle:before {
  content: "\e367";
}

.icon-play:before {
  content: "\e380";
}

.icon-pause:before {
  content: "\e381";
}

.icon-stop:before {
  content: "\e382";
}

.icon-backward:before {
  content: "\e383";
}

.icon-forward:before {
  content: "\e384";
}

.icon-arrow-up:before {
  content: "\e40c";
}

.icon-arrow-right:before {
  content: "\e40d";
}

.icon-arrow-down:before {
  content: "\e40e";
}

.icon-arrow-left:before {
  content: "\e40f";
}

.icon-checkbox-checked:before {
  content: "\e435";
}

.icon-checkbox-unchecked:before {
  content: "\e436";
}

.icon-radio-checked:before {
  content: "\e438";
}

.icon-icon-enlarge:before {
  content: "\e989";
}

.icon-icon-shrink:before {
  content: "\e98a";
}

.icon-icon-enlarge2:before {
  content: "\e98b";
}

.icon-icon-shrink2:before {
  content: "\e98c";
}

.icon-share:before {
  content: "\ea7d";
}

.icon-rss:before {
  content: "\ea9b";
}

.icon-rss2:before {
  content: "\ea9c";
}

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

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #5a5a5a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.vbcn-backdrop {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.7;
}

.vbcn {
  background: #fff;
  color: #161616;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font-size: 17px;
  line-height: 1.4;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 100%;
  padding: 1.4em;
  max-width: 50em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .vbcn {
    max-width: 50em;
  }
}
.vbcn.is-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%);
  overflow: auto;
  max-height: 100vh;
}
.vbcn.is-centered .vbcn-buttons {
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .vbcn {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .vbcn {
    font-size: 15px;
  }
}
.vbcn a {
  color: currentColor;
  text-decoration: underline;
}
.vbcn a:hover {
  color: #0f71d0;
}
.vbcn .vbcn-details-view {
  display: none;
}
.vbcn .vbcn-button#vbcn-accept-all {
  display: none;
}
.vbcn .vbcn-button#vbcn-decline-all {
  display: none;
}
.vbcn .vbcn-button#vbcn-cancel-customize {
  display: none;
}
.vbcn .vbcn-button#vbcn-save {
  display: none;
}
.vbcn.is-config-mode .vbcn-preset-view {
  display: none;
}
.vbcn.is-config-mode .vbcn-details-view {
  display: block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-preset {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-decline {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-customize {
  display: none;
}
.vbcn.is-config-mode .vbcn-button#vbcn-accept-all {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-decline-all {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-cancel-customize {
  display: inline-block;
}
.vbcn.is-config-mode .vbcn-button#vbcn-save {
  display: inline-block;
}

.vbcn-title {
  font-size: 1.8em;
  margin: 0 0 0.6em;
  border-bottom: 1px solid #666;
  color: #333;
}

.vbcn-text {
  margin: 0 0 1.2em;
}

.vbcn-option {
  position: relative;
  display: block;
  padding-left: 1.6em;
  margin: 0 0 1em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.vbcn-option-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark {
  background: #0f71d0;
  border-color: #0f71d0;
}
.vbcn-option-input:checked ~ .vbcn-option-checkmark:after {
  color: #fff;
  content: "×";
}

.vbcn-option-checkmark {
  position: absolute;
  top: 0.075em;
  left: 0;
  height: 1.2em;
  width: 1.2em;
  background: transparent;
  border: 1px solid rgba(22, 22, 22, 0.5);
}
.vbcn-option-checkmark:after {
  text-align: center;
  line-height: 1;
  display: block;
}

.vbcn-option-desc {
  font-size: 0.75em;
  color: #666;
  display: block;
}

.vbcn-option-mandatory-text {
  color: #ff4e41;
  font-weight: bold;
}

.vbcn-buttons {
  text-align: right;
}

.vbcn-button {
  border-radius: 3px;
  background: #535353;
  color: #fff;
  font-size: 1em;
  letter-spacing: 0.5px;
  padding: 0.5em 0.8em;
  border: none;
  cursor: pointer;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
  display: inline-block;
  font-weight: bolder;
  margin: 0 0.5em;
}
.vbcn-button:last-of-type {
  margin-right: 0;
}
.vbcn-button:hover, .vbcn-button:active {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5) inset;
}
.vbcn-button:disabled {
  color: #888;
  cursor: default;
}
.vbcn-button.primary {
  background: #0f71d0;
  color: #fff;
  font-weight: bolder;
}

.vbcn-placeholder {
  background: #dddddd;
  padding: 3rem;
}
.vbcn-placeholder .vbcn-placeholder-headline {
  margin: 0 0 0.6em;
  border-bottom: 1px solid #666;
  color: #333;
}
.vbcn-placeholder .vbcn-placeholder-content {
  background: #fff;
  color: #161616;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  padding: 20px;
}
.vbcn-placeholder .vbcn-placeholder-actions {
  text-align: right;
}
.vbcn-placeholder .vbcn-text-small {
  font-size: 0.75em;
  color: #666;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #2f292b;
  background-color: #595959;
}

.body-container {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

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

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  font-family: "Roboto Slab", serif;
  letter-spacing: 3px;
  display: block;
}

h1,
h2,
.h2 {
  font-family: "Roboto Slab", serif;
  font-size: 40px;
  font-weight: 600;
}

a {
  color: #f7a800;
}

a:hover {
  text-decoration: none;
  color: #e39a00;
}

[id] {
  scroll-margin-top: calc(90px + 1rem);
}
@media (min-width: 992px) {
  [id] {
    scroll-margin-top: calc(131px + 1rem);
  }
}

.header {
  background-color: #f7a800;
  width: 100%;
  height: 104px;
  padding: 10px 0;
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    height: 72px;
  }
}

.header-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.header-holder {
  position: relative;
  width: 100%;
  height: 104px;
  display: none;
}
@media (max-width: 767px) {
  .header-holder {
    height: 72px;
  }
}

.main-navigation-fixed:not(.fresh-nav) {
  position: fixed;
  top: 104px;
  right: 0;
  left: 0;
}

.main-navigation-holder {
  position: relative;
  width: 100%;
  height: 51px;
  display: none;
}

.header .container {
  position: relative;
}

.header .header-right {
  position: absolute;
  right: 0;
  top: 15px;
  text-align: right;
}

.header .header-right .barrier {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  margin-bottom: 5px;
}

.header .header-right .barrier a {
  cursor: pointer;
  color: white;
  font-family: "Open San", sans-serif;
  font-weight: bold;
}

.header .header-right .barrier .change-contrast {
  position: relative;
  top: -3px;
  left: -3px;
}

.header .header-right .barrier .large {
  font-size: 18px;
}

.header .header-right .barrier .small {
  font-size: 13px;
}

.header .search label {
  font-style: normal;
  font-weight: bold;
  font-size: 10pt;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  line-height: 30px;
  color: #fff;
}

.header .search #s {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #e5e5e5;
  font-size: 12px;
  width: 200px;
}

.header .search #s:focus,
.header .search #s:active {
  outline: none;
  background-color: #dfe1e2;
}

.header .toggle-mobile-navigation, .header .searchlink {
  position: absolute;
  right: 10px;
  top: -10px;
  font-size: 32px;
  color: #d0d1d3;
  height: 72px;
  line-height: 72px;
  cursor: pointer;
}

.header .searchlink {
  right: 60px;
  cursor: initial;
}

.header .searchlink .icon-menu2:before {
  content: " ";
  background-image: url("../img/icon-search.svg");
}

.header .toggle-mobile-navigation:hover {
  color: #595959;
}

.header .toggle-mobile-navigation.active {
  color: #3697b0;
}

.fresh-header-holder ~ .mobile-navigation,
.header .mobile-navigation {
  position: absolute;
  top: 62px;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #383838;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  height: 0;
  overflow: hidden;
}

.fresh-header-holder ~ .mobile-navigation {
  top: 80px;
}

.fresh-header-holder ~ .mobile-navigation.active,
.header .mobile-navigation.active {
  height: auto;
}

.fresh-header-holder ~ .mobile-navigation ul,
.fresh-header-holder ~ .mobile-navigation li,
.header .mobile-navigation ul,
.header .mobile-navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.fresh-header-holder ~ .mobile-navigation a,
.header .mobile-navigation a {
  color: #ededee;
  display: block;
  line-height: 42px;
  text-align: center;
  border-bottom: 2px solid #595959;
  font-size: 14px;
  letter-spacing: 1px;
}

.fresh-header-holder ~ .mobile-navigation ul li:last-child a,
.header .mobile-navigation ul li:last-child a {
  border-bottom: none;
}

.fresh-header-holder ~ .mobile-navigation .submenu,
.header .mobile-navigation .submenu {
  display: none;
}

.sticky {
  position: fixed;
  width: 100%;
  z-index: 999999;
  opacity: 0.95;
}

header.header {
  top: 0;
}

header.header {
  transition: opacity 0.75s ease-out;
}

.logo-small {
  height: 76px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .logo-small {
    height: 54px;
  }
}

.header .logo {
  width: 280px;
  height: 76px;
}
@media (max-width: 767px) {
  .header .logo {
    width: 199px;
    height: 54px;
    margin-left: 10px;
  }
}

nav#main-navigation {
  width: 100%;
  transition: opacity 0.75s ease-out;
  z-index: 99;
}

.main-navigation > div > ul > li:first-child > .submenu {
  left: 0;
}

.menu-mobile .main-navigation {
  background-color: transparent;
  height: auto;
  border-bottom: none;
}

.main-navigation > div > ul > li:first-child > a {
  margin-left: 0;
}

@media (max-width: 1199px) {
  .body-container .main-navigation > div > ul > li > a {
    margin-left: 20px;
    letter-spacing: 0;
  }
}
.main-navigation {
  background-color: #595959;
  height: 48px;
  border-bottom: 7px solid #2f292b;
}

.main-navigation ul,
.main-navigation li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-navigation .submenu {
  display: none;
}

.main-navigation > div > ul {
  float: right;
}

.main-navigation > div > ul > li {
  float: left;
  position: relative;
}

.main-navigation > div > ul > li > a {
  display: block;
  line-height: 48px;
  height: 48px;
  margin-left: 35px;
  color: #c5c7c9;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  border-bottom: 7px solid #2f292b;
  font-weight: 600;
  letter-spacing: 1px;
}

.main-navigation > div > ul > li > a:hover {
  color: #f7a800;
  text-decoration: none;
}

.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-parent > a {
  color: #f7a800;
  border-bottom: 7px solid #f7a800;
}

.main-navigation > div > ul > li:hover > .submenu {
  display: block;
}

.main-navigation > div > ul > li > .submenu {
  background-color: #595959;
  opacity: 0.9;
  position: absolute;
  top: 100%;
  left: 35px;
  z-index: 1000;
  min-width: 160px;
}

.main-navigation > div > ul > li > .submenu > li {
  position: relative;
}

.main-navigation > div > ul > li > .submenu > li > a {
  display: block;
  text-align: left;
  padding: 12px 20px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  line-height: 18px;
  word-break: keep-all;
  font-family: "Roboto Slab", serif;
}

.main-navigation > div > ul > li > .submenu > li > a:hover {
  color: #f7a800;
}

.main-navigation > div > ul > li > .submenu > li.current-menu-item > a,
.main-navigation > div > ul > li > .submenu > li.current-menu-parent > a {
  border-bottom: 7px solid #f7a800;
}

.main-navigation > div > ul > li > .submenu > li:hover > .submenu {
  display: block;
}

.main-navigation > div > ul > li > .submenu > li > .submenu {
  background-color: rgba(81, 81, 82, 0.9);
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1000;
  min-width: 160px;
}

.main-navigation > div > ul > li > .submenu > li > .submenu > li > a {
  display: block;
  text-align: left;
  padding: 12px 20px;
  font-size: 14px;
  color: white;
  font-weight: 600;
  line-height: 18px;
  word-break: keep-all;
  font-family: "Roboto Slab", serif;
}

.main-navigation > div > ul > li > .submenu > li > .submenu > li > a:hover {
  color: #f7a800;
}

.main-navigation > div > ul > li > .submenu > li > .submenu > li.current-menu-item > a,
.main-navigation > div > ul > li > .submenu > li > .submenu > li.current-menu-parent > a {
  border-bottom: 7px solid #f7a800;
}

.fresh-header-holder ~ .mobile-navigation,
.header .mobile-navigation,
.main-navigation > div > ul > li > a,
.main-navigation > div > ul > li > .submenu > li > a,
.main-navigation > div > ul > li > .submenu > li > .submenu > li > a {
  font-family: "Fira Sans Extra Condensed", sans-serif;
}

.main-navigation {
  background-color: #595959;
}

.main-navigation {
  border-bottom: 7px solid #e5e5e5;
}

.main-navigation .container {
  text-align: center;
}

.main-navigation > div > ul {
  float: initial;
  display: inline-block;
}

.main-navigation > div > ul > li > a {
  border-bottom: none;
}

.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li.current-menu-item > a,
.main-navigation > div > ul > li.current-menu-parent > a,
.main-navigation > div > ul > li > .submenu > li > a:hover,
.main-navigation > div > ul > li > .submenu > li > .submenu > li > a:hover {
  color: #f7a800;
}

.fraktion-grid,
.fraktion-carousel,
.kandidaten-carousel {
  overflow: hidden;
  margin: 0;
}

.fraktion-item,
.kandidaten-item {
  width: 20%;
  float: left;
  position: relative;
  height: 0;
  padding-bottom: 20%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .fraktion-item,
.kandidaten-item {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 991px) {
  .fraktion-item,
.kandidaten-item {
    width: 25%;
    padding-bottom: 25%;
  }
}
@media (max-width: 650px) {
  .fraktion-item,
.kandidaten-item {
    width: 33.333%;
    padding-bottom: 33.33%;
  }
}
@media (max-width: 480px) {
  .fraktion-item,
.kandidaten-item {
    width: 50%;
    padding-bottom: 50%;
  }
}
.fraktion-item:hover .overlay,
.kandidaten-item:hover .overlay {
  opacity: 1;
}
.fraktion-item-bg,
.kandidaten-item-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.fraktion-item .overlay,
.kandidaten-item .overlay {
  transition: all 0.2s ease-out;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.fraktion-item .overlay .overlay-inner,
.kandidaten-item .overlay .overlay-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  background-color: rgba(54, 151, 176, 0.9);
  color: white;
  vertical-align: middle;
  text-align: center;
}

.kandidaten-item {
  width: calc(20% - 10px);
  height: 0;
  padding-bottom: calc(20% - 10px);
  margin: 5px;
}
@media (max-width: 992px) {
  .kandidaten-item {
    width: calc(25% - 10px);
    padding-bottom: calc(25% - 10px);
  }
}
@media (max-width: 768px) {
  .kandidaten-item {
    width: calc(33.33334% - 10px);
    padding-bottom: calc(33.33334% - 10px);
  }
}
@media (max-width: 384px) {
  .kandidaten-item {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
}
.kandidaten-item .kandidaten-item-bg {
  border-radius: 50%;
}

.isRoot .carousel.kandidaten-carousel.isLimited .kandidaten-item:nth-child(n+16) {
  display: none;
}
@media (max-width: 384px) {
  .isRoot .carousel.kandidaten-carousel.isLimited .kandidaten-item:nth-child(n+7) {
    display: none;
  }
}
@media (max-width: 768px) {
  .isRoot .carousel.kandidaten-carousel.isLimited .kandidaten-item:nth-child(n+10) {
    display: none;
  }
}
@media (max-width: 992px) {
  .isRoot .carousel.kandidaten-carousel.isLimited .kandidaten-item:nth-child(n+13) {
    display: none;
  }
}

.fraktion-more-link {
  background-color: #777778;
  color: white;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.fraktion-more-link a {
  background-color: #777778;
  color: white;
  text-align: center;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
}
.fraktion-more-link a:hover {
  background-color: #595959;
}

.form-list {
  margin: 0;
  padding: 0;
}

.form-list li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.form-elem {
  margin-bottom: 15px;
}

.form-elem.cb-elem {
  padding-left: 30px;
  position: relative;
}

.form-elem.cb-elem label {
  line-height: 21px;
}

.form-elem.cb-elem input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 5px;
}

.form-elem label {
  font-size: 16px;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-style: italic;
  line-height: 30px;
}

.form-elem input[type=text],
.form-elem input[type=email],
.form-elem input[type=password] {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #c5c7c9;
  font-size: 14px;
  display: block;
  width: 330px;
  max-width: 100%;
}

.form-elem input[type=text]:focus,
.form-elem input[type=email]:focus,
.form-elem input[type=password]:focus,
.form-elem input[type=text]:active,
.form-elem input[type=email]:active,
.form-elem input[type=password]:active {
  outline: none;
  background-color: #dfe1e2;
}

.form-elem button {
  background-color: #3697b0;
  color: white;
  font-weight: 600;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  line-height: 40px;
  height: 40px;
  border: none;
  width: 330px;
  border-radius: 0;
}

.form-elem button:focus,
.form-elem button:hover {
  background-color: #3697b0;
}

/* Styles for from-ext */
form .form-group {
  margin-bottom: 15px;
}
form .control-label {
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
}
form .form-control {
  font-size: 0.9em;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #ccc !important;
}
form textarea.form-control {
  height: 200px;
  line-height: 1.3;
}
form .form-navigation .btn {
  font-size: 1em;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: #3f9d9e;
  border: none;
  cursor: pointer;
}
form .form-navigation .btn:hover, form .form-navigation .btn:focus {
  background: #f69f10;
}

/* message after submit form */
div[id^=wahlpruefsteine] {
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.ortsverbaende-container {
  margin-top: 30px;
  overflow: hidden;
}

.search-container {
  float: right;
  max-width: 100%;
}

.single-ortsverband {
  padding: 0 15px;
  margin-bottom: 5px;
  width: 50%;
  float: left;
}

.single-ortsverband a {
  color: #3697b0;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  display: block;
}

.single-ortsverband span {
  color: #646464;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 8px 12px;
  display: block;
}

.cascading {
  line-height: 32px;
  margin-bottom: 30px;
}

.cascading-bezirk, .cascading-landkreis, .cascading-alphabetisch {
  display: inline-block;
  padding: 0 10px;
  background-color: #c5c7c9;
  margin-right: 5px;
  cursor: pointer;
}

.cascading-bezirk:hover, .cascading-landkreis:hover, .cascading-alphabetisch:hover {
  background-color: #f0f0f0;
}

.cascading-bezirk.active, .cascading-landkreis.active, .cascading-alphabetisch.active {
  background-color: #3697b0;
  color: white;
}

#ortsverbaende-liste-alphabetisch {
  display: none;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

#ortsverbaende-liste-landkreise {
  display: none;
  overflow: hidden;
}

#ortsverbaende-liste-bezirke {
  display: none;
  overflow: hidden;
}

#ortsverbaende-liste-alphabetisch.active {
  display: block;
}

#ortsverbaende-liste-landkreise.active {
  display: block;
}

#ortsverbaende-liste-bezirke.active {
  display: block;
}

.ortsverband-inner-container {
  margin-bottom: 10px;
}

.ortsverband-innerst-container {
  display: none;
  padding: 15px;
  background-color: #f0f0f0;
  overflow: hidden;
}

.ortsverband-innerst-container.active {
  display: block;
}

.ortsverband-header {
  padding: 0 15px;
  line-height: 42px;
  background-color: #f0f0f0;
  cursor: pointer;
}

.ortsverband-header.active {
  background-color: #3697b0;
  color: white;
}

.ortsverband-header h4 {
  margin: 0;
}

.single-landkreis, .single-bezirk {
  overflow: hidden;
}

/*********************
PMs und News
*********************/
.body-container .news-related {
  padding: 0;
  border: none;
  display: block;
  font-size: 16px;
}

.body-container .news-related ul, .body-container .news-related li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.body-container .news-related li {
  margin-bottom: 10px;
}

/*********************
Suchergebnisse
*********************/
.tx-indexedsearch-res h3 {
  margin-top: 30px;
  margin-bottom: 5px;
}

.tx-indexedsearch-res p {
  font-style: italic;
  margin-top: 5px;
}

.browsebox {
  padding: 0;
  line-height: 40px;
}

.browsebox li {
  background-color: #c5c7c9;
  padding: 5px 10px;
  display: inline-block;
}

.browsebox li a {
  color: black;
}

.stimmkreise-thumb {
  min-height: 350px;
  max-width: 280px;
}

.browsebox li.tx-indexedsearch-browselist-currentPage {
  background-color: #3697b0;
}

.browsebox li.tx-indexedsearch-browselist-currentPage a {
  color: white;
}

.tx-indexedsearch-searchbox-button {
  height: 30px;
  line-height: 22px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #3697b0;
  color: white;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  top: 2px;
}

.tx-indexedsearch-searchbox-button:focus {
  outline: none;
  background-color: #3697b0;
}

.tx-indexedsearch-searchbox {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  margin: 30px 0;
  padding: 15px 0;
}

.tx-indexedsearch-searchbox-sword {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #c5c7c9;
  width: 200px;
}

.tx-indexedsearch-searchbox-sword:focus {
  outline: none;
  background-color: #dfe1e2;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}

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

figure.video {
  background: #000;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-embed iframe,
.video-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fancybox-title-float-wrap {
  bottom: auto;
  top: 100%;
  right: 0;
  margin-top: 20px;
  width: 100%;
}

.fancybox-title-float-wrap .child {
  display: block;
  margin: 0 auto;
  width: 100%;
  white-space: inherit !important;
}

span.button-block a {
  display: block;
  color: white;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.search form {
  display: inline-block;
}

.mdl-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  gap: 3px;
}

.mdl-social a {
  margin-top: 15px;
  display: inline-block;
}

.mdl-left:not(.rounded) .mdl-social {
  max-width: 200px;
}

.news .article .news-img-wrap img {
  width: 100%;
  height: auto;
}

.open-gallery {
  margin-bottom: 30px;
}

.mdl-name {
  display: block;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
  color: #3697b0;
}

.home-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 17px 15px !important;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  overflow: hidden;
}
.home-buttons > div {
  padding: 0 8px !important;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  margin-top: 15px;
}
@media (min-width: 769px) {
  .home-buttons > div {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.home-buttons a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px;
  color: white !important;
  font-weight: 600;
  background-color: #6a6a6c;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  border: 3px solid #3697b0;
}

.home-buttons a:hover {
  text-decoration: none;
  background-color: #515152;
}

/***********************************
** Two buttons in a row styles
***********************************/
.buttons.content-row .col-lg-6 {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .buttons.content-row .col-lg-6 {
    padding: 8px 15px;
  }
}

.buttons.content-row a {
  text-align: center;
  width: 100%;
  display: inline-block;
  background-color: #3697b0;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  text-transform: uppercase;
  border: 3px solid #3697b0;
  text-decoration: none;
  transition: all 0.2s ease-out;
}
.buttons.content-row a:hover {
  background-color: transparent;
  color: #3697b0;
}
.buttons.content-row a.button-orange {
  background-color: #f7a800;
  border-color: #f7a800;
}
.buttons.content-row a.button-orange:hover {
  color: #f7a800;
  background-color: transparent;
}
.buttons.content-row a.button-dark {
  background-color: #595959;
  border-color: #595959;
}
.buttons.content-row a.button-dark:hover {
  color: #595959;
  background-color: transparent;
}
.buttons.content-row a.button-bright {
  background-color: #c5c7c9;
  border-color: #c5c7c9;
  color: black;
}
.buttons.content-row a.button-bright:hover {
  background-color: transparent;
  color: black;
}

.buttons.content-row {
  margin-top: 1em;
}

.newsletter-box {
  background-color: rgba(247, 168, 0, 0.85);
  color: #2f292b;
  display: table;
  width: 100%;
  text-align: center;
  height: 200px;
}

.newsletter-box-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.newsletter-box .overlay-icon {
  color: white;
  font-size: 48px;
  line-height: 1.4;
}

.newsletter-box .h3 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: 0;
}

.newsletter-box a {
  color: black;
}

.tx-vb-fbfeed {
  margin-top: 2.5em;
}

.sliderpage .sliderpage-background {
  background-position: center;
}

/*********************
Kalender
*********************/
.calendar-item {
  font-size: 18px;
}

/*********************
Multimedia bei News
*********************/
.news-img-wrap .outer {
  display: none;
}

.news-img-wrap .outer:first-child {
  display: block;
}

.multimedia-trigger {
  float: left;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
  color: #f7a800;
  margin-right: 10px;
  margin-top: 10px;
}
.multimedia-trigger span {
  font-size: 24px;
}

.news-1st-image {
  position: relative;
}
.news-1st-image figcaption {
  position: absolute;
  caption-side: bottom;
  bottom: 0;
  color: #ddd;
  background-color: rgba(0, 0, 0, 0.33);
  width: 100%;
  font-size: 13px;
  text-align: left;
  padding: 2px 5px;
  margin: 0;
}

/*********************
Stimmkreise
*********************/
.stimmkreise-thumb {
  cursor: pointer;
}

.stimmkreise-thumb, .stimmkreise-full {
  position: relative;
}

.stimmkreise-thumb .stimmkreise-bg, .stimmkreise-thumb .stimmkreis, .stimmkreise-thumb .stimmkreise-fg, .stimmkreise-full .stimmkreise-bg, .stimmkreise-full .stimmkreis, .stimmkreise-full .stimmkreise-fg {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 100px;
}

.stimmkreise-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  overflow: auto;
}

.stimmkreise-full {
  width: 1024px;
  max-width: 100%;
  margin: 100px auto;
  background-color: white;
  position: relative;
  height: 100px;
}

.stimmkreise-full h2 {
  position: relative;
  z-index: 100;
  padding: 15px 20px;
  background-color: #f7a800;
  color: white;
  font-size: 21px;
  line-height: 32px;
}

.stimmkreise-bg {
  background-color: white;
}

/*********************
Slider auf Startseite
*********************/
#slider {
  position: relative;
}

.slick-dots {
  bottom: 10px;
  text-align: left;
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 5px;
}

.slick-dots li:first-child {
  margin-left: 15px;
}

.slick-dots li.slick-active {
  background-color: rgba(0, 0, 0, 0.66);
}

.slick-dots li button:before {
  display: none;
}

.slick-slider {
  margin-bottom: 0;
}

.slider-navigation div {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  color: white;
  font-size: 32px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .slider-navigation div {
    top: 25%;
  }
}

/* slider caption link-icon */
@media (max-width: 767px) {
  #slider a .overlay:after {
    content: "\ea7d";
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.slider-navigation .slider-prev {
  left: 10px;
}

.slider-navigation .slider-next {
  right: 10px;
}

.sidebar-calendar .news .article {
  padding-bottom: 0;
}

.fig-desktop,
.fig-mobile {
  position: absolute;
  bottom: 0;
  right: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 2px 5px;
  opacity: 0.5;
  font-size: 14px;
}

.fig-desktop {
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(100%);
}
@media (max-width: 767px) {
  .fig-desktop {
    display: none;
  }
}

.fig-mobile {
  display: none;
}
@media (max-width: 767px) {
  .fig-mobile {
    display: block;
  }
}

.figcap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.35);
  padding: 2px 5px;
  opacity: 0.75;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 769px) {
  .figcap {
    transform-origin: bottom right;
  }
}
@media (min-width: 1201px) {
  .figcap {
    transform: rotate(-90deg) translateX(100%);
  }
}

.fresh-blocks.ver-a .figcap, .fresh-blocks.ver-b .figcap, .fresh-blocks.ver-c .figcap {
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  transform-origin: top right;
  transform: rotateZ(-90deg) translateY(-100%);
}
@media (min-width: 769px) {
  .fresh-blocks.ver-a .fresh-block-revert .figcap, .fresh-blocks.ver-b .fresh-block-revert .figcap, .fresh-blocks.ver-c .fresh-block-revert .figcap {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    transform-origin: top left;
    transform: rotateZ(-90deg) translateX(-100%);
  }
}
.news-header {
  position: relative;
  padding-right: 30px;
}

.event-title {
  font-weight: bold;
}

.h3.event-title {
  margin-top: 0;
  line-height: 1.2;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  color: #3697b0;
}

.news-header .news-list-date.event {
  margin-bottom: 2em;
  text-transform: none;
  font-style: italic;
}
.news-header .location {
  font-size: 18px;
  text-transform: none;
  font-style: italic;
}

.carousel-page-inner .overlay-werte .h4 {
  font-size: 16px;
  line-height: 21px;
}

.positionen-liste-item .overlay .overlay-inner {
  min-height: 93px;
}

.extratitle {
  color: #006366;
  font-style: italic;
  font-weight: 700;
  margin-left: 20px;
  font-size: 24px;
  position: absolute;
  left: 310px;
  top: 60px;
  display: block;
}

.tweet-content {
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.galerie-bild {
  margin-top: 20px;
}

.galerie-bild img {
  width: 100%;
  height: auto;
}

.home-content .bodytext {
  padding: 0 15px;
}

a:focus {
  outline: none;
  outline-offset: 0;
}

.result {
  display: block;
  margin-bottom: 10px;
  background-color: #e6e6e6;
  position: relative;
  padding: 5px 8px;
}

.result-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(247, 168, 0, 0.85);
  z-index: 2;
}

.result-value {
  position: relative;
  z-index: 4;
}

.print-button {
  font-size: 24px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.sidebar-widget .frame-calender-widget h3, .sidebar-widget .frame-calender-widget h4 {
  margin-left: 15px;
}

.sidebar-widget {
  margin-bottom: 30px;
}

/***********************************
** Anpassungen am Hauptmenü
***********************************/
@media (max-width: 767px) {
  .extratitle {
    font-size: 18px;
    left: 60px;
    top: 0;
  }
}
.button {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.button-block {
  display: block;
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.button-middle {
  display: block;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: white;
}

.button-small {
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
}

.button-dark {
  background-color: #6a6a6c;
  text-align: center;
}

.button-dark:hover {
  text-decoration: none;
  background-color: #515152;
}

.button-bright {
  background-color: #c5c7c9;
  text-align: center;
  color: #515152;
}

span.button-block.button-bright a {
  color: #000;
}

.button-bright:hover {
  text-decoration: none;
  background-color: #9da1a4;
}

.button-green {
  background-color: #3697b0;
  color: #f7a800;
}

.button-green:hover {
  background-color: #003233;
}

.button-orange {
  background-color: #f7a800;
  text-align: center;
  color: #fff;
}

span.button-block.button-orange a {
  color: #fff;
}

.button-orange:hover {
  text-decoration: none;
  background-color: #de9700;
}

/***********************************
** Restyle News
***********************************/
.news .article .news-img-wrap a {
  float: none;
  padding: 0;
  border: none;
  background: transparent;
}

.news-list-view {
  margin-top: 30px;
}

.news-header h1,
.news-header h3 {
  margin-top: 0;
  line-height: 1.2;
  font-size: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 0;
  color: #3697b0;
}
.news-header h1 a,
.news-header h3 a {
  color: #3697b0;
}
.news-header h1 a:hover,
.news-header h3 a:hover {
  color: #006366;
}

@media (min-width: 993px) {
  .news-single {
    margin-top: calc(40px + 1em);
  }
}

.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  height: auto;
  margin: 0;
}

.related-news-container {
  margin-top: 30px;
  padding: 0 30px;
  padding-top: 30px;
  border-top: 4px solid #515152;
}

.related-news-container .h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.related-news-container ul,
.related-news-container li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.related-news-container li {
  margin-top: 15px;
  margin-bottom: 15px;
}

.related-news-container li a {
  color: #3697b0;
  font-weight: 600;
}

.related-news-container li a:hover {
  color: #006366;
}

.news-menu-view > ul {
  padding: 0;
  list-style-type: none;
}

.news-menu-view > ul > li {
  display: block;
  list-style-type: none;
  color: #515152;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px;
}

.news-menu-view > ul > li ul {
  margin-top: 15px;
}

/***********************************
** Slider
***********************************/
#slider {
  overflow: hidden;
  max-width: 1600px;
  margin: 0 auto;
}

.slider {
  margin-bottom: 0;
}

.sliderpage a {
  position: relative;
  display: block;
}

.sliderpage .sliderpage-image {
  display: block;
  width: 100%;
  height: auto;
}

.sliderpage .overlay {
  position: absolute;
  right: 100px;
  top: 0;
  background-color: #3697b0;
  color: white;
  padding: 40px;
  padding-top: 30px;
  width: 500px;
  max-width: 100%;
  height: 100%;
  font-size: 38px;
  line-height: 1.1;
  font-weight: 300;
  opacity: 0.8;
}
@media (max-width: 1260px) {
  .sliderpage .overlay {
    font-size: 34px;
  }
}
@media (max-width: 992px) {
  .sliderpage .overlay {
    font-size: 27px;
  }
}

.sliderpage a:hover .overlay {
  text-decoration: underline;
}

/***********************************
** Content
***********************************/
.grey-box {
  background-color: #c5c7c9;
  padding: 15px;
  margin-top: 40px;
  padding-top: 0;
}

/*
.grey-box h2,
.grey-box .h2 {
  line-height: 70px;
}
*/
.grey-box a {
  color: #3697b0;
}

.grey-box a:hover {
  color: #006366;
}

.grey-box p {
  margin-top: 3px;
}

.carousel {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 0;
}

.carousel-page-inner {
  margin: 5px;
  margin-bottom: 0;
  position: relative;
  height: 246px;
}

.carousel-page-inner .carousel-page-bg {
  height: 246px;
  background-size: cover;
  background-position: center center;
}

.presse-carousel .slick-slide,
.aktuelles-carousel .slick-slide {
  height: auto;
  min-height: auto;
}
.presse-carousel .carousel-page-inner,
.aktuelles-carousel .carousel-page-inner {
  height: auto;
}
.presse-carousel .carousel-page-inner .carousel-page-bg,
.aktuelles-carousel .carousel-page-inner .carousel-page-bg {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}
.presse-carousel .overlay,
.aktuelles-carousel .overlay {
  color: #fff !important;
}

.werte-carousel .carousel-page-inner {
  height: 374px;
}
.werte-carousel .carousel-page-inner .carousel-page-bg {
  height: 374px;
}

.carousel-page-inner .overlay {
  background-color: rgba(247, 168, 0, 0.85);
  color: #2f292b;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s ease-out;
}

.carousel-page-inner .overlay .overlay-icon {
  font-size: 48px;
  line-height: 1.4;
}

.carousel-page-inner .overlay .overlay-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.carousel-page-inner .overlay-news {
  color: white;
  line-height: 25px;
  font-size: 18px;
}
.carousel-page-inner .overlay-news .h3 {
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.carousel-page-inner .overlay-presse,
.carousel-page-inner .overlay-dialog {
  font-size: 18px;
  line-height: 25px;
  opacity: 1;
  background-color: rgba(247, 168, 0, 0.8);
}

.carousel-page-inner .overlay-presse .h3,
.carousel-page-inner .overlay-dialog .h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.carousel-page-inner .overlay-presse .overlay-inner,
.carousel-page-inner .overlay-dialog .overlay-inner {
  padding: 15px;
}

.carousel-page-inner .overlay-presse:hover,
.carousel-page-inner .overlay-dialog:hover {
  background-color: #f7a800;
}

.carousel-page-inner .overlay-werte {
  background-color: rgba(54, 151, 176, 0.85) !important;
  color: #fff !important;
  font-size: 18px;
  line-height: 25px;
}

.carousel-page-inner .overlay-werte a {
  color: white;
}

.carousel-page-inner .overlay-werte a:hover {
  color: white;
}

.carousel-page-inner .overlay-werte .h3 {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}

.carousel-page-inner .overlay-werte .overlay-inner {
  padding: 15px 30px;
}

.carousel-page-inner:hover .overlay {
  opacity: 1;
  text-decoration: none;
}

.page-headline {
  background-color: #c5c7c9;
  overflow: hidden;
  margin-bottom: 30px;
  font-family: "Roboto Slab", serif;
  line-height: 90px;
  font-size: 48px;
  font-weight: 600;
  margin-top: 40px;
}

.page-headline .page-icon {
  float: left;
  margin-right: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #f7a800;
  color: white;
  text-align: center;
  display: block;
  font-size: 68px;
}

.page-headline .page-icon span {
  line-height: 90px;
}

.page-thumbnail {
  height: 450px;
  position: relative;
  background-position: center center;
  background-size: cover;
}

.page-thumbnail .overlay {
  position: absolute;
  left: 30px;
  top: 0;
  width: 300px;
  background-color: rgba(54, 151, 176, 0.9);
  color: white;
  padding: 15px;
  font-size: 34px;
  line-height: 40px;
}

.page-content .positionen-row {
  margin-bottom: 34px;
}

.page-content .positionen-row .left-content {
  padding-right: 30px;
  color: #3697b0;
  font-weight: 600;
}

.positionen-liste-item {
  margin-bottom: 25px;
}

.positionen-liste-item .overlay {
  display: block;
  position: relative;
  opacity: 1;
}

.positionen-liste-item .overlay .overlay-inner {
  display: block;
}

.positionen-liste-item .carousel-page-inner {
  margin: 5px;
  position: relative;
  height: auto;
}

.mitarbeiter-header {
  color: white;
  background-color: #515152;
  padding: 10px 15px;
  margin-top: 30px;
  position: relative;
  transition: all 0.2s ease-out;
}

.mitarbeiter-header h3 {
  margin: 0;
  letter-spacing: 0;
  font-size: 16px;
}

.mitarbeiter-header:hover {
  background-color: #3697b0;
}

.mitarbeiter-header:after {
  position: absolute;
  right: 15px;
  top: 12px;
  content: "\e40e";
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mitarbeiter-header.active {
  background-color: #3697b0;
}

.mitarbeiter-header.active:after {
  content: "\e40c";
}

.mitarbeiter-content {
  display: none;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: 2px solid #515152;
}

.mitarbeiter-data {
  padding: 10px 15px;
}

.mitarbeiter-content .meta {
  font-style: italic;
  color: #777778;
}

.mitarbeiter-content.active {
  border: 1px solid #3697b0;
  display: -ms-flexbox;
  display: flex;
}

.main-content {
  margin-bottom: 4rem;
}

/***********************************
** MDLs
***********************************/
.main-content .mdl-details {
  padding: 0 15px;
}

.mdl-left.rounded {
  margin: 20px;
}

.mdl-left.rounded {
  margin: 20px calc((100% - 300px) / 2) 0 calc((100% - 300px) / 2);
}
@media (min-width: 992px) {
  .mdl-left.rounded {
    margin: 20px 16.6666666667% 0 16.6666666667%;
  }
}

.mdl-left h4 {
  margin-bottom: 15px;
  color: #3697b0;
}

.mdl-right h4 {
  margin-bottom: 15px;
  color: #3697b0;
}

.mdl-stimmkreise {
  margin: 10px 0;
  padding: 0;
  font-size: 13px;
}

.mdl-stimmkreise li {
  margin-bottom: 10px;
  list-style-type: none;
}

.mdl-details .mdl-portrait.rounded {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 50%;
  border-radius: 50%;
  border: 2px solid #f7a800;
}
.mdl-details .mdl-portrait.rounded img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.mdl-details figcaption {
  font-size: 12px;
  color: #666;
  background: rgba(0, 0, 0, 0.05);
  text-align: center;
}

/***********************************
** Sidebar
***********************************/
.sidebar {
  margin-bottom: 70px;
  font-size: 14px;
}

.sidebar-widget {
  margin-top: 40px;
  overflow: hidden;
}

.sidebar-widget .h3 {
  text-transform: uppercase;
  text-align: center;
  line-height: 44px;
  font-size: 22px;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  color: white;
  background-color: #3697b0;
  margin: 0;
}

.sidebar-widget .button {
  display: block;
  border: none;
}

.sidebar-widget .button-sidebar a,
.sidebar-widget .button-sidebarbutton {
  height: 34px;
  line-height: 34px;
  /*  margin-bottom: 40px; */
  display: block;
}

.sidebar-widget .button-sidebar.button-bright a,
.sidebar-widget .button-sidebar.button-brightbutton {
  color: #515152;
}

.sidebar-widget .button-sidebar.button-dark a,
.sidebar-widget .button-sidebar.button-darkbutton {
  color: white;
  background-color: #515152;
}

.sidebar-widget .button-sidebar.button-green a,
.sidebar-widget .button-sidebar.button-greenbutton {
  color: white;
  background-color: #3697b0;
}

.sidebar-widget .button-sidebar.button-orange a,
.sidebar-widget .button-sidebar.button-orangebutton {
  color: white;
  background-color: #f7a800;
}

.sidebar-widget .button-sidebar.button-spacer {
  margin-top: 40px;
}

.sidebar-widget.twitter-widget h3 {
  margin: 0;
  padding: 10px 15px;
}

.sidebar-widget.twitter-widget .additional-info {
  margin: 0;
  margin-top: 15px;
  color: white;
}

.sidebar-widget.twitter-widget ul,
.sidebar-widget.twitter-widget li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.sidebar-widget.twitter-widget .tweet {
  border-bottom: 1px solid #f0f0f0;
  padding: 15px;
  padding-bottom: 0;
}

.sidebar-widget.twitter-widget .tweet:last-child {
  border-bottom: none;
}

.sidebar-widget.twitter-widget .tweet-date {
  font-weight: 700;
  color: #3697b0;
}

.social-icons-widget {
  overflow: hidden;
}
.social-icons-widget .social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: space-evenly;
      justify-content: space-evenly;
  margin: 0 0 15px;
  gap: 3px;
}
.social-icons-widget .social-icons .social-icon {
  width: 56px;
}
@media (max-width: 767px) {
  .social-icons-widget .social-icons .social-icon {
    width: 72px;
  }
}

.content-row {
  overflow: hidden;
}

/* fb-widget in main column */
.content-row .facebook-widget {
  margin: 0 auto;
  margin-top: 2.2em;
}

.sidebar .frame-calender-widget {
  /* padding-bottom: 1px; */
  color: white;
  background-color: #3697b0;
  padding-top: 1em;
}

.sidebar .frame-calender-widget a {
  color: white;
}

.sidebar .frame-calender-widget .article {
  margin: 0;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
}

.sidebar .frame-calender-widget .article .news-list-date {
  font-family: "Roboto Slab", serif;
}

.sidebar .frame-calender-widget .article .teaser-text,
.sidebar .frame-calender-widget .article .teaser-text h3 {
  display: block;
  font-weight: 300;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 0;
}

.sidebar .frame-calender-widget .article .teaser-text .bodytext,
.sidebar .frame-calender-widget .article .teaser-text h3 .bodytext {
  display: none;
}

.sidebar .frame-calender-widget .article .button-small {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #f7a800;
}

.sidebar .frame-calender-widget .article:last-child {
  border-bottom: none;
  padding-bottom: 1em;
}

.sidebar-poll {
  margin-bottom: 40px;
}

.sidebar-poll .button-middle {
  position: relative;
  bottom: 1px;
  width: 100%;
}

.poll-widget {
  padding: 15px;
  padding-top: 0;
  border: 1px solid #3697b0;
}

.poll-widget .h3 {
  margin-left: -15px;
  margin-right: -15px;
}

.text-widget {
  border: 1px solid #f7a800;
}

.text-widget img {
  width: 100%;
  height: auto;
}

.text-widget .html-widget-button {
  text-align: center;
  padding: 8px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
  background-color: #f7a800;
  display: block;
}

.social-widget .additional-info {
  display: block;
  background-color: #3697b0;
  color: white;
  font-weight: 700;
  padding: 15px;
  margin-top: 15px;
}

.fb_iframe_widget span {
  margin: 0 auto !important;
  display: block !important;
}

.social-widget .twitter-timeline,
.social-widget .fb-page {
  width: 100%;
  margin: 0 auto;
  display: block !important;
}
.social-widget .twitter-timeline iframe {
  width: 100% !important;
}

/***********************************
** Page
***********************************/
.page-content .article-event {
  overflow: hidden;
}
.page-content .article-event .news-list-date {
  float: left;
  width: 250px;
  color: #3697b0;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  font-size: 1.1em;
}
.page-content .article-event .news-list-date .location {
  font-size: 0.8em;
  color: #65595d;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .page-content .article-event .news-list-date {
    width: 100%;
  }
}
.page-content .article-event .teaser-text {
  padding-left: 280px;
}
@media (max-width: 767px) {
  .page-content .article-event .teaser-text {
    padding-left: 0;
  }
}
.page-content .article-event h3 {
  font-size: 1.1em;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  margin-top: 0;
  letter-spacing: 0;
}
.page-content .article-event h3 a {
  color: #3697b0;
}
.page-content .article-event .button-small {
  width: 50%;
  float: right;
}
.page-content .article-event p {
  margin-bottom: 0;
}
.page-content .article-event div.more {
  margin-bottom: 1em;
}

/***********************************
** Footer
***********************************/
.content-footer {
  margin-top: 30px;
  margin-bottom: 60px;
}

/***********************************
** Leichte Sprache
***********************************/
.leichte-sprache-trigger {
  color: white;
  background-color: #3697b0;
  padding: 5px 15px;
  display: inline-block;
  cursor: pointer;
}

.leichte-sprache-container {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}

.leichte-sprache {
  width: 800px;
  max-width: 100%;
  margin: 100px auto;
  background-color: white;
}

.leichte-sprache-titel {
  background-color: #3697b0;
  color: white;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
  font-family: "Roboto Slab", serif;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}

.leichte-sprache-titel .leichte-sprache-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.leichte-sprache-content {
  padding: 15px;
}

/***********************************
** Barrier
***********************************/
#overwrite.high-contrast .grey-box {
  background-color: white;
}

#overwrite.high-contrast .carousel-page-inner .overlay {
  background-color: #f7a800;
}

#overwrite.small {
  font-size: 16px;
}

#overwrite.large {
  font-size: 18px;
}

/***********************************
** Mobile
***********************************/
@media (max-width: 1199px) {
  .page-headline {
    margin-bottom: 15px;
    line-height: 44px;
    font-size: 36px;
  }

  .page-headline .page-icon {
    margin-right: 15px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
  }

  .page-headline .page-icon span {
    line-height: 44px;
  }

  .mdl-social img {
    width: 30px;
  }
}
/***********************************
** Tablet Portrait and Smartphone
***********************************/
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }

  .container {
    padding: 0;
  }

  /***********************************
    ** Slider
    ***********************************/
  .sliderpage {
    height: auto;
  }

  .sliderpage .sliderpage-image {
    display: block;
  }

  .sliderpage a {
    height: auto;
  }

  .sliderpage .overlay {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
    opacity: 0.8;
  }

  .grey-box {
    margin-top: 15px;
  }

  .grey-box .h2 {
    font-size: 22px;
    letter-spacing: 0;
  }

  .content-footer {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  /***********************************
    ** Carousel
    ***********************************/
  .presse-carousel {
    display: none;
  }

  .carousel-page-inner {
    height: auto;
  }

  .carousel-page-inner .overlay {
    display: block;
    height: auto;
    position: relative;
    opacity: 1;
  }

  .carousel-page-inner .overlay .overlay-inner {
    display: block;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .carousel-page-inner .overlay .overlay-inner br {
    display: none;
  }

  .carousel-page-inner .overlay-dialog,
.carousel-page-inner .overlay-presse,
.carousel-page-inner .overlay-werte {
    font-size: 16px;
  }

  .carousel-page-inner .overlay-dialog .h3,
.carousel-page-inner .overlay-presse .h3,
.carousel-page-inner .overlay-werte .h3 {
    font-size: 21px;
  }

  .page-headline {
    margin-bottom: 7.5px;
    line-height: 44px;
    font-size: 36px;
    margin-top: 10px;
  }

  .page-headline .page-icon {
    margin-right: 10px;
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
  }

  .page-headline .page-icon span {
    line-height: 44px;
  }

  .page-thumbnail {
    height: 250px;
  }

  .page-thumbnail .overlay {
    position: absolute;
    left: 15px;
    top: auto;
    bottom: 0;
    width: 250px;
    background-color: rgba(54, 151, 176, 0.9);
    color: white;
    padding: 15px;
    font-size: 18px;
    line-height: 24px;
  }

  .page-content {
    padding: 0 15px;
  }

  .frame {
    padding: 0 15px 15px;
  }

  .frame-default[class*=" frame-type-dce_"] {
    padding: 15px 0;
  }
  .frame-default[class*=" frame-type-dce_"] header {
    padding: 0 15px 15px;
  }
}
@media (max-width: 480px) {
  .button {
    letter-spacing: 0;
  }

  /***********************************
    ** Slider
    ***********************************/
  .sliderpage {
    height: auto;
  }

  .sliderpage a {
    height: auto;
  }
}
/* Overwrite font "Robot", sans-serif */
body,
.h3.event-title,
.news-header h1,
.news-header h3,
.related-news-container .h5,
.sidebar .frame-calender-widget .article .teaser-text,
.sidebar .frame-calender-widget .article .teaser-text h3,
.page-content .article-event .news-list-date .location,
.page-content .article-event .teaser-text h3 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
}

/* Overwrite font "Robot Slab", serif */
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.page-headline,
.sidebar-widget .h3,
.sidebar .frame-calender-widget .article .news-list-date,
.page-content .article-event .news-list-date,
.leichte-sprache-titel {
  font-family: "Fira Sans Extra Condensed", sans-serif;
}

.page-headline, h1, h2, .h2 {
  font-weight: 200;
  letter-spacing: 1px;
}

.news-list-date {
  font-weight: 600;
}

.news-list-date a, .news-list-date .location {
  font-weight: normal;
}

.news-list-date > a {
  display: block;
  padding: 0.5em 15px;
}
.news-list-date > a:hover {
  background: #f7a800;
}

/* Event news do have diffrent styles from std news */
.event .news-list-date {
  margin-bottom: 3rem;
}

.event .teaser {
  margin-top: 0;
}

.event .related-news-container {
  padding-left: 0;
  padding-right: 0;
}

/* Font Cookie Consent (overwrite)  */
.cc-revoke, .cc-window {
  font-family: "Fira Sans Extra Condensed", sans-serif;
}

.page-header {
  margin-bottom: 2em;
}

div.page-headline {
  letter-spacing: 3px;
}

/* Set list dot color */
.main-content ol {
  margin-left: 16px;
  padding-left: 0;
}

.main-content ul {
  padding-left: 0;
  margin-left: 0;
}

.main-content ul {
  margin-left: 1em;
}

/* occurencies with alpha */
.carousel-page-inner .overlay-werte,
.page-thumbnail .overlay,
.page-thumbnail .overlay,
.sliderpage .overlay {
  background-color: rgba(54, 151, 176, 0.85);
}

/* occurencies full color */
.social-widget .additional-info,
.sidebar .frame-calender-widget {
  background-color: #3697b0;
}

/* overwrite standard grey
    old color: #515152
    new color: #595959
 */
.home-buttons a:hover,
.button-dark:hover,
.mitarbeiter-header,
.sidebar-widget .button-sidebar.button-dark a,
.sidebar-widget .button-sidebar.button-darkbutton {
  background-color: #595959;
}

.sidebar-widget .button-sidebar.button-bright a,
.sidebar-widget .button-sidebar.button-brightbutton,
.news-menu-view > ul > li,
.button-bright {
  color: #595959;
}

.menu-expand {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
}

.related-news-container {
  border-top: 4px solid #595959;
}

.mitarbeiter-content {
  border: 1px solid #595959;
}

.news .page-navigation ul li {
  min-width: 40px;
  width: auto;
  margin: 0 12px;
}

.news .page-navigation ul li:before {
  content: "";
  display: none;
}

/* Basic orange overwrite
   old color: #fab120
              rgba(250, 177, 32, 0.8)
              rgba(250, 177, 32, 0.85)
   new color: #f7a800
              rgba(247,168,0, 0.8)
              rgba(247,168,0, 0.85)
   newer color: $main-color-1 - see variables.css
 */
/* solid color occurencies */
.multimedia-trigger,
a,
.button-green,
.sidebar .frame-calender-widget .article .button-small {
  color: #f7a800;
}

span.icon-search, span.icon-menu2 {
  color: #595959;
}

.stimmkreise-full h2,
.carousel-page-inner .overlay-presse:hover,
.carousel-page-inner .overlay-dialog:hover,
.page-headline .page-icon,
.sidebar-widget .button-sidebar.button-orange a,
.sidebar-widget .button-sidebar.button-orangebutton,
.text-widget .html-widget-button,
#overwrite.high-contrast .carousel-page-inner .overlay {
  background-color: #f7a800;
}

/* alpha color occurencies */
.newsletter-box,
.result-bg {
  background-color: rgba(247, 168, 0, 0.85);
}

.carousel-page-inner .overlay,
.carousel-page-inner .overlay-presse,
.carousel-page-inner .overlay-dialog {
  background-color: rgba(247, 168, 0, 0.85);
}

/* News additional styles */
.sidebar {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-size: 18px;
}

.sidebar h3 {
  text-transform: uppercase;
}

.home-buttons.content-row {
  margin-left: 25px;
  margin-right: 25px;
  min-height: 4em;
}

.home-buttons.content-row .col-lg-6 {
  padding: 0;
}

.home-buttons.content-row .col-lg-6 p {
  padding: 0 5px;
}

.home-buttons a {
  background-color: #3697b0;
}

.home-buttons a:hover {
  background-color: transparent;
  color: #3697b0 !important;
  border: 3px solid #3697b0;
}

footer {
  background-color: #595959;
  font-family: "Fira Sans Extra Condensed", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.5em;
}

div.footerMenu {
  margin: 16px 0;
}

footer ul.footerMenu {
  padding-left: 0;
  margin: 0;
}

footer ul.footerMenu li {
  display: inline-block;
  margin: 0 20px 0 0;
}

footer ul.footerMenu li,
footer a,
footer a:hover,
footer a:visited {
  color: #fff;
  font-weight: normal;
}

/* Content elements */
/* unsere Köpfe */
.our-heads-widget .content-row {
  border-top: 3px solid #3697b0;
  padding-top: 1.25em;
  display: table;
}

.our-heads-widget .content-row .content-row {
  border-top: 0 solid #3697b0;
  padding: 0;
}

.main-content .our-heads-widget ul > li:before {
  content: "";
  color: initial;
}

.our-heads-widget .ourHeadsImage img {
  border-radius: 50%;
  border: 2px solid #f7a800;
}

.our-heads-widget h3 {
  margin-top: 0;
  letter-spacing: 0.5px;
  font-size: 36px;
  font-weight: 200;
}

.our-heads-widget h4 {
  color: #f7a800;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.our-heads-widget p {
  margin-top: 0;
}

.news-related {
  width: 100%;
}
@media (max-width: 991px) {
  .news-related.desktop {
    display: none;
  }
}
.news-related.mobile {
  display: none;
}
@media (max-width: 991px) {
  .news-related.mobile {
    display: block;
  }
  .news-related.mobile ul {
    margin-left: 1em;
    font-size: 18px;
  }
}

.news-related h4 {
  font-family: "Fira Sans Extra Condensed", sans-serif;
  letter-spacing: normal;
  font-size: 16px;
}

.news-related.social-channels li {
  float: left;
  margin: 10px 2%;
  width: 20%;
}

.news-related.social-channels li:last-child {
  margin-right: 0;
}

.news-related.social-channels li:first-child {
  margin-left: 0;
}

.ownHeadsItem a span.fa-stack i {
  color: #fff;
}

.ownHeadsItem a span.fa-stack .icon-background {
  border-radius: 50%;
  color: transparent;
}

.ownHeadsItem.facebook a .icon-background {
  background-color: #527aba;
}

.ownHeadsItem.youtube a .icon-background {
  background-color: #f0352e;
}

.ownHeadsItem.twitter a .icon-background {
  background-color: #76caed;
}

.ownHeadsItem.google-plus a .icon-background {
  background-color: #f15643;
}

.ownHeadsItem a span.fa-stack .icon-background {
  border-radius: 50%;
}

.ownHeadsItem a:after {
  content: "";
  padding-bottom: 12.5%;
  display: block;
}

.fa-15x {
  font-size: 1.5em;
}

i.fa.fa-facebook {
  padding-left: 7px;
}

i.fa {
  padding-left: 10px;
}

.tx-indexedsearch-info {
  display: none;
}

/* Overwrites */
/* Overwrite Heading Icon Styles */
.page-headline {
  background-color: transparent;
}

.page-headline .page-icon {
  display: none;
}

.grey-box {
  background-color: #f2f2f2;
}

h1, h2, .h2, .page-headline {
  text-transform: uppercase;
  margin: 25px 0 10px;
  padding-top: 18px;
}

.fancybox-skin {
  background-color: white;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  footer ul.footerMenu {
    padding: 0 15px;
  }

  .page-headline {
    margin-left: 0;
    margin-right: 0;
  }

  .news-related.social-channels li {
    width: 45%;
  }
}
@media (max-width: 480px) {
  .news-related.social-channels li {
    margin: 5px;
  }

  .news-related.social-channels li:last-child {
    margin-right: 5px;
  }

  .news-related.social-channels li:first-child {
    margin-left: 5px;
  }
}
/* Altruja iframe adaption */
#ef-container-234kjh iframe {
  z-index: 20 !important;
  /* stylelint-disable-line declaration-no-important */
}

.page-content > * {
  margin-bottom: 40px;
}

/* Adaptions to 'Unsaere Politik' -------------------------------------------- */
/* Detail page ---------------------------------------------------- */
.page-thumbnail .overlay {
  text-transform: uppercase;
  font-weight: 200;
  height: 100%;
}

.positionen-liste-item .carousel-page-inner {
  margin: 5px;
  position: relative;
  height: 330px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .positionen-liste-item .carousel-page-inner:hover .overlay {
    opacity: 1;
    text-decoration: none;
    top: 0;
  }
  .positionen-liste-item .carousel-page-inner:hover .first-overlay {
    display: none;
  }
}
.positionen-liste-item .carousel-page-inner .carousel-page-bg {
  height: 330px;
  background-size: cover;
  background-position: center center;
}
.positionen-liste-item .carousel-page-inner .overlay {
  color: #fff;
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 330px;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.positionen-liste-item .carousel-page-inner .overlay .overlay-inner {
  height: 330px;
}
.positionen-liste-item .carousel-page-inner .first-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 16px;
  min-height: 80px;
  background-color: rgba(54, 151, 176, 0.85);
}
.positionen-liste-item .carousel-page-inner .first-overlay h2.first-overlay-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin: 25px 0;
  padding: 0;
}
.positionen-liste-item .carousel-page-inner .first-overlay h2.first-overlay-title a {
  color: #fff;
}
.positionen-liste-item .carousel-page-inner .overlay-werte h4 {
  font-weight: 200;
  letter-spacing: 0.5px;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .positionen-liste-item .carousel-page-inner .overlay-werte h4 {
    font-size: 24px;
    line-height: 2rem;
  }
}
.positionen-liste-item .carousel-page-inner .overlay-werte .subheadline {
  display: block;
  margin-bottom: 20px;
}
.positionen-liste-item .carousel-page-inner .overlay-werte .teaser {
  display: block;
  margin-bottom: 20px;
}
.positionen-liste-item .carousel-page-inner .overlay-werte .more-link {
  text-decoration: underline;
}

.carousel-page-inner.squared {
  height: auto;
}
.carousel-page-inner.squared .carousel-page-bg {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
}

.breadcrumbs {
  color: #515152;
  font-size: 15px;
  margin: 12px 0;
  position: absolute;
  z-index: 1000;
}
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs a {
  color: #515152;
}
.breadcrumbs a:hover {
  color: #f7a800;
}

.newsletter-box {
  background-color: rgba(247, 168, 0, 0.85);
  color: #2f292b;
  display: table;
  width: 100%;
  text-align: center;
  height: 200px;
}

.newsletter-box-inner {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.newsletter-box .overlay-icon {
  color: white;
  font-size: 48px;
  line-height: 1.4;
}
.newsletter-box .h3 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 3px;
  margin-bottom: 0;
}
.newsletter-box a {
  color: black;
}

/* blockquote style for cites */
blockquote {
  quotes: "”" "“" "’" "‘";
  border-left: 6px solid #ccc;
  margin: 3em 12.5%;
  padding-left: 10px;
  font-style: italic;
}

blockquote:before {
  content: open-quote;
  font-size: 4em;
  color: #ccc;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  content: close-quote;
  visibility: hidden;
}

blockquote p {
  display: inline;
}

.social-widget.facebook-widget blockquote {
  quotes: initial;
  border-left: initial;
  margin: initial;
  padding-left: initial;
  font-style: initial;
}
.social-widget.facebook-widget blockquote:before,
.social-widget.facebook-widget blockquote:after {
  content: "";
  font-size: initial;
  color: initial;
  line-height: initial;
  margin-right: initial;
  vertical-align: initial;
}
.social-widget.facebook-widget blockquote p {
  display: initial;
}

.news .article .news-img-wrap {
  width: 100% !important;
  margin-bottom: 12px;
}

.news .no-news-found {
  display: none;
}

.mfp-title {
  line-height: 1.3;
}

.mfp-figure .mfp-counter {
  top: 10px;
}

.mfp-iframe-scaler .mfp-counter {
  top: 0;
}
.mfp-iframe-scaler .mfp-bottom-bar {
  top: calc(100% + 50px);
}

.type-exists {
  position: relative;
  display: block;
}
.type-exists img {
  width: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: #3697b0;
  z-index: 1;
}
.play-button svg {
  width: 32px;
  height: 32px;
  margin: 8px;
  color: #f69f10;
  display: block;
}

.container .col-lg-9 a[target*=blank]:after,
.footer a[target*=blank]:after {
  margin-left: 0.2em;
  padding-left: 0.8em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  content: "";
}

.footer a[target*=blank]:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9InJnYmEoMjU1LDI1NSwyNTUsMC41KSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xOCAxM3Y2YTIgMiAwIDAgMS0yIDJINWEyIDIgMCAwIDEtMi0yVjhhMiAyIDAgMCAxIDItMmg2Ij48L3BhdGg+PHBvbHlsaW5lIHBvaW50cz0iMTUgMyAyMSAzIDIxIDkiPjwvcG9seWxpbmU+PGxpbmUgeDE9IjEwIiB5MT0iMTQiIHgyPSIyMSIgeTI9IjMiPjwvbGluZT48L3N2Zz4=);
}

.container .col-lg-9 a[target*=blank]:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cGF0aCBkPSJNMTggMTN2NmEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY4YTIgMiAwIDAgMSAyLTJoNiI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjE1IDMgMjEgMyAyMSA5Ij48L3BvbHlsaW5lPjxsaW5lIHgxPSIxMCIgeTE9IjE0IiB4Mj0iMjEiIHkyPSIzIj48L2xpbmU+PC9zdmc+);
}

/**
styles for fluid styled standard content elements
 */
.image-embed-item {
  width: 100%;
}

.ce-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.ce-gallery .ce-column {
  margin: 10px 0;
}

/* one column */
.ce-gallery[data-ce-columns="0"] .ce-column,
.ce-gallery[data-ce-columns="1"] .ce-column {
  width: 100%;
}

/* two column */
.ce-gallery[data-ce-columns="2"] .ce-column {
  width: calc(50% - 10px);
}

/* three column */
.ce-gallery[data-ce-columns="3"] .ce-column {
  width: calc(33% - 10px);
}

.ce-left .ce-gallery .ce-column,
.ce-right .ce-gallery .ce-column {
  float: initial;
}

.ce-row {
  width: 100%;
}

/* image / media frames and text beneath */
.frame-default .ce-intext .ce-gallery {
  width: 33%;
}
.frame-default .ce-right .ce-gallery {
  float: right;
}
.frame-default .ce-left .ce-gallery {
  float: left;
}

.frame-text-image-50-50 .ce-intext .ce-gallery {
  width: 50%;
}

.frame-text-image-75-25 .ce-intext .ce-gallery {
  width: 25%;
}

@media (max-width: 767px) {
  .frame.frame-default .ce-intext .ce-gallery, .frame.frame-default .ce-intext .ce-bodytext, .frame.frame-text-image-50-50 .ce-intext .ce-gallery, .frame.frame-text-image-50-50 .ce-intext .ce-bodytext, .frame.frame-text-image-75-25 .ce-intext .ce-gallery, .frame.frame-text-image-75-25 .ce-intext .ce-bodytext {
    width: 100%;
  }
  .frame .ce-gallery[data-ce-columns="2"] .ce-column {
    width: 100%;
  }
  .frame .ce-gallery[data-ce-columns="3"] .ce-column {
    width: 100%;
  }
}

.frame-default .ce-intext .ce-gallery[data-ce-columns="2"] .ce-column,
.frame-text-image-50-50 .ce-intext .ce-gallery[data-ce-columns="2"] .ce-column,
.frame-text-image-75-25 .ce-intext .ce-gallery[data-ce-columns="2"] .ce-column {
  width: 100%;
}
.frame-default .ce-intext .ce-gallery[data-ce-columns="3"] .ce-column,
.frame-text-image-50-50 .ce-intext .ce-gallery[data-ce-columns="3"] .ce-column,
.frame-text-image-75-25 .ce-intext .ce-gallery[data-ce-columns="3"] .ce-column {
  width: 100%;
}

.ce-gallery[data-ce-columns="2"] figure, .ce-gallery[data-ce-columns="2"] a,
.ce-gallery[data-ce-columns="3"] figure,
.ce-gallery[data-ce-columns="3"] a {
  display: block;
  height: 100%;
}
.ce-gallery[data-ce-columns="2"] img,
.ce-gallery[data-ce-columns="3"] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.ce-gallery figure {
  position: relative;
  display: block;
}

.event .news-img-wrap figcaption,
.ce-gallery figcaption {
  font-size: 13px;
  text-align: left;
  caption-side: bottom;
  position: absolute;
  bottom: 0;
  padding: 2px 5px;
  background: rgba(0, 0, 0, 0.33);
  color: #ddd;
  margin: 0;
  width: 100%;
}

.event .news-img-wrap figcaption {
  width: calc(100% - 30px);
}

.event .frame {
  padding: 0;
}

@media screen and (max-width: 991px) {
  .event .col-sm-12 .news-text-wrap {
    margin-top: 2rem;
  }
}
/* Video- and Image-Media, Text-Image */
.csc-textmedia-gallery-row, .csc-textpic-imagerow {
  margin: 10px 0;
  width: 100%;
}

/* Clearfix for some text/media and text/image variantes */
.csc-textmedia-gallery-row:after,
.csc-textmedia.csc-textmedia-inside.csc-textmedia-inside-right:after,
.csc-textmedia.csc-textmedia-inside.csc-textmedia-inside-left:after,
.csc-textpic .csc-textpic-imagerow,
.csc-textpic.csc-textpic-intext-right,
.csc-textpic.csc-textpic-intext-left {
  content: " ";
  display: table;
  clear: both;
}

/* default width with responsive */
.csc-textmedia-gallery-media audio, .csc-textmedia-gallery-media canvas, .csc-textmedia-gallery-media img, .csc-textmedia-gallery-media video {
  width: 100%;
}

.csc-textpic-imagewrap img {
  width: 100%;
}

.csc-textmedia-gallery[data-ce-columns="2"] .csc-textmedia-gallery-column,
.csc-textmedia-gallery[data-ce-columns="3"] .csc-textmedia-gallery-column,
.csc-textpic-imagewrap .csc-textpic-imagecolumn {
  float: left;
  width: 100%;
}

.csc-textmedia-gallery[data-ce-columns] .csc-textmedia-gallery-column,
.csc-textpic-imagewrap .csc-textpic-imagecolumn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.csc-textmedia-gallery[data-ce-columns] .csc-textmedia-gallery-column:first-child,
.csc-textpic-imagewrap .csc-textpic-imagecolumn:first-child {
  margin-left: 0;
}

.csc-textmedia-gallery[data-ce-columns] .csc-textmedia-gallery-column:last-child,
.csc-textpic-imagewrap .csc-textpic-imagecolumn:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 481px) {
  /* width for text/media with 2 columns */
  .csc-textmedia-gallery[data-ce-columns="2"] .csc-textmedia-gallery-column,
.csc-textpic-imagecolumn.imagecols-2 {
    width: calc(50% - 6px);
    margin: 0 5px;
  }

  /* width for text/media with 3 columns */
  .csc-textmedia-gallery[data-ce-columns="3"] .csc-textmedia-gallery-column,
.csc-textpic-imagecolumn.imagecols-3 {
    width: calc(33% - 6px);
    margin: 0 5px;
  }

  /* text with pic right */
  .csc-textmedia-inside-right .csc-textmedia-gallery,
.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right;
    width: 50%;
    margin: 0 0 1em;
    margin-left: calc(5px + 1em);
  }

  /* text with pic right */
  .csc-textmedia-inside-left .csc-textmedia-gallery,
.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left;
    width: 50%;
    margin: 0 0 1em;
    margin-right: calc(5px + 1em);
  }

  /* variant #1: 66% text, 33% media/image */
  .csc-frame.csc-frame-text-image-66 {
    /* text with pic right */
  }
  .csc-frame.csc-frame-text-image-66 .csc-textmedia-inside-right .csc-textmedia-gallery,
.csc-frame.csc-frame-text-image-66 .csc-textmedia-inside-left .csc-textmedia-gallery,
.csc-frame.csc-frame-text-image-66 .csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-frame.csc-frame-text-image-66 .csc-textpic-intext-left .csc-textpic-imagewrap {
    width: 33%;
  }

  /* variant #1: 75% text, 25% media/image */
  .csc-frame.csc-frame-text-image-75 {
    /* text with pic right */
  }
  .csc-frame.csc-frame-text-image-75 .csc-textmedia-inside-right .csc-textmedia-gallery,
.csc-frame.csc-frame-text-image-75 .csc-textmedia-inside-left .csc-textmedia-gallery,
.csc-frame.csc-frame-text-image-75 .csc-textpic-intext-right .csc-textpic-imagewrap,
.csc-frame.csc-frame-text-image-75 .csc-textpic-intext-left .csc-textpic-imagewrap {
    width: 25%;
  }
}
.csc-textmedia-gallery figcaption,
.csc-textpic-imagewrap .csc-textpic-caption {
  background-color: #f0f0f0;
  padding: 10px;
  font-size: 13px;
  text-align: left;
  caption-side: bottom;
}

.page-content .page-browser nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 1rem 0 0 0;
}

/** ugly first try of marking text-links in sections footer, main-content and slider with an arrow
    remove after GOOD solution
    */
/*
.main-content a[target="_blank"]::after,
footer a[target="_blank"]::after {
  Content: '';
  display: inline-block;
  border-top: 1px solid black;
  width: 5px;
  height: 5px;
  vertical-align: top;
  border-right: 1px solid black;
}

**/
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  .fresh-header,
.header-fixed {
    position: relative !important;
    top: auto !important;
    left: auto !important;
  }

  .toggle-mobile-navigation, footer.footer, .open-gallery, .news-img-wrap, .social-privacy-share, .video-container, .print-button, .sidebar, .related-news-container, .content-footer, .breadcrumbs {
    display: none !important;
  }

  .related-mdl {
    float: left;
    margin-right: 15px;
  }

  .related-mdl img {
    width: 150px;
  }

  .header {
    margin-bottom: 30px;
  }

  .col-md-8, .container {
    width: 100% !important;
  }
}
#vbcn-backdrop {
  z-index: 400 !important;
}

#vbcn {
  background: rgba(0, 145, 172, 0.85);
  border: 3px solid #3697b0;
  opacity: 1;
  color: #fff;
  border-radius: 0;
  z-index: 420 !important;
}
#vbcn a {
  color: white;
  text-decoration: underline;
}
#vbcn a:hover, #vbcn a:active {
  -webkit-text-decoration-color: #f7a800;
          text-decoration-color: #f7a800;
}

.vbcn-link {
  color: #fff;
  float: right;
  cursor: pointer;
}
@media (max-width: 767px) {
  .vbcn-link {
    padding: 0 15px;
  }
}

.vbcn-buttons,
.vbcn.is-centered .vbcn-buttons {
  margin-top: 15px;
}

.vbcn-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  margin-left: -15px;
  margin-right: -15px;
}

.vbcn-button {
  text-transform: uppercase;
  border: 3px solid transparent;
  border-radius: 0;
  box-shadow: none;
  background-color: #3697b0;
  margin-top: 15px;
  margin-left: 7.5px;
  margin-right: 7.5px;
}
.vbcn-button:hover, .vbcn-button:active {
  color: #3697b0;
  box-shadow: none;
  border-color: #3697b0;
  background: #fff;
}
.vbcn-button:focus {
  outline: none;
}
.vbcn-button.primary {
  background-color: #f7a800;
}
.vbcn-button.primary:hover, .vbcn-button.primary:active {
  color: #f7a800;
  border-color: #f7a800;
  background: #fff;
}
.vbcn-button:last-of-type {
  margin-right: 7.5px;
}

.vbcn-option {
  color: #fff;
}

.vbcn-option-desc {
  color: #ddd;
}

.vbcn-option-checkmark {
  border-color: #f7a800;
  border-width: 2px;
}

.vbcn-option-input:checked ~ .vbcn-option-checkmark {
  background: #f7a800;
  border-color: #f7a800;
  border-width: 2px;
}

.vbcn-mandatory-option .vbcn-option-checkmark {
  border-color: red;
}

.vbcn-title {
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 5px solid #f6b730;
  color: #fff;
}

/* Common: placeholders for video and social */
.vbcn-placeholder .vbcn-placeholder-headline {
  color: #fff;
  border-color: #f7a800;
  border-width: 3px;
  line-height: 2em;
}
.vbcn-placeholder .vbcn-placeholder-content {
  color: #fff;
  border-radius: initial;
  box-shadow: initial;
  background-color: rgba(54, 151, 176, 0.85);
}
.vbcn-placeholder .vbcn-placeholder-content .vbcn-placeholder-text {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #fff;
}
.vbcn-placeholder .vbcn-placeholder-content .vbcn-placeholder-text a {
  color: white;
  text-decoration: underline;
}
.vbcn-placeholder .vbcn-placeholder-content .vbcn-placeholder-text a:hover {
  -webkit-text-decoration-color: #f7a800;
          text-decoration-color: #f7a800;
}

/* placeholder for social: facebook / twitter */
.vbcn-placeholder.vbcn-placeholder-type-facebook, .vbcn-placeholder.vbcn-placeholder-type-twitter {
  padding: 0;
  position: relative;
}
.vbcn-placeholder.vbcn-placeholder-type-facebook .vbcn-placeholder-headline, .vbcn-placeholder.vbcn-placeholder-type-twitter .vbcn-placeholder-headline {
  letter-spacing: 0.05em;
}
.vbcn-placeholder.vbcn-placeholder-type-twitter {
  background-image: url(/assets/img/blur-twitter.jpg);
}
.vbcn-placeholder.vbcn-placeholder-type-facebook {
  background-image: url(/assets/img/blur-facebook.jpg);
}

/* placeholder for video */
.ce-column {
  position: relative;
}

.vbcn-placeholder.vbcn-placeholder-type-video {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 12pt;
  overflow: hidden;
  /* colored backdrop for placeholder */
}
.vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content {
  background-color: rgba(54, 151, 176, 0.85);
  border-radius: 0;
}
.vbcn-placeholder.vbcn-placeholder-type-video:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #3697b0;
  opacity: 0.8;
}

.vbcn-placeholder.vbcn-placeholder-type-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: transparent;
}
.vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-text {
  z-index: 2;
}

/* Vimeo-integration */
.vbcn-vimeo-container {
  padding: 56.25% 0 0;
  position: relative;
}

/* preview-images for inline-playing */
.video-embed img {
  width: 100%;
  height: auto;
}

/* styles for variants above/below text, 1 col, mobile */
@media (max-width: 767px) {
  .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-headline {
    letter-spacing: 0.05em;
  }
}
/* styles for variants above, below, beside text with 1 - 3 cols, tablet */
@media (min-width: 768px) {
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    padding: 0.25rem;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content {
    padding: 3px;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-headline,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-headline,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-headline {
    border-width: 1px;
    letter-spacing: 0.05em;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-text > p,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-text > p,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-text > p {
    margin: 0.5em 0;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-text,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-text,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-text {
    margin: inherit;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame.frame-text-image-50-50 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button {
    margin: 0 0.25em 0.5em;
  }

  /* 'default: 33-66' */
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 8pt;
  }

  .frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 6pt;
  }

  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video {
    padding: 0.25em 1.5em;
    font-size: 10pt;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content {
    padding: 5px;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p {
    margin: 0;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button {
    margin: 2px 0.5em 0;
    border-width: 1px;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 9pt;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-headline,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-headline {
    letter-spacing: 0.05em;
  }
}
/* styles for variants above/below text, beside text with 2 or 3 cols, desktop */
@media (min-width: 1200px) {
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    padding: 0.25rem;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content {
    padding: 3px;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-headline,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-headline {
    border-width: 1px;
    letter-spacing: 0.05em;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-text > p,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-placeholder-text > p {
    margin: 0.5em 0;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-text,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-text {
    margin: inherit;
  }
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button,
.frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content .vbcn-button {
    margin: 0 0.25em 0.5em;
  }

  /* 'default: 33-66' */
  .frame.frame-default .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 8pt;
  }

  .frame.frame-text-image-75-25 .ce-textpic.ce-intext .ce-gallery .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 6pt;
  }

  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video {
    padding: 0.25em 1.5em;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content {
    padding: 5px;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="2"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-content > * > p {
    margin: 0;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video {
    font-size: 9pt;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-headline,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-placeholder-headline {
    letter-spacing: 0.05em;
  }
  .frame .ce-textpic.ce-above .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-button,
.frame .ce-textpic.ce-below .ce-gallery[data-ce-columns="3"] .vbcn-placeholder.vbcn-placeholder-type-video .vbcn-button {
    margin: 2px 0.5em 0;
    border-width: 1px;
  }
}
.vbcn-placeholder.vbcn-placeholder-type-altruja {
  padding: 0;
  position: relative;
}
.vbcn-placeholder.vbcn-placeholder-type-altruja:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 3px solid #3697b0;
  opacity: 0.8;
}
.vbcn-placeholder.vbcn-placeholder-type-altruja .vbcn-placeholder-headline {
  letter-spacing: 0.05em;
}
.vbcn-placeholder.vbcn-placeholder-type-altruja {
  background-image: url(/assets/img/placeholder-altruja.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*
 * styles for content-overlay on pages
 */
.cta {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 400;
}

.cta-inner {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  position: relative;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 768px) {
  .cta-inner {
    font-size: 16px;
  }
}

.cta-box {
  width: 100%;
  max-width: 500px;
  margin: 20px auto;
  display: block;
  overflow-y: auto;
}
.cta-box a {
  color: #fff;
}
.cta-box a:hover, .cta-box a:focus {
  text-decoration: none;
  color: #fff;
}
.cta-box.shake-it {
  animation: shake 0.5s;
  animation-iteration-count: 1;
}

.cta-header {
  text-transform: uppercase;
  position: relative;
  padding: 20px;
  background: #f7a800;
  display: block;
  width: 100%;
  max-width: 500px;
}

.cta-close {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  cursor: pointer;
}

.cta-main {
  padding: 16px;
  color: #444;
  background: #fff;
}
.cta-main * {
  margin-top: 0;
}
.cta-main h1,
.cta-main h2,
.cta-main h3,
.cta-main h4,
.cta-main h5,
.cta-main h6 {
  margin-bottom: 0.5em;
}
.cta-main h1 p,
.cta-main h2 p,
.cta-main h3 p,
.cta-main h4 p,
.cta-main h5 p,
.cta-main h6 p {
  margin: 0;
}
.cta-main header {
  margin: 0;
}
.cta-main a {
  color: #f7a800;
}
.cta-main a:hover {
  text-decoration: underline;
  color: #f7a800;
}

.cta-footer {
  text-align: center;
  padding: 10px 20px;
  background: #3697b0;
}

/* stylelint-disable */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
/* stylelint-enable */
@font-face {
  font-display: block;
  font-family: Roboto;
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 600;
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff");
}
@font-face {
  font-display: fallback;
  font-family: Roboto;
  font-weight: 700;
  src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff");
}
#sib-container input:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::-webkit-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container input::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container textarea::-webkit-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container textarea:-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container textarea::-ms-input-placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

#sib-container textarea::placeholder {
  text-align: left;
  font-family: "Helvetica", sans-serif;
  color: #c0ccda;
  border-width: px;
}

.fresh-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 15px 0 10px;
  background: #fff;
  z-index: 10;
}
@media (min-width: 993px) {
  .fresh-header {
    height: 57px;
  }
}
.fresh-header > .container {
  padding: 0 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 16px;
}
.fresh-header > .container:before, .fresh-header > .container:after {
  display: none;
}

.fresh-header-holder {
  position: relative;
  width: 100%;
  height: 80px;
}
@media (min-width: 993px) {
  .fresh-header-holder {
    height: 57px;
  }
}
.fresh-header-holder ~ #mobile-navigation {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
}

.fresh-header-toggle {
  display: block;
  cursor: pointer;
}
@media (min-width: 993px) {
  .fresh-header-toggle {
    display: none;
  }
}

.fresh-header-title {
  background: #ddd;
  gap: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
}
@media (min-width: 993px) {
  .fresh-header-title {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}

.fresh-header-logo {
  padding-bottom: 5px;
  background: #fff;
}
@media (min-width: 993px) {
  .fresh-header-logo {
    padding: 0 20px 0 0;
  }
}

.fresh-header-subtitle {
  font-size: 12px;
  padding-top: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: #fff;
}
@media (min-width: 993px) {
  .fresh-header-subtitle {
    font-size: 14px;
    padding: 0 0 0 20px;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.fresh-header-subtitle span {
  line-height: 1;
}
@media (min-width: 993px) {
  .fresh-header-subtitle span {
    transform: translateY(3px);
  }
}

.fresh-header-search {
  position: relative;
  margin: 0;
  padding: 0;
}
.fresh-header-search form {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: #eee;
  border: 1px solid #ccc;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 400ms;
}
@media (max-width: 992px) {
  .fresh-header-search form {
    top: calc(100% + 10px);
    right: -15px;
    height: 50px;
    padding: 0 10px;
    border-color: transparent;
  }
}
.fresh-header-search form.is-visible {
  width: 200px;
  visibility: visible;
  opacity: 1;
}
.fresh-header-search input {
  font-size: 16px;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 4px;
  background: transparent;
  border: 0;
}
@media (max-width: 992px) {
  .fresh-header-search input {
    margin-top: 11px;
    padding: 4px;
    border-bottom: 1px solid #ccc;
  }
}
.fresh-header-search input:focus {
  outline: none;
}

.fresh-header-search-trigger {
  position: relative;
  width: 28px;
  height: 28px;
  padding: 4px;
  cursor: pointer;
  z-index: 1;
}

.fresh-menu {
  background: #3f3f3f;
}

.fresh-nav {
  height: 74px;
  background: #3f3f3f;
  border: 0;
}
.fresh-nav ~ .main-navigation-holder {
  display: block !important;
}
@media (min-width: 993px) {
  .fresh-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 57px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .fresh-nav.main-navigation > div > ul > li > .submenu {
    left: 12px;
  }
}
.fresh-nav .main-navigation {
  height: auto;
  background: transparent;
  border: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.fresh-nav .main-navigation > li > a {
  height: auto;
  line-height: 1.25em;
  margin: 6px 12px;
}
.fresh-nav .main-navigation > li > a:hover {
  color: #ddd;
}
.fresh-nav .main-navigation li.current-menu-parent > a {
  border: 0 !important;
}
.fresh-nav.main-navigation-fixed {
  top: 57px;
}
.fresh-nav > div > ul > li > a {
  color: #fff;
}
.fresh-nav > div > ul > li > a:hover, .fresh-nav > div > ul > li.current-menu-item > a, .fresh-nav > div > ul > li.current-menu-parent > a, .fresh-nav > div > ul > li > .submenu > li > a:hover, .fresh-nav > div > ul > li > .submenu > li > .submenu > li > a:hover {
  color: #ddd;
  border: 0;
}
.fresh-nav > div > ul > li.current-menu-item > a, .fresh-nav > div > ul > li.current-menu-parent > a, .fresh-nav > div > ul > li > .submenu > li.current-menu-item > a, .fresh-nav > div > ul > li > .submenu > li.current-menu-parent > a, .fresh-nav > div > ul > li > .submenu > li.current-menu-item > a, .fresh-nav > div > ul > li > .submenu > li > .submenu > li.current-menu-item > a {
  border: 0;
  color: #f6a802;
}

.footer a:hover {
  color: #ddd;
}

.fresh-slider .fig-mobile {
  bottom: 45px;
}
.fresh-slider .sliderpage-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fresh-slider .slider-navigation {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 769px) {
  .fresh-slider .slider-navigation {
    max-width: 750px;
  }
}
@media (min-width: 993px) {
  .fresh-slider .slider-navigation {
    max-width: 970px;
  }
}
@media (min-width: 1201px) {
  .fresh-slider .slider-navigation {
    max-width: 1170px;
  }
}
.fresh-slider .slider-navigation .slider-prev,
.fresh-slider .slider-navigation .slider-next {
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 200ms;
}
.fresh-slider .slider-navigation .slider-prev .icon,
.fresh-slider .slider-navigation .slider-next .icon {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}
.fresh-slider .slider-navigation .slider-prev:hover,
.fresh-slider .slider-navigation .slider-next:hover {
  color: #fff;
}
.fresh-slider .sliderpage-button {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #3697b0;
  padding: 10px 15px;
  transition: 200ms;
  display: inline-block !important;
  z-index: 1;
}
.fresh-slider .sliderpage-button:hover {
  background: #f6a802;
}
@media (max-width: 768px) {
  .fresh-slider .sliderpage-button {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .fresh-slider .sliderpage-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    min-width: 250px;
    transform: translateX(-50%);
  }
}
@media (min-width: 1201px) {
  .fresh-slider .sliderpage-button {
    bottom: 50px;
  }
}
.fresh-slider .slick-dots {
  display: none !important;
}

.sliderpage-content {
  width: 100%;
  height: 100%;
  max-width: calc(100% - 110px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}
@media (max-width: 768px) {
  .sliderpage-content {
    display: none;
  }
}
@media (min-width: 769px) {
  .sliderpage-content {
    max-width: 600px;
  }
}
@media (min-width: 993px) {
  .sliderpage-content {
    max-width: 820px;
  }
}
@media (min-width: 1201px) {
  .sliderpage-content {
    max-width: 1020px;
  }
}

.sliderpage-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  padding: 10px 0;
  width: 400px;
}
@media (min-width: 769px) {
  .sliderpage-title {
    font-size: 40px;
  }
}
@media (min-width: 993px) {
  .sliderpage-title {
    font-size: 50px;
  }
}
@media (min-width: 1201px) {
  .sliderpage-title {
    font-size: 60px;
  }
}
.sliderpage-title span {
  background-color: #f6a802;
  color: #fff;
  display: inline;
  padding: 0 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 1.1;
}

.sliderpage-mobile-button {
  font-weight: 700;
  height: 45px;
  text-transform: uppercase;
  color: #fff;
  background: #3697b0;
  padding: 10px 15px;
  transition: 200ms;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (min-width: 769px) {
  .sliderpage-mobile-button {
    display: none !important;
  }
}

a.sliderpage-mobile-button:hover {
  color: #fff;
  background: #f6a802;
}

.sliderpage-invert .sliderpage-title span {
  background-color: #3697b0;
}
.sliderpage-invert .sliderpage-button,
.sliderpage-invert .sliderpage-mobile-button {
  background: #f6a802;
}
.sliderpage-invert a.sliderpage-button:hover,
.sliderpage-invert a.sliderpage-mobile-button:hover {
  background: #3697b0;
}

.sliderpage-triangles {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  width: auto;
  height: 100%;
  max-width: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  .sliderpage-triangles {
    display: none !important;
  }
}

.fresh-blocks {
  margin: 0 !important;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.fresh-block {
  margin-bottom: 0;
  position: relative;
  color: #fff;
  background: #3697b0;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
}
.fresh-block img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .fresh-block img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.fresh-block .fresh-block-content {
  position: relative;
}
.fresh-block .fresh-block-content p {
  font-size: 15px;
  font-weight: 300;
  margin: 0 0 6px;
}
.fresh-block .fresh-block-content a {
  font-weight: 700;
  color: currentColor;
  margin-top: 12px;
  gap: 12px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ver-a .fresh-block {
  padding: 40px;
}
@media (max-width: 1200px) {
  .ver-a .fresh-block {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ver-a .fresh-block {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .ver-a img {
    width: 70%;
  }
}
.ver-a .fresh-block-title {
  font-size: 40px;
  line-height: 1.35;
  position: relative;
  padding: 10px;
  display: inline-block;
  color: #fff;
  background: #f6a802;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .ver-a .fresh-block-title {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (max-width: 1200px) {
  .ver-a .fresh-block-title {
    font-size: 33px;
  }
}
@media (max-width: 768px) {
  .ver-a .fresh-block-title {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: calc(100% - 40px);
    font-size: 26px;
    line-height: 1.3;
  }
}
.ver-a .fresh-block-content {
  width: 50%;
  margin-top: 80px;
  padding: 20px;
  color: #000;
  background: #fff;
}
@media (max-width: 1200px) {
  .ver-a .fresh-block-content {
    margin-top: 40px;
    width: 75%;
  }
}
@media (max-width: 768px) {
  .ver-a .fresh-block-content {
    margin-top: 0;
    width: 100%;
  }
}
.ver-a .fresh-block-content h4 {
  font-size: 24px;
  letter-spacing: 0;
  margin: 0 0 6px;
}
@media (max-width: 768px) {
  .ver-a .fresh-block-content h4 {
    font-size: 20px;
  }
}
.ver-a .fresh-block-content a {
  transition: 300ms;
}
.ver-a .fresh-block-content a:hover {
  color: #f6a802;
}
.ver-a .fresh-block-invert {
  background: #f6a802;
}
.ver-a .fresh-block-invert .fresh-block-title {
  background: #3697b0;
}
.ver-a .fresh-block-revert {
  -ms-flex-align: end;
      align-items: flex-end;
}
.ver-a .fresh-block-revert img {
  right: auto;
  left: 0;
}
.ver-a .fresh-block-revert .fresh-block-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.ver-b .fresh-block-image {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .ver-b .fresh-block-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1201px) {
  .ver-b .fresh-block-image {
    width: 60%;
  }
}
.ver-b img {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .ver-b img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ver-b .fresh-block-title {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.35;
  margin-bottom: 12px;
  padding: 10px 0;
}
@media (min-width: 993px) {
  .ver-b .fresh-block-title {
    font-size: 33px;
  }
}
@media (min-width: 1201px) {
  .ver-b .fresh-block-title {
    font-size: 36px;
  }
}
.ver-b .fresh-block-title span {
  background-color: #f6a802;
  color: #fff;
  display: inline;
  padding: 7px 15px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.ver-b h4 {
  text-transform: uppercase;
  letter-spacing: 2q;
  position: absolute;
  right: 0;
  bottom: 20px;
  color: #fff;
  max-width: 250px;
  padding: 10px 15px;
  background: #3f3f3f;
}
@media (max-width: 992px) {
  .ver-b h4 {
    max-width: 160px;
  }
}
.ver-b h4 span {
  letter-spacing: 0;
  text-transform: none;
  display: block;
  font-size: 0.8em;
}
.ver-b .fresh-block-content {
  width: 40%;
  padding: 40px;
}
@media (max-width: 1200px) {
  .ver-b .fresh-block-content {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ver-b .fresh-block-content {
    width: 100%;
  }
}
.ver-b .fresh-block-content a {
  -ms-flex-pack: start;
      justify-content: flex-start;
  transition: 300ms;
}
.ver-b .fresh-block-content a:hover {
  opacity: 0.8;
}
.ver-b .fresh-block-revert {
  -ms-flex-align: end;
      align-items: flex-end;
}
.ver-b .fresh-block-revert .fresh-block-image {
  right: auto;
  left: 0;
}
.ver-b .fresh-block-revert h4 {
  right: auto;
  left: 0;
}
.ver-b .fresh-block-revert a {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.ver-c .fresh-block-image {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .ver-c .fresh-block-image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 1201px) {
  .ver-c .fresh-block-image {
    width: 60%;
  }
}
.ver-c img {
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .ver-c img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.ver-c .fresh-block-content {
  width: 40%;
  padding: 40px;
}
@media (max-width: 1200px) {
  .ver-c .fresh-block-content {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .ver-c .fresh-block-content {
    width: 100%;
  }
}
.ver-c .fresh-block-content p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}
.ver-c .fresh-block-content p span {
  padding: 0 3px;
  display: inline;
  background: #f6a802;
}
.ver-c .fresh-block-content a {
  margin-top: 12px;
  padding: 6px 10px;
  font-size: 15px;
  display: block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  background: #f6a802;
}
.ver-c .fresh-block-content a:hover {
  background: #ffb72e;
}
.ver-c .fresh-block-content a:after {
  display: none;
}
.ver-c .fresh-block-title {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1q;
}
.ver-c .fresh-block-revert .fresh-block-image {
  right: auto;
  left: 0;
}
.ver-c .fresh-block-revert .fresh-block-content {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
