@charset "UTF-8";
/* ========= SASS style definitions =========
======================================================= */
/* ------ VARIABLES ------
----------------------------------- */
/* ========= SASS style definitions ========= */
/* ======================================================= */
/* ------ VARIABLES ------ */
/* ----------------------------------- */
/* --- colors --- */
:root {
  --color-base: #212529;
  --color-primary: black;
  --color-primary-rgb: 0, 0, 0;
  --color-primary-light: var(--color-oer-yellow);
  --color-primary-light-rgb: 243, 146, 0;
  --color-secondary: darkgrey;
  --color-secondary-rgb: 169, 169, 169;
  --color-secondary-light: var(--color-oer-form-bg);
  --color-secondary-light-rgb: 241, 245, 249;
  --color-dark: #2d2d2d;
  --color-medium: #818184;
  --color-light: #bababa;
  --color-bright: #dfe8f7;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-oer-magenta: #E5006D;
  --color-oer-cyan: #3192D0;
  --color-oer-yellow: #F39200;
  --color-oer-form-bg: #F1F5F9;
}

/* --- font --- */
/* --- div styles --- */
/* --- spacing --- */
.row-no-padding > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ========= Functions ========= */
/* ========= MixIns ========= */
/* ========= COMMON includes =========
======================================================= */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=fd6cb8ed6eec742b5d9d)
 * Config saved to config.json and https://gist.github.com/fd6cb8ed6eec742b5d9d
 */
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
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, menu, nav, section, summary {
  display: block;
}

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

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

template {
  display: none;
}

a {
  background-color: 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, 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] {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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;
}

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

*:before, *:after {
  -webkit-box-sizing: border-box;
  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;
  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;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  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;
}

[role=button] {
  cursor: pointer;
}

.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;
  }
}
.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;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.affix {
  position: fixed;
}

@-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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 !important;
  }

  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 DEFINITION ========= */
/* ###### PAGE FONTS ###### */
/* ======================================================= */
/* ========= OPEN SANS ========= */
/* open-sans-300 - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-300.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-300.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-300italic - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-300italic.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-regular.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-italic - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-italic.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-600.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600italic - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-600italic.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700 - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-700.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-700italic - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-700italic.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800 - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-800.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-800.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-800italic - latin_latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-800italic.woff2") format("woff2"), url("../../resources/fonts/open-sans-v15-latin_latin-ext-800italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-200 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-200.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-300italic - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-300italic.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-300italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-700.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-900 - latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../../resources/fonts/source-sans-pro-v21-latin-900.woff2") format("woff2"), url("../../resources/fonts/source-sans-pro-v21-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* ###### SYSTEM FONTS ###### */
/* ##############========= FontAwesome =========############## */
@font-face {
  font-family: "FontAwesome";
  src: url("../../resources/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../resources/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../resources/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../resources/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../resources/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../resources/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ========= FA-Styles ========= */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

.fa-won:before, .fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before, .fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

/* ========= siteswift styles ========= */
@font-face {
  font-family: "siteswift";
  src: url("../../resources/fonts/siteswift.ttf?r4c6ip") format("truetype"), url("../../resources/fonts/siteswift.woff?r4c6ip") format("woff"), url("../../resources/fonts/siteswift.svg?r4c6ip#siteswift") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=swfont-], [class*=" swfont-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "siteswift" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.swfont-add-circle:before {
  content: "\e900";
}

.swfont-ajax-loader:before {
  content: "\e901";
}

.swfont-arrow-dropdown:before {
  content: "\e902";
}

.swfont-arrow-dropup:before {
  content: "\e903";
}

.swfont-assign:before {
  content: "\e904";
}

.swfont-balance:before {
  content: "\e905";
}

.swfont-chevron-down:before {
  content: "\e906";
}

.swfont-chevron-left:before {
  content: "\e907";
}

.swfont-chevron-right:before {
  content: "\e908";
}

.swfont-chevron-up:before {
  content: "\e909";
}

.swfont-clock:before {
  content: "\e90a";
}

.swfont-copy:before {
  content: "\e90b";
}

.swfont-crop-pic:before {
  content: "\e90c";
}

.swfont-cut:before {
  content: "\e90d";
}

.swfont-dateselect:before {
  content: "\e90e";
}

.swfont-delete:before {
  content: "\e90f";
}

.swfont-double-chevron-left:before {
  content: "\e910";
}

.swfont-double-chevron-right:before {
  content: "\e911";
}

.swfont-download:before {
  content: "\e912";
}

.swfont-drag:before {
  content: "\e913";
}

.swfont-edit:before {
  content: "\e914";
}

.swfont-email:before {
  content: "\e915";
}

.swfont-exit:before {
  content: "\e916";
}

.swfont-ext-link:before {
  content: "\e917";
}

.swfont-fastforward:before {
  content: "\e918";
}

.swfont-full-size:before {
  content: "\e919";
}

.swfont-help:before {
  content: "\e91a";
}

.swfont-import-picture:before {
  content: "\e91b";
}

.swfont-info:before {
  content: "\e91c";
}

.swfont-insert-bottom:before {
  content: "\e91d";
}

.swfont-insert-top:before {
  content: "\e91e";
}

.swfont-link:before {
  content: "\e91f";
}

.swfont-magnifier:before {
  content: "\e920";
}

.swfont-minus:before {
  content: "\e921";
}

.swfont-mirror-horizontal:before {
  content: "\e922";
}

.swfont-mirror-vertical:before {
  content: "\e923";
}

.swfont-move:before {
  content: "\e924";
}

.swfont-new-section:before {
  content: "\e925";
}

.swfont-new-subsection:before {
  content: "\e926";
}

.swfont-paste:before {
  content: "\e927";
}

.swfont-pause:before {
  content: "\e928";
}

.swfont-pic-delete:before {
  content: "\e929";
}

.swfont-pic-edit-pixlr:before {
  content: "\e92a";
}

.swfont-pic-show:before {
  content: "\e92b";
}

.swfont-picture:before {
  content: "\e92c";
}

.swfont-play:before {
  content: "\e92d";
}

.swfont-plus:before {
  content: "\e92e";
}

.swfont-preview:before {
  content: "\e92f";
}

.swfont-print:before {
  content: "\e930";
}

.swfont-remove-link:before {
  content: "\e931";
}

.swfont-reply:before {
  content: "\e932";
}

.swfont-rewind:before {
  content: "\e933";
}

.swfont-rotate:before {
  content: "\e934";
}

.swfont-save:before {
  content: "\e935";
}

.swfont-section-move:before {
  content: "\e936";
}

.swfont-security:before {
  content: "\e937";
}

.swfont-share:before {
  content: "\e938";
}

.swfont-skipbackward:before {
  content: "\e939";
}

.swfont-skipforward:before {
  content: "\e93a";
}

.swfont-split:before {
  content: "\e93b";
}

.swfont-status:before {
  content: "\e93c";
}

.swfont-sticky:before {
  content: "\e93d";
}

.swfont-calendar-future:before {
  content: "\e93e";
}

.swfont-calendar-past:before {
  content: "\e93f";
}

.swfont-calendar-month:before {
  content: "\e940";
}

.swfont-calendar-week:before {
  content: "\e941";
}

.swfont-calendar-day:before {
  content: "\e942";
}

.swfont-calendar:before {
  content: "\e943";
}

.swfont-location-outline:before {
  content: "\e944";
}

.swfont-clock-timeout:before {
  content: "\e945";
}

.swfont-clock-bold:before {
  content: "\e946";
}

.swfont-media-play:before {
  content: "\e947";
}

.swfont-media-pause:before {
  content: "\e948";
}

.swfont-media-stop:before {
  content: "\e949";
}

.swfont-media-rewind:before {
  content: "\e94a";
}

.swfont-media-forward:before {
  content: "\e94b";
}

.swfont-media-audio:before {
  content: "\e94c";
}

.swfont-media-audio-full:before {
  content: "\e94d";
}

.swfont-media-audio-mute:before {
  content: "\e94e";
}

.swfont-media-maximize:before {
  content: "\e94f";
}

.swfont-media-minimize:before {
  content: "\e950";
}

/* --- tags --- */
body {
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
}

body.plain {
  padding: 0px;
  margin: 0px;
  background: #ffffff;
}

body,
td {
  font-family: "Source Sans Pro";
  font-weight: 400;
  color: var(--color-base);
}

hr {
  height: 0px;
  border: 0px;
  border-bottom: 1px solid var(--color-light);
}

a,
a:active {
  color: var(--color-secondary);
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: var(--color-base);
  text-decoration: none;
}

a img {
  border: 0px;
}

form {
  margin: 0px;
}

legend {
  display: table;
  /* enable line-wrapping in IE8+ */
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.gm-style img {
  max-width: none;
  height: auto;
  -o-object-fit: fill;
     object-fit: fill;
}

select,
textarea,
input {
  padding: 6px 6px 6px 6px;
  border: 1px solid #D3D3D3;
  background-color: #ffffff;
  font-family: "Source Sans Pro";
  /* fix wrong font shown in textarea */
}

select {
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='623.622' height='623.622' viewBox='-27.101 -14.17 623.622 623.622' enable-background='new -27.101 -14.17 623.622 623.622'%3E%3Cpath d='M284.754 471.235l-287.404-287.403c-13.701-13.701-13.701-35.886 0-49.509 13.701-13.701 35.926-13.701 49.548 0l237.817 237.777 237.816-237.778c13.701-13.701 35.887-13.701 49.51 0 13.74 13.662 13.74 35.848 0 49.509l-287.287 287.404z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px top 50%;
  background-size: 10px auto;
  padding-right: 35px;
}

input.cb,
input.rb,
input.image,
input[type=checkbox],
input[type=radio] {
  padding: 0px;
  border: 0px;
  background: none;
  width: auto;
}

label,
input.button,
button.button,
button:not(.gm-style button),
input.cb,
input.rb,
input.image {
  cursor: pointer;
}

input[type=submit],
input[type=button],
button:not(.gm-style button):not([class*=sweButton]):not(.klaro button),
.button {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  background-image: none !important;
}
input[type=submit]:hover,
input[type=button]:hover,
button:not(.gm-style button):not([class*=sweButton]):not(.klaro button):hover,
.button:hover {
  text-decoration: none;
  opacity: 1 !important;
  background-color: var(--color-white);
  color: var(--color-primary);
}
input[type=submit][class*=Fullwidth],
input[type=button][class*=Fullwidth],
button:not(.gm-style button):not([class*=sweButton]):not(.klaro button)[class*=Fullwidth],
.button[class*=Fullwidth] {
  width: 100%;
}
input[type=submit][class*=Outline],
input[type=button][class*=Outline],
button:not(.gm-style button):not([class*=sweButton]):not(.klaro button)[class*=Outline],
.button[class*=Outline] {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}
input[type=submit][class*=Outline]:hover,
input[type=button][class*=Outline]:hover,
button:not(.gm-style button):not([class*=sweButton]):not(.klaro button)[class*=Outline]:hover,
.button[class*=Outline]:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

*.disabled,
*.btnDisabled,
*[disabled] {
  opacity: 0.4;
  cursor: default;
}
*.disabled:hover,
*.btnDisabled:hover,
*[disabled]:hover {
  opacity: 0.4 !important;
  cursor: default;
}

.clearFloat {
  clear: both;
}

.clearFloat hr {
  display: none;
}

.hidden {
  display: block !important;
  position: absolute;
  left: -10000px;
  top: auto;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.nospacing {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.maxwidth {
  width: 100%;
}

.islink {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.islink:hover {
  opacity: 0.5;
}

.swTable {
  display: table;
}

.swTableRow {
  display: table-row;
}

.swTableCell {
  display: table-cell;
}

.swTableResponsive {
  overflow-x: auto;
  width: 100%;
}

.clickblocker {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
}

.scrollLock {
  overflow: hidden;
}

@-webkit-keyframes cb-fade-in {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}

@keyframes cb-fade-in {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.clickblocker.cbvisible {
  -webkit-animation: cb-fade-in 0.5s forwards;
          animation: cb-fade-in 0.5s forwards;
}

@-webkit-keyframes cb-fade-out {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

@keyframes cb-fade-out {
  0% {
    background-color: rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}
.clickblocker.cbvisible.fadeout {
  -webkit-animation: cb-fade-out 0.5s forwards;
          animation: cb-fade-out 0.5s forwards;
}

.has-bkg-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

[data-animation-effect] {
  opacity: 0;
}

[data-animation-effect].animated {
  opacity: 1;
}

/* --- common --- */
.modTitle {
  padding: 0px 0px 5px 0px;
}

.modTitle,
.modTitle a,
.modTitle a:active {
  color: var(--color-base);
  text-decoration: none;
}

.modTitle a:hover {
  color: var(--color-primary);
  text-decoration: none;
}

.modSubTitle {
  font-weight: normal;
  color: var(--color-base);
  opacity: 0.7;
}

.modAlert {
  color: #ff0000;
}

input.modAlert,
textarea.modAlert {
  border: 1px solid #ff0000 !important;
}

.alert-missing-widget {
  padding: 20px 10px 20px 10px;
  border: 1px solid #ff0000;
  text-align: center;
}

.statusMsg {
  text-align: center;
  padding: 40px 0px 40px 0px;
}

.swWatermark {
  color: #8F8E8E;
}

/* --- icons --- */
.iconsDetail {
  clear: both;
  text-align: right;
}

.topIcons .iconsDetail {
  padding: 0px 0px 20px 0px;
}

.bottomIcons .iconsDetail {
  padding: 20px 0px 0px 0px;
}

.topIcons {
  display: none;
}

.linkIconLeft::after {
  content: "\f104";
  font-family: FontAwesome;
  padding: 0px 0px 0px 10px;
}

.linkIconRight::before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0px 10px 0px 0px;
}

.btnDateselect {
  background-image: url(../../images/btn_dateselect.gif);
  background-repeat: no-repeat;
  background-position: 0px 1px;
  background-color: transparent !important;
  width: 23px !important;
  height: 20px !important;
  margin: 0px 2px 0px 0px;
  border: 0px;
}

.btnDateselect:hover {
  background-position: 0px -21px;
}

/* --- special inputs --- */
.inputShowPasswort {
  background-image: url(../../images/input_password_bkg.gif);
}

.inputShowUser {
  background-image: url(../../images/input_user_bkg.gif);
}

.barAccessKeys {
  position: absolute;
  top: -200px;
}

/* datepicker */
input.jQueryUiDatepicker {
  background-image: url(../../images/input_datepicker_bkg.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 28px;
  width: 123px !important;
}

input.hasDateTime {
  width: 160px !important;
}

input.jQueryUiDatepicker:hover {
  /*background-position: right -30px;*/
}

input.jQueryUiDatepicker.hasTime {
  background-image: url(../../images/input_timepicker_bkg.png);
}

input.hasTime {
  width: 90px !important;
}

/* tabs */
.tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0px 0px 20px 0px;
  border-bottom: 1px solid #9E9E9E;
}

.tabs li {
  display: table-cell;
  border-bottom: 1px solid #9E9E9E;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  border-bottom: 3px solid #ffffff;
  color: #9E9E9E;
}

.tabs li:hover {
  border-bottom: 3px solid #EAEAEA;
  color: #EAEAEA;
}

.tabs li.selected {
  border-bottom: 3px solid #9E9E9E;
}

.tabs li.selected:hover {
  color: #9E9E9E;
}

.tabscontent li {
  display: none;
}

.tabscontent li.selected {
  display: block;
}

.aspectratio {
  display: inline-block;
  position: relative;
  width: 100%;
}

.aspectratio:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}

.aspectratio.ratio16_9:before {
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}

.aspectratio.ratio4_3:before {
  padding-top: 75%;
  /* 4:3 aspect ratio */
}

.aspectratio .element {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

/* === responsive Table ===
   ============================================= */
.swResponsiveTable {
  /* ===--- large-width version ---=== */
  /* ===--- small-width version ---=== */
}
.swResponsiveTable table {
  width: 100%;
}
.swResponsiveTable th {
  text-align: left;
  vertical-align: bottom;
  padding: 10px;
}
.swResponsiveTable td {
  padding: 10px;
}
.swResponsiveTable tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.swResponsiveTable td::before {
  /* initially hidden - only show on small width (element-queries) */
  display: none;
}
.swResponsiveTable[max-width] {
  /* Hide table headers (but not display: none;, for accessibility) */
  /*
  Label the data -> see template
  */
  /*
    & td:nth-of-type(1):before { content: "Hausnummer"; }
    & td:nth-of-type(2):before { content: "Strasse"; }
    & td:nth-of-type(3):before { content: "Tuernummer"; }
    & td:nth-of-type(4):before { content: "Ort"; }
  */
}
.swResponsiveTable[max-width] table, .swResponsiveTable[max-width] thead, .swResponsiveTable[max-width] tbody, .swResponsiveTable[max-width] th, .swResponsiveTable[max-width] td, .swResponsiveTable[max-width] tr {
  display: block;
}
.swResponsiveTable[max-width] thead tr, .swResponsiveTable[max-width] tr.thead {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  top: -99px;
  left: -99px;
}
.swResponsiveTable[max-width] tr {
  margin-bottom: 20px;
}
.swResponsiveTable[max-width] tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.swResponsiveTable[max-width] td {
  /* Behave  like a "row" */
  border: none;
  position: relative;
  padding-left: 50%;
  margin-bottom: 2px;
}
.swResponsiveTable[max-width] td::before {
  /* Now like a table header */
  position: absolute;
  /* Top/left values mimic padding */
  top: 10px;
  left: 10px;
  width: 40%;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
}
.swResponsiveTable input {
  width: 100%;
}

/* === swGrid System === */
/* ============================================= */
.swgridMultiCol {
  overflow: hidden;
}

.swgridMultiCol .swgridFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.swgridMultiCol .swgridFlexItem {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(100% - 30px);
          flex: 0 1 calc(100% - 30px);
}

/* ========== width: mobile ========== */
.swgridMultiCol.swgridListautoCol[max-width~="419px"] .swgridFlex {
  display: block;
}
.swgridMultiCol.swgridListautoCol[max-width~="419px"] .swgridFlexItem {
  margin-bottom: 15px;
}
.swgridMultiCol.swgridListautoCol[max-width~="419px"] .swgridFlexItem.swgridFlexItemEmpty {
  display: none;
}
.swgridMultiCol.swgridListautoCol[max-width~="419px"] .listSpacer {
  display: none;
}

/* ========== width: mobile-landscape ========== */
.swgridMultiCol.swgridListautoCol[min-width~="420px"] .swgridFlexItem {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="420px"] .swgridFlexItem.has1Items {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}

/* ========== width: tablet ========== */
.swgridMultiCol.swgridListautoCol[min-width~="720px"] .swgridFlexItem {
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="720px"] .swgridFlexItem.has1Items {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="720px"] .swgridFlexItem.has2Items {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}

/* ========== width: desktop ========== */
.swgridMultiCol.swgridListautoCol[min-width~="932px"] .swgridFlexItem {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="932px"] .swgridFlexItem.has1Items {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="932px"] .swgridFlexItem.has2Items {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="932px"] .swgridFlexItem.has3Items {
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
}

/* ========== width: large ========== */
.swgridMultiCol.swgridListautoCol[min-width~="1140px"] .swgridFlexItem {
  -ms-flex-preferred-size: calc(20% - 30px);
      flex-basis: calc(20% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="1140px"] .swgridFlexItem.has1Items {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="1140px"] .swgridFlexItem.has2Items {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="1140px"] .swgridFlexItem.has3Items {
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
}
.swgridMultiCol.swgridListautoCol[min-width~="1140px"] .swgridFlexItem.has4Items {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}

/* ========== fixed width columns ========== */
.swgridMultiCol.swgridList1Col .swgridFlexItem.item {
  overflow: hidden;
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
}

.swgridMultiCol.swgridList2Col .swgridFlexItem.item {
  overflow: hidden;
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
}

.swgridMultiCol.swgridList3Col .swgridFlexItem.item {
  overflow: hidden;
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
}

.swgridMultiCol.swgridList4Col .swgridFlexItem.item {
  overflow: hidden;
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}

/* === swSimpleGrid System === */
/* ============================================= */
.swSimpleGrid {
  overflow: hidden;
}

.swSimpleGridFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
}

.swSimpleGridFlexItem {
  border-left: 15px solid transparent;
}

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

.swSimpleGridFlexItem.alignMiddle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.swSimpleGrid2Col .swSimpleGridFlexItem {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.swSimpleGrid3Col .swSimpleGridFlexItem {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
}

.swSimpleGrid4Col .swSimpleGridFlexItem {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.swSimpleGrid5Col .swSimpleGridFlexItem {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

/* === swList System === */
.swList .swListFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.swListImage .swListFlexItem.contentImage {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  min-width: 100px;
  max-width: 500px;
}

.swListImage .swListFlex.swListDirectionleft .swListFlexItem.contentImage {
  margin-right: 15px;
}

.swListImage .swListFlexItem.listContent {
  width: 100%;
}

.swList .swListFlex.swListDirectionright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.swListImage .swListFlex.swListDirectionright .swListFlexItem.contentImage {
  margin-left: 15px;
}

.swListImage .swListFlex[max-width~="419px"] .swListFlexItem.contentImage {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

.swListImage .swListFlex[min-width~="420px"] .swListFlexItem.contentImage {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

/* === swslang: MAP === */
.swMap .map .markerclusterer {
  color: #ffffff;
  text-shadow: 1px 1px 2px #000000;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: 700;
}
.swMap .map .markerclusterer::after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border: 8px solid transparent;
  border-radius: 100%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.swMap .map .markerclusterer:hover {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.swMap .map .cluster0 {
  /* small */
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.swMap .map .cluster1 {
  /* medium */
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.swMap .map .cluster2 {
  /* large */
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.swMap .map .cluster3 {
  /* x-large */
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.swMap .map .cluster4 {
  /* xx-large */
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.swMap .mapItemlist.hasMap {
  margin-top: 50px;
}
.swMap .mapItemlist .item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted var(--color-bright);
}
.swMap .mapItemlist .titleSpacer {
  height: 10px;
}
.swMap .mapItemlist .addressSpacer {
  height: 20px;
}
.swMap .mapItemlist .fa {
  margin-right: 10px;
}
.swMap .mapItemlist .title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.swMap .mapItemlist .email, .swMap .mapItemlist .www {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* === common styles === */
.waisettings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.waisettings a {
  display: block;
  width: 27px;
  height: 27px;
  font-size: 14px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  color: var(--color-base);
  text-align: center;
}

.waisettings a:hover {
  background-color: var(--color-bright) !important;
  color: var(--color-base) !important;
  opacity: 0.5;
  text-decoration: none;
}

.waisettings .fontsize1 a {
  font-size: 10px;
  line-height: 30px;
}

.waisettings .fontsize2 a {
  font-size: 14px;
  line-height: 27px;
}

.waisettings .fontsize3 a {
  font-size: 18px;
  line-height: 25px;
}

.waisettings .fontsize3 {
  padding-right: 10px;
}

.waisettings .color1 a {
  color: #676767;
  background-color: #E8E8E8;
}

.waisettings .color2 a {
  color: #FFD735;
  background-color: #000000;
}

.waisettings .color3 a {
  color: #000000;
  background-color: #FFD735;
}

.waisettings .color4 a {
  color: #ffffff;
  background-color: #000094;
}

.waisettings .color5 a {
  color: #000094;
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contentTitle a,
a.contentTitle,
.contentTitle {
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-weight: 700;
  display: block;
}

.swStyledRadio,
.swStyledCheckbox {
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.swStyledRadio label::before, .swStyledRadio label::after,
.swStyledCheckbox label::before,
.swStyledCheckbox label::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  margin-top: 0.2em;
  left: 0;
  top: 0;
  cursor: pointer;
}
.swStyledRadio label::before,
.swStyledCheckbox label::before {
  border: 1px solid #D3D3D3;
  background-color: white;
}
.swStyledRadio label::after,
.swStyledCheckbox label::after {
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  background: var(--color-base);
  opacity: 0;
}
.swStyledRadio input[type=checkbox], .swStyledRadio input[type=radio],
.swStyledCheckbox input[type=checkbox],
.swStyledCheckbox input[type=radio] {
  position: absolute;
  z-index: -1;
  width: 1px;
  opacity: 0;
  border: 0;
}
.swStyledRadio input[type=checkbox]:checked + label::after, .swStyledRadio input[type=radio]:checked + label::after,
.swStyledCheckbox input[type=checkbox]:checked + label::after,
.swStyledCheckbox input[type=radio]:checked + label::after {
  opacity: 1;
}
.swStyledRadio.fakeRadio label::before, .swStyledRadio.fakeRadio label::after,
.swStyledCheckbox.fakeRadio label::before,
.swStyledCheckbox.fakeRadio label::after {
  border-radius: 50px;
}
.swStyledRadio.fakeCheckbox label::before, .swStyledRadio.fakeCheckbox label::after,
.swStyledCheckbox.fakeCheckbox label::before,
.swStyledCheckbox.fakeCheckbox label::after {
  border-radius: 0;
}
.swStyledRadio.smallsize label::before, .swStyledRadio.smallsize label::after,
.swStyledCheckbox.smallsize label::before,
.swStyledCheckbox.smallsize label::after {
  margin-top: 0.35em;
}
.swStyledRadio.smallsize label::before,
.swStyledCheckbox.smallsize label::before {
  width: 14px;
  height: 14px;
}
.swStyledRadio.smallsize label::after,
.swStyledCheckbox.smallsize label::after {
  width: 10px;
  height: 10px;
  top: 2px;
  left: 2px;
}
.swStyledRadio.toggle,
.swStyledCheckbox.toggle {
  padding-left: 42px;
}
.swStyledRadio.toggle label::before, .swStyledRadio.toggle label::after,
.swStyledCheckbox.toggle label::before,
.swStyledCheckbox.toggle label::after {
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swStyledRadio.toggle label::before,
.swStyledCheckbox.toggle label::before {
  width: 32px;
}
.swStyledRadio.toggle label::after,
.swStyledCheckbox.toggle label::after {
  opacity: 0.25;
}
.swStyledRadio.toggle input[type=checkbox]:checked + label::after, .swStyledRadio.toggle input[type=radio]:checked + label::after,
.swStyledCheckbox.toggle input[type=checkbox]:checked + label::after,
.swStyledCheckbox.toggle input[type=radio]:checked + label::after {
  left: 17px;
}
.swStyledRadio.toggle.smallsize,
.swStyledCheckbox.toggle.smallsize {
  padding-left: 32px;
}
.swStyledRadio.toggle.smallsize label::before,
.swStyledCheckbox.toggle.smallsize label::before {
  width: 24px;
}
.swStyledRadio.toggle.smallsize label::after,
.swStyledCheckbox.toggle.smallsize label::after {
  left: 3px;
}
.swStyledRadio.toggle.smallsize input[type=checkbox]:checked + label::after, .swStyledRadio.toggle.smallsize input[type=radio]:checked + label::after,
.swStyledCheckbox.toggle.smallsize input[type=checkbox]:checked + label::after,
.swStyledCheckbox.toggle.smallsize input[type=radio]:checked + label::after {
  left: 11px;
}

.swStyledRadio label::before, .swStyledRadio label::after {
  border-radius: 50px;
}

/* --- consent management --- */
.klaro {
  --border-radius: 0;
  --button-text-color: #ffffff !important;
  --font-size: 14px;
}
.klaro button {
  padding: 0;
}

.klaroPlaceholder {
  font-size: 1.2rem;
  line-height: 1.7rem;
  padding: 10px 10px 10px 10px;
  background-color: rgba(0, 0, 0, 0.05);
  font-weight: 400;
  text-align: center;
}
.klaroPlaceholder::before {
  content: "\f071";
  font-family: FontAwesome;
  font-size: 2.8rem;
  line-height: 2.8rem;
  display: block;
  margin-bottom: 10px;
}
.klaroPlaceholder strong {
  display: block;
  margin-bottom: 5px;
}
.klaroPlaceholder a {
  text-decoration: none;
}
.klaroPlaceholder a::before {
  content: "";
  font-family: FontAwesome;
  margin: 0px 5px 0px 5px;
}
.klaroPlaceholder a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.klaroPlaceholder a.klaro-link-servicekey::before {
  content: "\f013";
}
.klaroPlaceholder a.klaro-link-reload::before {
  content: "\f021";
}

#sectionLogonWrapper .header {
  font-size: 4rem;
  line-height: 4.4rem;
  margin-bottom: 30px;
}
#sectionLogonWrapper label {
  background-color: transparent;
}
#sectionLogonWrapper .button {
  margin-top: 30px;
}

/* --- spacer between 2 list entries --- */
.listSpacer {
  clear: both;
  /* delete float */
  height: 40px;
}

.listSpacer hr {
  display: none;
}

/* --- list --- */
.leftPic {
  float: left;
  padding: 0px 10px 0px 0px;
}

.rightPic {
  float: right;
  padding: 0px 0px 0px 10px;
}

.listContent {
  overflow: hidden;
  /* overflow AUSSCHALTEN, wenn bild1 umflossen werden soll */
}

/* modules */
.shop .listSpacer {
  border-bottom: 2px solid #eeeeee;
  height: 1px;
  margin: 9px 0px 10px 0px;
}

/* multiCol Design */
.multiCol .swTable {
  table-layout: fixed;
  width: 100%;
}

.multiCol .swTableCell {
  vertical-align: top;
}

/* multicol design: 2col */
.multiCol.list2col .swTableCell {
  /* first col */
  padding: 0px 10px 0px 0px;
}

.multiCol.list2col .swTableCell:nth-child(n+2) {
  /* last col */
  padding: 0px 0px 0px 10px;
}

/* multicol design: 3col */
.multiCol.list3col .swTableCell {
  /* first col */
  padding: 0px 14px 0px 0px;
}

.multiCol.list3col .swTableCell:nth-child(n+2) {
  /* middle col */
  padding: 0px 7px 0px 7px;
}

.multiCol.list3col .swTableCell:nth-child(n+3) {
  /* last col */
  padding: 0px 0px 0px 14px;
}

/* multicol design: 4col */
.multiCol.list4col .swTableCell {
  /* first col */
  padding: 0px 14px 0px 0px;
}

.multiCol.list4col .swTableCell:nth-child(n+2) {
  /* middle col */
  padding: 0px 10.5px 0px 7px;
}

.multiCol.list4col .swTableCell:nth-child(n+3) {
  /* middle col */
  padding: 0px 7px 0px 10.5px;
}

.multiCol.list4col .swTableCell:nth-child(n+4) {
  /* last col */
  padding: 0px 0px 0px 14px;
}

/*--- detail --- */
.detailImage {
  margin-bottom: 30px;
}
.detailImage img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right,
div.pp_default .pp_top,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_right {
  height: 13px;
}

div.pp_default .pp_top .pp_left {
  background: url("../../images/prettyPhoto/default/sprite.png") -78px -93px no-repeat;
}

div.pp_default .pp_top .pp_middle {
  background: url("../../images/prettyPhoto/default/sprite_x.png") top left repeat-x;
}

div.pp_default .pp_top .pp_right {
  background: url("../../images/prettyPhoto/default/sprite.png") -112px -93px no-repeat;
}

div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
  background: url("../../images/prettyPhoto/default/sprite_y.png") -7px 0 repeat-y;
  padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
  background: url("../../images/prettyPhoto/default/sprite_y.png") top right repeat-y;
  padding-right: 13px;
}

div.pp_default .pp_next:hover {
  background: url("../../images/prettyPhoto/default/sprite_next.png") center right no-repeat;
  cursor: pointer;
}

div.pp_default .pp_previous:hover {
  background: url("../../images/prettyPhoto/default/sprite_prev.png") center left no-repeat;
  cursor: pointer;
}

div.pp_default .pp_expand {
  background: url("../../images/prettyPhoto/default/sprite.png") 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_expand:hover {
  background: url("../../images/prettyPhoto/default/sprite.png") 0 -56px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_contract {
  background: url("../../images/prettyPhoto/default/sprite.png") 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

div.pp_default .pp_contract:hover {
  background: url("../../images/prettyPhoto/default/sprite.png") 0 -113px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url("../../images/prettyPhoto/default/sprite.png") 2px 1px no-repeat;
  cursor: pointer;
}

div.pp_default .pp_gallery ul li a {
  background: url("../../images/prettyPhoto/default/default_thumb.png") center center #f8f8f8;
  border: 1px solid #aaa;
}

div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}

div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/default/sprite.png") -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}

div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: url("../../images/prettyPhoto/default/sprite.png") -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}

div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}

div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 105px;
  position: relative;
}

div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  font-color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}

div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}

div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
  background: url("../../images/prettyPhoto/default/sprite.png") -78px -127px no-repeat;
}

div.pp_default .pp_bottom .pp_middle {
  background: url("../../images/prettyPhoto/default/sprite_x.png") bottom left repeat-x;
}

div.pp_default .pp_bottom .pp_right {
  background: url("../../images/prettyPhoto/default/sprite.png") -112px -127px no-repeat;
}

div.pp_default .pp_loaderIcon {
  background: url("../../images/prettyPhoto/default/loader.gif") center center no-repeat;
}

div.light_rounded .pp_top .pp_left {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_right {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -110px -53px no-repeat;
}

div.light_rounded .pp_next:hover {
  background: url("../../images/prettyPhoto/light_rounded/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url("../../images/prettyPhoto/light_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_next {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -22px -71px no-repeat;
}

div.light_rounded .pp_bottom .pp_left {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_right {
  background: url("../../images/prettyPhoto/light_rounded/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url("../../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url("../../images/prettyPhoto/dark_rounded/contentPattern.png") top right repeat-y;
}

div.dark_rounded .pp_next:hover {
  background: url("../../images/prettyPhoto/dark_rounded/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url("../../images/prettyPhoto/dark_rounded/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_description {
  margin-right: 85px;
  color: #fff;
}

div.dark_rounded .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_next {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -22px -71px no-repeat;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url("../../images/prettyPhoto/dark_rounded/sprite.png") -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url("../../images/prettyPhoto/dark_rounded/loader.gif") center center no-repeat;
}

div.dark_square .pp_content,
div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right {
  background: #000;
}

div.dark_square .pp_description {
  color: #fff;
  margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
  background: url("../../images/prettyPhoto/dark_square/loader.gif") center center no-repeat;
}

div.dark_square .pp_expand {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_nav {
  clear: none;
}

div.dark_square .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") 0 -71px no-repeat;
}

div.dark_square .pp_arrow_next {
  background: url("../../images/prettyPhoto/dark_square/sprite.png") -22px -71px no-repeat;
}

div.dark_square .pp_next:hover {
  background: url("../../images/prettyPhoto/dark_square/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url("../../images/prettyPhoto/dark_square/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand {
  background: url("../../images/prettyPhoto/light_square/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url("../../images/prettyPhoto/light_square/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url("../../images/prettyPhoto/light_square/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url("../../images/prettyPhoto/light_square/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url("../../images/prettyPhoto/light_square/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.light_square .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/light_square/sprite.png") -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url("../../images/prettyPhoto/light_square/sprite.png") -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url("../../images/prettyPhoto/light_square/sprite.png") 0 -71px no-repeat;
}

div.light_square .pp_arrow_next {
  background: url("../../images/prettyPhoto/light_square/sprite.png") -22px -71px no-repeat;
}

div.light_square .pp_next:hover {
  background: url("../../images/prettyPhoto/light_square/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url("../../images/prettyPhoto/light_square/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url("../../images/prettyPhoto/facebook/contentPatternTop.png") top left repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -110px -53px no-repeat;
}

div.facebook .pp_content_container .pp_left {
  background: url("../../images/prettyPhoto/facebook/contentPatternLeft.png") top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url("../../images/prettyPhoto/facebook/contentPatternRight.png") top right repeat-y;
}

div.facebook .pp_expand {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -31px -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -31px -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url("../../images/prettyPhoto/facebook/sprite.png") 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url("../../images/prettyPhoto/facebook/sprite.png") 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url("../../images/prettyPhoto/facebook/sprite.png") -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook .pp_description {
  margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
  background: url("../../images/prettyPhoto/facebook/loader.gif") center center no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url("../../images/prettyPhoto/facebook/sprite.png") 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url("../../images/prettyPhoto/facebook/btnNext.png") center right no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url("../../images/prettyPhoto/facebook/btnPrevious.png") center left no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url("../../images/prettyPhoto/facebook/contentPatternBottom.png") top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url("../../images/prettyPhoto/facebook/sprite.png") -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_content {
  height: 40px;
  min-width: 40px;
}

* html .pp_content {
  width: 40px;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}

.pp_description {
  display: none;
  margin: 0;
}

.pp_social {
  float: left;
  margin: 7px 0 0;
}

.pp_social .facebook {
  float: left;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}

.pp_social .twitter {
  float: left;
}

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}

.pp_nav p {
  float: left;
  margin: 2px 4px;
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}

.pp_gallery li.default a {
  background: url("../../images/prettyPhoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}

a.pp_next {
  background: url("../../images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url("../../images/prettyPhoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_contract,
a.pp_expand {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}

div.light_rounded .pp_content,
div.pp_default .pp_content {
  background-color: #fff;
}

div.facebook #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}

div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.facebook .pp_details,
div.light_rounded .pp_details,
div.light_square .pp_details,
div.pp_default .pp_details {
  position: relative;
}

div.facebook .pp_content,
div.light_rounded .pp_bottom .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_top .pp_middle,
div.light_square .pp_content,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right {
  background: #fff;
}

div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
}

div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous {
  margin-top: 12px !important;
}

div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_rounded .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_rounded .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url("../../images/prettyPhoto/light_rounded/loader.gif") center center no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_top .pp_middle {
  background: url("../../images/prettyPhoto/dark_rounded/contentPattern.png") top left repeat;
}

div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.pp_bottom,
.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_bottom,
* html .pp_top {
  padding: 0 20px;
}

.pp_bottom .pp_left,
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle,
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right,
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_fade,
.pp_gallery li.default a img {
  display: none;
}

/* Z-INDEX */
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
  opacity: 1 !important;
}

.formError * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #DB001B;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  padding: 4px 10px 4px 10px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  font-size: 0px;
  height: 1px;
  background: #DB001B;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 15px;
}

.formError .formErrorArrow .line7 {
  width: 13px;
}

.formError .formErrorArrow .line6 {
  width: 11px;
}

.formError .formErrorArrow .line5 {
  width: 9px;
}

.formError .formErrorArrow .line4 {
  width: 7px;
}

.formError .formErrorArrow .line3 {
  width: 5px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* swslangdynamic_forms
================================ */
.swslangdynamic_forms .formError,
.swslangdynamic_forms .formError .formErrorArrow,
.swslangdynamic_forms .formError .formErrorContent {
  z-index: auto;
}

.swslangdynamic_forms .formError {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 !important;
}

.swslangdynamic_forms .formError .formErrorContent {
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.swslangdynamic_forms .formError .formErrorArrow {
  margin: -1px 0 0 6px;
  top: 0px;
  z-index: 1;
}

.swslangdynamic_forms .formError .formErrorArrowBottom {
  top: 1px;
}

.swslangdynamic_forms .formError .formErrorArrowBottom ~ .formErrorContent {
  margin-bottom: 5px;
}

.swslangdynamic_forms .formError .formErrorArrow div {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.swslangdynamic_forms .formError .formErrorArrow .line10,
.swslangdynamic_forms .formError .formErrorArrow .line9,
.swslangdynamic_forms .formError .formErrorArrow .line8 {
  display: none;
}

.swslangdynamic_forms .formError .formErrorArrow .line3 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: none;
}

.swslangdynamic_forms .formError .formErrorArrow .line2 {
  background: #DB001B;
}

.swslangdynamic_forms .formError .formErrorArrow .line1 {
  background: #fff;
  border: none;
}

/* ##### --- module: widget ##### --- */
/* ===--- common ---=== */
.widgetItemSpacer {
  border-bottom: 1px solid var(--color-bright);
  height: 0px;
  margin: 15px 0px 15px 0px;
}

/* ===--- standard-widgets ---=== */
/* ##### --- widget_pagebuilder_imgtext2col ##### --- */
.widget_pagebuilder_imgtext2col {
  /* --- image: below --- */
  /* --- image: right --- */
  /* --- image: top --- */
  /* --- image: bottom --- */
  /* --- image: none --- */
}
.widget_pagebuilder_imgtext2col .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.widget_pagebuilder_imgtext2col .image img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget_pagebuilder_imgtext2col .islink.hoverZoom .image {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.widget_pagebuilder_imgtext2col .islink.hoverZoom:hover .image {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.widget_pagebuilder_imgtext2col .content {
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.widget_pagebuilder_imgtext2col .content .contentWrapper {
  padding: 50px 40px 50px 25px;
  /* left: minus grid border */
}
.widget_pagebuilder_imgtext2col .content .text {
  padding: 10px 0px 10px 0px;
}
.widget_pagebuilder_imgtext2col .content .itemlink {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.widget_pagebuilder_imgtext2col .content .itemlink a {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  border: 1px solid var(--color-base);
  color: var(--color-base);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_pagebuilder_imgtext2col .content .itemlink a:hover {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}
.widget_pagebuilder_imgtext2col .imageWrapper.aspectHeight {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_imgtext2col .imageWrapper.aspectHeight:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_imgtext2col .imageWrapper.aspectHeight img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget_pagebuilder_imgtext2col.textabove .swSimpleGridFlex {
  position: relative;
}
.widget_pagebuilder_imgtext2col.textabove .imageBelow {
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget_pagebuilder_imgtext2col.textleft .swSimpleGridFlex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.widget_pagebuilder_imgtext2col.textleft .image {
  border-left-width: 7.5px;
}
.widget_pagebuilder_imgtext2col.textbottom .swSimpleGridFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.widget_pagebuilder_imgtext2col.textbottom .swSimpleGridFlexItem {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.widget_pagebuilder_imgtext2col.textbottom .image img {
  position: relative;
}
.widget_pagebuilder_imgtext2col.textbottom .image .aspectHeight img {
  position: absolute;
}
.widget_pagebuilder_imgtext2col.texttop .swSimpleGridFlex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.widget_pagebuilder_imgtext2col.texttop .swSimpleGridFlexItem {
  width: 100%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.widget_pagebuilder_imgtext2col.texttop .image img {
  position: relative;
}
.widget_pagebuilder_imgtext2col.texttop .image .aspectHeight img {
  position: absolute;
}
.widget_pagebuilder_imgtext2col.textonly .swSimpleGridFlexItem {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

/* ##### --- widget_pagebuilder_textcolumn ##### --- */
.widget_pagebuilder_textcolumn.image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_textcolumn .container_imageLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget_pagebuilder_textcolumn .container_imageRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.widget_pagebuilder_textcolumn .container_imageBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.widget_pagebuilder_textcolumn .container_imageLeft .itemimage, .widget_pagebuilder_textcolumn .container_imageRight .itemimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}
.widget_pagebuilder_textcolumn .container_imageLeft .itemText {
  margin-left: 20px;
}
.widget_pagebuilder_textcolumn .container_imageRight .itemText {
  margin-right: 20px;
}
.widget_pagebuilder_textcolumn .container_imageValignTop {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.widget_pagebuilder_textcolumn .container_imageValignMiddle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_pagebuilder_textcolumn .container_imageValignBottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.widget_pagebuilder_textcolumn .itemimage {
  text-align: center;
}
.widget_pagebuilder_textcolumn .itemimage img {
  width: 100%;
  height: auto;
}
.widget_pagebuilder_textcolumn .imageWrapper {
  display: inline-block;
  position: relative;
  margin: 0px auto 0px auto;
  text-align: center;
  width: 100%;
}
.widget_pagebuilder_textcolumn .container_imageTop .imageWrapper {
  margin: 0px auto 20px auto;
}
.widget_pagebuilder_textcolumn .container_imageBottom .imageWrapper {
  margin: 20px auto 0px auto;
}
.widget_pagebuilder_textcolumn .itemimage.circular .imageWrapper {
  width: 50%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_textcolumn .itemimage.circular .imageWrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_textcolumn .itemimage.circular .imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.widget_pagebuilder_textcolumn .widgetItemTitle {
  padding: 0px 0px 20px 0px;
}
.widget_pagebuilder_textcolumn .widgetItemTitle.centertitle {
  text-align: center;
}
.widget_pagebuilder_textcolumn.itemimglink .linkimagewrapper, .widget_pagebuilder_textcolumn.itemimglink .linktext {
  background-color: var(--color-bright);
}
.widget_pagebuilder_textcolumn.itemimglink .linkimagelink {
  display: block;
  text-decoration: none;
}
.widget_pagebuilder_textcolumn.itemimglink .linkimagelink:hover {
  opacity: 0.5;
  text-decoration: none;
}
.widget_pagebuilder_textcolumn.itemimglink .linkimagewrapper {
  position: relative;
}
.widget_pagebuilder_textcolumn.itemimglink .linkimagewrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
  padding-top: 75%;
  /* 4:3 aspect ratio */
}
.widget_pagebuilder_textcolumn.itemimglink .linkimage {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_textcolumn.itemimglink .linkimage img {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.widget_pagebuilder_textcolumn.itemimglink .linktext {
  padding: 5px 20px 5px 10px;
  position: relative;
  color: var(--color-base);
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget_pagebuilder_textcolumn.itemimglink .linktext::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
.widget_pagebuilder_textcolumn .itemlink {
  text-align: center;
  padding: 20px 0px 0px 0px;
}
.widget_pagebuilder_textcolumn .itemlink a {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  border: 1px solid var(--color-base);
  color: var(--color-base);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_pagebuilder_textcolumn .itemlink a:hover {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
}

/* ##### --- widget_pagebuilder_slider ##### --- */
.widget_pagebuilder_slider {
  /* common
  ---------------------------------------------------- */
}
.widget_pagebuilder_slider .widgetSlide {
  position: relative;
  /* dynHeight with aspect ratio
  ---------------------------------------------------- */
  /* slide item
  ---------------------------------------------------- */
  /* pagination
  ---------------------------------------------------- */
  /* prev/next
  ---------------------------------------------------- */
}
.widget_pagebuilder_slider .widgetSlide .swiper-lazy-preloader-white {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 1px 1px #000000;
          box-shadow: 1px 1px 1px #000000;
}
.widget_pagebuilder_slider .widgetSlide .swiper-container {
  overflow: hidden;
  position: relative;
}
.widget_pagebuilder_slider .widgetSlide.dynHeight .item {
  height: 100%;
}
.widget_pagebuilder_slider .widgetSlide.dynHeight .item::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  /* 16:9 aspect ratio */
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide {
  width: 100%;
  /*height: 300px; -> js: auto viewport height */
  height: auto;
  background-size: cover !important;
  background-position: center center;
  position: relative;
  float: left;
  cursor: -webkit-grab;
  cursor: grab;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide[onclick] {
  cursor: pointer !important;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide[onclick]:hover .contentTableWrapper {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide[onclick]:hover .contentTableWrapper .contentTable {
  -webkit-box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.3), inset 0px 0px 300px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.3), inset 0px 0px 300px rgba(0, 0, 0, 0.6);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .contentTableWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .contentTable {
  display: table;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content {
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 40px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  overflow: hidden;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content a {
  color: #ffffff;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .title {
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .subtitle {
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .text {
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .itemlink {
  text-align: center;
  padding: 20px 0px 0px 0px;
  display: inline-block;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .itemlink a {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  border: 1px solid #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_pagebuilder_slider .widgetSlide .swiper-slide .content .itemlink a:hover {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_slider .widgetSlide.singleitem .item {
  cursor: auto;
}
.widget_pagebuilder_slider .widgetSlide.noheight .item .contentTableWrapper {
  position: relative;
  top: auto;
  bottom: auto;
}
.widget_pagebuilder_slider .widgetSlide.noheight .item .content {
  padding: 40px 45px 40px 45px;
}
.widget_pagebuilder_slider .widgetSlide .sliderPagination {
  position: absolute;
  top: 10px;
  right: 10px;
  left: auto;
  bottom: auto;
  width: auto;
  z-index: 4;
}
.widget_pagebuilder_slider .widgetSlide .sliderPagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000000;
  opacity: 0.5;
  margin: 0px 2px 0px 2px;
}
.widget_pagebuilder_slider .widgetSlide .sliderPagination .swiper-pagination-bullet:hover {
  background-color: #000000;
  opacity: 1;
}
.widget_pagebuilder_slider .widgetSlide .sliderPagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
  opacity: 1;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .next, .widget_pagebuilder_slider .widgetSlide .sliderArrow .prev {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0.5;
  position: absolute;
  margin: -22px 0px 0px 0px;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .next:hover, .widget_pagebuilder_slider .widgetSlide .sliderArrow .prev:hover {
  opacity: 1;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .next::before, .widget_pagebuilder_slider .widgetSlide .sliderArrow .prev::before {
  font-family: FontAwesome;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 50px;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .next {
  right: 0px;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .next::before {
  content: "\f105";
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .prev {
  left: 0px;
}
.widget_pagebuilder_slider .widgetSlide .sliderArrow .prev::before {
  content: "\f104";
}

/* ##### --- widget_pagebuilder_listmenu ##### --- */
.widget_pagebuilder_listmenu {
  border-top: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.widget_pagebuilder_listmenu .widgetItemTitle {
  padding-bottom: 20px;
}
.widget_pagebuilder_listmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}
.widget_pagebuilder_listmenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.widget_pagebuilder_listmenu div {
  clear: both;
}
.widget_pagebuilder_listmenu li .innerLink {
  display: block;
}
.widget_pagebuilder_listmenu a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 11px 0px;
  color: var(--color-base);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.widget_pagebuilder_listmenu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.widget_pagebuilder_listmenu a.breadcrumb {
  font-style: italic;
}
.widget_pagebuilder_listmenu a.selected {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
  padding-left: 10px;
}
.widget_pagebuilder_listmenu a:hover {
  color: var(--color-base);
  text-decoration: none;
  opacity: 0.5;
}
.widget_pagebuilder_listmenu ul ul a.selected {
  padding-left: 10px;
}
.widget_pagebuilder_listmenu ul ul .innerLink a:not(.toggler) {
  padding-left: 30px;
}
.widget_pagebuilder_listmenu ul ul ul .innerLink a:not(.toggler) {
  padding-left: 60px;
}
.widget_pagebuilder_listmenu a.togglerText {
  cursor: pointer;
}
.widget_pagebuilder_listmenu a.toggler {
  display: block;
  float: right;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.widget_pagebuilder_listmenu a.toggler:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.widget_pagebuilder_listmenu a.toggler::after {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_listmenu a.toggler.inline {
  border-left: none;
}
.widget_pagebuilder_listmenu a.toggler:hover::after {
  opacity: 0.5;
}
.widget_pagebuilder_listmenu a.toggler.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_pagebuilder_listmenu ul ul > li > div > a, .widget_pagebuilder_listmenu ul ul > ul > li > div > a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_pagebuilder_listmenu ul ul.opened > li > div > a, .widget_pagebuilder_listmenu ul ul > ul.opened > li > div > a {
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 11px;
}

/* ##### --- widget_pagebuilder_article ##### --- */
.widget_pagebuilder_article.image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_article .imageAbove {
  padding-bottom: 15px;
}
.widget_pagebuilder_article .itemimage {
  text-align: center;
  display: block;
  line-height: 0;
}
.widget_pagebuilder_article .itemimage img {
  width: 100%;
}
.widget_pagebuilder_article .itemimage .imageWrapper {
  display: inline-block;
  position: relative;
  margin: 0px auto 0px auto;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.widget_pagebuilder_article .itemimage .imageWrapper.aspectHeight:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_article .itemimage .imageWrapper.aspectHeight img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget_pagebuilder_article .itemimage .imageWrapper.fullsizeImage {
  margin-bottom: 20px;
}
.widget_pagebuilder_article .itemimage.circular .imageWrapper {
  width: 50%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.widget_pagebuilder_article .itemimage.circular .imageWrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_article .itemimage.circular .imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.widget_pagebuilder_article .itemimage.hoverZoom .imageWrapper {
  overflow: hidden;
}
.widget_pagebuilder_article .itemimage.hoverZoom .imageWrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.widget_pagebuilder_article .itemimage.hoverZoom:hover .imageWrapper img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.widget_pagebuilder_article .itemimage.circular.hoverZoom .imageWrapper, .widget_pagebuilder_article .itemimage.hoverZoom .imageWrapper.aspectHeight {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_article .itemimage.circular.hoverZoom:hover .imageWrapper, .widget_pagebuilder_article .itemimage.hoverZoom:hover .imageWrapper.aspectHeight {
  background-size: 150% auto;
}
.widget_pagebuilder_article .imgOrientationLandscape .itemimage .imageWrapper {
  background-size: auto 100%;
}
.widget_pagebuilder_article .imgOrientationLandscape .itemimage.circular.hoverZoom:hover .imageWrapper, .widget_pagebuilder_article .imgOrientationLandscape .itemimage.hoverZoom:hover .imageWrapper.aspectHeight {
  background-size: auto 150%;
}
.widget_pagebuilder_article .hasSpacer .contentImage, .widget_pagebuilder_article .hasSpacer .listContent {
  border-bottom: 1px solid var(--color-bright);
  padding-bottom: 15px;
}

/* ##### --- widget_pagebuilder_shop ##### --- */
.widget_pagebuilder_shop.image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_shop .imageAbove {
  padding-bottom: 15px;
}
.widget_pagebuilder_shop .itemimage {
  text-align: center;
  display: block;
}
.widget_pagebuilder_shop .itemimage .imageWrapper {
  display: inline-block;
  position: relative;
  margin: 0px auto 0px auto;
  text-align: center;
  width: 100%;
}
.widget_pagebuilder_shop .itemimage .imageWrapper.fullsizeImage {
  margin-bottom: 20px;
}
.widget_pagebuilder_shop .itemimage.circular .imageWrapper {
  width: 50%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_shop .itemimage.circular .imageWrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_shop .itemimage.circular .imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.widget_pagebuilder_shop .shopListMultiCol.swgridMultiCol .swgridFlexItem {
  border: none;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.widget_pagebuilder_shop .item.hasSpacer {
  border-bottom: 1px solid var(--color-bright) !important;
  padding-bottom: 15px;
}

/* ##### --- widget_pagebuilder_gallerylist ##### --- */
/* ===--- gallerylist: list ---=== */
.widget_pagebuilder_gallerylist.list.image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_gallerylist.list .imageAbove {
  padding-bottom: 15px;
}
.widget_pagebuilder_gallerylist.list .itemimage {
  text-align: center;
  display: block;
  line-height: 0;
}
.widget_pagebuilder_gallerylist.list .itemimage img {
  width: 100%;
}
.widget_pagebuilder_gallerylist.list .itemimage .imageWrapper {
  display: inline-block;
  position: relative;
  margin: 0px auto 0px auto;
  text-align: center;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.widget_pagebuilder_gallerylist.list .imgOrientationLandscape .itemimage .imageWrapper {
  background-size: auto 100%;
}
.widget_pagebuilder_gallerylist.list .itemimage .imageWrapper.aspectHeight:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_gallerylist.list .itemimage .imageWrapper.aspectHeight img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.widget_pagebuilder_gallerylist.list .itemimage .imageWrapper.fullsizeImage {
  margin-bottom: 20px;
}
.widget_pagebuilder_gallerylist.list .itemimage.circular .imageWrapper {
  width: 50%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.widget_pagebuilder_gallerylist.list .itemimage.circular .imageWrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_gallerylist.list .itemimage.circular .imageWrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}
.widget_pagebuilder_gallerylist.list .itemimage.hoverZoom .imageWrapper {
  overflow: hidden;
}
.widget_pagebuilder_gallerylist.list .itemimage.hoverZoom .imageWrapper img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.widget_pagebuilder_gallerylist.list .itemimage.hoverZoom:hover .imageWrapper img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}
.widget_pagebuilder_gallerylist.list .itemimage.circular.hoverZoom .imageWrapper, .widget_pagebuilder_gallerylist.list .itemimage.hoverZoom .imageWrapper.aspectHeight {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_gallerylist.list .itemimage.circular.hoverZoom:hover .imageWrapper, .widget_pagebuilder_gallerylist.list .itemimage.hoverZoom:hover .imageWrapper.aspectHeight {
  background-size: 150% auto;
}
.widget_pagebuilder_gallerylist.list .imgOrientationLandscape .itemimage.circular.hoverZoom:hover .imageWrapper, .widget_pagebuilder_gallerylist.list .imgOrientationLandscape .itemimage.hoverZoom:hover .imageWrapper.aspectHeight {
  background-size: auto 150%;
}
.widget_pagebuilder_gallerylist.list .hasSpacer .contentImage, .widget_pagebuilder_gallerylist.list .hasSpacer .listContent {
  border-bottom: 1px solid var(--color-bright);
  padding-bottom: 15px;
}

/* ===--- gallerylist: slider ---=== */
.widget_pagebuilder_gallerylist.slider {
  position: relative;
  margin-bottom: 30px;
}
.widget_pagebuilder_gallerylist.slider .widgetGallerySlide {
  position: relative;
}
.widget_pagebuilder_gallerylist.slider .widgetGallerySlide.isSliding {
  margin: 0px 60px 0px 60px;
}
.widget_pagebuilder_gallerylist.slider .item {
  width: calc(25% - 10px);
}
.widget_pagebuilder_gallerylist.slider .item > a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: var(--color-base);
}
.widget_pagebuilder_gallerylist.slider .item > a:hover {
  opacity: 0.5;
  text-decoration: none;
  color: var(--color-base);
}
.widget_pagebuilder_gallerylist.slider .item > a.hoverZoom:hover {
  opacity: 1;
}
.widget_pagebuilder_gallerylist.slider .item > a.hoverZoom:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.widget_pagebuilder_gallerylist.slider .item .image {
  overflow: hidden;
}
.widget_pagebuilder_gallerylist.slider .item .image img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_gallerylist.slider .item .title {
  padding: 10px 10px 10px 10px;
  text-align: center;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 50%;
  bottom: auto;
  left: 0;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .swiper-button-disabled {
  opacity: 0.2;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .next, .widget_pagebuilder_gallerylist.slider .sliderArrow .prev {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -23px;
  outline: none;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .next:hover, .widget_pagebuilder_gallerylist.slider .sliderArrow .prev:hover {
  opacity: 0.7;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .next {
  right: -60px;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .prev {
  left: -60px;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .next::before, .widget_pagebuilder_gallerylist.slider .sliderArrow .prev::before {
  font-family: FontAwesome;
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 5px white;
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .next::before {
  content: "\f105";
}
.widget_pagebuilder_gallerylist.slider .sliderArrow .prev::before {
  content: "\f104";
}

/* ##### --- widget_pagebuilder_gallerydetail ##### --- */
/* ===--- gallerydetail: grid ---=== */
.widget_pagebuilder_gallerydetail.grid {
  margin-bottom: 30px;
}
.widget_pagebuilder_gallerydetail.grid .galleryBlueimp .gallerylinks {
  padding: 0px 0px 0px 0px;
}

/* ===--- gallerydetail: slider ---=== */
.widget_pagebuilder_gallerydetail.slider {
  position: relative;
  margin-bottom: 30px;
}
.widget_pagebuilder_gallerydetail.slider .widgetGallerySlide {
  position: relative;
}
.widget_pagebuilder_gallerydetail.slider .widgetGallerySlide.isSliding {
  margin: 0px 60px 0px 60px;
}
.widget_pagebuilder_gallerydetail.slider .item {
  width: calc(25% - 10px);
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow {
  width: 100%;
  position: absolute;
  z-index: 5;
  top: 50%;
  bottom: auto;
  left: 0;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .swiper-button-disabled {
  opacity: 0.2;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .next, .widget_pagebuilder_gallerydetail.slider .sliderArrow .prev {
  cursor: pointer;
  width: 46px;
  height: 46px;
  position: absolute;
  top: -23px;
  outline: none;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .next {
  right: -60px;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .prev {
  left: -60px;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .next:hover, .widget_pagebuilder_gallerydetail.slider .sliderArrow .prev:hover {
  opacity: 0.7;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .next::before, .widget_pagebuilder_gallerydetail.slider .sliderArrow .prev::before {
  font-family: FontAwesome;
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 30px;
  text-shadow: 0px 0px 5px white;
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .next::before {
  content: "\f105";
}
.widget_pagebuilder_gallerydetail.slider .sliderArrow .prev::before {
  content: "\f104";
}

/* ##### --- widget_pagebuilder_multislider ##### --- */
.widget_pagebuilder_multislider {
  padding: 0px 0px 0px 0px !important;
}
.widget_pagebuilder_multislider.image {
  background-repeat: no-repeat;
  background-size: cover;
}
.widget_pagebuilder_multislider .widgetMultiSlide {
  /* common
  ---------------------------------------------------- */
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  /* dynHeight with aspect ratio
  ---------------------------------------------------- */
  /* item
  ---------------------------------------------------- */
  /* prev/next
  ---------------------------------------------------- */
}
.widget_pagebuilder_multislider .widgetMultiSlide .swiper-lazy-preloader-white {
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 1px 1px 1px #000000;
          box-shadow: 1px 1px 1px #000000;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item {
  width: 25%;
  height: auto;
}
.widget_pagebuilder_multislider .widgetMultiSlide.dynHeight .item {
  height: 100%;
}
.widget_pagebuilder_multislider .widgetMultiSlide.dynHeight .item::before {
  content: "";
  display: block;
  padding-top: 100%;
  /* 1:1 aspect ratio */
}
.widget_pagebuilder_multislider .widgetMultiSlide.dynHeight .item.doublesize:before {
  padding-top: 50%;
  /* 2:1 aspect ratio */
}
.widget_pagebuilder_multislider .widgetMultiSlide .item {
  background-size: cover !important;
  background-position: center center;
  cursor: -webkit-grab;
  cursor: grab;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #000000;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content[onclick] {
  cursor: pointer;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content::after {
  content: "";
  background-color: #000000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  z-index: 2;
  margin: 15px 15px 15px 15px;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content .text > .swslang {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content .itemlink {
  text-align: center;
  padding: 20px 0px 0px 0px;
  display: inline-block;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content .itemlink a {
  display: inline-block;
  padding: 5px 30px 5px 30px;
  border: 1px solid #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item .content .itemlink a:hover {
  background-color: var(--color-primary);
  color: #ffffff !important;
  border-color: var(--color-primary) !important;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.widget_pagebuilder_multislider .widgetMultiSlide .item:hover .content {
  color: #ffffff;
  text-decoration: none;
  opacity: 1;
}
.widget_pagebuilder_multislider .widgetMultiSlide .item:hover .linktext {
  opacity: 0;
}
.widget_pagebuilder_multislider .widgetMultiSlide .linktext {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin: 15px 15px 15px 15px;
  color: #ffffff;
  text-align: center;
}
.widget_pagebuilder_multislider .widgetMultiSlide .linktext::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.widget_pagebuilder_multislider .widgetMultiSlide .linktext span {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 30px 5px 30px;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  width: 70%;
}
.widget_pagebuilder_multislider .widgetMultiSlide.noheight .item .content {
  position: relative;
  top: auto;
  bottom: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_pagebuilder_multislider .widgetMultiSlide.noheight .item .content .text {
  position: relative;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow {
  width: 100%;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next, .widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 35px;
  height: 45px;
  opacity: 1;
  position: absolute;
  margin: -22px 0px 0px 0px;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next.swiper-button-disabled, .widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev.swiper-button-disabled {
  display: none;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next:hover, .widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev:hover {
  opacity: 1;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next::before, .widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev::before {
  font-family: FontAwesome;
  position: absolute;
  width: 35px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 40px;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next {
  right: 0px;
  opacity: 0.5;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .next::before {
  content: "\f105";
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev {
  left: 0px;
  opacity: 0.5;
}
.widget_pagebuilder_multislider .widgetMultiSlide .sliderArrow .prev::before {
  content: "\f104";
}

/* ##### --- widget_pagebuilder_map ##### --- */
.widget_pagebuilder_map .content {
  position: relative;
  padding: 80px 0px 80px 0px;
}
.widget_pagebuilder_map .gmap {
  position: absolute !important;
  height: auto !important;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.widget_pagebuilder_map .text {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.7);
  padding: 20px 20px 20px 20px;
  margin: 0px 60px 0px 52%;
  z-index: 2;
}
.widget_pagebuilder_map .widgetItemTitle {
  text-align: center;
  position: relative;
  padding: 0px 0px 20px 0px;
}
.widget_pagebuilder_map .formCalcRoute {
  margin: 0px 0px 50px 0px;
}
.widget_pagebuilder_map .inputCalcRoute {
  width: 100%;
  padding-right: 60px;
}
.widget_pagebuilder_map .buttonCalcRoute {
  width: 50px;
  overflow: hidden;
  margin: 0px 0px 0px -50px;
  position: absolute;
  background-color: transparent;
  border: none;
  color: var(--color-base) !important;
}
.widget_pagebuilder_map a.showroute {
  display: none;
  text-decoration: none;
  padding: 10px 0px 0px 0px;
}
.widget_pagebuilder_map a.showroute.visible {
  display: inline-block;
}
.widget_pagebuilder_map a.showroute::before {
  content: "\f105";
  font-family: FontAwesome;
  padding: 0px 10px 0px 0px;
}
.widget_pagebuilder_map .directions_container {
  /* google map directions routing instructions */
}
.widget_pagebuilder_map .directions_container .directions_routing_info {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
.widget_pagebuilder_map .directions_container .adp-placemark {
  border: none;
}
.widget_pagebuilder_map .directions_container .adp-placemark td {
  padding: 5px 5px 5px 5px;
}
.widget_pagebuilder_map .directions_container .adp-placemark img {
  max-width: none;
}
.widget_pagebuilder_map .directions_container .adp-directions {
  width: 100%;
}

/* ##### --- widget_pagebuilder_calendar ##### --- */
.widget_pagebuilder_calendar {
  padding: 20px 0px 20px 0px;
}
.widget_pagebuilder_calendar .title {
  position: relative;
  padding: 0px 0px 20px 0px;
  display: block;
  text-decoration: none;
  color: var(--color-primary);
}
.widget_pagebuilder_calendar .title.centertitle {
  text-align: center;
}
.widget_pagebuilder_calendar .title.centertitle::after {
  left: 50%;
  margin: 0px 0px 0px -25px;
}
.widget_pagebuilder_calendar .boxDate {
  float: left;
  width: 50px;
  overflow: hidden;
  /* border-radius: 80px; */
  text-align: center;
}
.widget_pagebuilder_calendar .boxDate .daytime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.07);
}
.widget_pagebuilder_calendar .boxDate .day {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
.widget_pagebuilder_calendar .boxDate .time {
  font-size: 12px;
  line-height: 15px;
}
.widget_pagebuilder_calendar .boxDate .month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  line-height: 22px;
  background-color: var(--color-primary);
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
}
.widget_pagebuilder_calendar .boxContent {
  margin: 0px 0px 10px 60px;
}
.widget_pagebuilder_calendar .boxContent .teaser {
  margin: 10px 0px 0px 0px;
}
.widget_pagebuilder_calendar .boxDetail .detailInfo {
  padding: 15px 0px 0px 25px;
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .dateBegin::before, .widget_pagebuilder_calendar .boxDetail .detailInfo .dateEnd::before, .widget_pagebuilder_calendar .boxDetail .detailInfo .place::before {
  display: inline-block;
  width: 20px;
  text-align: center;
  font-family: FontAwesome;
  margin-left: -25px;
  margin-right: 5px;
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .dateBegin::before {
  content: "\f017";
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .dateEnd::before {
  content: "\f192";
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .place::before {
  content: "\f041";
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .label {
  font-weight: 700;
}
.widget_pagebuilder_calendar .boxDetail .detailInfo .organizer {
  padding-top: 20px;
  padding-left: 25px;
  /* = icon width + padding */
}
.widget_pagebuilder_calendar .boxDetail .detailLink {
  text-align: right;
}
.widget_pagebuilder_calendar .item.hasSpacer {
  border-bottom: 1px solid var(--color-bright);
  padding-bottom: 15px;
}

/* ##### --- widget_pagebuilder_simpleimage ##### --- */
.widget_pagebuilder_simpleimage {
  line-height: 0;
}
.widget_pagebuilder_simpleimage .image {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.widget_pagebuilder_simpleimage a.image:hover {
  opacity: 0.5;
}
.widget_pagebuilder_simpleimage.circular {
  position: relative;
}
.widget_pagebuilder_simpleimage.circular .image {
  border-radius: 2000px;
}
.widget_pagebuilder_simpleimage.circular .image::before {
  content: "";
  float: left;
  padding-bottom: 100%;
}
.widget_pagebuilder_simpleimage.circular .image::after {
  clear: left;
  content: "";
  display: table;
}
.widget_pagebuilder_simpleimage.circular .image img {
  height: 0;
  padding-bottom: 100%;
  opacity: 0;
}
.widget_pagebuilder_simpleimage.circular.fixedWidth img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.widget_pagebuilder_simpleimage.hoverZoom a.image {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.widget_pagebuilder_simpleimage.hoverZoom a.image:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  z-index: 1;
  opacity: 1;
}
.widget_pagebuilder_simpleimage.fixedWidth img {
  width: 100%;
  height: auto;
}
.widget_pagebuilder_simpleimage.align_right {
  text-align: left;
}
.widget_pagebuilder_simpleimage.align_center {
  text-align: center;
}
.widget_pagebuilder_simpleimage.align_right {
  text-align: right;
}

/* ##### --- widget_pagebuilder_simpletext ##### --- */
/* ##### --- widget_pagebuilder_sectionmenu ##### --- */
.widget_pagebuilder_sectionmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}
.widget_pagebuilder_sectionmenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.widget_pagebuilder_sectionmenu div {
  clear: both;
}
.widget_pagebuilder_sectionmenu li .innerLink {
  display: block;
}
.widget_pagebuilder_sectionmenu a {
  display: block;
  text-decoration: none;
  padding: 10px 10px 10px 0px;
  color: var(--color-base);
  overflow: hidden;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_sectionmenu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.widget_pagebuilder_sectionmenu a.breadcrumb {
  font-style: italic;
}
.widget_pagebuilder_sectionmenu a.selected {
  font-weight: 700;
  padding-left: 10px;
  color: var(--color-primary);
}
.widget_pagebuilder_sectionmenu a:hover {
  color: var(--color-base);
  text-decoration: none;
  color: var(--color-primary);
  opacity: 0.5;
}
.widget_pagebuilder_sectionmenu ul ul a.selected {
  padding-left: 10px;
  color: var(--color-primary);
}
.widget_pagebuilder_sectionmenu ul ul .innerLink a:not(.toggler) {
  padding-left: 30px;
}
.widget_pagebuilder_sectionmenu ul ul ul .innerLink a:not(.toggler) {
  padding-left: 60px;
}
.widget_pagebuilder_sectionmenu a.togglerText {
  cursor: pointer;
}
.widget_pagebuilder_sectionmenu a.toggler {
  display: block;
  float: right;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.widget_pagebuilder_sectionmenu a.toggler:after {
  display: block;
  content: "\f105";
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_sectionmenu a.toggler.inline {
  border-left: none;
}
.widget_pagebuilder_sectionmenu a.toggler:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.widget_pagebuilder_sectionmenu a.toggler.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.widget_pagebuilder_sectionmenu ul ul {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.widget_pagebuilder_sectionmenu ul ul.opened {
  padding-bottom: 20px;
}
.widget_pagebuilder_sectionmenu ul ul a {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: rgba(var(--color-base), 0.7);
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_pagebuilder_sectionmenu ul ul > li > div > a, .widget_pagebuilder_sectionmenu ul ul > ul > li > div > a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_pagebuilder_sectionmenu ul ul.opened > li > div > a, .widget_pagebuilder_sectionmenu ul ul > ul.opened > li > div > a {
  max-height: 60px;
  padding-top: 10px;
  padding-bottom: 11px;
}

/* ===--- custom-widgets ---=== */
/* ##### --- widget_pagebuilder_simpletext ##### --- */
.widget_pagebuilder_oer_headline h1, .widget_pagebuilder_oer_headline h3 {
  margin-left: 70px;
  word-wrap: break-word;
}
.widget_pagebuilder_oer_headline h1 {
  font-size: clamp(35px, 12vw, 40px);
  font-weight: 600;
}
.widget_pagebuilder_oer_headline h1::before {
  content: "◆";
  color: lightgray;
  font-size: 30px;
  position: absolute;
  left: 45px;
}
.widget_pagebuilder_oer_headline h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.widget_pagebuilder_oer_iconbar {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 30px;
}
.widget_pagebuilder_oer_iconbar > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 10px auto auto auto;
}
.widget_pagebuilder_oer_iconbar > div .oer_icon_border {
  margin: auto auto 10px auto;
}
.widget_pagebuilder_oer_iconbar .oer_icon {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.widget_pagebuilder_oer_iconbar .oer_iconbar_item {
  cursor: pointer;
}

/* ##### --- module: swprivacystatement ##### --- */
.swprivacystatement .editPrivacy {
  margin-bottom: 50px;
}
.swprivacystatement .editPrivacy i {
  vertical-align: middle;
  margin-right: 10px;
}
.swprivacystatement .serviceprovider {
  padding-bottom: 50px;
}
.swprivacystatement .serviceprovider .title {
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.swprivacystatement .serviceprovider .serviceLinks {
  display: table;
  margin-top: 20px;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem {
  display: table-row;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .label, .swprivacystatement .serviceprovider .serviceLinks .linkitem .link {
  padding-top: 2px;
  padding-bottom: 2px;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .label {
  display: table-cell;
  padding-right: 15px;
  opacity: 0.7;
}
.swprivacystatement .serviceprovider .serviceLinks .linkitem .link {
  display: table-cell;
  word-break: break-all;
}
.swprivacystatement .serviceprovider .serviceCookies {
  margin-top: 20px;
  width: 100%;
  overflow-x: auto;
}
.swprivacystatement .serviceprovider .serviceCookies.swResponsiveTable[max-width~="520px"] td {
  padding-left: 160px;
}
.swprivacystatement .serviceprovider .serviceCookies.swResponsiveTable[max-width~="520px"] td::before {
  width: 160px;
  padding: 0;
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
}
.swprivacystatement .serviceprovider .serviceCookies th {
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.8rem;
  border-bottom: 2px solid #c3c3c3;
}
.swprivacystatement .serviceprovider .serviceCookies .cookie {
  font-weight: 700;
}
.swprivacystatement.compact .linkIconRight {
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-top: 10px;
}

/* --- module: voting --- */
.swslangvoting .votingTable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.swslangvoting .votingTable li {
  margin: 5px 0px 5px 0px;
}
.swslangvoting .button {
  margin-top: 20px;
}
.swslangvoting .votingResult .votingItem {
  margin-bottom: 20px;
}
.swslangvoting .votingResult .votingItem .label {
  padding: 0px 0px 5px 0px;
}
.swslangvoting .votingResult .votingItem .resultField {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
}
.swslangvoting .votingResult .votingItem .resultField .percent {
  padding: 2px 0px 2px 10px;
  color: #ffffff;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.swslangvoting .votingResult .votingItem .resultField .resultBar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
@-webkit-keyframes progressbar-in {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressbar-in {
  0% {
    width: 0;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.swslangvoting .votingResult .votingItem .resultField .resultBar::before {
  content: "";
  display: block;
  position: absolute;
  text-outline: 0 0 #000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: var(--color-primary);
  -webkit-animation: progressbar-in 3.5s forwards;
          animation: progressbar-in 3.5s forwards;
  -webkit-animation-timing-function: cubic-bezier(0.2, 0.5, 0.35, 1);
          animation-timing-function: cubic-bezier(0.2, 0.5, 0.35, 1);
}
.swslangvoting .votingResult .resultSummary {
  font-weight: 700;
  text-align: right;
  margin-top: -15px;
}

/* ##### --- module: countdown ##### --- */
.fiCountdown {
  text-align: center;
  /* ----- background ----- */
  /* ----- border ----- */
  /* ----- size ----- */
}
.fiCountdown .cdate {
  display: inline-block;
  color: var(--color-base);
  margin: 2px 2px 2px 2px;
  font-weight: 700;
}
.fiCountdown .title {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.fiCountdown .label {
  display: block;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.fiCountdown .title.finished {
  padding: 0px 0px 0px 0px !important;
}
.fiCountdown.fi-background {
  background-color: rgba(var(--color-base), 0.2);
  padding: 20px 20px 20px 20px;
}
.fiCountdown.fi-border .cdate {
  border: 2px solid var(--color-base);
}
.fiCountdown.fi-large .title {
  padding: 0px 0px 20px 0px;
}
.fiCountdown.fi-large .cdate {
  padding: 0px 13px 0px 13px;
}
.fiCountdown.fi-large.fi-border .cdate {
  padding: 12px 15px 12px 15px;
}
.fiCountdown.fi-medium .title {
  padding: 0px 0px 18px 0px;
}
.fiCountdown.fi-medium .cdate {
  padding: 0px 11px 0px 11px;
}
.fiCountdown.fi-medium.fi-border .cdate {
  padding: 10px 15px 10px 15px;
}
.fiCountdown.fi-small .title {
  padding: 0px 0px 14px 0px;
}
.fiCountdown.fi-small .cdate {
  padding: 0px 9px 0px 9px;
}
.fiCountdown.fi-small.fi-border .cdate {
  padding: 9px 11px 9px 11px;
}
.fiCountdown.fi-tiny .title {
  padding: 0px 0px 12px 0px;
}
.fiCountdown.fi-tiny .cdate {
  padding: 0px 5px 0px 5px;
}
.fiCountdown.fi-tiny.fi-border .cdate {
  padding: 10px 8px 10px 8px;
}

/* ##### --- module: counter ##### --- */
.swcounter-type-percent {
  /* --- tron theme: start --- */
  /* --- tron theme: end --- */
}
.swcounter-type-percent .swcounter-container .title {
  text-align: center;
  padding: 0px 0px 20px 0px;
}
.swcounter-type-percent .swcounter-container {
  text-align: center;
  width: calc(100% - 10px);
  margin: 0px auto;
}
.swcounter-type-percent .swcounter {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0px 5px 0px;
}
.swcounter-type-percent .swcounter::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.swcounter-type-percent .swcounter .swcounter-elm {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
}
.swcounter-type-percent .swcounter .swcounter-elm::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.swcounter-type-percent .swcounter canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swcounter-type-percent .count-item {
  font-weight: 700;
  line-height: normal;
}
.swcounter-type-percent .count-item::before, .swcounter-type-percent .count-item:after {
  font-size: 80%;
  font-weight: 400;
}
.swcounter-type-percent .count-item::before {
  margin-right: 0.2em;
}
.swcounter-type-percent .count-item::after {
  margin-left: 0.2em;
}
.swcounter-type-percent .swcounter-theme-tron .swcounter::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  display: block;
  border: 2px solid #A64EC9;
  border-radius: 100%;
  z-index: 2;
}

.swcounter-type-string {
  /* --- boxed theme: start --- */
  /* --- boxed theme: end --- */
}
.swcounter-type-string .swcounter-container {
  text-align: center;
}
.swcounter-type-string .swcounter-container .title {
  text-align: center;
  padding: 0px 0px 10px 0px;
}
.swcounter-type-string .count-item {
  font-weight: 700;
  line-height: normal;
}
.swcounter-type-string .count-item::before, .swcounter-type-string .count-item:after {
  font-size: 80%;
  font-weight: 400;
}
.swcounter-type-string .count-item::before {
  margin-right: 0.2em;
}
.swcounter-type-string .count-item::after {
  margin-left: 0.2em;
}
.swcounter-type-string .swcounter-theme-boxed {
  padding: 10px 10px 10px 10px;
}

/********* FONTSIZES *********/
/* --- layout.css --- */
#topContactBox {
  font-size: 1.4rem;
  line-height: 2.1rem;
}

#bottomContactBox {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

#bottomContactBox.infoContact .info_email::before {
  font-size: 1rem;
}

.mainpage #breadcrumbBox .header {
  font-size: 2rem;
  line-height: 2rem;
}

.mainpage #breadcrumbBox #breadcrumbnavBox {
  font-size: 1.2rem;
  line-height: 2rem;
}

/* --- nav tree + bar --- */
.barTop a {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.treeMenu a {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.treeMenu ul ul a {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

/* --- common.css --- */
body,
td {
  font-size: 1.7rem;
  line-height: 2.4rem;
}

select,
textarea,
input {
  font-size: 1.5rem;
  line-height: 2rem;
}

.copyright {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.modTitle,
.modTitle a {
  font-size: 2rem;
  line-height: 2.2rem;
}

.modSubTitle {
  font-size: 1.5rem;
  line-height: 2rem;
}

.contentTitle {
  font-size: 1.4rem;
  line-height: 2rem;
}

/* --- mod_widget_pagebuilder.css --- */
.widgetItemTitle {
  font-size: 3rem;
  line-height: 3rem;
}

/* --- mod_widget.css --- */
.widgetSlide .item .content .title {
  font-size: 4rem;
  line-height: 4rem;
}

.widget_imgtext .title {
  font-size: 4rem;
  line-height: 4rem;
}

.widget_imgtext2col .title {
  font-size: 4rem;
  line-height: 4rem;
}

.widget_textcolumn .title {
  font-size: 2rem;
  line-height: 2rem;
}

.widget_article .title {
  font-size: 3rem;
  line-height: 3rem;
}

.widget_shop .title {
  font-size: 3rem;
  line-height: 3rem;
}

.widget_map .title {
  font-size: 4rem;
  line-height: 4rem;
}

.widget_gallery .galleryTitle {
  font-size: 4rem;
  line-height: 4rem;
}

.widget_gallery .innerTitle {
  font-size: 2rem;
  line-height: 2rem;
}

.widget_calendar .title {
  font-size: 3rem;
  line-height: 3rem;
}

.widget_calendar .modTitle {
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.widget_calendar .dateInfo {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.widget_calendar .boxDetail .detailInfo {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.widget_multicontent .title {
  font-size: 2rem;
  line-height: 2rem;
}

.layout1Col.widgetSlide .item .content .title,
.layout1Col.widget_imgtext .title,
.layout1Col.widget_imgtext2col .title,
.layout1Col.widget_map .title,
.layout1Col.widget_gallery .galleryTitle {
  font-size: 2.5rem;
  line-height: 2.7rem;
}

/* --- form.css --- */
form.swslang .header {
  font-size: 1.6rem;
}

/* --- dyn_form.css --- */
.swslangdynamic_forms legend {
  font-size: 1.8rem;
}

.swslangdynamic_forms .helpText {
  font-size: 1.1rem;
  line-height: 1.3rem;
}

/* --- _mod_counter.css --- */
.swcounter-container .title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

/* --- _mod_countdown.css --- */
.fiCountdown .label {
  font-size: 1rem;
  line-height: 1rem;
}

.fiCountdown.fi-large .value {
  font-size: 5.5rem;
  line-height: 5.5rem;
}

.fiCountdown.fi-large .title {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.fiCountdown.fi-medium .value {
  font-size: 4.5rem;
  line-height: 4.5rem;
}

.fiCountdown.fi-medium .title {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.fiCountdown.fi-small .value {
  font-size: 3.5rem;
  line-height: 3.5rem;
}

.fiCountdown.fi-small .title {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.fiCountdown.fi-tiny .value {
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.fiCountdown.fi-tiny .title {
  font-size: 1.8rem;
  line-height: 1.8rem;
}

/* --- mod_shop.css --- */
.shopHeader {
  font-size: 3rem;
  line-height: 3rem;
}

.list .price span {
  font-size: 1.9rem;
  line-height: 2.1rem;
}

.detail .price span {
  font-size: 1.9rem;
  line-height: 2.1rem;
}

.cart .shopBtnDelText {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cart .shopBtnDelText::before {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

.cart .modTitle,
.cart .modTitle a {
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.cart .sum {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.cart .optionItems {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cartContent .itemFooterDelivery .delivery .link::before {
  font-size: 1rem;
}

.cartSidebar .header {
  font-size: 1.6rem;
}

.cartSidebar td {
  font-size: 1.5rem;
  line-height: 1.9rem;
}

.cartSidebar .sumBox .sum {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cartSidebar .sumBox .sum .value {
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.cartSidebar .sumBox .delivery {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.cartSidebar .btnOrder input {
  font-size: 1.6rem;
}

.cartSidebar .sumBox #shipping_cost_result_box {
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.pricescale .psAmount {
  font-size: 1.3rem;
  line-height: 1.6rem;
}

.checkout .paymentDescription .text {
  font-size: 1.2rem;
}

.shopListMultiCol .modTitle,
.shopListMultiCol .modTitle a {
  font-size: 2rem;
  line-height: 2.3rem;
}

/* --- mod_calendar.css --- */
.swcalendar .dateInfo {
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.swcalendar .boxDetail .detailInfo {
  font-size: 1.3rem;
  line-height: 1.8rem;
}

.swcalendarDetail .modTitle {
  font-size: 3rem;
  line-height: 3rem;
}

.swcalendarDetail .boxDetail .detailInfo {
  font-size: 1.5rem;
  line-height: 2rem;
}

/* --- mod_calendar_dateselect.css --- */
.swcalendarSelectorWeekHeader {
  font-size: 1.1rem;
}

.swcalendarChangedisplay .buttonIcon {
  font-size: 2.3rem;
}

/* --- mod_calendar_year.css --- */
.calendarTitle {
  font-size: 1.4rem;
}

.calendarTitle span {
  font-size: 1.7rem;
}

.calendarListMonth {
  font-size: 1.4rem;
}

/* --- mod_calendar_month_alldays.css --- */
.daynum {
  font-size: 2.4px;
}

.mm0 {
  font-size: 1.4rem;
}

.mm1 {
  font-size: 1.2rem;
}

.mm2 {
  font-size: 1rem;
}

/* --- blueimp-gallery.min.css --- */
.blueimp-gallery > .title {
  font-size: 1.8rem;
  line-height: 2rem;
}

.blueimp-gallery > .title .description {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

/* --- mod_gallery.css --- */
.gallery .imgblock .previewtext {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

.galleryBlueimp .imgdescription {
  font-size: 1.1rem;
  line-height: 1.7rem;
}

/* --- mod_search.css --- */
.searchList .resultType {
  font-size: 0.9rem;
}

/* --- mod_section_logon.css --- */
#sectionLogon .logonHead {
  font-size: 1.2rem;
}

#sectionLogon .logonBody {
  font-size: 1.1rem;
}

/* --- mod_quiz.css --- */
.quiz .body {
  font-size: 1.2rem;
}

/* --- mod_fotodb.css --- */
.fotodb .imgblock .dlLink {
  font-size: 1.1rem;
}

.fotodb .imgInfo {
  font-size: 0.9rem;
}

.fotodbDetail .imginfo {
  font-size: 1rem;
}

.fotodbDetail .title {
  font-size: 1.4rem;
}

.iptcTable td {
  font-size: 1rem;
}

/* --- mod_workshop.css --- */
.bookingNav {
  font-size: 1.4rem;
}

.workshopList .loginInfo .loginData {
  font-size: 2rem;
  line-height: 2.7rem;
}

/* --- mod_sitemap.css --- */
ul.swSitemap li.lvl1 {
  font-size: 1.4rem;
}

ul.swSitemap li.lvl2 {
  font-size: 1.2rem;
}

ul.swSitemap li.lvl3 {
  font-size: 1.2rem;
}

ul.swSitemap li.lvl4 {
  font-size: 1.2rem;
}

ul.swSitemap li.lvl5 {
  font-size: 1.2rem;
}

ul.swSitemap li.lvl6 {
  font-size: 1.2rem;
}

/* --- mod_discussion.css --- */
.userInfo {
  font-size: 0.9rem;
}

/* --- tags_nav_forwardback.css --- */
.modForwardBack {
  font-size: 1.2rem;
}

/* --- prettyPhoto.css --- */
div.ppt {
  font-size: 1.7rem;
}

/* -- COMMON -- */
/* ================================ */
.swslangdynamic_forms form {
  margin: 0px 0px 30px 0px;
}

.swslangdynamic_forms .outerTable {
  padding: 5px 0px 5px 0px;
  width: 100%;
  clear: both;
}

.swslangdynamic_forms .innerTable {
  padding: 2px 0px 2px 0px;
  clear: both;
}

.swslangdynamic_forms .label {
  width: 130px;
  vertical-align: top;
  padding-top: 5px;
  text-align: left;
}

.swslangdynamic_forms .radio .innerTable .swTableCell:first-child,
.swslangdynamic_forms .checkbox .innerTable .swTableCell:first-child {
  padding-top: 4px;
}

.swslangdynamic_forms .innerTable .label {
  width: 100% !important;
  padding: 0px 0px 0px 10px;
}

.swslangdynamic_forms .detail {
  padding: 0px 0px 0px 10px;
}

.swslangdynamic_forms .label em {
  color: #ff0000;
}

.swslangdynamic_forms .radioSpacer,
.swslangdynamic_forms .checkboxSpacer {
  padding: 5px 0px 5px 0px;
}

/*
	HTML5 input types:
	- color
	- date
	- datetime
	- datetime-local
	- email
	- month
	- number
	- range
	- search
	- tel
	- time
	- url
	- week
*/
.swslangdynamic_forms input[type=text],
.swslangdynamic_forms input[type=password],
.swslangdynamic_forms input[type=email],
.swslangdynamic_forms input[type=tel],
.swslangdynamic_forms input[type=url],
.swslangdynamic_forms input[type=number],
.swslangdynamic_forms textarea {
  width: 100%;
}

.swslangdynamic_forms input:focus,
.swslangdynamic_forms select:focus,
.swslangdynamic_forms textarea:focus {
  -webkit-box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}

.swslangdynamic_forms input.large {
  width: 100%;
}

.swslangdynamic_forms input.medium {
  width: 70%;
}

.swslangdynamic_forms input.small {
  width: 40%;
}

.swslangdynamic_forms textarea.large {
  width: 100%;
  height: 300px;
}

.swslangdynamic_forms textarea.medium {
  width: 70%;
  height: 200px;
}

.swslangdynamic_forms textarea.small {
  width: 40%;
  height: 100px;
}

.swslangdynamic_forms textarea.height_large {
  height: 300px;
}

.swslangdynamic_forms textarea.height_medium {
  height: 200px;
}

.swslangdynamic_forms textarea.height_small {
  height: 100px;
}

.swslangdynamic_forms select.large {
  width: 100%;
}

.swslangdynamic_forms select.medium {
  width: 70%;
}

.swslangdynamic_forms select.small {
  width: 40%;
}

.swslangdynamic_forms fieldset {
  border: 0px;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
}

.swslangdynamic_forms .helpText {
  padding: 5px 0px 10px 0px;
  text-align: left;
}

.swslangdynamic_forms .sendMail {
  margin: 30px 0px 0px 0px;
}

.swslangdynamic_forms .eventButtons {
  padding: 30px 0px 0px 0px;
  text-align: center;
}

.swslangdynamic_forms .eventConfirm {
  padding: 10px 30px 10px 30px;
  margin: 0px 0px 5px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.swslangdynamic_forms .eventConfirm::before {
  content: "\f164";
  /* fa-thumbs-up */
  font-family: FontAwesome;
  padding: 0px 10px 0px 0px;
}

.swslangdynamic_forms .eventCancel {
  padding: 10px 30px 10px 30px;
  margin: 0px 0px 5px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.swslangdynamic_forms .eventCancel::before {
  content: "\f165";
  /* fa-thumbs-down */
  font-family: FontAwesome;
  padding: 0px 10px 0px 0px;
}

.swslangdynamic_forms legend {
  padding: 0px 0px 10px 0px;
  margin: 10px 0px 0px 0px;
  font-weight: 700;
  text-transform: uppercase;
  color: inherit;
}

.swslangdynamic_forms .offset_1 {
  padding-left: 30px;
}

.swslangdynamic_forms .offset_2 {
  padding-left: 60px;
}

.swslangdynamic_forms .offset_3 {
  padding-left: 90px;
}

.swslangdynamic_forms .offset_4 {
  padding-left: 120px;
}

.swslangdynamic_forms .offset_5 {
  padding-left: 150px;
}

.swslangdynamic_forms .offset_6 {
  padding-left: 180px;
}

.swslangdynamic_forms .offset_7 {
  padding-left: 210px;
}

/* -- FLUID DESIGN -- */
/* ================================ */
.slangdynamic_forms .fluid input.large,
.swslangdynamic_forms .fluid input.medium,
.swslangdynamic_forms .fluid input.small,
.swslangdynamic_forms .fluid textarea.large,
.swslangdynamic_forms .fluid textarea.medium,
.swslangdynamic_forms .fluid textarea.small,
.swslangdynamic_forms .fluid select.large,
.swslangdynamic_forms .fluid select.medium,
.swslangdynamic_forms .fluid select.small {
  width: 100%;
}

/* -- LABEL TOP DESIGN -- */
/* ================================ */
.swslangdynamic_forms .labelTop,
.swslangdynamic_forms .labelTop .swTable,
.swslangdynamic_forms .labelTop .swTableRow,
.swslangdynamic_forms .labelTop .swTableCell,
.swslangdynamic_forms .labelTop .label label {
  display: block;
}

.swslangdynamic_forms .swTable.labelTop {
  margin: 5px 0px 0px 0px;
}

.swslangdynamic_forms .labelTop .label {
  padding: 0px 0px 5px 0px;
  width: auto;
}

.swslangdynamic_forms .labelTop .detail {
  padding: 0px 0px 0px 0px;
}

/* fix for checkbox & radio */
.swslangdynamic_forms .labelTop .innerTable {
  display: table;
}

.swslangdynamic_forms .labelTop .innerTable .swTableRow {
  display: table-row;
}

.swslangdynamic_forms .labelTop .innerTable .swTableCell {
  display: table-cell;
}

.swslangdynamic_forms .labelTop .innerTable .label {
  padding: 0px 0px 0px 10px;
}

/* -- LABEL INLINE DESIGN -- */
/* ================================ */
.swslangdynamic_forms .labelInline .label {
  position: absolute;
  left: -1000em;
  top: -1000em;
  height: 1px;
  width: 1px;
}

.swslangdynamic_forms .labelInline .detail {
  padding: 0px 0px 0px 0px;
}

/* fix for checkbox & radio */
.swslangdynamic_forms .labelInline .radio .label,
.swslangdynamic_forms .labelInline .checkboxes .label,
.swslangdynamic_forms .labelInline .innerTable .label {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
}

.swslangdynamic_forms .labelInline .innerTable .label {
  padding: 0px 0px 0px 10px;
}

/* -- LABEL CUSTOM WIDTH DESIGN -- */
/* ================================ */
.swslangdynamic_forms .labelTop.labelWidthCustom .label {
  width: auto !important;
}

/* -- ELEMENTS -- */
/* ================================ */
/* -- section_break -- */
.swslangdynamic_forms .section_break {
  padding: 30px 0px 20px 0px;
}

.swslangdynamic_forms .section_break .header {
  padding: 0px 0px 10px 0px;
  font-weight: 700;
  text-transform: uppercase;
}

.swslangdynamic_forms .section_break .description {
  padding: 0px 0px 10px 0px;
}

/* -- text -- */
/* -- paragraph -- */
/* -- checkboxes -- */
/* -- radio -- */
/* -- dropdown -- */
.swslangdynamic_forms .dropdown select {
  max-width: 100%;
}

/* -- date -- */
.swslangdynamic_forms .date input.jQueryUiDatepicker {
  width: 120px !important;
}

/* -- time -- */
.swslangdynamic_forms .time .hasDatepicker.hasTime {
  min-width: 80px;
}

/* -- website -- */
/* -- email -- */
.swslangdynamic_forms_inline fieldset, .swslangdynamic_forms_inline .formly {
  border: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.swslangdynamic_forms_inline .label {
  font-weight: 500;
  margin-bottom: 24px;
}
.swslangdynamic_forms_inline .labelInline {
  position: relative;
}
.swslangdynamic_forms_inline .labelInline label {
  position: absolute;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  padding-left: 11px;
  padding-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  line-height: 3.1rem;
  border-radius: 16px;
  border-top-right-radius: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  pointer-events: none;
}
.swslangdynamic_forms_inline .labelInline label span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.swslangdynamic_forms_inline .labelInline input, .swslangdynamic_forms_inline .labelInline select, .swslangdynamic_forms_inline .labelInline textarea {
  padding: 30px 12px 10px 12px;
}
.swslangdynamic_forms_inline .labelInline input:not(:-moz-placeholder-shown):not(:focus) ~ label {
  height: 50%;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline input:not(:-ms-input-placeholder):not(:focus) ~ label {
  height: 50%;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline input:focus ~ label, .swslangdynamic_forms_inline .labelInline input:not(:placeholder-shown):not(:focus) ~ label {
  height: 50%;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline textarea ~ label {
  max-height: 60px;
}
.swslangdynamic_forms_inline .labelInline textarea:not(:-moz-placeholder-shown):not(:focus) ~ label {
  max-height: 36px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline textarea:not(:-ms-input-placeholder):not(:focus) ~ label {
  max-height: 36px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline textarea:focus ~ label, .swslangdynamic_forms_inline .labelInline textarea:not(:placeholder-shown):not(:focus) ~ label {
  max-height: 36px;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline .labelInline select {
  padding-top: 30px;
  padding-bottom: 10px;
}
.swslangdynamic_forms_inline .labelInline select.hasValue ~ label {
  height: 50%;
  font-size: 1.4rem;
  line-height: 2rem;
}
.swslangdynamic_forms_inline input, .swslangdynamic_forms_inline select, .swslangdynamic_forms_inline textarea {
  width: 100%;
  padding: 20px 12px 20px 12px;
  font-size: 2.2rem;
  line-height: 3.1rem;
}
.swslangdynamic_forms_inline input:focus, .swslangdynamic_forms_inline select:focus, .swslangdynamic_forms_inline textarea:focus {
  border-color: var(--color-base);
  outline: none;
}
.swslangdynamic_forms_inline select {
  padding-top: 20px;
  padding-bottom: 20px;
}
.swslangdynamic_forms_inline textarea.large {
  height: 300px;
}
.swslangdynamic_forms_inline textarea.medium {
  height: 200px;
}
.swslangdynamic_forms_inline textarea.small {
  height: 100px;
}
.swslangdynamic_forms_inline input.hasDatepicker {
  width: 100% !important;
}
.swslangdynamic_forms_inline .helpText {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-left: 12px;
  padding-bottom: 16px;
}
.swslangdynamic_forms_inline .errorText {
  font-size: 1.6rem;
  line-height: 2.2rem;
  padding-left: 12px;
  padding-top: 5px;
  color: #ff0000;
}
.swslangdynamic_forms_inline input.error, .swslangdynamic_forms_inline select.error, .swslangdynamic_forms_inline textarea.error {
  border-color: #ff0000;
}
.swslangdynamic_forms_inline input[type=checkbox].error + label::before {
  border-color: red;
}
.swslangdynamic_forms_inline .sendMail {
  margin-top: 48px;
}
.swslangdynamic_forms_inline .swFieldRadio [class*=swStyled], .swslangdynamic_forms_inline .swFieldCheckboxes [class*=swStyled] {
  margin-bottom: 16px;
}
.swslangdynamic_forms_inline .swFieldRadio [class*=swStyled].other input, .swslangdynamic_forms_inline .swFieldCheckboxes [class*=swStyled].other input {
  margin-top: 16px;
}

/* --- tags: paging-nav --- */
/* ---- common ---- */
.modForwardBack {
  margin: 20px 0px 20px 0px;
  text-align: center;
  position: relative;
}

.modForwardBack ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 5px 0px 5px;
}

.modForwardBack li {
  margin: 2px;
}

.modForwardBack a {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  color: var(--color-base);
  text-decoration: none;
}

.modForwardBack a:hover,
.modForwardBack .pagingNum a:hover {
  background-color: var(--color-base);
  border-color: var(--color-base);
  color: #ffffff;
}

.modForwardBack .pagingContent,
.modForwardBack .pagingNum a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid var(--color-bright);
  padding: 0px 3px 0px 3px;
}

/* ---- paging numbers ---- */
.modForwardBack .pagingSelected .pagingContent {
  padding-right: 12px;
  background-color: var(--color-white);
}

/* ---- paging arrows ---- */
.modForwardBack .pagingArrow a,
.modForwardBack .pagingArrow a:hover {
  text-decoration: none !important;
}

.modForwardBack .pagingFirst .pagingContent::before,
.modForwardBack .pagingFirstDisabled .pagingContent::before {
  content: "\f100";
  font-family: FontAwesome;
}

.modForwardBack .pagingPrev .pagingContent::before,
.modForwardBack .pagingPrevDisabled .pagingContent::before {
  content: "\f104";
  font-family: FontAwesome;
}

.modForwardBack .pagingNext .pagingContent::before,
.modForwardBack .pagingNextDisabled .pagingContent::before {
  content: "\f105";
  font-family: FontAwesome;
}

.modForwardBack .pagingLast .pagingContent::before,
.modForwardBack .pagingLastDisabled .pagingContent::before {
  content: "\f101";
  font-family: FontAwesome;
}

/* ---- paging arrows: enabled ---- */
/* ---- paging arrows: disabled ---- */
.modForwardBack .pagingFirstDisabled .pagingContent,
.modForwardBack .pagingLastDisabled .pagingContent,
.modForwardBack .pagingPrevDisabled .pagingContent,
.modForwardBack .pagingNextDisabled .pagingContent {
  opacity: 0.5;
}

/* ---- paging: DROPDOWN STYLE
-------------------------------------------------- */
.modForwardBackDropdown .pagingNum {
  display: none;
}

.modForwardBackDropdown .pagingSelected {
  display: block;
}

.modForwardBackDropdown .pagingSelected .pagingLabel {
  padding: 0px 5px 0px 5px;
}

.modForwardBackDropdown .pagingSelected .currentPage {
  padding: 0px 5px 0px 5px;
  border: 1px solid transparent;
  white-space: nowrap;
  overflow: hidden;
}

.modForwardBackDropdown .pagingSelected .currentPage br {
  display: none;
}

.modForwardBackDropdown .pagingSelected .currentPage:hover,
.modForwardBackDropdown .pagingSelected .currentPage.edit {
  border-color: #7B848F;
  background-color: #ffffff;
}

.modForwardBackDropdown .pagingSelected .gotoToggle {
  cursor: pointer;
}

.modForwardBackDropdown .pagingSelected .gotoToggle::after {
  content: "\f0d7";
  font-family: FontAwesome;
  padding: 0px 5px 0px 10px;
}

.modForwardBackDropdown .pagingSelected .gotoToggle:hover {
  opacity: 0.5;
}

.modForwardBackDropdown .pagingSelected .pagingTotal::before {
  content: "/";
  padding: 0px 6px 0px 0px;
}

.modForwardBackDropdown .pagingLinks {
  width: 100px;
  position: absolute;
  height: 91px;
  overflow: auto;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  margin-left: -50px;
  z-index: 601;
  top: -99999px;
  left: -99999px;
}

.modForwardBackDropdown .pagingLinks a {
  color: var(--color-base);
}

.modForwardBackDropdown .pagingLinks a:hover,
.modForwardBackDropdown .pagingLinks .pagingNum a:hover {
  background-color: var(--color-base);
  border-color: var(--color-base);
  color: #ffffff;
}

.modForwardBackDropdown.showDropdown .pagingLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  top: -28px;
  left: 50%;
}

.modForwardBackDropdown.showDropdown .pagingLinks ul {
  margin: auto;
  width: 100%;
}

.modForwardBackDropdown.showDropdown .pagingLinks .pagingNum {
  display: block;
  width: 100%;
  margin: 0;
}

.modForwardBackDropdown.showDropdown .pagingLinks .pagingNum a {
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
}

.modForwardBackDropdown.showDropdown .pagingLinks .pagingNum:last-child a {
  border-bottom-width: 0;
}

/* EDITOR STYLE-DEFINITIONS - START */
/* Namen für die Klassenbezeichnungen werden für den CKEDITOR direkt aus dem File mittels dem Kommentar neben der Klassenbezeichnung geparst
    Die Regel lautet
    sweTitle1 \{ \/\* (.*) \*\/
    wobei der vordere Teil je nach Klassenname variieren kann
*/
/* ---------------------------- */
/* ------ VARIABLES ------ */
/* ----------------------------------- */
/* ========= SASS style definitions ========= */
/* ======================================================= */
/* ------ VARIABLES ------ */
/* ----------------------------------- */
/* --- colors --- */
:root {
  --color-base: #212529;
  --color-primary: black;
  --color-primary-rgb: 0, 0, 0;
  --color-primary-light: var(--color-oer-yellow);
  --color-primary-light-rgb: 243, 146, 0;
  --color-secondary: darkgrey;
  --color-secondary-rgb: 169, 169, 169;
  --color-secondary-light: var(--color-oer-form-bg);
  --color-secondary-light-rgb: 241, 245, 249;
  --color-dark: #2d2d2d;
  --color-medium: #818184;
  --color-light: #bababa;
  --color-bright: #dfe8f7;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-oer-magenta: #E5006D;
  --color-oer-cyan: #3192D0;
  --color-oer-yellow: #F39200;
  --color-oer-form-bg: #F1F5F9;
}

/* --- font --- */
/* --- div styles --- */
p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  font-size: 4rem;
  line-height: 4.4rem;
}

h2 {
  font-size: 3rem;
  line-height: 3.5rem;
}

h3 {
  font-size: 2.5rem;
  line-height: 3rem;
}

h4 {
  font-size: 2rem;
  line-height: 2.7rem;
}

h5 {
  font-size: 1.5rem;
  line-height: 1.4rem;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

blockquote {
  font-style: italic;
  font-family: serif;
  padding: 2px 0px 2px 0px;
  border: none;
}

/* TEXT */
/* ---------------------------- */
span.sweFontSerif {
  content: "Schriftart: serif";
  font-family: serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

span.sweColor1, .sweColor1 {
  content: "Farbe 1";
  color: var(--color-oer-cyan);
}

span.sweColor2, .sweColor2 {
  content: "Farbe 2";
  color: var(--color-oer-magenta);
}

span.sweColor3, .sweColor3 {
  content: "Farbe 3";
  color: var(--color-oer-yellow);
}

span.sweColor4, .sweColor4 {
  content: "Farbe 4";
  color: var(--color-oer-form-bg);
}

span.sweFontSize1, .sweFontSize1 {
  content: "Abc: sehr groß";
  font-size: 4rem;
  line-height: 4.6rem;
}

span.sweFontSize2, .sweFontSize2 {
  content: "Abc: groß";
  font-size: 2.5rem;
  line-height: 3.2rem;
}

span.sweFontSize3, .sweFontSize3 {
  content: "Abc: Standard";
  font-size: 1.5rem;
  line-height: 2.4rem;
}

span.sweFontSize4, .sweFontSize4 {
  content: "Abc: klein";
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.sweFontSerif.sweFontSize1 {
  font-size: 4.3rem;
  line-height: 4.6rem;
}

.sweFontSerif.sweFontSize2 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}

.sweFontSerif.sweFontSize3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.sweFontSerif.sweFontSize4 {
  font-size: 1.5rem;
  line-height: 1.8rem;
}

/* TABLE */
/* ---------------------------- */
table.sweTable1 {
  content: "Tabelle: Farbe1 Rahmen";
  border: 1px solid var(--color-primary);
  border-collapse: collapse;
}

.sweTable1 td {
  border: 1px solid var(--color-primary);
  padding: 4px;
}

table.sweTable2 {
  content: "Tabelle: Farbe2 Rahmen";
  border: 1px solid var(--color-secondary);
  border-collapse: collapse;
}

.sweTable2 td {
  border: 1px solid var(--color-secondary);
  padding: 4px;
}

table.sweTable3 {
  content: "Tabelle: Grau Rahmen";
  border: 1px solid #AAAAAA;
  border-collapse: collapse;
}

.sweTable3 td {
  border: 1px solid #AAAAAA;
  padding: 4px;
}

/* TABLE-ROW */
/* ---------------------------- */
tr.sweTableRow1 {
  content: "Zeile: Farbe1 Hintergrund";
  background-color: var(--color-primary);
}

.sweTableRow1 td {
  background-color: var(--color-primary);
  color: #FFFFFF;
  padding: 4px;
}

tr.sweTableRow2, .sweTableRow2 td {
  content: "Zeile: Farbe1 hell Hintergrund";
  background-color: var(--color-primary-light);
}

tr.sweTableRow3 {
  content: "Zeile: Farbe2 Hintergrund";
  background-color: var(--color-secondary);
}

.sweTableRow3 td {
  background-color: var(--color-secondary);
  color: #FFFFFF;
  padding: 4px;
}

tr.sweTableRow4, .sweTableRow4 td {
  content: "Zeile: Farbe2 hell Hintergrund";
  background-color: var(--color-secondary-light);
}

tr.sweTableRow5 {
  content: "Zeile: Grau Hintergrund";
  background-color: #AAAAAA;
}

.sweTableRow5 td {
  background-color: #AAAAAA;
  color: #FFFFFF;
  padding: 4px;
}

tr.sweTableRow6, .sweTableRow6 td {
  content: "Zeile: Grau hell Hintergrund";
  background-color: #F5F5F5;
}

/* TABLE-CELL */
/* ---------------------------- */
td.sweTableCell1 {
  content: "Zelle: Farbe1 Hintergrund";
  background-color: var(--color-primary) !important;
  color: #FFFFFF !important;
}

td.sweTableCell2 {
  content: "Zelle: Farbe1 hell Hintergrund";
  background-color: var(--color-primary-light) !important;
  color: #000000 !important;
}

td.sweTableCell3 {
  content: "Zelle: Farbe2 Hintergrund";
  background-color: var(--color-secondary) !important;
  color: #FFFFFF !important;
}

td.sweTableCell4 {
  content: "Zelle: Farbe2 hell Hintergrund";
  background-color: var(--color-secondary-light) !important;
  color: #000000 !important;
}

td.sweTableCell5 {
  content: "Zelle: Grau Hintergrund";
  background-color: #AAAAAA !important;
  color: #FFFFFF !important;
}

td.sweTableCell6 {
  content: "Zelle: Grau hell Hintergrund";
  background-color: #F5F5F5 !important;
  color: #000000 !important;
}

/* IMAGES */
/* ---------------------------- */
.swartimg {
  border: none;
  margin: 7px !important;
}

.sweImgRight .swartimg, img.sweImgRight {
  content: "Bild rechts";
  margin: 7px 0px 7px 7px !important;
}

.sweImgLeft .swartimg, img.sweImgLeft {
  content: "Bild links";
  margin: 7px 7px 7px 0px !important;
}

/* BUTTONS */
/* ---------------------------- */
/*
a.sweLinkBorder {
  content: 'Rahmen-Link';
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: $colorPrimary;
  text-decoration: none;
  border: 1px solid $colorSpacerDark;
  text-transform: uppercase;
}
.sweLinkBorder a {
  text-decoration: none;
}
.sweLinkBorder:hover {
  text-decoration: none;
  background-color: $colorPrimary;
  color: #ffffff;
  border-color: $colorPrimary;
}
*/
[class*=sweButton] {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  padding: 10px 30px 10px 30px;
  text-decoration: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
[class*=sweButton]:hover {
  text-decoration: none;
  opacity: 1 !important;
  color: var(--color-base);
}
[class*=sweButton][class*=Fullwidth] {
  width: 100%;
}

a.sweButtonPrimary {
  content: "Button Primär";
}

a.sweButtonPrimaryFullwidth {
  content: "Button Primär (breit)";
}

a.sweButtonPrimaryOutline {
  content: "Button Primär Outline";
}

a.sweButtonPrimaryOutlineFullwidth {
  content: "Button Primär Outline  (breit)";
}

[class*=sweButtonPrimary] {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}
[class*=sweButtonPrimary]:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}
[class*=sweButtonPrimary][class*=Outline] {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background-color: transparent;
}
[class*=sweButtonPrimary][class*=Outline]:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}

a.sweButtonSecondary {
  content: "Button Sekundär";
}

a.sweButtonSecondaryFullwidth {
  content: "Button Sekundär (breit)";
}

a.sweButtonSecondaryOutline {
  content: "Button Sekundär Outline";
}

a.sweButtonSecondaryOutlineFullwidth {
  content: "Button Sekundär Outline  (breit)";
}

[class*=sweButtonSecondary] {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}
[class*=sweButtonSecondary]:hover {
  background-color: var(--color-white);
  color: var(--color-secondary);
}
[class*=sweButtonSecondary][class*=Outline] {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  background-color: transparent;
}
[class*=sweButtonSecondary][class*=Outline]:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

a.sweButtonWhite {
  content: "Button Weiß";
}

a.sweButtonWhiteFullwidth {
  content: "Button Weiß (breit)";
}

a.sweButtonWhiteOutline {
  content: "Button Weiß Outline";
}

a.sweButtonWhiteOutlineFullwidth {
  content: "Button Weiß Outline  (breit)";
}

[class*=sweButtonWhite] {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-black);
}
[class*=sweButtonWhite]:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
[class*=sweButtonWhite][class*=Outline] {
  color: var(--color-white);
  border-color: var(--color-white);
  background-color: transparent;
}
[class*=sweButtonWhite][class*=Outline]:hover {
  color: var(--color-black);
  background-color: var(--color-white);
}

a.sweButtonBlack {
  content: "Button Schwarz";
}

a.sweButtonBlackFullwidth {
  content: "Button Schwarz (breit)";
}

a.sweButtonBlackOutline {
  content: "Button Schwarz Outline";
}

a.sweButtonBlackOutlineFullwidth {
  content: "Button Schwarz Outline  (breit)";
}

[class*=sweButtonBlack] {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}
[class*=sweButtonBlack]:hover {
  background-color: var(--color-white);
  color: var(--color-black);
}
[class*=sweButtonBlack][class*=Outline] {
  color: var(--color-black);
  border-color: var(--color-black);
  background-color: transparent;
}
[class*=sweButtonBlack][class*=Outline]:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}

a.sweButtonBase {
  content: "Button Base";
}

a.sweButtonBaseFullwidth {
  content: "Button Base (breit)";
}

a.sweButtonBaseOutline {
  content: "Button Base Outline";
}

a.sweButtonBaseOutlineFullwidth {
  content: "Button Base Outline  (breit)";
}

[class*=sweButtonBase] {
  background-color: var(--color-base);
  border-color: var(--color-base);
  color: var(--color-white);
}
[class*=sweButtonBase]:hover {
  background-color: var(--color-white);
  color: var(--color-base);
}
[class*=sweButtonBase][class*=Outline] {
  color: var(--color-base);
  border-color: var(--color-base);
  background-color: transparent;
}
[class*=sweButtonBase][class*=Outline]:hover {
  color: var(--color-white);
  background-color: var(--color-base);
}

/* ---------------------------- */
/* EDITOR STYLE-DEFINITIONS - END */
.swEditor {
  font-size: 10px;
}

.cke_editable {
  font-family: "Open Sans", sans-serif;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: var(--color-base);
}

.cke_editable table.sweAccordion {
  content: "Markup: Akkordeon";
  border: 2px dashed #00b018 !important;
  width: 100%;
}

.cke_editable table.sweTabs {
  content: "Markup: Tabs";
  border: 2px dashed #FF00FF !important;
  width: 100%;
}

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

.cke_editable * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ========= NAVIGATION =========
======================================================= */
@-webkit-keyframes menu-fade-in {
  0% {
    opacity: 0;
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  50% {
    opacity: 0;
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  100% {
    opacity: 1;
    max-height: 800px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: visible;
  }
}
@keyframes menu-fade-in {
  0% {
    opacity: 0;
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  50% {
    opacity: 0;
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  100% {
    opacity: 1;
    max-height: 800px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: visible;
  }
}
@-webkit-keyframes menu-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.treeMenu {
  font-weight: 400;
}
.treeMenu ul {
  list-style: none;
  margin: 0px 0px 0px auto;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.treeMenu ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.treeMenu ul li a {
  display: block;
  padding: 15px 10px 15px 10px;
  color: var(--color-primary);
  text-decoration: none;
}
.treeMenu ul li a:hover {
  color: var(--color-secondary);
}
.treeMenu ul li a.breadcrumb {
  color: var(--color-primary);
}
.treeMenu ul li a.selected {
  font-weight: 900;
}
.treeMenu ul li:focus-within {
  background-color: rgba(0, 0, 0, 0.05);
}
.treeMenu ul li:hover > ul, .treeMenu ul li:focus-within > ul, .treeMenu ul li ul:hover, .treeMenu ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
.treeMenu ul li:hover > ul {
  -webkit-animation: menu-fade-in 0.5s forwards;
          animation: menu-fade-in 0.5s forwards;
}
.treeMenu ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 250px;
  top: 100%;
  background-color: var(--color-white);
  -webkit-box-shadow: -5px 7px 7px -6px rgba(0, 0, 0, 0.3), 5px 7px 7px -6px rgba(0, 0, 0, 0.3);
          box-shadow: -5px 7px 7px -6px rgba(0, 0, 0, 0.3), 5px 7px 7px -6px rgba(0, 0, 0, 0.3);
  padding: 0px !important;
  display: none;
}
.treeMenu ul ul li {
  width: 100%;
  display: block;
  z-index: -9;
}
.treeMenu ul ul li a {
  color: var(--color-primary);
}
.treeMenu ul ul li a:hover {
  color: gray;
}
.treeMenu ul ul li a.children {
  color: var(--color-white);
  padding-right: 30px;
}
.treeMenu ul ul li a.children::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
}
.treeMenu ul ul li a.selected {
  color: var(--color-primary);
}
.treeMenu ul ul ul {
  left: 100%;
  top: 0;
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}
.treeMenu > ul > li:last-child ul ul {
  left: auto;
  right: 100%;
}
.treeMenu > ul > li > ul::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: var(--color-white);
}

/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeMenu img,
.treeMenu .image,
.treeMenu .moimage,
.treeMenu .image a,
.treeMenu .moimage a,
.treeMenu .image a:hover,
.treeMenu .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

.treeFooter ul {
  padding: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  margin: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  list-style: none;
  display: block;
  width: 150px;
}

.treeFooter li {
  display: block;
}

/* style default a tags */
.treeFooter a {
  display: block;
  margin: 0px 0px 5px 0px;
  /* font-size: 12px; ->layout_1.css */
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--color-base);
}

.treeFooter .selected a, .treeFooter .selected a:hover, .treeFooter .selected a:active, .treeFooter .breadcrumb a {
  color: var(--color-primary);
}

.treeFooter a:hover {
  color: var(--color-primary);
}

/* 2nd level */
.treeFooter ul ul {
  position: absolute;
  top: 0;
  left: 170px;
}

.treeFooter ul ul a {
  text-transform: none;
}

/* 3rd level */
/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeFooter img, .treeFooter .image, .treeFooter .moimage, .treeFooter .image a, .treeFooter .moimage a, .treeFooter .image a:hover, .treeFooter .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

.treeBreadcrumbs {
  display: inline;
}

.treeBreadcrumbs ul {
  padding: 0px;
  margin: 0px;
  display: inline;
  list-style: none;
}

.treeBreadcrumbs li {
  display: inline;
}

.treeBreadcrumbs li div {
  display: inline;
}

/* style default a tags */
.treeBreadcrumbs a {
  padding: 0px 5px 0px 5px;
  /* font-size: 9px; ->layout_1.css */
  text-decoration: none;
  color: #aaaaaa;
}

.treeBreadcrumbs .selected a, .treeBreadcrumbs .selected a:hover, .treeBreadcrumbs .selected a:active {
  font-weight: bold;
}

.treeBreadcrumbs a:hover {
  text-decoration: underline;
}

.treeBreadcrumbs div::before {
  content: "/";
}

.treeBreadcrumbs div.item0::before {
  content: "";
  display: none;
}

/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeBreadcrumbs img, .treeBreadcrumbs .image, .treeBreadcrumbs .moimage, .treeBreadcrumbs .image a, .treeBreadcrumbs .moimage a, .treeBreadcrumbs .image a:hover, .treeBreadcrumbs .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

.treeSub {
  margin: 0px 10px 30px 0px;
}

/* default style for ul elements */
.treeSub ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* style default a tags */
.treeSub a {
  display: block;
  padding: 5px 10px 5px 10px;
  /* font-size: 12px; ->layout_1.css */
  font-weight: normal;
  text-decoration: none;
  color: var(--color-base);
  border-bottom: 1px solid var(--color-light);
}

.treeSub .selected a, .treeSub .selected a:hover, .treeSub .selected a:active, .treeSub .breadcrumb a {
  color: var(--color-primary);
}

.treeSub a:hover {
  color: var(--color-primary);
}

/* 2nd level */
.treeSub ul ul a {
  padding: 5px 10px 5px 30px;
}

/* 3rd level */
/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeSub img, .treeSub .image, .treeSub .moimage, .treeSub .image a, .treeSub .moimage a, .treeSub .image a:hover, .treeSub .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

.treeBottom ul {
  padding: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  margin: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  list-style: none;
  display: block;
}

.treeBottom li {
  display: block;
}

/* style default a tags */
.treeBottom a {
  display: block;
  margin: 0px 0px 5px 0px;
  /* font-size: 12px; ->layout_1.css */
  text-decoration: none;
  text-transform: none;
  color: var(--color-primary);
}

.treeBottom .selected a, .treeBottom .selected a:hover, .treeBottom .selected a:active, .treeBottom .breadcrumb a {
  color: var(--color-primary);
}

.treeBottom a:hover {
  color: var(--color-primary);
}

/* 2nd level */
.treeBottom ul ul a {
  text-transform: none;
}

/* 3rd level */
/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.treeBottom img, .treeBottom .image, .treeBottom .moimage, .treeBottom .image a, .treeBottom .moimage a, .treeBottom .image a:hover, .treeBottom .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

.treeMobile ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  width: 100%;
}
.treeMobile li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
}
.treeMobile div {
  clear: both;
}
.treeMobile li .innerLink {
  display: block;
  position: relative;
}
.treeMobile a {
  display: block;
  text-decoration: none;
  padding: 10px 45px 11px 0px;
  color: var(--color-base);
  position: relative;
}
.treeMobile a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}
.treeMobile a.breadcrumb {
  font-style: italic;
}
.treeMobile a.selected {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
  padding-left: 10px;
}
.treeMobile a:hover {
  color: var(--color-base);
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.02);
}
.treeMobile ul ul a {
  font-weight: 400;
}
.treeMobile ul ul .innerLink a:not(.toggler) {
  padding-left: 15px;
}
.treeMobile ul ul ul .innerLink a:not(.toggler) {
  padding-left: 30px;
}
.treeMobile ul ul ul ul .innerLink a:not(.toggler) {
  padding-left: 45px;
}
.treeMobile ul ul ul ul ul .innerLink a:not(.toggler) {
  padding-left: 60px;
}
.treeMobile a.togglerText {
  cursor: pointer;
}
.treeMobile a.toggler {
  display: block;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  font-weight: 400;
  z-index: 1;
}
.treeMobile a.toggler:before {
  display: none;
}
.treeMobile a.toggler:after {
  display: block;
  content: "\f0da";
  font-family: FontAwesome;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.treeMobile a.toggler.inline {
  border-left: none;
}
.treeMobile a.toggler:hover::after {
  opacity: 0.5;
}
.treeMobile a.toggler.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.treeMobile ul ul > li > div > a, .treeMobile ul ul > ul > li > div > a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.treeMobile ul ul.opened > li > div > a, .treeMobile ul ul > ul.opened > li > div > a {
  max-height: 100px;
  padding-top: 10px;
  padding-bottom: 11px;
}

.barLang {
  padding-left: 15px;
}

.barLang ul {
  padding: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  margin: 0px;
  /* Abstand für alle Browser vereinheitlichen */
  list-style: none;
}

.barLang li {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4);
}

/* style default a tags */
.barLang a {
  display: block;
  /* font-size: 12px; ->layout_1.css */
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  color: var(--color-base);
  text-transform: uppercase;
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.barLang .selected a, .barLang .selected a:hover, .barLang .selected a:active, .barLang .breadcrumb a {
  color: var(--color-base);
}

.barLang a:hover {
  color: var(--color-primary) !important;
}

.barLang .selected a {
  font-weight: 700;
}
.barLang .selected a::after {
  content: "\f105";
  font-family: FontAwesome;
  display: none;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  line-height: 0;
  font-size: 1.1rem;
  position: absolute;
  bottom: 5px;
  left: 19px;
}

#langnavBox.active .barLang li {
  background-color: #ffffff;
}
#langnavBox.active .barLang li :hover {
  background-color: #eeeeee;
}
#langnavBox.active .barLang li a {
  color: var(--color-base);
  padding: 15px;
}
#langnavBox.active .barLang .selected a {
  font-weight: 700;
}
#langnavBox.active .barLang .selected a::after {
  display: none;
}

/*
--- image styles ----
--- alle styles bei bildern deaktivieren ----
class: "image" = Bild
class: "moimage" = Bild mit Mouseover
*/
.barLang img, .barLang .image, .barLang .moimage, .barLang .image a, .barLang .moimage a, .barLang .image a:hover, .barLang .moimage a:hover {
  border: 0px;
  margin: 0px;
  padding: 0px;
  background-color: transparent !important;
  background-image: none !important;
}

/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu oncanvas CSS
*/
.mm-hidden {
  display: none !important;
}

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu,
.mm-menu > .mm-panel {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}

.mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
  z-index: 1;
}

.mm-menu > .mm-panel {
  background: inherit;
  border-color: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.mm-menu > .mm-panel.mm-hasnavbar {
  padding-top: 40px;
}

.mm-menu > .mm-panel:before, .mm-menu > .mm-panel:after {
  content: "";
  display: block;
  height: 20px;
}

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent;
}

.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
  display: block;
}

.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
  height: 40px;
  bottom: auto;
}

.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
  top: 16px;
  bottom: auto;
}

.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mm-navbar > * {
  display: block;
  padding: 10px 0;
}

.mm-navbar a,
.mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar .mm-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1;
}

.mm-navbar .mm-btn:first-child {
  padding-left: 20px;
  left: 0;
}

.mm-navbar .mm-btn:last-child {
  text-align: right;
  padding-right: 20px;
  right: 0;
}

.mm-panel .mm-navbar {
  display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block;
}

.mm-listview,
.mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px;
}

.mm-listview a,
.mm-listview a:hover {
  text-decoration: none;
}

.mm-listview > li {
  position: relative;
}

.mm-listview > li, .mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
  border-color: inherit;
}

.mm-listview > li > a,
.mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}

.mm-listview > li > a.mm-arrow,
.mm-listview > li > span.mm-arrow {
  padding-right: 50px;
}

.mm-listview > li:not(.mm-divider):after {
  content: "";
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.mm-listview > li:not(.mm-divider):after {
  left: 20px;
}

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.mm-listview .mm-next:before {
  content: "";
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
  margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0;
}

.mm-menu > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-menu > .mm-panel > .mm-listview:first-child,
.mm-menu > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0;
}

.mm-listview .mm-inset > li {
  padding: 5px 0;
}

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
}

.mm-listview .mm-spacer {
  padding-top: 40px;
}

.mm-listview .mm-spacer > .mm-next {
  top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px;
}

.mm-prev:before,
.mm-next:after,
.mm-arrow:after {
  content: "";
  border: 2px solid transparent;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-prev:before {
  border-right: none;
  border-bottom: none;
  left: 20px;
}

.mm-next:after,
.mm-arrow:after {
  border-top: none;
  border-left: none;
  right: 20px;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-navbar .mm-btn:before, .mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}

.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-opened {
  overflow: hidden;
  position: relative;
}

html.mm-opened body {
  overflow: hidden;
}

html.mm-background .mm-page {
  background: inherit;
}

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block;
}

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}

.mm-menu.mm-current {
  display: block;
}

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
/*
	jQuery.mmenu autoHeight addon CSS
*/
.mm-menu.mm-top.mm-autoheight, .mm-menu.mm-bottom.mm-autoheight {
  max-height: 80%;
}

.mm-menu.mm-top.mm-autoheight.mm-fullscreen, .mm-menu.mm-bottom.mm-autoheight.mm-fullscreen {
  max-height: 100%;
}

.mm-menu.mm-measureheight > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

/*
	jQuery.mmenu counters addon CSS
*/
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%;
}

em.mm-counter + a.mm-next {
  width: 90px;
}

em.mm-counter + a.mm-next + a,
em.mm-counter + a.mm-next + span {
  margin-right: 90px;
}

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0;
}

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px;
}

.mm-nosubresults > .mm-counter {
  display: none;
}

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu dividers addon CSS
*/
.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
  display: block;
}

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05);
}

/*
	jQuery.mmenu dragOpen addon CSS
*/
html.mm-opened.mm-dragging .mm-menu,
html.mm-opened.mm-dragging .mm-page,
html.mm-opened.mm-dragging .mm-fixed-top,
html.mm-opened.mm-dragging .mm-fixed-bottom,
html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/*
	jQuery.mmenu iconpanels addon CSS
*/
.mm-iconpanel .mm-panel {
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-transition-property: left, right, -webkit-transform;
  transition-property: left, right, -webkit-transform;
  transition-property: transform, left, right;
  transition-property: transform, left, right, -webkit-transform;
}

.mm-iconpanel .mm-panel.mm-opened {
  border-left: 1px solid;
  border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
  overflow-y: hidden;
  left: -40px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px;
}

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-subopened .mm-subblocker {
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -100000px;
  left: 0;
  z-index: 3;
}

/*
	jQuery.mmenu navbars addon CSS
*/
.mm-menu > .mm-navbar {
  background: inherit;
  padding: 0;
  z-index: 3;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom: none;
  top: auto;
  bottom: 0;
}

.mm-navbar-top ~ .mm-navbar-top {
  border-bottom: none;
}

.mm-navbar-bottom ~ .mm-navbar-bottom {
  border-top: none;
}

.mm-navbar.mm-hasbtns {
  padding: 0 40px;
}

.mm-close:after {
  content: "x";
}

.mm-navbar[class*=mm-navbar-content-] > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  float: left;
}

.mm-navbar > .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px;
}

.mm-navbar > .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px;
}

.mm-navbar > .mm-breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar-top-1 {
  top: 0px;
}

.mm-hasnavbar-top-1 .mm-panel {
  top: 40px;
}

.mm-hasnavbar-top-1 .mm-indexer {
  top: 50px;
}

.mm-hasnavbar-top-1 .mm-fixeddivider {
  top: 40px;
}

.mm-navbar-top-2 {
  top: 40px;
}

.mm-hasnavbar-top-2 .mm-panel {
  top: 80px;
}

.mm-hasnavbar-top-2 .mm-indexer {
  top: 90px;
}

.mm-hasnavbar-top-2 .mm-fixeddivider {
  top: 80px;
}

.mm-navbar-top-3 {
  top: 80px;
}

.mm-hasnavbar-top-3 .mm-panel {
  top: 120px;
}

.mm-hasnavbar-top-3 .mm-indexer {
  top: 130px;
}

.mm-hasnavbar-top-3 .mm-fixeddivider {
  top: 120px;
}

.mm-navbar-top-4 {
  top: 120px;
}

.mm-hasnavbar-top-4 .mm-panel {
  top: 160px;
}

.mm-hasnavbar-top-4 .mm-indexer {
  top: 170px;
}

.mm-hasnavbar-top-4 .mm-fixeddivider {
  top: 160px;
}

.mm-navbar-bottom-1 {
  bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panel {
  bottom: 40px;
}

.mm-hasnavbar-bottom-1 .mm-indexer {
  bottom: 50px;
}

.mm-navbar-bottom-2 {
  bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panel {
  bottom: 80px;
}

.mm-hasnavbar-bottom-2 .mm-indexer {
  bottom: 90px;
}

.mm-navbar-bottom-3 {
  bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panel {
  bottom: 120px;
}

.mm-hasnavbar-bottom-3 .mm-indexer {
  bottom: 130px;
}

.mm-navbar-bottom-4 {
  bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panel {
  bottom: 160px;
}

.mm-hasnavbar-bottom-4 .mm-indexer {
  bottom: 170px;
}

.mm-navbar-size-2 {
  height: 80px;
}

.mm-navbar-size-3 {
  height: 120px;
}

.mm-navbar-size-4 {
  height: 160px;
}

.mm-navbar-content-2 > * {
  width: 50%;
}

.mm-navbar-content-3 > * {
  width: 33.33%;
}

.mm-navbar-content-4 > * {
  width: 25%;
}

.mm-navbar-content-5 > * {
  width: 20%;
}

.mm-navbar-content-6 > * {
  width: 16.67%;
}

/*
	jQuery.mmenu searchfield addon CSS
*/
.mm-search,
.mm-search input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
}

.mm-search input {
  border: none;
  border-radius: 26px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  outline: none;
  display: block;
  width: 100%;
  height: 26px;
  margin: 0;
  padding: 0 10px;
}

.mm-search input::-ms-clear {
  display: none;
}

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel.mm-hassearch {
  padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
  top: 40px;
}

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
  display: block;
}

.mm-noresults .mm-indexer {
  display: none !important;
}

li.mm-nosubresults > a.mm-next {
  display: none;
}

li.mm-nosubresults > a.mm-next + a,
li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px;
}

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.7);
}

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu sectionIndexer addon CSS
*/
.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: -100px;
  z-index: 3;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%;
}

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px;
}

.mm-hasindexer .mm-indexer {
  right: 0;
}

.mm-hasindexer .mm-fixeddivider {
  right: 20px;
}

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu toggles addon CSS
*/
input.mm-toggle,
input.mm-check {
  position: absolute;
  left: -10000px;
}

label.mm-toggle,
label.mm-check {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2;
}

label.mm-toggle:before,
label.mm-check:before {
  content: "";
  display: block;
}

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px;
}

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

li.mm-vertical label.mm-toggle, li.mm-vertical label.mm-check {
  bottom: auto;
  margin-top: 0;
}

li.mm-vertical label.mm-toggle {
  top: 5px;
}

li.mm-vertical label.mm-check {
  top: 5px;
}

label.mm-toggle, label.mm-check {
  right: 20px;
}

label.mm-toggle + a,
label.mm-toggle + span {
  padding-right: 80px;
}

label.mm-check + a,
label.mm-check + span {
  padding-right: 60px;
}

a.mm-next + label.mm-toggle, a.mm-next + label.mm-check {
  right: 60px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span, a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  margin-right: 50px;
}

a.mm-next + label.mm-toggle + a,
a.mm-next + label.mm-toggle + span {
  padding-right: 70px;
}

a.mm-next + label.mm-check + a,
a.mm-next + label.mm-check + span {
  padding-right: 50px;
}

em.mm-counter + a.mm-next + label.mm-toggle, em.mm-counter + a.mm-next + label.mm-check {
  right: 100px;
}

em.mm-counter + a.mm-next + label.mm-toggle + a,
em.mm-counter + a.mm-next + label.mm-toggle + span, em.mm-counter + a.mm-next + label.mm-check + a,
em.mm-counter + a.mm-next + label.mm-check + span {
  margin-right: 90px;
}

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu label.mm-toggle:before {
  background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.7);
}

/*
	jQuery.mmenu borderstyle extension CSS
*/
.mm-menu.mm-border-none .mm-listview > li:after,
.mm-listview.mm-border-none > li:after {
  content: none;
}

.mm-menu.mm-border-full .mm-listview > li:after,
.mm-listview.mm-border-full > li:after {
  left: 0 !important;
}

/*
	jQuery.mmenu effects extension CSS
*/
html.mm-effect-zoom-menu .mm-menu.mm-offcanvas {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-zoom-menu.mm-opened .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

html.mm-effect-zoom-menu.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-zoom-menu.mm-right.mm-opened .mm-menu.mm-offcanvas {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

html.mm-effect-zoom-menu.mm-right.mm-opening .mm-menu.mm-effect-zoom-menu {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu .mm-menu.mm-effect-slide-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

html.mm-effect-slide-menu.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

html.mm-effect-slide-menu.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opened .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

html.mm-effect-slide-menu.mm-right.mm-opening .mm-menu.mm-effect-slide-menu {
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

html.mm-effect-fade-menu .mm-menu.mm-effect-fade-menu {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

html.mm-effect-fade-menu.mm-opening .mm-menu.mm-effect-fade-menu {
  opacity: 1;
}

.mm-menu.mm-effect-zoom-panels .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0%, 0, 0);
  transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-zoom-panels .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-slide-panels-0 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-slide-panels-100 .mm-panel.mm-subopened {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(1) {
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(3) {
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(4) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(5) {
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(6) {
  -webkit-transition-delay: 600ms;
  transition-delay: 600ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(7) {
  -webkit-transition-delay: 700ms;
  transition-delay: 700ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(8) {
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
}

html.mm-effect-slide-listitems .mm-menu.mm-effect-slide-listitems .mm-listview > li:nth-child(9) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

html.mm-effect-slide-listitems.mm-opening .mm-menu.mm-effect-slide-listitems .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*
	jQuery.mmenu fullscreen extension CSS
*/
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-fullscreen.mm-top, .mm-menu.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/*
	jQuery.mmenu multiline extension CSS
*/
.mm-menu.mm-multiline .mm-listview > li > a,
.mm-menu.mm-multiline .mm-listview > li > span,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
.mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span {
  text-overflow: clip;
  white-space: normal;
}

/*
	jQuery.mmenu pageshadow extension CSS
*/
.mm-menu.mm-pageshadow:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
  left: auto;
  right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after, .mm-menu.mm-pageshadow.mm-front:after {
  content: none;
  display: none;
}

.mm-menu.mm-pageshadow:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu.mm-right {
  left: auto;
  right: 0;
}

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}

.mm-menu.mm-front {
  z-index: 1;
}

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top, .mm-menu.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}

/*
	jQuery.mmenu themes extension CSS
*/
.mm-menu.mm-theme-dark {
  background: #333333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before, .mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-white {
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before, .mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

.mm-menu.mm-theme-black {
  background: black;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before, .mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: black;
}

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

/*
	jQuery.mmenu tileview extension CSS
*/
.mm-menu.mm-tileview .mm-listview:after,
.mm-menu .mm-tileview.mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu.mm-tileview .mm-listview > li,
.mm-menu .mm-tileview.mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative;
}

.mm-menu.mm-tileview .mm-listview > li:after,
.mm-menu .mm-tileview.mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xs,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-s,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-l,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview > li.mm-tile-xl,
.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview > li > a,
.mm-menu.mm-tileview .mm-listview > li > span,
.mm-menu .mm-tileview.mm-listview > li > a,
.mm-menu .mm-tileview.mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next,
.mm-menu .mm-tileview.mm-listview > li > .mm-next {
  width: auto;
}

.mm-menu.mm-tileview .mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:before,
.mm-menu .mm-tileview.mm-listview > li > .mm-next:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none;
}

.mm-menu.mm-tileview .mm-listview {
  margin: 0;
}

/* ------ COMMON ------
----------------------------------- */
.sweImgRight .swartimg, img.sweImgRight,
.sweImgLeft .swartimg, img.sweImgLeft {
  content: inherit;
}

.container-fluid.no-spacing,
.container-fluid.no-spacing .row,
.container-fluid.no-spacing [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container.no-spacing,
[class*=col-].no-spacing {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ------ LAYOUT: mainpage ------
----------------------------------- */
.mainpage #breadcrumbBox {
  background-color: #EEEEEE;
  padding: 15px 0px 15px 0px;
}

.mainpage #breadcrumbBox #breadcrumbnavBox {
  text-align: right;
  color: #aaaaaa;
  text-transform: uppercase;
}

.mainpage #breadcrumbBox .header {
  font-weight: 700;
  text-transform: uppercase;
}

.mainpage #widgetSidebarBox {
  padding: 0px 10px 30px 0px;
}

.mainpage #contentBox {
  padding: 50px 0;
}

.mainpage #contentBox #widgetContentTopBox {
  padding: 0px 0px 30px 0px;
}

.mainpage #contentBox #widgetContentBottomBox {
  padding: 30px 0px 0px 0px;
}

.mainpage #mainTopBox #widgetMainTopBox {
  padding: 0px 0px 30px 0px;
}

.mainpage #mainBottomBox #widgetMainBottomBox {
  padding: 30px 0px 0px 0px;
}

/* ------ LAYOUT: common ------
----------------------------------- */
/*------ mobile navigation: start ------*/
@-webkit-keyframes sidebar-slide-in {
  0% {
    right: -100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  50% {
    right: 0;
    -webkit-box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
  }
  100% {
    right: 0;
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
  }
}
@keyframes sidebar-slide-in {
  0% {
    right: -100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  50% {
    right: 0;
    -webkit-box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
  }
  100% {
    right: 0;
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes sidebar-slide-out {
  0% {
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
    right: 0;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    right: -100%;
  }
}
@keyframes sidebar-slide-out {
  0% {
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
    right: 0;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    right: -100%;
  }
}
@-webkit-keyframes sidebar-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes sidebar-fade-in {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mobileSidebarToggler {
  text-decoration: none;
  display: block;
}
.mobileSidebarToggler::before {
  cursor: pointer;
  display: block;
  content: "\f0c9";
  font-family: FontAwesome;
  font-size: 23px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  color: var(--color-base);
}

#mobileSidebarWrapper {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  width: 80%;
  left: 100%;
  max-width: 400px;
  z-index: 601;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s, -webkit-box-shadow 1s;
  transition: -webkit-transform 0.5s, -webkit-box-shadow 1s;
  transition: transform 0.5s, box-shadow 1s;
  transition: transform 0.5s, box-shadow 1s, -webkit-transform 0.5s, -webkit-box-shadow 1s;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}
#mobileSidebarWrapper .closeMobileSidebar {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 11px;
  letter-spacing: -4.5px;
  top: 0;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(80%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
  color: var(--color-base);
}
#mobileSidebarWrapper .closeMobileSidebar::before {
  content: "\f054\f053";
  font-family: FontAwesome;
  padding-left: 15px;
}
#mobileSidebarWrapper .closeMobileSidebar:hover::before {
  opacity: 0.5;
  text-decoration: none;
  color: var(--color-base);
}
#mobileSidebarWrapper #mobileSidebarBox {
  padding: 55px 15px 50px 15px;
  height: 100%;
  overflow: auto;
}
#mobileSidebarWrapper #mobileSidebarBox nav {
  overflow: hidden;
  margin-right: -15px;
}
#mobileSidebarWrapper #mobileSidebarBox nav:first-child .treeMobile {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.mobileSidebarVisible #mobileSidebarWrapper {
  -webkit-animation: sidebar-slide-in 1.5s forwards;
          animation: sidebar-slide-in 1.5s forwards;
  left: auto;
}
.mobileSidebarVisible .closeMobileSidebar {
  opacity: 1 !important;
}

.mobileSidebarHidden #mobileSidebarWrapper {
  -webkit-animation: sidebar-slide-out 1s forwards;
          animation: sidebar-slide-out 1s forwards;
  left: auto;
}

@-webkit-keyframes sidebar-slide-in-left {
  0% {
    left: -400px;
    right: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  50% {
    left: 0;
    right: 0;
    -webkit-box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
  }
  100% {
    left: 0;
    right: 0;
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
  }
}

@keyframes sidebar-slide-in-left {
  0% {
    left: -400px;
    right: 100%;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
  50% {
    left: 0;
    right: 0;
    -webkit-box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 4px 0px 80px 8px rgba(0, 0, 0, 0.2);
  }
  100% {
    left: 0;
    right: 0;
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
  }
}
@-webkit-keyframes sidebar-slide-out-left {
  0% {
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    left: -400px;
    right: 100%;
  }
}
@keyframes sidebar-slide-out-left {
  0% {
    -webkit-box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
            box-shadow: 14px 0 178px 18px rgba(0, 0, 0, 0.4);
    left: 0;
    right: 0;
  }
  100% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    left: -400px;
    right: 100%;
  }
}
.mobileSidebarLeft.mobileSidebarVisible #mobileSidebarWrapper {
  -webkit-animation: sidebar-slide-in-left 1.5s forwards;
          animation: sidebar-slide-in-left 1.5s forwards;
  left: 0;
  right: auto;
}
.mobileSidebarLeft.mobileSidebarHidden #mobileSidebarWrapper {
  -webkit-animation: sidebar-slide-out-left 1s forwards;
          animation: sidebar-slide-out-left 1s forwards;
  left: 0;
  right: auto;
}

/*------ mobile navigation: end ------*/
#topBox {
  background-color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 7px 29px rgba(10, 52, 79, 0.1);
          box-shadow: 0 7px 29px rgba(10, 52, 79, 0.1);
  z-index: 100;
  border-bottom: 1px solid #dfe8f7;
}

#topBox.fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

#topInfoContentBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#topInfoBox {
  padding: 0px 0px 0px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#topContactBox,
#waiBox,
#langnavWrapperBox {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 10px 15px 10px;
}

#langnavWrapperBox {
  max-height: 500px;
}

#topContactBox {
  text-align: right;
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#topContactBox div {
  display: inline-block;
  padding: 0px 10px 0px 10px;
}

.infoContact a {
  text-decoration: none;
  color: var(--color-base);
}
.infoContact a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.infoContact div::before {
  content: "";
  font-family: FontAwesome;
  padding: 0px 5px 0px 0px;
}
.infoContact .info_email::before {
  content: "\f0e0";
}
.infoContact .info_telefon::before {
  content: "\f095";
}
.infoContact .info_oeffnungszeiten::before {
  content: "\f017";
}
.infoContact .info_adresse::before {
  content: "\f041";
}

#waiBox {
  padding-left: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#googleTanslateBox {
  padding-left: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

#langnavWrapperBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#langnavWrapperBox::before {
  content: "";
  border-left: 1px solid black;
  position: absolute;
  display: block;
  height: 52px;
  top: 0px;
}

#langnavBox {
  position: absolute;
  z-index: 610;
}
#langnavBox * {
  -webkit-transition: all 0.5s, background-color 0.2s, color 0.2s;
  transition: all 0.5s, background-color 0.2s, color 0.2s;
}
#langnavBox ul div {
  max-height: 0;
  overflow: hidden;
}
#langnavBox ul div.selected {
  max-height: 50px;
}
#langnavBox.active ul {
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
}
#langnavBox.active ul div {
  max-height: 50px;
}

#mainHeaderBox {
  padding: 24px 0px 24px 0px;
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}
#mainHeaderBox #mainHeaderContentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#mainHeaderBox #mainHeaderContentBox > :last-child {
  margin-left: auto;
}

#homelinkBox a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#homelinkBox a img {
  max-width: none;
  width: auto;
  height: 40px;
}

#mainnavBox {
  width: 100%;
  padding-left: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#searchBox {
  position: relative;
  padding-left: 90px;
}
#searchBox form {
  position: absolute;
  bottom: 7px;
  right: 0;
  max-height: 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#searchBox label {
  color: var(--color-primary);
  font-size: 2.2rem;
  line-height: 2.2rem;
  position: absolute;
  right: 15px;
  top: 7px;
}
#searchBox .button {
  position: absolute;
  top: 1px;
  right: 3px;
  border: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  border-radius: 100px;
  width: 40px;
  height: 36px;
  font-size: 1.4rem;
  line-height: 41px;
  padding: 0px 0px 0px 0px;
  color: var(--color-primary) !important;
}
#searchBox #FullText {
  padding: 9px 30px 9px 20px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  outline: none;
  -webkit-box-shadow: inset 0 0 0 transparent;
          box-shadow: inset 0 0 0 transparent;
  cursor: pointer;
  border-radius: 50px;
  width: 0;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 40%;
  background-color: transparent;
}
#searchBox #FullText:focus {
  cursor: default;
  width: 220px;
  border: 0;
  -webkit-box-shadow: inset 0 0 0px transparent, 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 0px transparent, 0px 0px 20px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
}
#searchBox #FullText:focus ~ .button {
  display: block;
  background-color: #ffffff;
  z-index: 1;
  opacity: 1;
}
#searchBox #FullText:focus ~ .button:hover {
  color: var(--color-base) !important;
}
#searchBox #FullText::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Source Sans Pro";
}
#searchBox #FullText::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Source Sans Pro";
}
#searchBox #FullText:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Source Sans Pro";
}
#searchBox #FullText:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Source Sans Pro";
}

#contentBox .mainBackground {
  padding-top: 80px;
  padding-bottom: 30px;
}

.pagebuilderpage #contentBox, .mainpage #mainBox {
  background: url("/images/oer/logo_oer.svg") no-repeat center bottom;
  background-attachment: fixed;
  background-size: 2000px;
  background-position: left calc(50% + 220px) bottom -290px;
}
.pagebuilderpage #contentBox .mainBackground, .mainpage #mainBox .mainBackground {
  background-color: hsla(0deg, 0%, 100%, 0.9);
}

#socialBox {
  padding: 0px 0px 40px 0px;
}

#footerBox {
  border-top: 1px solid var(--color-bright);
  background-color: var(--color-white);
  padding: 30px 0px 60px 0px;
}

#footerBox #topLink {
  text-align: center;
  padding: 0px 0px 30px 0px;
}

#footerBox #topLink a {
  text-decoration: none;
  color: var(--color-base);
  font-size: 40px;
  display: block;
}
#footerBox #topLink a:hover {
  opacity: 0.5;
}
#footerBox #topLink a::before {
  display: block;
  content: "\f106";
  font-family: FontAwesome;
}

#bottomContactBox.infoContact div::before {
  display: inline-block;
  text-align: center;
  width: 20px;
  padding: 0px 0px 0px 0px;
  margin-right: 5px;
}

#bottomContactBox.infoContact .info_email {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

#bottomnavBox {
  margin: 45px 0px;
}
#bottomnavBox .treeBottom {
  margin: 0px auto;
}
#bottomnavBox .treeBottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#bottomnavBox .treeBottom ul li a::after {
  content: "|";
  position: absolute;
  display: inline-block;
  margin-left: 15px;
}
#bottomnavBox .treeBottom ul .lastrow a::after {
  display: none;
}

#topBox.small {
  -webkit-box-shadow: 0 7px 29px rgba(10, 52, 79, 0.1);
          box-shadow: 0 7px 29px rgba(10, 52, 79, 0.1);
  -webkit-box-shadow: 0px 7px 29px rgba(10, 52, 79, 0.1);
          box-shadow: 0px 7px 29px rgba(10, 52, 79, 0.1);
}
#topBox.small #topInfoContentBox {
  padding: 0;
}
#topBox.small #topInfoContentBox #topContactBox, #topBox.small #topInfoContentBox #waiBox, #topBox.small #topInfoContentBox #langnavWrapperBox {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 0;
}
#topBox.small #mainHeaderBox {
  padding: 5px 0px 5px 0px;
  border-width: 0px;
}
#topBox.small #homelinkBox a {
  width: 122px;
}
#topBox.small #homelinkBox a svg {
  width: 100%;
  height: auto;
}
#topBox.small #mainnavBox {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@-webkit-keyframes topheight-in {
  0% {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 50px;
    opacity: 1;
    overflow: visible;
  }
}

@keyframes topheight-in {
  0% {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 50px;
    opacity: 1;
    overflow: visible;
  }
}
@-webkit-keyframes langnav-in {
  0% {
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    overflow: visible;
  }
}
@keyframes langnav-in {
  0% {
    max-height: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    opacity: 0;
    overflow: hidden;
  }
  100% {
    max-height: 500px;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 1;
    overflow: visible;
  }
}
#topBox.large #topInfoContentBox #topContactBox, #topBox.large #topInfoContentBox #waiBox, #topBox.large #topInfoContentBox #langnavWrapperBox {
  -webkit-animation: topheight-in 0.5s forwards;
          animation: topheight-in 0.5s forwards;
}
#topBox.large #topInfoContentBox #langnavWrapperBox {
  -webkit-animation: langnav-in 0.5s forwards;
          animation: langnav-in 0.5s forwards;
}

/* ========= LAYOUT: inline popup =========
======================================================= */
body.inlinePopup {
  padding: 20px;
  background-color: #ffffff;
  background-image: none;
  /*background-image: url(../../images/unit/bkg_popup.gif);*/
  background-repeat: repeat-x;
}

/* ========= CUSTOM =========
======================================================= */
/*
#mainHeaderBox > .container > .row {

  &::after {
    height: 100%;
    top: 0px;
    right: calc(50% - 500px);
    position: absolute;
    border-right: 1px solid #dfe8f7;
    z-index: -1;
  }
}
*/
.rounded {
  border-radius: 20px;
}

#loginMenu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#loginMenu #loginBtn {
  font-weight: 700;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
#loginMenu #loginBtn::after {
  content: " ";
  position: absolute;
  background-image: url(/images/oer/icon_oer_login.svg);
  top: 14px;
  right: -20px;
  height: 20px;
  width: 16px;
  background-size: cover;
}
#loginMenu #loginBtn.home {
  text-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
#loginMenu #loginBtn.home a {
  padding-right: 0px;
}
#loginMenu #loginBtn.home::after {
  display: none;
}

#sectionLogonWrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 50px 1fr;
  grid-template-columns: 5fr 1fr;
  gap: 50px;
}
#sectionLogonWrapper .content .header {
  font-size: clamp(35px, 12vw, 40px);
  font-weight: 600;
}
#sectionLogonWrapper .content .header::before {
  content: "";
  display: inline-block;
  height: 21px;
  width: 0px;
  border-left: 6px solid black;
  margin-right: 12px;
}
#sectionLogonWrapper .content .infotext {
  margin-bottom: 30px;
}
#sectionLogonWrapper .content .swslangdynamic_forms_inline fieldset {
  margin: 30px 12%;
  padding: 30px 30px 30px 30px;
  background-color: var(--color-oer-form-bg);
}
#sectionLogonWrapper .content input[type=submit] {
  border-radius: 5px;
  background-color: var(--color-oer-cyan);
  border-color: var(--color-oer-cyan);
  margin: 0px 12%;
  width: 76%;
}
#sectionLogonWrapper .content input[type=submit]:hover {
  background-color: transparent;
  color: var(--color-oer-cyan);
}
#sectionLogonWrapper .content .lostPw {
  display: block;
  text-align: center;
  margin-top: 30px;
  text-decoration: none;
  color: var(--color-base);
}
#sectionLogonWrapper .content .lostPw:hover {
  text-decoration: underline;
}
#sectionLogonWrapper .sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  width: 300px;
  gap: 15px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
}
#sectionLogonWrapper .sidebar h2 {
  font-weight: bold;
  margin-bottom: 30px;
}
#sectionLogonWrapper .sidebar .text {
  margin-bottom: 30px;
}
#sectionLogonWrapper .sidebar .image {
  height: 100px;
  width: 100%;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
}
#sectionLogonWrapper .sidebar .image.practitioner {
  -webkit-mask-image: url(../../images/oer/icon_oer_practitioner.svg);
          mask-image: url(../../images/oer/icon_oer_practitioner.svg);
  background-color: var(--color-oer-cyan);
}
#sectionLogonWrapper .sidebar .image.institution {
  -webkit-mask-image: url(../../images/oer/icon_oer_certificate.svg);
          mask-image: url(../../images/oer/icon_oer_certificate.svg);
  background-color: var(--color-oer-magenta);
}
#sectionLogonWrapper .sidebar .image.concept {
  -webkit-mask-image: url(../../images/oer/icon_oer_credit.svg);
          mask-image: url(../../images/oer/icon_oer_credit.svg);
  background-color: var(--color-oer-yellow);
}

#languageBtn {
  margin-left: 30px;
  font-weight: 700;
}
#languageBtn::before {
  content: "";
  border-left: 1px solid black;
}

.footerIcons {
  margin: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerIcons a {
  display: block;
  width: 32px;
  height: 32px;
  background-color: var(--color-primary);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.footerIcons a:hover {
  background-color: gray;
}
.footerIcons .iconInstagram a {
  -webkit-mask-image: url(../../images/oer/social/icon_instagram.svg);
          mask-image: url(../../images/oer/social/icon_instagram.svg);
}
.footerIcons .iconFacebook a {
  -webkit-mask-image: url(../../images/oer/social/icon_facebook.svg);
          mask-image: url(../../images/oer/social/icon_facebook.svg);
}
.footerIcons .iconLinkedin a {
  -webkit-mask-image: url(../../images/oer/social/icon_linkedin.svg);
          mask-image: url(../../images/oer/social/icon_linkedin.svg);
}
.footerIcons .iconTwitter a {
  -webkit-mask-image: url(../../images/oer/social/icon_twitter.svg);
          mask-image: url(../../images/oer/social/icon_twitter.svg);
}
.footerIcons .iconMail a {
  -webkit-mask-image: url(../../images/oer/social/icon_mail.svg);
          mask-image: url(../../images/oer/social/icon_mail.svg);
}

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f230";
}

#cookieConsentButton {
  all: unset;
  font-family: FontAwesome;
  font-size: 3.2rem;
  font-weight: 900;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  bottom: 24px;
  left: 22px;
  opacity: 0.5;
  position: fixed;
  z-index: 100;
}
#cookieConsentButton::before {
  content: "\f013";
}

.sf-nav-slogan {
  max-width: 150px;
  margin-left: 1.5rem;
  font-size: 8.6px;
  font-weight: 700;
  color: #3092d0;
  text-transform: uppercase;
  letter-spacing: 2.65px;
  line-height: 1.2rem;
}

/* ========= LAYOUT: print =========
======================================================= */
#printFooterBox {
  display: none;
}

#printHeaderBox {
  display: none;
}

@media print {
  body {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    background-image: none;
  }

  #mobileSidebarWrapper,
#mainnavMobileBox,
#mainnavMobileBox *,
.noprint {
    display: none !important;
  }

  .print {
    width: auto !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    background: transparent !important;
    left: 0 !important;
  }

  /* ---- LAYOUT ----
    ---------------------------------------------------------  */
  #contentBox {
    width: auto !important;
    padding: 0px !important;
    margin: 0px auto !important;
    color: #000000;
  }

  /* ---- KOPFZEILE ----  */
  #printHeaderBox {
    clear: both;
    display: block !important;
    width: auto;
    padding: 5px 10px 5px 10px;
    margin-bottom: 15px;
    text-align: center;
  }

  /* ---- FUSSZEILE ----  */
  #printFooterBox {
    clear: both;
    display: block !important;
    width: auto;
    padding-top: 10px;
    text-align: center;
    margin-top: 20px;
    font-size: 9px;
  }
}
/* ------ LAYOUT: device-specific ------
----------------------------------- */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
}

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-xs-top {
    vertical-align: top;
  }

  .col-xs-middle {
    vertical-align: middle;
  }

  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-sm-top {
    vertical-align: top;
  }

  .col-sm-middle {
    vertical-align: middle;
  }

  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-md-top {
    vertical-align: top;
  }

  .col-md-middle {
    vertical-align: middle;
  }

  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }

  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }

  .col-lg-top {
    vertical-align: top;
  }

  .col-lg-middle {
    vertical-align: middle;
  }

  .col-lg-bottom {
    vertical-align: bottom;
  }
}
@media screen and (max-width: 767px) {
  /* ========= MOBILE styles =========
  ======================================================= */
  #contentBox .mainBackground {
    padding-top: 20px;
  }

  .mainpage #contentBox {
    padding-top: 20px;
  }

  .oer_profilecreate {
    display: block;
    margin: 0px 10px;
  }
  .oer_profilecreate .oer_profilecreate_wrapper {
    margin: unset !important;
  }
  .oer_profilecreate .sidebar {
    display: none;
  }

  #sectionLogonWrapper {
    display: block;
    margin: 0px 10px;
  }
  #sectionLogonWrapper .sidebar {
    display: none;
  }
  #sectionLogonWrapper .content .swslangdynamic_forms_inline fieldset {
    margin: 30px 0px;
  }

  .oer_practitioner, .oer_institution {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 15px;
  }
  .oer_practitioner .sidebar, .oer_institution .sidebar {
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: unset;
    margin-left: unset;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .oer_practitioner .sidebar .text, .oer_institution .sidebar .text {
    display: none;
  }
  .oer_practitioner .content .accNav, .oer_institution .content .accNav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 50px;
    margin: 15px 0px;
  }
  .oer_practitioner .content .accNav > div, .oer_institution .content .accNav > div {
    margin: 5px;
  }
  .oer_practitioner .content .antragSubmit, .oer_institution .content .antragSubmit {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .oer_practitioner .oer_profileedit_wrapper {
    margin: unset !important;
  }

  .oer_institution {
    gap: 15px;
  }
  .oer_institution .sidebar {
    position: relative;
  }
  .oer_institution .sidebar .info {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .oer_institution .sidebar .image, .oer_institution .sidebar .text {
    display: none;
  }
  .oer_institution .oer_profileedit_wrapper {
    margin: 0px -15px;
  }
  .oer_institution .oer_profileedit_wrapper fieldset {
    padding: 0px 15px 30px 15px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset legend {
    margin-left: 30px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset .address_wrapper {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset #anzahl_studierende {
    width: 100% !important;
  }
  .oer_institution .oer_profileedit_wrapper input[type=submit] {
    width: calc(100% - 30px);
    margin: 15px;
  }
  .oer_institution .oer_institution_education .weiterbildungSubmit {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .oer_institution .oer_institution_education .personItem {
    margin-left: unset !important;
  }
  .oer_institution .oer_institution_education .button.export {
    margin-bottom: 30px !important;
  }

  .widget_pagebuilder_oer_headline h1 {
    margin-left: 0px;
  }
  .widget_pagebuilder_oer_headline h1::before {
    display: none;
  }
  .widget_pagebuilder_oer_headline h3 {
    margin-left: 5px;
  }

  /* --------------------------------------------*/
  .pagebuilderpage #contentBox {
    background-position: right -100px bottom -20px;
    background-size: 120%;
  }

  .contentSection .contentImage {
    margin-bottom: 20px;
  }

  .mainpage #subnavBox {
    padding: 0px 0px 30px 0px;
  }

  .mainpage #widgetSidebarBox {
    padding: 0px 0px 30px 0px;
  }

  .treeMenu {
    padding: 20px 0px 0px 0px;
  }

  .treeMenu ul {
    margin: 0px 0px 0px 40px;
  }

  /* --- widget --- */
  .widgetSlide .item .content {
    padding: 20px 0px 20px 0px;
  }

  .widget_imgtext2col .content {
    padding: 0px 0px 0px 0px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }

  .widget_textcolumn.itemimglink .item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .layoutFluid.widget_textcolumn.itemimglink .item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .widget_article .itemimage .imageWrapper {
    margin-bottom: 20px;
  }

  .widget_map .content {
    padding-top: 0px;
  }

  .widget_map .mobile_scroll {
    width: 80px;
    height: 220px !important;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .widget_map .mobile_scroll::before {
    content: "\f07d";
    font-family: FontAwesome;
    position: absolute;
    width: 80px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 0px 5px #ffffff;
    font-size: 30px;
    line-height: 220px;
    opacity: 0.5;
  }

  .widget_map .gmap {
    width: 100%;
    height: 220px !important;
    position: relative !important;
  }

  .widget_map .text {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 15px 15px 0px 15px;
    margin: auto;
  }

  /* --- widget_pagebuilder --- */
  .widget_pagebuilder_imgtext2col .image img {
    position: relative;
  }

  .widget_pagebuilder_imgtext2col .content .contentWrapper {
    padding: 20px 15px 20px 15px;
  }

  .widget_pagebuilder_imgtext2col .swSimpleGridFlexItem, .widget_pagebuilder_imgtext2col .swSimpleGrid2Col .swSimpleGridFlexItem, .widget_pagebuilder_imgtext2col .swSimpleGrid3Col .swSimpleGridFlexItem, .widget_pagebuilder_imgtext2col .swSimpleGrid4Col .swSimpleGridFlexItem, .widget_pagebuilder_imgtext2col .swSimpleGrid5Col .swSimpleGridFlexItem {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }

  .widget_pagebuilder_map .content {
    padding-top: 0px;
  }

  .widget_pagebuilder_map .mobile_scroll {
    width: 80px;
    height: 220px !important;
    position: absolute;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
  }

  .widget_pagebuilder_map .mobile_scroll::before {
    content: "\f07d";
    font-family: FontAwesome;
    position: absolute;
    width: 80px;
    text-align: center;
    color: #000000;
    text-shadow: 0px 0px 5px #ffffff;
    font-size: 30px;
    line-height: 220px;
    opacity: 0.5;
  }

  .widget_pagebuilder_map .gmap {
    width: 100%;
    height: 220px !important;
    position: relative !important;
  }

  .widget_pagebuilder_map .text {
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
            box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 15px 15px 0px 15px;
    margin: auto;
  }

  /* ========= COMMON =========
     ======================================================= */
  .swListImage .swListFlexItem.contentImage {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
  }

  .swgridMultiCol.swgridList2Col .swgridFlexItem.item,
.swgridMultiCol.swgridList3Col .swgridFlexItem.item,
.swgridMultiCol.swgridList4Col .swgridFlexItem.item {
    -ms-flex-preferred-size: calc(100% - 30px);
        flex-basis: calc(100% - 30px);
  }

  .swSimpleGridFlexItem,
.swSimpleGrid2Col .swSimpleGridFlexItem,
.swSimpleGrid3Col .swSimpleGridFlexItem,
.swSimpleGrid4Col .swSimpleGridFlexItem,
.swSimpleGrid5Col .swSimpleGridFlexItem {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  /* ========= MODULES =========
  ======================================================= */
  /* EVENTMANAGER
   * ------------------------------
   */
  .eventmanagerDetail .headerBlock {
    display: block;
  }
  .eventmanagerDetail .headerBlock .image {
    margin-bottom: 30px;
  }
  .eventmanagerDetail .headerBlock .image img {
    width: 100%;
    max-width: 400px;
  }
  .eventmanagerDetail .headerBlock .header .title {
    font-size: 3rem;
    line-height: 3.2rem;
  }
  .eventmanagerDetail .contentBlock .sidebar {
    margin-bottom: 50px;
  }
  .eventmanagerDetail .contentBlock .body blockquote {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 2.8rem;
    line-height: 3.6rem;
  }

  /* SHOP
   * ------------------------------
   */
  .stagenav li {
    display: block;
    padding-left: 0px !important;
    border-bottom: 3px solid #ffffff;
    overflow: hidden;
  }

  .stagenav li::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: -5px;
    right: -15px;
  }

  .stagenav li::after {
    top: -5px;
    right: 11px;
    width: 50px;
    height: 50px;
  }

  /* --------- CALENDAR ---------
  ----------------------------------*/
  .swcalendar .boxDate {
    width: 60px;
  }

  .swcalendar .boxDate .daytime {
    height: 38px;
  }

  .swcalendar .boxContent {
    margin: 0px 0px 10px 70px;
  }

  .swcalendarDetail .boxContent {
    margin: 30px 0px 40px 0px;
  }

  /* --------- WORKSHOP ---------
  ----------------------------------*/
  .workshopStepping div span {
    display: none;
  }

  /* ========= FONTSIZE =========
     ======================================================= */
  /*
  span.sweTitle1, .sweTitle1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize1, .sweFontSize1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize2, .sweFontSize2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  h1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  h2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  */
  .widgetSlide .item .content .title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .widget_imgtext .title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  .widget_imgtext2col .title {
    font-size: 25px !important;
    line-height: 27px !important;
  }

  /*
  .shopHeader {
  	font-size: 2.2rem;
  	line-height: 2rem;
  }
  */
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  /* ========= TABLET styles =========
     ======================================================= */
  #contentBox .mainBackground {
    padding-top: 20px;
  }

  .mainpage #contentBox {
    padding-top: 20px;
  }

  .oer_profilecreate {
    display: block;
    margin: 0px 10px;
  }
  .oer_profilecreate .oer_profilecreate_wrapper {
    margin: unset !important;
  }
  .oer_profilecreate .sidebar {
    display: none;
  }

  #sectionLogonWrapper {
    display: block;
    margin: 0px 10px;
  }
  #sectionLogonWrapper .sidebar {
    display: none;
  }

  .oer_practitioner, .oer_institution {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 15px;
  }
  .oer_practitioner .sidebar, .oer_institution .sidebar {
    -ms-grid-row: 1;
    grid-row: 1;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: unset;
    margin-left: unset;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  .oer_practitioner .sidebar .text, .oer_institution .sidebar .text {
    display: none;
  }
  .oer_practitioner .content .accNav, .oer_institution .content .accNav {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 50px;
    margin: 15px 0px;
  }
  .oer_practitioner .content .accNav > div, .oer_institution .content .accNav > div {
    margin: 5px;
  }
  .oer_practitioner .content .antragSubmit, .oer_institution .content .antragSubmit {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 15px;
  }

  .oer_practitioner .oer_profileedit_wrapper {
    margin: unset !important;
  }

  .oer_institution {
    gap: 15px;
  }
  .oer_institution .sidebar {
    position: relative;
  }
  .oer_institution .sidebar .info {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .oer_institution .sidebar .image, .oer_institution .sidebar .text {
    display: none;
  }
  .oer_institution .oer_profileedit_wrapper {
    margin: 0px -15px;
  }
  .oer_institution .oer_profileedit_wrapper fieldset {
    padding: 0px 15px 30px 15px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset legend {
    margin-left: 30px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset .address_wrapper {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  .oer_institution .oer_profileedit_wrapper fieldset #anzahl_studierende {
    width: 100% !important;
  }
  .oer_institution .oer_profileedit_wrapper input[type=submit] {
    width: calc(100% - 30px);
    margin: 15px;
  }
  .oer_institution .oer_institution_education .weiterbildungSubmit {
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    gap: 15px;
  }
  .oer_institution .oer_institution_education .personItem {
    margin-left: unset !important;
  }
  .oer_institution .oer_institution_education .button.export {
    margin-bottom: 30px !important;
  }

  .widget_pagebuilder_oer_headline h1 {
    margin-left: 0px;
  }
  .widget_pagebuilder_oer_headline h1::before {
    display: none;
  }
  .widget_pagebuilder_oer_headline h3 {
    margin-left: 5px;
  }

  /* ========= COMMON =========
     ======================================================= */
  .swgridMultiCol.swgridList4Col .swgridFlexItem.item {
    overflow: hidden;
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }

  /* ========= MODULES =========
     ======================================================= */
  .eventmanagerDetail .headerBlock {
    display: block;
  }
  .eventmanagerDetail .headerBlock .image {
    margin-bottom: 30px;
  }
  .eventmanagerDetail .headerBlock .image img {
    max-width: 50%;
  }

  /* ========= FONTSIZE =========
     ======================================================= */
  /*
  span.sweTitle1, .sweTitle1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize1, .sweFontSize1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize2, .sweFontSize2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  h1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  h2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  */
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /* ========= DESKTOP styles ========= */
  /* ======================================================= */
  #mainHeaderBox > .container > .row::after {
    right: calc(50% - 400px);
  }

  /* ========= MODULES ========= */
  /* ======================================================= */
  /* ========= FONTSIZE ========= */
  /* ======================================================= */
  /*
  span.sweTitle1, .sweTitle1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize1, .sweFontSize1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  span.sweFontSize2, .sweFontSize2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  h1 {
  	font-size: 3.2rem;
  	line-height: 3.2rem;
  }
  h2 {
  	font-size: 1.9rem;
  	line-height: 2.1rem;
  }
  */
}
@media screen and (min-width: 1200px) {
  /* ========= DESKTOP LARGE styles ========= */
  /* ======================================================= */
  /* ========= MODULES ========= */
  /* ======================================================= */
}
/*# sourceMappingURL=styles.css.map */