﻿/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}/* ::: Basis-Elemente ::: */
/* einkommentieren, wenn Fade-In gewünscht => dann initLazyLoad() erst beim Success ShowAll() ausführen
form {
  opacity: 0;
}
*/

html {
    overflow-y:scroll;
}

.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:32px; }
.spacer     { height:16px; }
.halfspacer   { height:8px; }
.quarterspacer   { height:4px; }
.minispacer   { height:2px; }
.none,
.hide {
  display:none;
}
hr {
  clear: both; 
  height: 1px; 
  margin: 0;
  padding: 0;
  border: none; 
  background-color:#CCC;
  font-size: 0;
  line-height: 0;
}
img {
    vertical-align:bottom;
    width:auto;
    max-width:100%;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
figcaption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
}
.searchword {
  background-color:#333;
  color:#fff;
}
.anker:not([href]) {
    text-decoration:none;
}

/* ::: onpublix-Textausrichtung ::: */
.textleft    { text-align:left; }
.textcenter  { text-align:center; }
.textright   { text-align:right; }
.textjustify { text-align:justify; }

/* ::: Aufzählung ::: */
.on-list {
    
}
.on-list li {
    
}

/* ::: Abstände ::: */
figure,
audio,
video,
canvas,
.youtube,
.generate-ui-tab,
div.ui-accordion,
table.tabelle,
.errorlabel {
  margin: 0 0 16px;
}

audio {
    max-width:100%;
}
video {
    max-width:100%;
    height:auto;
}

figure {
    position:relative;
    z-index:1;
    text-align:center;
}

/* ::: Imgleft/Imgright/Gallery/Zoomable ::: */
figure.imgleft,
figure.imgright {
    display:table;
    padding-top:2px;
    max-width: 250px; /* je nach Layout anzupassen */
    width: 100%;
}
figure.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:left;
  margin:0 10px 5px 0;
  text-align:left;
}
figure.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  float:right;
  margin:0 0 5px 10px;
  text-align:right;
}
figure.imgleft img,
figure.imgright img {
    width:100%;
}
figure.zoomable > span.figurewrapper,
figure.gallery > span.figurewrapper {
    position:relative;
    z-index:1;
    display:inline-block;
    width:100%;
    cursor:pointer;
}
figure.imgleft span.figurewrapper,
figure.imgright span.figurewrapper {
    display:block;
}
figure.gallery > span.figurewrapper a:first-child {
    position:relative;
    z-index:1;
    display:block;
}
figure.zoomable > span.figurewrapper:after,
figure.gallery > span.figurewrapper a:first-child:after {
    content:'';
    display:block;
    position:absolute;
    z-index:1;
    bottom:0;
    right:0;
    width:19px;
    height:19px;
    background:url(/img/system/icons/zoombox.gif) 0 0 no-repeat;
}
figure.gallery > span.figurewrapper a:first-child:after {
    background-image:url(/img/system/icons/gallery.gif);
}
div.textnf {
  display:table;
}

/* :::  Quicknav ::: */
a.jumpto {
  display:block; 
  position:absolute; 
  top:6px; 
  left:-1000px; 
  z-index:100; 
  padding:10px; 
  font-size:16px; 
  line-height:1.5em;
  font-weight:bold; 
  color:#000;
  background-color:#FFFF8D; 
}
a.jumpto:focus, 
a.jumpto:active {
  left:0;
}

/* :::  YouTube-Baustein ::: */
.youtube {
  position: relative; 
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

/* :::  Korrekturen ::: */
body .ui-widget {
  font-size:1em;
}

.generate-ui-tab .supertab-head {
    display:none;
}

.ui-tabs .ui-tabs-nav li a,
.ui-state-default a 
{ 
  outline:none;  /* Mix aus normalize und jquery-ui */
}
.mejs-container,
.mejs-container .mejs-layer {
    max-width:100%;
}/* ::: Tabelle ::: */
.tabelle-wrapper {
    width:100%;
    overflow:auto;
}
.tabelle {
  width:100%;
  border:1px solid #ccc;
  border-collapse:collapse;
}
.tabelle thead tr {
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  /*background:#e8e8e8;*/
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.tabelle tbody tr td {
  padding:5px;
  border-top:1px solid #ccc;
  border-right:1px solid #ccc;
  vertical-align:top;
}
.tabelle p {
    margin:0;
}
.tabelle p + p {
    margin-top:12px;
}
/* Breiten */
th.breite-10-prozent {
    width: 10%;
}
th.breite-20-prozent {
    width: 20%;
}
th.breite-30-prozent {
    width: 30%;
}
th.breite-40-prozent {
    width: 40%;
}
th.breite-50-prozent {
    width: 50%;
}
th.breite-60-prozent {
    width: 60%;
}
th.breite-70-prozent {
    width: 70%;
}
th.breite-80-prozent {
    width: 80%;
}
th.breite-90-prozent {
    width: 90%;
}/* ::: Formulare ::: */
fieldset {
  margin:0;
  padding:0;
  border:0;
  width:550px;
}
legend {
  display:none;
}
fieldset .row {
  margin-bottom:5px;
}
.row:after {
  content:"";
  display:block;
  clear:both;
}
.lt-ie9 .row:after { zoom:1; }
label {
  float:left;
  max-width:150px;
  padding-top:6px;
}

input.text, 
textarea.text,
select.text,
div.plzort,
div.radioButtonListWrapper,
div.captcha div,
div.captcha input {
  float:right;
}
div.radioButtonListWrapper,
div.plzort,
div.captcha div {
  width:300px; 
}
input.text, 
textarea.text,
select.text {
  width:288px;
  border:1px solid #CCC;
  background:#fff;
}
input.text, 
textarea.text {
  padding:5px;
}
input.zipcode { float:left; width:50px; }
input.zipcodeen { float:left; width:75px; }
input.city { width:216px; }
input.cityen { width:191px; }
textarea.text { height:150px; }
select.text { width:214px; }

div.radioButtonWrapper {
  float:left;
  margin-right: 20px;
}
div.radioButtonWrapper label,
label.labelradio {
  width:auto;
}
input.radio { 
  float:left;
  margin-top:6px;
  margin-right:4px;
}

div.captcha {
    margin:20px 0;
}
div.captcha div {
    clear:both;
    margin-bottom:5px;
}
div.captcha img {
  float:left;
  cursor:pointer;
  border:1px solid #CCC !important;
  margin-bottom:5px;
}
div.captcha input {
  float:left;
  width:130px;
}

div.absenden {
    margin:-51px 0 0 0;
    float:right;
    position:relative;
}
div.absenden a {
    width:94px;
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	background-color:#f9f9f9;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 24px;
	text-align:center;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
div.absenden a:hover {
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	background-color:#e9e9e9;
}
div.absenden a:active {
	position:relative;
	top:1px;
}/* ::: Gallery ::: */
div.gallnavi {
    float:right;
}
div.gallnavi a {
  float:left;
  height:16px;
  width:11px;
  line-height:16px;
  padding: 0 2px 1px 2px;
  margin-left:6px;
  font-weight:bold;
  color:#FFF;
  background-color:#DFC686;
  text-decoration:none;
  text-align:center;
}
div.gallnavi a.selected {
  background-color:#A44E13;
}
.gallerybox {
  margin-top:10px;
}
.galleryrow:after {
    content:"";
    clear:both;
    display:table;
}
.gallerybox a.gallery {
  display:block;
  float:left;
  width: 180px;
  height:140px;
  background-color:#ebebeb;
  background-position:center center;
  background-repeat:no-repeat;
  margin: 0 20px 20px 0;
}
.gallerybox a.last {
  margin-right:0;
}

.galleryrow a.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}/* ::: uaWarning ::: */
#uaWarningWrapper {
    background-color:#ffe9af;
    border-bottom:1px solid #c0c0c0;
}
#uaWarning {
    max-width:1024px;
    margin:0 auto;
    padding:24px 16px;
}
#uaWarningClose {
    text-align:right;
    cursor:pointer;
}@font-face {
  font-family: 'mobilenav';
  src: url("/fonts/mobilenav/mobilenav.eot?19440014");
  src: url("/fonts/mobilenav/mobilenav.eot?19440014#iefix") format("embedded-opentype"), url("/fonts/mobilenav/mobilenav.woff?19440014") format("woff"), url("/fonts/mobilenav/mobilenav.ttf?19440014") format("truetype"), url("/fonts/mobilenav/mobilenav.svg?19440014#mobilenav") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="mn-"]:before, [class*=" mn-"]:before {
  font-family: "mobilenav";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.mn-angle-left:before {
  content: '\e800'; }

.mn-angle-right:before {
  content: '\e801'; }

.mn-menu:before {
  content: '\e802'; }

.mobile-logo {
  display: none;
  position: absolute;
  top: 10px;
  left: 0;
  text-align: center;
  width: 100%; }
  .mobile-logo img {
    height: 50px; }

html.mobilenav-open {
  overflow: hidden !important; }

.mobilenav-open body {
  position: fixed !important; }

.mobilebutton {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  background: #333;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 28px;
  padding: 5px 0;
  cursor: pointer; }

#mobilenav {
  display: none;
  -moz-transform: translate(-105%);
  -ms-transform: translate(-105%);
  -o-transform: translate(-105%);
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.6);
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3rem;
  color: #FFF;
  width: 320px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: -moz-linear-gradient(top, #333 50px, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #333), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #333 50px, #333 100%);
  background: -o-linear-gradient(top, #333 50px, #333 100%);
  background: -ms-linear-gradient(top, #333 50px, #333 100%);
  background: linear-gradient(to bottom, #333 50px, #333 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  #mobilenav.no-overflow {
    overflow-y: hidden; }
  .mobilenav-open #mobilenav {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  #mobilenav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobilenav ul.sub {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.3); }
  #mobilenav li {
    position: relative;
    z-index: 20; }
    #mobilenav li > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg);
      -ms-transform: rotateZ(90deg);
      -o-transform: rotateZ(90deg);
      -webkit-transform: rotateZ(90deg);
      transform: rotateZ(90deg);
      -moz-transition: transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out; }
    #mobilenav li.open > .mobilenav-submenu i:before {
      -moz-transform: rotateZ(90deg) rotateY(180deg);
      -ms-transform: rotateZ(90deg) rotateY(180deg);
      -o-transform: rotateZ(90deg) rotateY(180deg);
      -webkit-transform: rotateZ(90deg) rotateY(180deg);
      transform: rotateZ(90deg) rotateY(180deg); }

.mobilenav-header {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  border-bottom: 1px solid #666;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer; }
  .mobilenav-header .mobilenav-header-link {
    float: left;
    display: block;
    padding: 11px 0;
    color: #FFF;
    text-decoration: none;
    width: 67%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  .mobilenav-header .mobilenav-back {
    float: right;
    padding: 11px 0;
    max-width: 33%; }

.mobilenav-submenu {
  padding: 11px 10px;
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  cursor: pointer;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.1); }
  .mobilenav-submenu:hover {
    background: rgba(255, 255, 255, 0.2); }

.mobilenav-ul {
  width: 100%;
  z-index: 100; }
  .mobilenav-ul.sub {
    display: none; }

.mobilenav-li {
  margin-bottom: 5px;
  -moz-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  -webkit-transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: margin 0.3s ease-in-out, padding 0.3s ease-in-out; }
  .mobilenav-li.open,
  .mobilenav-li.open > ul > li:last-child {
    margin-bottom: 0; }
  .mobilenav-li.padding {
    padding-bottom: 5px !important; }

.seperator {
  margin: 10px 0;
  background-color: #666;
  height: 1px; }

.mobilenav-a {
  padding: 11px 45px 11px 20px;
  display: block;
  color: #FFF;
  text-decoration: none;
  background: transparent;
  -moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
  .mobilenav-a:hover,
  .selected > .mobilenav-a {
    text-decoration: none;
    background: #666;
    color: #FFF; }

@media only screen and (max-width: 1280px) {
  #mobilenav,
  .mobile-logo,
  .mobilebutton {
    display: block; } }/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .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(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.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); }

.fa-flip-horizontal.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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fontawesome-free/fa-brands-400.eot");
  src: url("/fonts/fontawesome-free/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-brands-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-brands-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-brands-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/fontawesome-free/fa-regular-400.eot");
  src: url("/fonts/fontawesome-free/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-regular-400.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-regular-400.woff") format("woff"), url("/fonts/fontawesome-free/fa-regular-400.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; 
    
}
  
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fontawesome-free/fa-solid-900.eot");
  src: url("/fonts/fontawesome-free/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/fontawesome-free/fa-solid-900.woff2") format("woff2"), url("/fonts/fontawesome-free/fa-solid-900.woff") format("woff"), url("/fonts/fontawesome-free/fa-solid-900.ttf") format("truetype"), url("/fonts/fontawesome-free/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }.flash {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  padding: 15px;
  margin-bottom: 1em;
  text-align: left;
  color: black;
}
.flash.form-success {
  background: #dff0d8;
  border-left: 5px solid #3f9f18;
}
.flash.form-failure {
  background: rgba(255, 77, 77, 0.15);
  border-left: 5px solid red;
}
.flash.form-info {
  border-left: 5px solid #ffd600;
  background: #fcf8e3;
}
.flash.form-info p {
  margin: 0;
}
input.error,
textarea.error {
  border: 1px solid red;
}
.datenschutz {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.datenschutz input[type="checkbox"] {
  width: 15px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  height: 15px;
  cursor: pointer;
}
.datenschutz label {
  float: left;
  width: calc(100% - 30px);
  line-height: 1.2;
  cursor: pointer;
  max-width: inherit;
}
textarea,
select,
input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/img/system/jquery-ui/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}.pager {
  background: #cccccc;
  text-align: center;
  position: relative;
  padding: 4.5px;
  margin-top: 10px;
  color: #000000;
  font-size: 16px;
  line-height: 20px;
}
.pager:before,
.pager:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-top: 1px dotted #000000;
  left: 0;
}
.pager:before {
  top: -1px;
}
.pager:after {
  bottom: -1px;
}
.pager input {
  background: #f2f2f2;
  border: none;
  padding: 0;
  text-align: center;
  width: 39px;
  line-height: 19px;
  font-size: 19px;
  margin-left: 5px;
  margin-right: 5px;
}
.pager .pager-forward {
  float: right;
}
.pager .pager-forward a.pf-first {
  position: relative;
  margin-top: 2px;
  padding-right: 10px;
  padding-left: 10px;
}
.pager .pager-forward a.pf-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000000;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-forward a.pf-sec {
  display: none;
}
.pager .pager-backward {
  float: left;
}
.pager .pager-backward a.pb-first {
  position: relative;
  margin-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
}
.pager .pager-backward a.pb-first:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: transparent #000000 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#00000');
}
.pager .pager-backward a.pb-sec {
  display: none;
}/* Slider */

.slick-slider *{
    outline:none;
}
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
 
 table.bt tr{
     border-bottom:1px solid #000;
 }

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;

  /* IE 9 */
  float: left\9;
  width: 100%\9;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th);
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 120px;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}



table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0 0;
  width: 100%;
}

table tr,
table th,
table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
}

table th,
table td {
  padding: 10px 12px;
  text-align: left;
}

table th {
  background: #ccc;
  color: #000;
  text-transform: uppercase;
}

table tr td {
background: rgba(204, 204, 204, 0.3);
    color: #000;
}

table tr:nth-of-type(2n+2) td {
  background: #ffffff;
}

table.bt tbody td {
  padding: 0;
}

table.bt tbody td:before {
  background: #ccc;
  color: #000;
  margin-right: 10px;
  padding: 2px 10px;
  hyphens:auto;
}

table.bt tbody td .bt-content {
  display: inline-block;
  padding: 2px 5px;
}

table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px;
}

table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px;
}

/* 
 * Example 4:
 * Media query over js resize
 */
@media only screen and (max-width: 568px) {
  #table-no-resize thead {
    display: none;
  }

  #table-no-resize tbody td {
    border: none !important;
    display: block;
    font-size: .8125rem;
    padding: 0;
    vertical-align: top;
  }

  #table-no-resize tbody td:before {
    background: #56a2cf;
    content: attr(data-th) ": ";
    color: white;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    padding: 2px 10px;
    width: 6.5em;
  }

  #table-no-resize tbody td .bt-content {
    display: inline-block;
    padding: 2px 5px;
  }

  #table-no-resize tbody td:first-of-type:before,
  #table-no-resize tbody td:first-of-type .bt-content {
    padding-top: 10px;
  }

  #table-no-resize tbody td:last-of-type:before,
  #table-no-resize tbody td:last-of-type .bt-content {
    padding-bottom: 10px;
  }
}

/* 
 * Example 5:
 * Two axis styling
 */
table.two-axis tr td:first-of-type {
  background: #cadde1;
}

@media only screen and (max-width: 568px) {
  table.two-axis tr td:first-of-type,
  table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
  table.two-axis tr td:first-of-type:before {
    background: #3584b3;
    color: #ffffff;
  }

  table.two-axis tr td:first-of-type {
    border-bottom: 1px solid #e4ebeb;
  }

  table.two-axis tr td:first-of-type:before {
    padding-bottom: 10px;
  }
}

/* 
 * Example 6:
 * Max height
 */
.bt-wrapper.active {
  margin-top: 1.5em;
}
.bt-wrapper.active table {
  margin: 0;
}fieldset.formdesigner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
fieldset.formdesigner legend {
  display: block;
  font-size: 20px;
  line-height: initial;
  font-weight: bold;
  margin-bottom: 20px;
}
fieldset.formdesigner .formular_content {
  padding: 10px;
}
fieldset.formdesigner .radio.checkbox {
  clear: both;
}
fieldset.formdesigner textarea.text {
  width: 380px;
  resize: none;
}
fieldset.formdesigner textarea.text.resizeable {
  resize: both;
}
fieldset.formdesigner textarea.text.Small {
  height: 46px;
}
fieldset.formdesigner textarea.text.Medium {
  height: 66px;
}
fieldset.formdesigner textarea.text.Large {
  height: 86px;
}
fieldset.formdesigner input.text.Small {
  width: 50%!important;
}
fieldset.formdesigner input.text.Medium {
  width: 75%!important;
}
fieldset.formdesigner input.text.Large {
  width: 100%!important;
}
fieldset.formdesigner input.text,
fieldset.formdesigner textarea.text {
  float: left;
  margin-bottom: 15px;
}
fieldset.formdesigner .labelitem {
  margin: 0;
  float: left;
}
fieldset.formdesigner .confirmlabel {
  width: 80%;
  max-width: 80%;
}
fieldset.formdesigner div.radioButtonListWrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
fieldset.formdesigner div.radioButtonListWrapper .radioButtonWrapper {
  display: flex;
}
fieldset.formdesigner div.radioButtonListWrapper .radioButtonWrapper label {
  float: left;
  margin: 0;
}
fieldset.formdesigner .checkboxListWrapper {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper {
  display: flex;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label {
  float: left;
  margin: 0;
  width: auto!important;
}
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label + input[type=checkbox],
fieldset.formdesigner .checkboxListWrapper .checkboxWrapper label + input[type=radio] {
  margin-left: 10px;
  margin-right: 0;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper {
  display: flex;
  padding-top: 6px;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper label {
  margin: 0;
  display: flex;
  width: auto!important;
  padding: 0;
}
fieldset.formdesigner .checkboxListWrapper .labelwrapper label.error + .asterisk {
  color: #e60003;
}
fieldset.formdesigner select {
  margin-top: 0px;
  height: 25px;
}
fieldset.formdesigner input[type=checkbox],
fieldset.formdesigner input[type=radio] {
  width: auto!important;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
}
fieldset.formdesigner div.absenden {
  margin: 0;
}
fieldset.formdesigner div.absenden a {
  width: 100%;
  padding: 10px 24px;
  background: none;
  background-color: #428bca;
  color: #fff;
  text-shadow: none;
  transition: background-color 0.2s;
}
fieldset.formdesigner div.absenden a:hover {
  background: none;
  background-color: #3c79b2;
}
fieldset.formdesigner .formular_container_item {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
fieldset.formdesigner .formular_container_item.items_1 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
fieldset.formdesigner .formular_container_item.items_2 {
  width: 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
fieldset.formdesigner .formular_container_item.items_3 {
  width: 33%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
fieldset.formdesigner .formular_container_item.items_4 {
  width: 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
fieldset.formdesigner .formular_container_item input.text.Small {
  width: 80px;
}
fieldset.formdesigner .formular_container_item input.text.Medium {
  width: 120px;
}
fieldset.formdesigner .formular_container_item input.text.Large {
  width: 140px;
}
fieldset.formdesigner .captcha {
  max-width: 250px;
  margin-bottom: 15px;
}
fieldset.formdesigner .formular_container {
  position: relative;
  width: calc(100% + 30px);
  min-height: 1px;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
}
.erfolgsmeldung {
  text-align: center;
  margin: 50px 0!important;
}
@media only screen and (max-width: 560px) {
  fieldset.formdesigner {
    width: 100%;
    padding: 0;
  }
  fieldset.formdesigner textarea.text {
    width: 100%;
  }
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.container {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1394px; } }

.container-fluid {
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -14px;
  margin-left: -14px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }@charset "utf-8";
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/lato-v20-latin-300.eot');
  src: local(''), url('/fonts/lato-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/lato-v20-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/lato-v20-latin-300.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v20-latin-regular.eot');
  src: local(''), url('/fonts/lato-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/lato-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/lato-v20-latin-regular.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/lato-v20-latin-700.eot');
  src: local(''), url('/fonts/lato-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/lato-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/lato-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/lato-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/lato-v20-latin-700.svg#Lato') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* enriqueta-regular - latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/enriqueta-v10-latin-regular.eot');
  src: local(''), url('/fonts/enriqueta-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/enriqueta-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/enriqueta-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/enriqueta-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/enriqueta-v10-latin-regular.svg#Enriqueta') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* enriqueta-700 - latin */
@font-face {
  font-family: 'Enriqueta';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/enriqueta-v10-latin-700.eot');
  src: local(''), url('/fonts/enriqueta-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/enriqueta-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/enriqueta-v10-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/enriqueta-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/enriqueta-v10-latin-700.svg#Enriqueta') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
*,
*:before,
*:after,
ul,
li {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'Lato';
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  background: #fff;
  color: #234A31;
  height: auto;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
}
.body.open {
  overflow-x: hidden;
}
body .ui-widget {
  font-size: inherit!important;
  font-family: inherit!important;
}
ul li,
ol li {
  list-style: none;
}
figure {
  margin: 20px 0;
}
figure figcaption {
  text-align: left;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  /*color: #FAAA00!important;*/
  text-decoration: none;
  cursor: pointer;
}
a.print {
  font-size: 18px;
  text-decoration: underline;
}
p {
  margin: 0 0 30px 0;
}
figure {
  margin: 0 0 20px;
}
section,
article {
  margin: 0;
}
@media (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
/* CLEARFIX */
.clear {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/* Overwrite Bootstrap */
.container {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
}
.container .container {
  padding: 0;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-right: 20px!important;
  padding-left: 20px!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
/* general */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Enriqueta;
  font-weight: bold;
  color: #234A31;
  margin: 0 0 20px;
  word-break: break-word;
}
h1.centered,
h2.centered,
h3.centered,
h4.centered,
h5.centered,
h6.centered {
  text-align: center;
}
h1 {
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 68px;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
h2 {
  font-size: 42px;
  line-height: 48px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
h3 {
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
h4 {
  font-size: 24px;
  line-height: 32px;
}
h5 {
  font-size: 20px;
  line-height: 28px;
}
h6 {
  font-size: 16px;
  line-height: 22px;
}
p {
  font-family: 'Lato';
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p .large,
p.large {
  font-size: 24px;
  line-height: 34px;
}
@media (max-width: 767px) {
  p .large,
  p.large {
    font-size: 20px;
    line-height: 30px;
  }
}
p .small,
p.small {
  font-size: 16px;
  line-height: 24px;
}
p .xsmall,
p.xsmall {
  font-size: 12px;
  line-height: 24px;
}
.btn-prim.ter a {
  padding: 10px 20px;
  color: #fff!important;
  background: #78BE20;
}
@media (max-width: 350px) {
  .btn-prim.ter a {
    padding: 10px 15px;
  }
}
.lp .head-top {
  right: 35px;
}
.head-top {
  position: absolute;
  top: 10px;
  right: 35px;
}
@media (max-width: 768px) {
  .head-top {
    top: 5px;
    right: 25px!important;
  }
}
.btn-prim.sec a {
  background: #234A31;
  color: #78BE20!important;
}
.btn-prim.sec a:hover {
  background: #4F6E5A;
  color: #72B51E;
}
.btn-line {
  margin: 30px 0;
}
.btn-line.center {
  text-align: center;
}
.btn-line .btn-prim + .btn-prim {
  margin-left: 10px;
}
/* main */
main {
  display: block;
  min-height: 900px;
}
.content > .section:last-child {
  margin-bottom: 0;
}
.content a {
  color: #78BE20;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: underline;
}
.content p a {
  color: #78BE20;
  text-decoration: underline;
}
.content p a:hover {
  text-decoration: none;
}
.content hr {
  background: #E2E6DE;
  margin: 30px 0;
}
.content .zeitschrift ul li,
.content ul.on-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 30px;
}
.content .zeitschrift ul li > ul,
.content ul.on-list li > ul {
  margin-top: 30px;
}
.content .zeitschrift ul li:before,
.content ul.on-list li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #78BE20;
  top: 10px;
  left: 0;
}
.content .zeitschrift ul {
  font-size: inherit!important;
  font-family: inherit!important;
}
.content ol.on-list {
  counter-reset: li;
}
.content ol.on-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 30px;
  counter-increment: li;
}
.content ol.on-list li:before {
  content: counter(li) '.';
  color: #78BE20;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.content figure.imgleft {
  margin: 0 25px 5px 0;
  max-width: 320px;
}
.content figure.imgleft.zoomable .figurewrapper:after {
  background: #78BE20;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.content figure.imgleft.zoomable .figurewrapper:before {
  content: '+';
  position: absolute;
  right: 5px;
  bottom: 1px;
  color: #fff;
  z-index: 2;
  font-size: 30px;
  line-height: 1em;
  pointer-events: none;
}
.content .tabelle {
  margin: 0 0 30px;
  border: 0;
}
.content .tabelle thead {
  background: #234A31;
}
.content .tabelle thead tr th {
  background: none;
  text-transform: none;
  border: 0;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.content .tabelle tbody {
  background: #E2E6DE;
}
.content .tabelle tbody p {
  font-size: 16px;
  line-height: 24px;
}
.content .tabelle tbody tr {
  border: 0;
}
.content .tabelle tbody tr:first-child {
  border-top: 30px solid #E2E6DE;
}
.content .tabelle tbody tr:first-child td {
  padding-top: 0;
}
.content .tabelle tbody tr:last-child {
  border-bottom: 30px solid #E2E6DE;
}
.content .tabelle tbody tr:last-child td {
  padding-bottom: 0;
}
.content .tabelle tbody tr td {
  padding: 30px;
  border: 0;
  background: none;
  color: #234A31;
}
.content .tabelle tbody tr td + td {
  border-left: 1px solid #fff;
}
.content .bg-gray.section {
  padding: 90px 0;
}
@media (max-width: 767px) {
  .content .bg-gray.section {
    padding: 50px 0;
  }
}
.content .bg-gray.section .btn-line {
  margin-bottom: 0;
}
html:not(.onp_init) .content p:empty {
  display: none;
}
.content .ui-accordion-content ul.on-list li:before {
  top: 8px;
}
/* header */
header {
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 111;
  transition: 0.3s ease;
  padding: 20px;
}
header .logo {
  position: absolute;
  top: 32px;
  left: 32px;
  top: 62px;
}
header .logo img.scroll,
header .logo img.standard-green {
  display: none;
}
.scrolled header {
  height: 100px;
  background: #fff;
}
.scrolled header .top-nav {
  display: none;
}
.scrolled header .logo {
  top: 10px;
}
.scrolled header .logo img.standard {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.scrolled header .logo img.standard-green {
  display: block;
  height: 80px;
}
.scrolled header nav {
  top: 15px;
}
.scrolled header nav .navigation > li.topsearchicon svg circle,
.scrolled header nav .navigation > li.topsearchicon svg line {
  stroke: #234A31;
}
.scrolled header .navigation > li > a {
  color: #234A31;
}
.scrolled header .head-top {
  top: 30px;
}
@media (max-width: 768px) {
  .scrolled header .head-top {
    right: 185px!important;
  }
}
@media (max-width: 450px) {
  .scrolled header .head-top {
    right: 150px!important;
  }
}
.scrolled header .head-top .headlogin,
.scrolled header .head-top .btn-logout {
  display: none;
}
.headlogin {
  display: flex;
  margin: 0 30px 0 50px;
  position: relative;
}
@media (max-width: 1200px) {
  .headlogin .member-icon {
    width: 30px;
    height: 30px;
    background: #78BE20;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.headlogin .member-icon svg {
  color: #fff;
}
.headlogin .member {
  color: #fff;
  margin: 0 0 0 5px;
}
.headlogin .member:after {
  content: '';
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  top: -3px;
  right: -10px;
}
@media (max-width: 1200px) {
  .headlogin .member {
    display: none;
  }
}
.headlogin .headlogin-layer {
  display: none;
}
.headlogin .headlogin-layer .mobile-shown {
  display: none;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .headlogin .headlogin-layer .mobile-shown {
    display: block;
  }
}
.headlogin .headlogin-layer a {
  white-space: nowrap;
  font-size: 0.95em;
}
.headlogin .headlogin-layer a svg {
  margin-left: 5px;
}
.headlogin:hover .headlogin-layer {
  display: block;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  padding: 10px;
}
@media (max-width: 1200px) {
  .headlogin:hover .headlogin-layer {
    left: auto;
    right: 0;
  }
}
.btn-logout a {
  border: 2px solid #fff;
  background: none!important;
  padding: 9px 20px!important;
}
@media (min-width: 1201px) {
  .colored .headlogin .member-icon svg {
    color: #234A31;
  }
}
.colored .headlogin .member {
  color: #234A31;
}
.colored .headlogin .member:after {
  border-color: #234A31;
}
.colored .btn-logout a {
  border-color: #234A31;
  color: #234A31!important;
}
/* Nav */
.head-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .top-nav {
  line-height: 0;
  margin-right: 20px;
}
@media (max-width: 911px) {
  header .top-nav {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  header .top-nav {
    display: none;
  }
}
header .top-nav li {
  margin: 0 12px;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 911px) {
  header .top-nav li {
    margin: 0 6px;
  }
}
header .top-nav a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 911px) {
  header .top-nav a {
    font-size: 12px;
  }
}
header .top-nav a:hover {
  text-decoration: underline;
}
header .top-nav a[href*="http"]:after {
  content: url(/img/system/galabau/icon-linkextern-white.svg);
  display: inline-block;
  margin-left: 8px;
  line-height: 0;
}
header .socialmedia {
  display: flex;
  margin: 0 20px 0 0;
}
header .socialmedia a {
  max-width: 30px;
  transition: 0.3s ease;
  margin: 0 5px;
}
header .socialmedia a:hover {
  opacity: 0.9;
}
header nav {
  position: absolute;
  top: 50px;
  top: 80px;
}
header nav .navigation {
  display: flex;
}
header nav .navigation li {
  font-family: Enriqueta;
}
header nav .navigation li a {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #fff;
  transition: 0.1s ease;
  text-decoration: none!important;
}
@media (max-width: 768px) {
  header nav .navigation li a {
    color: #78BE20;
  }
}
@media (max-width: 991px) {
  .scrolled header .socialmedia {
    display: none;
  }
}
@media (max-width: 350px) {
  .scrolled header .btn-green {
    display: none;
  }
}
header .navigation .selected > a,
header .navigation a:hover {
  text-decoration: underline;
}
header .navigation > li {
  margin: 0 30px 0 0;
}
header nav .navigation > li {
  position: relative;
}
header nav .navigation > li:after {
  content: '';
  position: absolute;
  height: 6px;
  top: calc(100% + 25px);
  left: 0;
  background: #7ABC31;
  width: calc(100% + 15px);
  transition: 0.3s ease;
  opacity: 0;
}
header nav .navigation > li.hasSub > ul > li.hasSub > a > span:not(.is-lv) {
  position: relative;
  display: inline-block;
}
header nav .navigation > li.hasSub > ul > li.hasSub > a > span:not(.is-lv):after {
  content: '';
  border: solid #244A32;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -5px;
}
header nav .navigation > li:hover:after {
  opacity: 1;
}
header nav .navigation > li.hasSub:hover:before {
  content: '';
  position: absolute;
  left: -50px;
  width: calc(100% + 130px);
  top: calc(100% - 10px);
  height: 60px;
}
header nav .navigation > li.hasSub:hover > ul,
header nav .navigation > li.hasSub:hover > div > ul {
  display: block;
}
header nav .navigation > li ul {
  display: none;
  position: absolute;
  top: calc(100% + 30px);
  left: 0;
  background: #fff;
  width: 330px;
  padding: 20px 0;
}
@media (max-height: 900px) {
  header nav .navigation > li ul {
    padding: 10px 0;
  }
}
header nav .navigation > li ul li {
  display: block;
  padding: 10px 40px;
  font-family: 'Lato';
  font-size: 18px;
  line-height: 28px;
}
@media (max-height: 900px) {
  header nav .navigation > li ul li {
    padding-top: 3px;
    padding-bottom: 5px;
  }
}
header nav .navigation > li ul li.nav-lv-info {
  font-size: 15px;
  line-height: 24px;
  color: #AFAFAF;
  background: #fff!important;
}
header nav .navigation > li ul li.nav-lv-info div {
  margin-top: 20px;
  border-top: 1px solid #E2E6DE;
  padding-top: 15px;
}
@media (max-height: 900px) {
  header nav .navigation > li ul li.nav-lv-info div {
    margin-top: 10px;
    padding-top: 10px;
  }
}
header nav .navigation > li ul li.nav-lv-info .is-lv:before {
  display: inline-block;
  margin: 0 8px 0 0;
  content: url(/img/system/galabau/icon-nav-lv.svg);
  vertical-align: middle;
}
header nav .navigation > li ul li:hover {
  background: #E2E6DE;
}
header nav .navigation > li ul li a {
  color: #234A31;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
@media (max-height: 900px) {
  header nav .navigation > li ul li a {
    font-size: 15px;
    line-height: 20px;
  }
}
header nav .navigation > li ul li a[href*="http"] {
  position: relative;
}
header nav .navigation > li ul li a[href*="http"]:after {
  content: url(/img/system/galabau/icon-linkextern-darkgreen.svg);
  position: absolute;
  right: -25px;
  line-height: 0;
  top: 0px;
}
header nav .navigation > li ul li ul li a {
  font-size: 16px;
}
header nav .navigation > li ul li ul li a:hover {
  text-decoration: underline!important;
}
header nav .navigation > li ul li.hasSub ul {
  display: none;
  left: 100%;
  top: 0;
  background: #E2E6DE;
  width: 246px;
  min-height: 100%;
}
header nav .navigation > li ul li.hasSub ul:before {
  content: '';
  width: 110px;
  height: 100%;
  right: 100%;
  position: absolute;
}
header nav .navigation > li ul li.hasSub:hover ul {
  display: block;
}
.navigation > li ul li.contains-lv > a {
  position: relative;
  display: inline-block;
}
.navigation > li ul li.contains-lv > a .is-lv {
  position: relative;
  left: -25px;
}
.navigation > li ul li.contains-lv > a .is-lv:before {
  content: url(/img/system/galabau/icon-nav-lv.svg);
  position: absolute;
  left: 0;
}
.navigation > li ul li.contains-lv.contains-lv ul li > a {
  padding-left: 0;
}
.navigation > li ul li.contains-lv.contains-lv ul li > a .is-lv {
  display: none;
}
.scrolled nav:hover:before {
  content: '';
  background: #000;
  opacity: 0.3;
  pointer-events: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
/* nav scroll fix */
@media (min-width: 821px) and (max-height: 800px) {
  header nav .navigation > li:nth-child(3) > .wrapper {
    position: absolute;
    top: calc(100% + 30px);
    left: 0;
  }
  header nav .navigation > li:nth-child(3) > .wrapper ::-webkit-scrollbar {
    width: 10px;
  }
  header nav .navigation > li:nth-child(3) > .wrapper ::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  header nav .navigation > li:nth-child(3) > .wrapper ::-webkit-scrollbar-thumb {
    background: #E2E6DE;
    border-radius: 10px;
  }
  header nav .navigation > li:nth-child(3) > .wrapper > ul {
    position: static;
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  header nav .navigation > li:nth-child(3) > .wrapper > ul > li {
    position: static;
  }
  header nav .navigation > li:nth-child(3) > .wrapper > ul > li > .wrapper {
    position: absolute;
    z-index: 10;
    display: none;
  }
  header nav .navigation > li:nth-child(3) > .wrapper > ul > li > .wrapper > ul {
    height: calc(100vh - 100px);
  }
  header nav .navigation > li:nth-child(3) > .wrapper > ul > li:hover > .wrapper {
    display: block;
  }
}
.menu {
  display: none;
  position: absolute;
  right: 40px;
  top: 80px;
  cursor: pointer;
}
.menu-btn {
  display: inline-block;
  vertical-align: middle;
}
.menu:after {
  content: 'Menü';
  vertical-align: middle;
  font-family: Enriqueta;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #fff;
  margin-left: 8px;
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.8);
}
.menu-btn span {
  display: block;
  height: 3px;
  width: 22px;
  background: #fff;
  margin: 4px 0;
}
.scrolled .menu {
  top: 40px;
}
.scrolled .menu:after {
  color: #78BE20;
  text-shadow: none;
}
.scrolled .menu-btn span {
  background: #78BE20;
}
.nav-open .menu:after,
.mobileopen .menu:after {
  content: 'Schließen';
}
@media (max-width: 450px) {
  .nav-open .menu:after,
  .mobileopen .menu:after {
    display: none;
  }
}
.nav-open .menu-btn span:first-child,
.mobileopen .menu-btn span:first-child {
  transform: rotate(45deg);
  position: relative;
  top: 3px;
}
.nav-open .menu-btn span:nth-child(2),
.mobileopen .menu-btn span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.nav-open .menu-btn span:last-child,
.mobileopen .menu-btn span:last-child {
  transform: rotate(-45deg);
  position: relative;
  bottom: 4px;
}
.line-top {
  position: absolute;
  height: 7px;
  background: #fff;
  width: calc(100vw - 135px - 70px);
  z-index: 2;
  top: 32px;
  left: 155px;
  top: 62px;
}
.line-left {
  position: absolute;
  height: calc(100% - 135px - 100px);
  background: #fff;
  width: 7px;
  z-index: 2;
  top: 190px;
  left: 32px;
  height: calc(100% - 135px - 130px);
  top: 220px;
}
@media (max-width: 1919px) {
  header nav {
    left: 150px;
  }
}
@media (max-width: 820px) {
  header .logo {
    left: 22px;
    top: 22px;
    top: 52px;
  }
  .scrolled header .logo {
    left: 10px;
  }
  header nav {
    display: none;
  }
  .menu {
    display: inline-block;
  }
  header .logo img.standard,
  header .logo img.standard-green {
    width: 80px;
  }
  .line-top {
    top: 22px;
    height: 5px;
    left: 120px;
    width: calc(100vw - 160px);
    top: 52px;
  }
  .line-left {
    left: 22px;
    width: 5px;
    top: 150px;
    height: calc(100% - 135px - 100px);
    top: 180px;
  }
  .nav-open header nav {
    display: block;
    position: absolute;
    top: 50px;
    left: -22px;
    width: calc(100% + 44px);
    background: #fff;
    padding: 0 22px 22px;
  }
  header nav .navigation {
    flex-direction: column;
  }
  header nav .navigation > li {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    border-top: 1px solid #78BE20;
  }
  header nav .navigation > li:last-child {
    border-bottom: 1px solid #78BE20;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .head-top {
    top: 5px;
  }
  .scrolled header .head-top {
    right: 185px!important;
  }
}
/* keyvisual */
.keyvisual {
  position: relative;
  min-height: 550px;
}
.keyvisual .kv-img-wr {
  min-height: 550px;
  position: relative;
  background: #E2E6DE;
}
.keyvisual .kv-img-wr:before {
  content: '';
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: linear-gradient(180deg, #000000 0%, rgba(35, 74, 49, 0) 38%);
  opacity: 0.7;
  z-index: 2;
}
.keyvisual .kv-img-wr img {
  max-height: 600px;
  width: 100%;
  object-fit: cover;
  min-height: 550px;
  z-index: 1;
  position: relative;
}
.keyvisual .kv-text-wr {
  position: absolute;
  bottom: 70px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1600px) {
  .keyvisual .kv-text-wr {
    margin-left: 130px;
    width: calc(100% - 150px);
  }
}
@media (max-width: 1279px) {
  .keyvisual .kv-text-wr {
    bottom: 80px;
  }
}
@media (max-width: 991px) {
  .keyvisual .kv-text-wr {
    margin-left: 50px;
    width: calc(100% - 50px);
  }
}
.keyvisual .kv-text-wr h1,
.keyvisual .kv-text-wr h2,
.keyvisual .kv-text-wr p {
  color: #fff;
  max-width: 800px;
}
.keyvisual .kv-text-wr h1 {
  text-shadow: 0px 0px 24px rgba(0, 0, 0, 0.8);
}
.keyvisual .kv-text-wr p {
  font-size: 26px;
  line-height: 34px;
  font-weight: bold;
}
.keyvisual .kv-text-wr .kv-text {
  background: #E2E6DE;
  margin: 0 0 20px;
  color: #fff;
  padding: 30px 30px 20px;
  max-width: 800px;
}
.keyvisual .kv-text-wr .kv-text.full {
  max-width: 100%;
}
.keyvisual .kv-text-wr .kv-text p {
  font-size: 16px;
  line-height: 24px;
}
.keyvisual.noimg .kv-text-wr h1 {
  color: #234A31;
  text-shadow: none;
}
@media (min-width: 769px) {
  .keyvisual.noimg.little {
    min-height: 465px;
  }
  .keyvisual.noimg.little .kv-img-wr {
    min-height: 465px;
    height: 465px!important;
  }
}
.keyvisual.sp .kv-text-wr {
  bottom: auto;
  top: 270px;
}
.keyvisual.sp .kv-text-wr h1 {
  margin: 0;
}
.lp .keyvisual {
  min-height: 700px;
}
@media (max-width: 768px) {
  .lp .keyvisual {
    min-height: 340px;
  }
}
.lp .keyvisual .kv-img-wr {
  min-height: 700px;
}
@media (max-width: 768px) {
  .lp .keyvisual .kv-img-wr {
    min-height: 340px;
  }
}
.lp .keyvisual .kv-img-wr img {
  min-height: 700px;
  max-height: 100vh;
}
@media (max-width: 768px) {
  .lp .keyvisual .kv-img-wr img {
    min-height: 340px;
  }
}
.lp .kv-arrow:before {
  content: url(/img/system/galabau/icon-arrow-down.svg);
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 1023px) {
  .lp .kv-arrow:before {
    display: none;
  }
}
body:not(.lp) .keyvisual:not(.noimg) .kv-img-wr {
  background: #E2E6DE;
  height: 640px;
}
body:not(.lp) .keyvisual:not(.noimg) .kv-img-wr img {
  height: 100%;
  max-height: none;
  object-fit: cover;
}
body:not(.lp) .keyvisual.noimg .kv-img-wr {
  height: 640px;
}
@media (max-width: 1024px) {
  .lp .keyvisual .kv-text-wr {
    bottom: 25px;
  }
}
@media (max-width: 768px) {
  .lp .kv-arrow:before {
    display: none;
  }
  .keyvisual {
    min-height: 340px;
  }
  .keyvisual .kv-img-wr,
  .keyvisual .kv-img-wr img {
    min-height: 340px;
  }
  body:not(.lp) .keyvisual .kv-img-wr {
    height: auto!important;
  }
  .keyvisual:before {
    display: none;
    background: none;
  }
  .lp .keyvisual .kv-text-wr,
  .keyvisual .kv-text-wr.with-module,
  .keyvisual.generic .kv-text-wr {
    position: relative;
    margin-top: 30px;
    margin-left: 0;
    top: auto;
    bottom: auto!important;
    width: auto;
  }
  .lp .keyvisual .kv-text-wr h1,
  .keyvisual .kv-text-wr.with-module h1,
  .keyvisual.generic .kv-text-wr h1 {
    color: #234A31;
  }
  body:not(.lp) .keyvisual .kv-text-wr {
    bottom: 30px;
    top: auto;
  }
  .keyvisual .kv-text-wr h1 {
    text-shadow: none;
  }
  .keyvisual .kv-text-wr .box-neutral h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .keyvisual .kv-text-wr .kv-text {
    max-width: none;
  }
}
/* colored */
.colored header .logo .standard {
  display: none;
}
.colored header .logo .standard-green {
  display: block;
}
.colored header .top-nav a[href*="http"]:after {
  content: url(/img/system/galabau/icon-linkextern-darkgreen.svg);
}
.colored header nav .navigation li a {
  color: #234A31;
}
.colored header nav .navigation li.topsearchicon svg circle,
.colored header nav .navigation li.topsearchicon svg line {
  stroke: #234A31;
}
.colored header .menu:after {
  color: #78BE20;
  text-shadow: none;
}
.colored header .menu-btn span {
  background: #78BE20;
}
.colored header .top-nav a {
  color: #234A31;
}
.colored .line-top,
.colored .line-left {
  background: #78BE20;
}
.colored .keyvisual .kv-img-wr:before {
  display: none;
}
.colored .keyvisual .kv-text-wr.with-module {
  top: auto;
  position: relative;
  margin-top: -370px;
}
@media (max-width: 768px) {
  .colored .keyvisual .kv-text-wr.with-module {
    margin-top: 30px;
  }
}
.colored .keyvisual .kv-text-wr.with-module .section {
  margin: 50px 0 100px;
}
@media (max-width: 768px) {
  .colored .keyvisual .kv-text-wr.with-module .section {
    margin: 50px 0;
  }
}
.colored .keyvisual h1 {
  color: #234A31;
}
.white-bc .breadcrumb {
  color: #fff;
}
.white-bc .breadcrumb ol li a {
  color: #fff;
}
/* inputs */
.search-wr {
  position: relative;
  display: flex;
  margin: 0 -1px;
}
@media (max-width: 500px) {
  .search-wr {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.search-wr .inputs-wr {
  width: calc(100% - 125px);
  margin: 0 0 10px;
  position: relative;
}
@media (max-width: 500px) {
  .search-wr .inputs-wr {
    width: 100%;
  }
}
.search-wr .inputs-wr:before {
  content: url(/img/system/galabau/icon-search.svg);
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  display: inline-block;
  height: 20px;
}
.search-wr .inputs-wr input[type="text"] {
  padding-left: 50px;
  width: 100%;
}
.search-wr .btn-green a {
  width: 100%;
  padding: 23px 20px;
}
.fast-search {
  display: flex;
  flex-wrap: wrap;
}
.fast-search p {
  color: #234A31!important;
  margin: 0;
}
.fast-search p a {
  color: #78BE20;
}
.fast-search p a:hover {
  text-decoration: underline;
}
.fast-search .btn-green {
  margin: 0 10px 10px 0;
}
textarea,
input[type="email"],
input[type="text"],
input[type="number"],
input[type="password"],
select {
  height: 60px;
  border: 0;
  /* border-right: 1px solid #234a31; */
  color: #234A31;
  font-weight: bold;
  padding: 0 15px;
  max-width: 100%;
  outline: none;
  box-shadow: none;
}
textarea::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #234A31;
  font-weight: bold;
}
textarea::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
select::-moz-placeholder {
  color: #234A31;
  font-weight: bold;
}
textarea:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #234A31;
  font-weight: bold;
}
textarea:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
select:-moz-placeholder {
  color: #234A31;
  font-weight: bold;
}
.privacy-wr {
  position: relative;
  margin-top: 10px;
  line-height: 0;
}
.privacy-wr p-checkbox {
  width: calc(100% - 105px);
}
.privacy-wr galabau-form-errors {
  position: absolute;
  top: 100%;
}
.privacy-wr input[type="checkbox"] {
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
.privacy-wr label {
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
.umfrage--formular {
  max-width: 750px;
}
.formular {
  max-width: 600px;
}
.formular fieldset {
  width: auto;
}
.formular .row {
  margin: 0 0 10px;
}
.formular .row:not([class*="privacy"]) label {
  display: none;
}
.formular .row select,
.formular .row input[type="text"],
.formular .row input[type="email"],
.formular .row input[type="number"],
.formular .row input[type="password"],
.formular .row textarea {
  width: 100%;
}
.formular .row.two {
  margin-left: -5px;
  margin-right: -5px;
}
.formular .row.two input {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.formular .row.privacy-wr {
  font-size: inherit;
  line-height: inherit;
  padding-left: 25px;
}
.formular .row.privacy-wr label {
  float: none;
  max-width: none;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.formular .row.themen-wr .newsletter-form-check {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
.formular .row.themen-wr .newsletter-form-check input {
  height: auto;
  line-height: 1em;
  margin: 0 10px 0 0;
}
.formular .row.themen-wr .newsletter-form-check label {
  display: inline-block;
  padding: 0;
  float: none;
  width: calc(100% - 25px);
  max-width: none;
}
.formular .row.captcha div {
  width: auto;
}
.formular .row.captcha img {
  height: 60px;
  margin-right: 10px;
}
.formular .row.captcha div[id*="inputmain"] {
  width: calc(100% - 195px);
}
.formular .row.captcha div[id*="inputmain"] input {
  width: 100%;
}
.formular .umfrage-form .row:not([class*="privacy"]) label {
  display: inline-block;
}
.formular .umfrage-form .row > label {
  max-width: none;
  float: none;
  margin: 0 0 5px!important;
  width: 100%;
}
.formular .umfrage-form .row label {
  padding: 0;
  margin: 0;
}
.formular .umfrage-form .radioButtonListWrapper {
  width: 100%;
  float: none;
  display: flex;
  flex-wrap: wrap;
}
.formular .umfrage-form .radioButtonListWrapper .radioButtonWrapper {
  float: none;
  margin: 0;
  width: 100%;
  margin: 0 0 10px;
}
.formular .umfrage-form .radioButtonListWrapper .radioButtonWrapper input {
  margin: 0 10px 0 0;
  float: none;
}
.formular .umfrage-form .radioButtonListWrapper .radioButtonWrapper label {
  float: none;
}
.formular .umfrage-form .headline-form {
  margin: 60px 0 30px;
}
.formular .umfrage-form .checkbox input {
  margin: 0 10px 0 0;
}
.formular .umfrage-form .checkbox label {
  width: calc(100% - 25px);
}
#main_content_logIn .formular {
  max-width: 800px;
}
#main_content_logIn .formular * {
  transition: none;
}
#main_content_logIn .formular fieldset {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  #main_content_logIn .formular fieldset {
    margin: 0;
  }
}
#main_content_logIn .formular fieldset > p {
  margin-left: 10px;
}
#main_content_logIn .formular fieldset .error {
  order: 3;
  margin: 10px;
}
#main_content_logIn .formular fieldset .error + .row + .row + .row {
  margin-left: 10px;
}
#main_content_logIn .formular fieldset .row {
  margin: 0 1px;
}
#main_content_logIn .formular fieldset .row:first-child,
#main_content_logIn .formular fieldset .row:nth-child(2),
#main_content_logIn .formular fieldset .row:nth-child(3) {
  width: calc(50% - 20px);
}
#main_content_logIn .formular fieldset .row:last-child {
  width: 100%;
  margin: 10px 0 0 0;
  order: 4;
}
@media (max-width: 1024px) {
  #main_content_logIn .formular fieldset .row {
    width: 100%!important;
    margin: 0 0 10px!important;
  }
}
.bg-gray {
  background: #E2E6DE;
}
.linked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: transparent!important;
}
.btn-line.btn-center {
  text-align: center;
}
.btn-line.btn-right {
  text-align: right;
}
.btn-line .btn-green + .btn-green {
  margin-left: 20px;
}
.btn-green {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  transition: 0.3s ease;
}
.btn-green:hover a {
  background: #74B22F;
}
.btn-green a {
  background: #78BE20;
  color: #fff!important;
  text-transform: uppercase;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none!important;
  position: relative;
  transition: 0.3s ease;
}
.btn-green a[href*="http"]:not([href*="dashboard"]) {
  padding-right: 35px;
}
.btn-green a[href*="http"]:not([href*="dashboard"]):after {
  content: url(/img/system/galabau/icon-linkextern-white.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-green a[href*=".pdf"],
.btn-green a[href*=".doc"] {
  padding-right: 35px;
}
.btn-green a[href*=".pdf"]:after,
.btn-green a[href*=".doc"]:after {
  content: url(/img/system/galabau/icon-download.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-green.small a {
  padding: 13px 20px;
}
.btn-green.small a[href*=".doc"],
.btn-green.small a[href*=".pdf"] {
  padding-right: 35px;
}
.btn-green.small a[href*=".doc"]:after,
.btn-green.small a[href*=".pdf"]:after {
  content: url(/img/system/galabau/icon-download.svg);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.btn-green.dark a {
  background: #244A32;
}
.btn-green.dark:hover a {
  background: #21462F;
}
.btn-green.white a {
  background: #fff;
  color: #244A32!important;
}
.btn-green.white a[href*="http"]:after {
  content: url(/img/system/galabau/icon-linkextern-darkgreen.svg);
}
.btn-green.white:hover a {
  background: #F7F7F7;
}
.btn-green.gray a {
  background: #E2E6DE;
  color: #234A31!important;
}
.btn-green.gray a[href*="http"]:not([href*="dashboard"]) {
  padding-right: 35px;
}
.btn-green.gray a[href*="http"]:not([href*="dashboard"]):after {
  content: url(/img/system/galabau/icon-linkextern-darkgreen.svg);
}
.section {
  margin: 160px 0;
}
@media (max-width: 767px) {
  .section {
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .two-teaser .row .col-12,
  .three-teaser .row .col-12,
  .four-teaser .row .col-12 {
    margin: 0 0 20px;
  }
}
.two-teaser.with-news h2,
.three-teaser.with-news h2,
.four-teaser.with-news h2 {
  text-align: center;
  margin-bottom: 30px;
}
.two-teaser.two-teaser article,
.three-teaser.two-teaser article,
.four-teaser.two-teaser article {
  background: none;
}
.two-teaser article,
.three-teaser article,
.four-teaser article {
  position: relative;
  height: 100%;
  background: #78BE20;
  transition: 0.3s ease;
}
.two-teaser article .img-wr,
.three-teaser article .img-wr,
.four-teaser article .img-wr {
  overflow: hidden;
}
.two-teaser article .img-wr img,
.three-teaser article .img-wr img,
.four-teaser article .img-wr img {
  width: 100%;
  transition: 0.3s ease;
  object-fit: cover;
}
.two-teaser article:hover,
.three-teaser article:hover,
.four-teaser article:hover {
  background: #74B22F;
}
.two-teaser article:hover .img-wr img,
.three-teaser article:hover .img-wr img,
.four-teaser article:hover .img-wr img {
  transform: scale(1.05);
}
.two-teaser article:hover .text-wr,
.three-teaser article:hover .text-wr,
.four-teaser article:hover .text-wr {
  background: #74B22F;
}
.two-teaser article .text-wr,
.three-teaser article .text-wr,
.four-teaser article .text-wr {
  background: #78BE20;
  padding: 30px 40px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .two-teaser article .text-wr,
  .three-teaser article .text-wr,
  .four-teaser article .text-wr {
    padding: 20px;
  }
}
.two-teaser article .text-wr h3,
.three-teaser article .text-wr h3,
.four-teaser article .text-wr h3 {
  color: #fff;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 400px) {
  .two-teaser article .text-wr h3,
  .three-teaser article .text-wr h3,
  .four-teaser article .text-wr h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
.two-teaser article .text-wr h4,
.three-teaser article .text-wr h4,
.four-teaser article .text-wr h4 {
  color: #fff;
}
.two-teaser article .text-wr p,
.three-teaser article .text-wr p,
.four-teaser article .text-wr p {
  font-size: 16px;
  line-height: 24px;
}
.two-teaser article .text-wr p a,
.three-teaser article .text-wr p a,
.four-teaser article .text-wr p a {
  color: #234A31;
}
.two-teaser article .text-wr .time,
.three-teaser article .text-wr .time,
.four-teaser article .text-wr .time,
.two-teaser article .text-wr time,
.three-teaser article .text-wr time,
.four-teaser article .text-wr time {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.two-teaser article .text-wr .time .onp_dirty,
.three-teaser article .text-wr .time .onp_dirty,
.four-teaser article .text-wr .time .onp_dirty,
.two-teaser article .text-wr time .onp_dirty,
.three-teaser article .text-wr time .onp_dirty,
.four-teaser article .text-wr time .onp_dirty {
  display: none;
}
.two-teaser .btn-line,
.three-teaser .btn-line,
.four-teaser .btn-line {
  text-align: center;
}
.two-teaser.two-teaser article,
.three-teaser.two-teaser article,
.four-teaser.two-teaser article {
  background: none!important;
}
.two-teaser.two-teaser .img-wr,
.three-teaser.two-teaser .img-wr,
.four-teaser.two-teaser .img-wr {
  padding-right: 20px;
}
.two-teaser.two-teaser .img-wr img,
.three-teaser.two-teaser .img-wr img,
.four-teaser.two-teaser .img-wr img {
  max-height: 450px;
}
.two-teaser.two-teaser .text-wr,
.three-teaser.two-teaser .text-wr,
.four-teaser.two-teaser .text-wr {
  position: relative;
  z-index: 1;
  margin: -100px 0 0 20px;
}
.two-teaser.three-teaser article .img-wr img,
.three-teaser.three-teaser article .img-wr img,
.four-teaser.three-teaser article .img-wr img {
  max-height: 300px;
}
.two-teaser.four-teaser article .img-wr img,
.three-teaser.four-teaser article .img-wr img,
.four-teaser.four-teaser article .img-wr img {
  max-height: 220px;
}
.centered h2 {
  text-align: center;
}
.centered p {
  text-align: center;
}
.entries {
  margin: 100px 0;
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .entries {
    margin: 50px 0;
  }
}
.entries .entries {
  margin: 0!important;
  padding: 0!important;
}
.entries .col-12 > h2 {
  margin-bottom: 30px;
}
.entries .col-12 > h2:not(.nocenter) {
  text-align: center;
}
.entries .downloadwrapper h1,
.entries .downloadwrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
.entries .downloadwrapper .file-format {
  text-transform: uppercase;
}
.entries .btn-line {
  margin-top: 50px;
}
.entries .item {
  display: flex;
  align-items: center;
  min-height: 90px;
  margin: 0 0 30px;
  position: relative;
  background: #E2E6DE;
  justify-content: space-between;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .entries .item {
    padding-right: 15px;
  }
}
@media (max-width: 500px) {
  .entries .item {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
}
.entries .item:not(.with-btn) {
  padding-right: 120px;
  justify-content: inherit;
}
@media (max-width: 767px) {
  .entries .item:not(.with-btn) {
    padding-right: 50px;
  }
}
@media (max-width: 500px) {
  .entries .item:not(.with-btn) {
    flex-wrap: wrap;
  }
}
.entries .item:not(.with-btn):after {
  content: url(/img/system/galabau/icon-arrow-right.svg);
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  .entries .item:not(.with-btn):after {
    right: 10px;
  }
}
.entries .item:not(.with-btn):hover:after {
  right: 30px;
}
.entries .item time {
  width: 200px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .entries .item time {
    width: 125px;
  }
}
@media (max-width: 500px) {
  .entries .item time {
    text-align: left;
    width: 100%;
  }
}
.entries .item time + p {
  padding-left: 0;
  font-weight: 400;
}
.entries .item img {
  max-width: 200px;
  margin: 30px 0 30px 30px;
}
@media (max-width: 1023px) {
  .entries .item img {
    max-width: 120px;
    margin: 20px 0 20px 20px;
  }
}
@media (max-width: 500px) {
  .entries .item img {
    margin: 10px 0 10px 10px;
  }
}
.entries .item p {
  margin: 0;
  padding-left: 40px;
  font-weight: bold;
  width: calc(100% - 350px);
}
@media (max-width: 1024px) {
  .entries .item p {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .entries .item p {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .entries .item p {
    padding-left: 10px!important;
  }
}
.entries .item p span {
  font-weight: normal;
}
.entries .item .btn-green {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .entries .item .btn-green {
    padding: 10px 0 0 10px;
  }
}
.entries .item .btn-green + .btn-green {
  margin-left: 20px;
}
.entries .inner-module .btn-green.white.tg {
  color: #78BE20;
  margin: 0 5px 14px;
  display: inline-block;
}
.entries .inner-module .btn-green.white.tg a {
  color: #78BE20!important;
  background: #fff;
  border-radius: 26px;
  padding-right: 20px;
}
.entries .inner-module .btn-green.white.tg a + br {
  display: none;
}
.entries .inner-module .btn-green.white.tg a:after {
  display: none;
}
.entries .inner-module .btn-green.white.tg:hover a {
  background: #78BE20!important;
  color: #fff!important;
}
.entries.bg-gray {
  padding: 100px 0;
  margin: 0;
}
.entries.bg-gray .item {
  background: #fff;
}
.entries.bg-gray .item .btn-green.white a {
  background: #E2E6DE;
}
.entries.bg-gray .inner-module .btn-green.white.tg a {
  color: #fff;
  border-radius: 26px;
}
.entries.bg-gray .inner-module .btn-green.white.tg:hover a {
  color: #78BE20;
  background: #fff;
}
.bg-gray.section + .bg-gray.section {
  margin-top: 60px;
}
.generic + .entries .item ~ h2,
.generic + .entries .item ~ h2 + br {
  display: none;
}
.inner-module .ui-accordion {
  margin: 0 0 30px;
}
.inner-module .ui-accordion + .ui-accordion {
  margin-top: -30px;
}
.inner-module .ui-accordion .ui-accordion-header {
  background: 0;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid #234A31;
  position: relative;
  font-family: 'Lato';
  padding: 0;
  margin: 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .inner-module .ui-accordion .ui-accordion-header {
    height: auto;
    min-height: 100px;
  }
}
.inner-module .ui-accordion .ui-accordion-header.ui-accordion-header-active {
  border-bottom-color: transparent;
}
.inner-module .ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
  content: url(/img/system/galabau/icon-klapper-top.svg);
}
.inner-module .ui-accordion .ui-accordion-header a {
  color: #234A31;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  text-decoration: none!important;
}
@media (max-width: 767px) {
  .inner-module .ui-accordion .ui-accordion-header a {
    font-size: 18px;
    line-height: 28px;
  }
}
.inner-module .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.inner-module .ui-accordion .ui-accordion-header:after {
  content: url(/img/system/galabau/icon-klapper-down-gray.svg);
}
.inner-module .ui-accordion .ui-accordion-content {
  border: 0;
  padding: 30px 0;
  border-bottom: 2px solid #78BE20;
  background: #E2E6DE;
  overflow: hidden;
}
.inner-module .ui-accordion .ui-accordion-content > *:not(.section) {
  padding-left: 20px;
  padding-right: 20px;
}
.inner-module .ui-accordion .ui-accordion-content > .section {
  margin: 0;
}
.inner-module .ui-accordion .ui-accordion-content > ul:last-child,
.inner-module .ui-accordion .ui-accordion-content > p:last-child {
  margin-bottom: 0;
}
.inner-module .ui-accordion .ui-accordion-content > .ui-tabs:first-child {
  margin: -30px 0;
}
.inner-module .ui-accordion .ui-accordion-content > .ui-tabs:first-child:before,
.inner-module .ui-accordion .ui-accordion-content > .ui-tabs:first-child:after {
  content: '';
  height: 20px;
  background: #fff;
  display: block;
}
.inner-module .ui-accordion .ui-accordion-content > .ui-tabs .ui-tabs-panel > *:not(.section) {
  padding-left: 0;
  padding-right: 0;
}
.inner-module .ui-accordion .ui-accordion-content .img-big .row {
  margin: 0;
}
.inner-module .ui-accordion .ui-accordion-content .form-special {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.inner-module .ui-tabs {
  border: 0;
  margin: 0 0 30px;
}
.inner-module .ui-tabs .ui-tabs-nav {
  background: none;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
  flex-wrap: wrap;
}
@media (max-width: 640px) {
  .inner-module .ui-tabs .ui-tabs-nav {
    flex-wrap: wrap;
  }
}
.inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab {
  float: none;
  background: none;
  border: 0;
  margin: 0 20px 10px;
  border-bottom: 3px solid transparent;
}
@media (max-width: 640px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab {
    width: calc(50% - 40px);
  }
}
@media (max-width: 400px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab {
    width: calc(100% - 40px);
  }
}
.inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
  font-family: 'Lato';
  font-size: 30px;
  line-height: 34px;
  color: #234A31;
  font-weight: bold;
  padding: 10px 0;
  white-space: normal;
  text-align: center;
}
@media (max-width: 1679px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 1280px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  .inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab a {
    width: 100%;
  }
}
.inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  border-bottom-color: #78BE20;
}
.inner-module .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active a {
  color: #78BE20;
}
.inner-module .ui-tabs .ui-tabs-panel {
  padding: 20px 0 0;
}
.inner-module .ui-tabs .ui-tabs-panel > *:not(.section),
.inner-module .ui-tabs .ui-tabs-panel > .teaser-big {
  padding-left: 20px;
  padding-right: 20px;
}
.inner-module .ui-tabs .ui-tabs-panel > .section {
  margin: 0;
}
.inner-module .ui-tabs .ui-tabs-panel > .teaser-big + .teaser-big {
  margin-top: 40px;
}
.inner-module .ui-tabs .ui-tabs-panel > ul:last-child,
.inner-module .ui-tabs .ui-tabs-panel > p:last-child {
  margin-bottom: 0;
}
.inner-module .ui-tabs .ui-tabs-panel .form-special {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.bg-gray .ui-accordion .ui-accordion-header:not(.ui-accordion-header-active):after {
  content: url(/img/system/galabau/icon-klapper-down.svg) !important;
}
.bg-gray .ui-accordion .ui-accordion-content {
  background: #fff;
}
.anzeigen {
  padding-bottom: 140px!important;
}
.anzeigen .inner-anzeigen {
  margin: 0 -20px;
}
@media (max-width: 991px) {
  .anzeigen .inner-anzeigen {
    margin: 0 70px;
  }
}
.anzeigen .inner-anzeigen .img-wr {
  position: relative;
  min-height: 220px;
}
.anzeigen .inner-anzeigen .img-wr img {
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}
.anzeigen .inner-anzeigen:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
}
.anzeigen .inner-anzeigen:not(.slick-slider) .img-wr {
  display: inline-block;
  max-width: 260px;
  padding: 0 20px;
}
.anzeigen .inner-anzeigen.slick-slider .img-wr img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.anzeigen .inner-anzeigen .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.anzeigen .inner-anzeigen .slick-arrow.prev-arrow {
  left: -100px;
}
@media (max-width: 1200px) {
  .anzeigen .inner-anzeigen .slick-arrow.prev-arrow {
    left: -70px;
  }
}
.anzeigen .inner-anzeigen .slick-arrow.prev-arrow:before {
  content: url(/img/system/galabau/slick-arrow-bgwhite.svg);
  transform: rotate(180deg);
  display: inline-block;
}
.anzeigen .inner-anzeigen .slick-arrow.next-arrow {
  right: -100px;
}
@media (max-width: 1200px) {
  .anzeigen .inner-anzeigen .slick-arrow.next-arrow {
    right: -50px;
  }
}
.anzeigen .inner-anzeigen .slick-arrow.next-arrow:before {
  content: url(/img/system/galabau/slick-arrow-bgwhite.svg);
}
.anzeigen .inner-anzeigen .slick-arrow:hover:before {
  content: url(/img/system/galabau/slick-arrow-hover.svg);
}
.anzeigen .inner-anzeigen .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: calc(100% + 50px);
  justify-content: center;
}
.anzeigen .inner-anzeigen .slick-dots li {
  background: #fff;
  width: 100px;
  height: 6px;
  border-radius: 3px;
  cursor: pointer;
}
@media (max-width: 1679px) {
  .anzeigen .inner-anzeigen .slick-dots li {
    width: 50px;
  }
}
@media (max-width: 1024px) {
  .anzeigen .inner-anzeigen .slick-dots li {
    width: 40px;
  }
}
.anzeigen .inner-anzeigen .slick-dots li.slick-active {
  background: #78BE20;
}
.anzeigen .inner-anzeigen .slick-dots li button {
  display: none;
}
.fbs {
  margin: 115px 0;
}
@media (max-width: 767px) {
  .fbs {
    margin: 50px 0;
  }
}
.fbs .fbs-inner {
  background: #7ABC31;
  padding: 50px 20px;
}
.fbs .fbs-inner p a {
  color: #234A31;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche {
  min-height: 0;
  padding: 0;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche * {
  box-shadow: none;
  border-radius: 0;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche h3,
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche p {
  display: none;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche form .grid {
  margin: 0;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche form input {
  font-size: 18px;
}
.search-results ~ .pager {
  background: #f1f1f1;
}
.search-results ~ .pager:before,
.search-results ~ .pager:after {
  display: none;
}
.search-results ~ .pager input {
  height: 24px;
  background: #fff;
  outline: none;
  border: 0;
  box-shadow: none;
  padding: 0 5px;
}
.search-results article {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #E2E6DE;
}
.search-results article > *:last-child {
  margin-bottom: 0;
}
.search-results article h4,
.search-results article p {
  padding-right: 120px;
}
@media (max-width: 767px) {
  .search-results article h4,
  .search-results article p {
    padding-right: 0;
  }
}
.search-results article h4 .search-result-icon,
.search-results article p .search-result-icon {
  display: inline-block;
  margin: 0 10px 0 0;
}
.search-results article h4 .search-result-title,
.search-results article p .search-result-title {
  display: inline-block;
  max-width: calc(100% - 50px);
  vertical-align: top;
}
.search-results article h4 .search-result-icon-size,
.search-results article p .search-result-icon-size {
  font-weight: normal;
  white-space: nowrap;
}
.search-results article .btn-line {
  position: relative;
  margin-top: -50px;
}
@media (max-width: 767px) {
  .search-results article .btn-line {
    margin: 0;
  }
}
.pager-basic {
  background: #E2E6DE;
  padding: 10px 10px;
}
.pager-basic:before,
.pager-basic:after {
  display: none;
}
.pager-basic input {
  height: 24px;
  background: #fff;
  outline: none;
  border: 0;
  box-shadow: none;
  padding: 0 5px;
}
.pager-basic a {
  display: inline-block;
  margin: 0 5px;
  font-size: 30px;
  line-height: 15px;
  text-decoration: none;
}
.sucheingabe {
  background: #7ABC31;
  min-height: 260px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sucheingabe .sucheingabe-wr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.sucheingabe .sucheingabe-wr p {
  width: auto;
  font-size: 18px;
  line-height: 20px;
  color: #234A31;
  font-weight: 400;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr {
  display: flex;
  flex-wrap: wrap;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr input {
  margin: 0 1px 10px 0;
  float: none;
  box-shadow: none;
  border: 0;
  outline: none;
  max-width: 100%;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr input.hasDatepicker {
  height: 60px;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr input.hasDatepicker ~ span:not(.btn-green) {
  pointer-events: none;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 10px);
  width: 100px;
  display: flex;
  padding-left: 10px;
  align-items: center;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr input.hasDatepicker.valid ~ span:not(.btn-green) {
  display: none;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .datepicker-wr {
  position: relative;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr select {
  margin: 0 1px 10px 0;
  border: 0;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr select[id*="monat"] {
  order: 1;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr select[id*="jahr"] {
  order: 2;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .btn-green {
  order: 3;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .btn-green a {
  height: 60px;
}
.sucheingabe .sucheingabe-wr .sucheingabe-inner-wr img {
  display: none;
}
.sucheingabe .sucheingabe-wr .btn-green a {
  padding: 22px 20px;
}
.box-event {
  background: #E2E6DE;
  padding: 60px;
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.box-event .text-wr {
  width: 66%;
  padding-right: 40px;
}
.box-event .text-wr p:last-child {
  margin-bottom: 0;
}
.box-event .img-wr {
  width: 34%;
  text-align: right;
}
.box-event .img-wr img {
  display: inline-block;
}
.box-seminar {
  background: #E2E6DE;
  padding: 60px;
  margin: 0 0 40px;
  width: 100%;
}
@media (max-width: 1024px) {
  .box-seminar {
    padding: 30px 20px;
  }
}
.box-seminar h3 {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .box-seminar h3 {
    margin: 0 0 30px;
  }
}
.box-seminar .btn-line {
  margin: 0;
}
@media (max-width: 450px) {
  .box-seminar .btn-line .btn-green + .btn-green {
    margin-left: 0;
    margin-top: 10px;
    display: block;
  }
}
.box-seminar .info-wr {
  margin-bottom: 30px;
}
.info-wr {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .info-wr {
    flex-wrap: wrap;
  }
}
.info-wr > div {
  width: 25%;
}
@media (max-width: 767px) {
  .info-wr > div {
    width: 100%;
  }
}
.info-wr > div p {
  margin: 0 0 20px;
  text-align: left;
}
.info-wr > div p.info-label {
  font-weight: bold;
}
@media (max-width: 767px) {
  .info-wr > div p.info-label {
    font-size: 18px;
    margin: 0 0 5px;
  }
}
.info-wr > div p.info-text {
  font-size: 18px;
  line-height: 24px;
}
.info-wr > div p a {
  color: #234A31;
  text-decoration: underline;
}
.info-wr.vertikal {
  flex-wrap: wrap;
}
.info-wr.vertikal > div {
  width: 100%;
  display: flex;
}
.info-wr.vertikal > div + div {
  border-top: 1px solid #E2E6DE;
  padding-top: 20px;
}
.info-wr.vertikal > div p.info-label {
  width: 37.5%;
  padding-right: 15px;
}
.info-wr.vertikal > div p.info-text {
  width: 62.5%;
}
.teaser-big .row {
  align-items: center;
}
.teaser-big .img-wr figure {
  margin: 0;
}
@media (max-width: 767px) {
  .teaser-big .img-wr {
    margin-bottom: 30px;
  }
}
.teaser-big .img-wr img {
  max-height: 680px;
  margin: 0 auto;
}
.teaser-big .video-wr {
  position: relative;
}
.teaser-big .video-wr video {
  margin: 0;
}
.teaser-big .video-wr .linked {
  bottom: 70px;
}
.teaser-big.bg-gray {
  padding: 120px 0;
}
.teaser-big.bg-gray .row .col-12 {
  height: 100%;
}
.teaser-big.bg-gray .row .col-12.offset-lg-1 {
  margin-left: 0;
}
@media (min-width: 912px) {
  .teaser-big.bg-gray .row .col-12.col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.teaser-big.bg-gray .text-wr {
  width: calc(100% + 40px);
  background-color: #fff;
  padding: 80px 80px 50px;
}
@media (max-width: 767px) {
  .teaser-big.bg-gray .text-wr {
    padding: 20px;
  }
}
.teaser-big.bg-gray .col-12 + .col-12 .text-wr {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .teaser-big.bg-gray .col-12 + .col-12 .text-wr {
    margin-left: 0;
    width: auto;
  }
}
.teaser-big.leftout .img-wr {
  margin-left: calc(((100vw - 1400px) / 2) * -1);
}
@media (max-width: 1450px) {
  .teaser-big.leftout .img-wr {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .teaser-big.leftout .img-wr {
    margin-left: 0;
  }
}
.teaser-big.leftout .img-wr img {
  width: 100%;
}
.teaser-big.rightout .img-wr {
  margin-right: calc(((100vw - 1400px) / 2) * -1);
}
@media (max-width: 1450px) {
  .teaser-big.rightout .img-wr {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .teaser-big.rightout .img-wr {
    margin-right: 0;
  }
}
.teaser-big.rightout .img-wr img {
  width: 100%;
}
@media (max-width: 991px) {
  .teaser-big.zeitschrift .text-wr {
    padding: 40px;
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  .teaser-big.zeitschrift .text-wr {
    width: calc(100% + 40px);
  }
}
@media (max-width: 400px) {
  .teaser-big.zeitschrift .text-wr {
    padding: 30px;
  }
}
.teaser-big.zeitschrift .img-wr {
  background: #234A31;
  height: 680px;
  width: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
@media (max-width: 1400px) {
  .teaser-big.zeitschrift .img-wr {
    width: 100%;
    width: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  .teaser-big.zeitschrift .img-wr {
    margin-left: -20px;
    width: calc(100% + 40px);
    height: auto;
  }
}
@media (max-width: 400px) {
  .teaser-big.zeitschrift .img-wr {
    padding: 30px;
  }
}
.teaser-big.zeitschrift .img-wr img {
  width: 360px;
}
.video-big {
  margin: 100px 0;
}
.video-big .video-wr {
  position: relative;
}
.video-big .video-wr video {
  width: 100%;
}
.img-big {
  margin: 100px 0;
}
.img-big .img-wr {
  position: relative;
}
.img-big .img-wr figure {
  margin: 0;
}
.img-big .img-wr img {
  width: 100%;
}
.ui-accordion .img-big .img-wr img {
  width: auto;
}
.box-zeitschrift {
  padding: 40px;
  display: flex;
  align-items: center;
  background: #fff;
}
.box-zeitschrift + .box-zeitschrift {
  border-top: 1px solid #E2E6DE;
}
.box-zeitschrift .img-wr {
  background: #234A31;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  width: 344px;
  height: 344px;
}
@media (max-width: 1024px) {
  .box-zeitschrift .img-wr {
    padding: 30px;
    width: 30%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .box-zeitschrift .img-wr {
    padding: 15px;
  }
}
.box-zeitschrift .img-wr img {
  max-height: 100%;
}
.box-zeitschrift .text-wr {
  width: 70%;
  padding: 0 50px 0 90px;
}
@media (max-width: 1024px) {
  .box-zeitschrift .text-wr {
    padding: 0 30px 0 30px;
  }
}
@media (max-width: 500px) {
  .box-zeitschrift .text-wr {
    padding: 0 15px;
  }
  .box-zeitschrift .text-wr .btn-green {
    display: block;
    margin: 0 0 10px;
  }
}
.box-zeitschrift .text-wr .on-list li {
  margin: 0 0 15px;
}
.box-zeitschrift .text-wr .on-list li:before {
  top: 7px;
}
.box-lightgreen {
  background: #78BE20;
  padding: 50px;
}
.box-lightgreen.lv-infos .shortname {
  display: block;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin: 0 0 15px;
}
.box-lightgreen.lv-infos p {
  text-align: left;
  line-height: 35px;
}
.box-lightgreen.lv-infos a {
  color: #244A32;
  text-decoration: underline;
}
.box-lightgreen.lv-infos .btn-line {
  margin-bottom: 0;
}
.hide-btn .optional-hidden {
  display: none;
}
@media (max-width: 767px) {
  .map-wrapper #landesverbaendeNew {
    margin: 0 auto 40px!important;
  }
}
@media (max-width: 400px) {
  .map-wrapper #landesverbaendeNew svg {
    max-width: 80%;
  }
}
.map-wrapper-mitgliedschaft {
  text-align: center;
}
.map-wrapper-mitgliedschaft #kartenbereich {
  display: inline-block;
}
.map-wrapper-mitgliedschaft .infoMap {
  padding: 10px;
  background: url(/img/system/galabau/blackpixel.png);
  position: absolute;
  z-index: 9999;
  top: -1000px;
  left: -1000px;
  color: #fff;
  font-size: 16px;
}
.map-wrapper-mitgliedschaft .infoKarte {
  background: url(/img/system/galabau/blackpixel.png);
  position: relative;
  top: 0;
  left: 0;
  width: 250px;
  height: 50px;
  top: 50px;
  left: 250px;
  z-index: 50;
}
.map-wrapper-mitgliedschaft .infoKarte span {
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  color: #fff;
  padding: 10px;
  display: block;
}
.contact-person {
  background: #E2E6DE;
  padding: 60px 0;
}
.contact-person.num-one .row {
  align-items: center;
}
.contact-person .img-wr {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-person .img-wr {
    margin-bottom: 30px;
  }
}
.contact-person .text-wr .info-wr {
  flex-wrap: wrap;
}
.contact-person .text-wr .info-line {
  display: flex;
  align-items: center;
  min-height: 80px;
  width: 100%;
  border-bottom: 2px solid #234A31;
}
.contact-person .text-wr .info-line .icon-wr {
  width: 70px;
}
.contact-person .text-wr .info-line .icon-wr img[src*="location"] {
  width: 34px;
}
.contact-person .text-wr .info-line .icon-wr img[src*="linkextern"] {
  width: 31px;
  margin-left: 3px;
}
.contact-person .text-wr .info-line .text-wr {
  color: #234A31;
  font-size: 18px;
  line-height: 28px;
  width: calc(100% - 70px);
}
.contact-person .text-wr .info-line .text-wr a {
  color: #234A31;
  text-decoration: none;
}
.contact-person .text-wr .info-line .text-wr a:hover {
  text-decoration: underline;
}
.contact-person.num-two .img-wr,
.contact-person.num-three .img-wr {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .contact-person.num-two .text-wr h2,
  .contact-person.num-three .text-wr h2 {
    min-height: 96px;
  }
}
.breadcrumb {
  font-size: 16px;
  margin: 28px 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li a {
  font-weight: bold;
  color: #234A31;
}
.breadcrumb ol li:after {
  content: '/';
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
main > .content:first-child .breadcrumb,
.keyvisual.generic + .content .breadcrumb {
  margin: 0;
  position: absolute;
  z-index: 3;
  left: 0;
  width: 100%;
  top: 165px;
}
@media (max-width: 1919px) {
  main > .content:first-child .breadcrumb,
  .keyvisual.generic + .content .breadcrumb {
    padding-left: 150px;
  }
}
@media (max-width: 768px) {
  main > .content:first-child .breadcrumb,
  .keyvisual.generic + .content .breadcrumb {
    padding-left: 0;
    left: 40px;
    top: 150px;
    top: 180px;
  }
}
.generic + .section {
  margin-top: 0;
}
.generic + .entries {
  margin-top: 50px;
}
.intro {
  margin: 50px 0;
}
@media (min-width: 768px) {
  .intro + .section {
    margin-top: 90px;
  }
}
.breadcrumb + .centered {
  margin-top: 50px;
}
.gallery-big {
  margin: 50px 0 0;
  background: #244A32;
  padding: 100px;
}
@media (max-width: 767px) {
  .gallery-big {
    padding: 40px 0;
  }
}
.gallery-big h2 {
  color: #fff;
  text-align: center;
  margin: 0 0 40px;
}
.gallery-big .img-wr img {
  margin: 0 auto;
  width: 100%;
  max-height: 520px;
  height: 100%;
  object-fit: cover;
}
.gallery-big .img-wr .img-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 999;
  color: #fff;
  text-align: center;
  padding: 15px 10px 70px 10px;
  background: rgba(89, 90, 87, 0.7);
}
.gallery-big .img-wr .img-caption p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .gallery-big .slider-wr .slick-arrow {
    transform: none;
    bottom: 15px;
    top: auto;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .gallery-big .slider-wr .slick-arrow.prev-arrow {
    left: 5px;
    bottom: 18px;
  }
}
@media (max-width: 767px) {
  .gallery-big .slider-wr .slick-arrow.next-arrow {
    right: 5px;
  }
}
.slider-nav .img-wr.slick-slide .img-caption {
  display: none;
}
.slider-wr .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(50%);
  cursor: pointer;
}
.slider-wr .slick-arrow.prev-arrow {
  left: -100px;
}
.slider-wr .slick-arrow.prev-arrow:before {
  content: url(/img/system/galabau/slick-arrow.svg);
  transform: rotate(180deg);
  display: inline-block;
}
.slider-wr .slick-arrow.next-arrow {
  right: -100px;
}
.slider-wr .slick-arrow.next-arrow:before {
  content: url(/img/system/galabau/slick-arrow.svg);
}
.slider-wr .slick-arrow:hover:before {
  content: url(/img/system/galabau/slick-arrow-hover.svg);
}
.slider-wr.slider-nav {
  margin-top: 16px;
}
.slider-wr.slider-nav .slick-list {
  padding-right: 50px;
}
.slider-wr.slider-nav .slick-list .slick-track .img-wr {
  padding-right: 16px;
}
.slider-wr .slick-dots {
  counter-reset: section;
  background: #fff;
  height: 40px;
  border-radius: 20px;
  color: #234A31;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 80px;
  padding: 0 10px;
  white-space: nowrap;
}
.slider-wr .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
}
.slider-wr .slick-dots li button {
  display: none;
  background: none;
  border: 0;
}
.slider-wr .slick-dots li:after {
  counter-increment: section;
  content: "/  " counters(section, ".") " ";
  color: transparent;
}
.slider-wr .slick-dots li.slick-active button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin: 0 5px 0 0;
}
.slider-wr .slick-dots li:last-child:after {
  color: #234A31;
  font-size: 16px;
  line-height: 24px;
}
footer {
  background: #fff;
  padding: 160px 0 0;
  font-size: 16px;
  line-height: 30px;
}
@media (max-width: 767px) {
  footer {
    padding: 50px 0 0;
  }
}
@media (max-width: 767px) {
  footer img {
    margin: 0 0 30px;
  }
}
footer h5 {
  font-size: 20px;
  margin: 0 0 20px;
}
footer p {
  font-size: 16px;
  line-height: 24px;
}
footer a {
  text-decoration: underline;
  color: #234A31;
}
footer .socialmedia a {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 0 0;
}
footer .socialmedia a img {
  margin: 0;
}
footer .footer-line {
  margin: 80px 0 30px;
}
@media (max-width: 640px) {
  footer .footer-line {
    display: flex;
    flex-direction: column;
  }
}
footer .footer-line:after {
  content: '';
  display: table;
  clear: both;
}
footer .copyright {
  float: left;
}
@media (max-width: 640px) {
  footer .copyright {
    float: none;
    order: 2;
  }
}
footer .meta {
  float: right;
  margin: 0;
}
@media (max-width: 640px) {
  footer .meta {
    float: none;
    order: 1;
    margin-bottom: 30px;
  }
}
footer .meta li {
  display: inline-block;
  margin: 0 0 0 20px;
}
@media (max-width: 640px) {
  footer .meta li {
    margin: 0 20px 0 0;
  }
}
.select2-container {
  margin: 0 1px 10px 0;
  width: auto!important;
}
.select2-container .selection .select2-selection--single {
  height: 60px;
  border-radius: 0;
  border: 0;
}
.select2-container .selection .select2-selection--single .select2-selection__rendered {
  line-height: 60px;
  padding-right: 50px;
  color: #234A31;
  font-weight: bold;
  min-width: 175px;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .selection .select2-selection--single .select2-selection__arrow:before {
  content: url(/img/system/galabau/arrow-down.svg);
}
.select2-container .select2-search {
  display: none;
}
.quickfinder .bg-gray {
  background: #E2E6DE;
  padding: 60px;
}
@media (max-width: 767px) {
  .quickfinder .bg-gray {
    padding: 20px;
  }
}
.quickfinder .qf-choose {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  margin: 30px 10px;
}
@media (max-width: 767px) {
  .quickfinder .qf-choose {
    font-size: 18px;
  }
}
.quickfinder .qf-choose span {
  color: #78BE20;
  font-weight: bold;
  border-bottom: 3px solid #78BE22;
  display: inline-block;
  margin: 0 10px;
}
.quickfinder .qf-choose span:hover {
  color: #74B22F;
}
.quickfinder .qf-choose span:after {
  content: '';
  border: solid #78BE22;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  margin-left: 15px;
  position: relative;
  top: -6px;
  transition: 0.3s ease;
}
.quickfinder .qf-choose span.current:after {
  transform: rotate(-135deg);
  top: -2px;
}
.quickfinder .qf-choose span.iam {
  cursor: pointer;
}
.quickfinder .qf-choose span.iam.current ~ .iwill {
  cursor: pointer;
}
.quickfinder .temp-hide {
  opacity: 0;
}
.quickfinder .qf-results {
  display: none;
}
.quickfinder .qf-results .ebene1,
.quickfinder .qf-results .ebene2,
.quickfinder .qf-results .qf-result {
  display: none!important;
}
.quickfinder .qf-results.show-ebene1 {
  display: block;
}
.quickfinder .qf-results.show-ebene1 .ebene1 {
  display: inline-block !important;
}
.quickfinder .qf-results.show-ebene2 {
  display: block;
}
.quickfinder .qf-results.show-ebene2 .ebene2.show {
  display: inline-block !important;
}
.quickfinder .qf-results.show-ebene3 {
  display: block;
}
.quickfinder .qf-results.show-ebene3 .ebene3.show {
  display: flex!important;
}
.quickfinder .qf-results .btn-green.white a {
  text-transform: none;
}
.quickfinder .qf-result {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
}
.quickfinder .qf-result .icon-close {
  position: absolute;
  bottom: 100%;
  left: 100%;
  cursor: pointer;
}
.quickfinder .qf-result .icon-close:before {
  content: url(/img/system/galabau/icon-x-close.svg);
}
.quickfinder .qf-result .img-wr {
  min-height: 250px;
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  .quickfinder .qf-result .img-wr {
    width: 100%;
    min-height: 0;
  }
}
.quickfinder .qf-result .img-wr img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .quickfinder .qf-result .img-wr img {
    position: static;
    transform: none;
    margin: 20px auto;
  }
}
.quickfinder .qf-result .img-wr + .text-wr {
  width: 66.66%;
}
@media (max-width: 767px) {
  .quickfinder .qf-result .img-wr + .text-wr {
    width: 100%;
  }
}
.quickfinder .qf-result .text-wr {
  padding: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .quickfinder .qf-result .text-wr {
    padding: 20px;
  }
}
.quickfinder .qf-result .text-wr p {
  text-align: left;
}
.quickfinder .qf-result .text-wr .btn-line {
  margin: 0;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
}
.formular-cup .row:not([class*="privacy"]) label {
  display: block;
  float: none;
  max-width: none;
}
.formular-cup .radio-wr {
  display: flex;
  width: 100%;
}
.formular-cup .radio-wr .radio-item-wr {
  display: flex;
  margin: 0 20px 0 0;
}
.formular-cup .radio-wr .radio-item-wr label {
  order: 2;
}
.formular-cup .radio-wr .radio-item-wr input[type="radio"] {
  order: 1;
  margin: 0 7px 0 0;
  position: relative;
  top: 4px;
}
.formular-cup .privacy-wr {
  margin: 20px 0;
}
.formular-cup .privacy-wr input {
  top: 4px;
}
.formular-cup .captcha {
  justify-content: space-between;
}
.formular-cup .captcha > div {
  order: 2;
}
.formular-cup .captcha > div:nth-child(2) {
  order: 1;
}
.formular-cup .captcha > div img {
  margin: 35px 0 0 0!important;
}
.top-nav-wrapper {
  font-size: 15px;
  line-height: 24px;
  padding-top: 25px;
  color: #234A31;
  background: #fff!important;
}
#mainnav .top-nav-wrapper li a {
  color: #234A31!important;
  font-size: 16px;
  line-height: 30px;
}
.top-nav-wrapper li a[href*="http"]:after {
  content: url(/img/system/galabau/icon-linkextern-darkgreen.svg);
  display: inline-block;
  margin-left: 8px;
  line-height: 0;
}
.cup--info-mail p {
  font-size: 26px;
  line-height: 1.5em;
  font-weight: bold;
}
.green-boxes-wr {
  margin: 15px -15px;
  display: flex;
  flex-wrap: wrap;
}
.green-boxes-wr .green-boxes {
  background: #78BE20;
  color: #fff;
  position: relative;
  height: 230px;
  width: calc(25% - 30px);
  margin: 0 15px 38px;
}
@media (max-width: 1023px) {
  .green-boxes-wr .green-boxes {
    width: calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .green-boxes-wr .green-boxes {
    width: calc(100% - 30px);
  }
}
.green-boxes-wr .green-boxes a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.green-boxes-wr .green-boxes span {
  position: absolute;
  bottom: 25px;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.green-boxes-wr.new .green-boxes {
  width: 100%;
  margin: 0 0 38px;
}
.box-nachhaltigkeit {
  margin-top: 15px;
  color: #fff;
  background: #234A31;
  height: 498px;
}
.box-nachhaltigkeit .img-wr {
  position: relative;
  height: 250px;
  background: #78BE20;
}
.box-nachhaltigkeit .headline-wr {
  position: absolute;
  bottom: .5rem;
  padding: 0 1.5rem;
  font-weight: bold;
  font-size: 24px;
}
.box-nachhaltigkeit .text-wr {
  padding: 1rem 1.5rem;
}
.box-nachhaltigkeit .text-wr p {
  font-size: 17px;
  line-height: 21px;
}
.box-nachhaltigkeit .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1rem;
  height: 40px;
  width: 100%;
  background: #fff;
  color: #234A31;
  border-radius: 20px;
  text-decoration: none;
  padding-left: 40px;
  position: relative;
}
.box-nachhaltigkeit .btn svg {
  position: absolute;
  left: .5rem;
  height: 2rem;
  width: auto;
  height: 3rem;
  top: -1rem;
}
.box-nachhaltigkeit .btn svg path {
  fill: #78BE20;
}.gmaps_hint {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  text-align: center;
}
p-multiselect .p-multiselect,
p-dropdown .p-multiselect,
p-multiselect .p-dropdown,
p-dropdown .p-dropdown {
  border: 0;
  box-shadow: none!important;
  border-radius: 0;
  height: 60px;
  outline: none;
  font-style: normal;
  font-weight: bold;
}
p-multiselect .p-multiselect .p-multiselect-label,
p-dropdown .p-multiselect .p-multiselect-label,
p-multiselect .p-dropdown .p-multiselect-label,
p-dropdown .p-dropdown .p-multiselect-label,
p-multiselect .p-multiselect .p-dropdown-label,
p-dropdown .p-multiselect .p-dropdown-label,
p-multiselect .p-dropdown .p-dropdown-label,
p-dropdown .p-dropdown .p-dropdown-label {
  line-height: 60px;
  padding-top: 0;
  padding-left: 15px;
  padding-bottom: 0;
  color: #234A31!important;
  display: block;
  font-size: 18px;
}
p-multiselect .p-multiselect .p-multiselect-trigger-icon,
p-dropdown .p-multiselect .p-multiselect-trigger-icon,
p-multiselect .p-dropdown .p-multiselect-trigger-icon,
p-dropdown .p-dropdown .p-multiselect-trigger-icon,
p-multiselect .p-multiselect .p-dropdown-trigger-icon,
p-dropdown .p-multiselect .p-dropdown-trigger-icon,
p-multiselect .p-dropdown .p-dropdown-trigger-icon,
p-dropdown .p-dropdown .p-dropdown-trigger-icon {
  content: url(/img/system/galabau/arrow-down.svg);
}
p-multiselect .p-multiselect .p-multiselect-panel,
p-dropdown .p-multiselect .p-multiselect-panel,
p-multiselect .p-dropdown .p-multiselect-panel,
p-dropdown .p-dropdown .p-multiselect-panel {
  max-width: 100%;
}
p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-header .p-checkbox,
p-dropdown .p-multiselect .p-multiselect-panel .p-multiselect-header .p-checkbox,
p-multiselect .p-dropdown .p-multiselect-panel .p-multiselect-header .p-checkbox,
p-dropdown .p-dropdown .p-multiselect-panel .p-multiselect-header .p-checkbox {
  display: none;
}
p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-header button,
p-dropdown .p-multiselect .p-multiselect-panel .p-multiselect-header button,
p-multiselect .p-dropdown .p-multiselect-panel .p-multiselect-header button,
p-dropdown .p-dropdown .p-multiselect-panel .p-multiselect-header button {
  background: none!important;
}
p-calendar .p-calendar {
  width: 100%;
}
p-calendar .p-calendar .p-inputtext {
  margin: 0!important;
  width: 100%;
}
.p-checkbox * {
  outline: none;
  box-shadow: none;
}
.p-checkbox .p-checkbox-box.p-highlight {
  background: #78BE20!important;
  border-color: #78BE20!important;
}
button.p-button:not([class*="datepicker"]) {
  border: 0;
  background: #78BE20!important;
  color: #fff;
  display: inline-block;
  padding: 0 20px;
  height: 60px;
  border-radius: 0;
  box-shadow: none!important;
}
button.p-button:not([class*="datepicker"]) .p-button-label {
  font-weight: bold;
  font-size: 14px;
}
button.p-button:not([class*="datepicker"]):hover {
  background: #74B22F!important;
}
.field button:not([class*="datepicker"]) {
  background: #234A31!important;
}
.field button:not([class*="datepicker"]):hover {
  background: #21462F!important;
}
p-dataview .p-dataview-footer {
  padding: 0!important;
  background: none!important;
  border: 0!important;
}
p-dataview .p-dataview-footer button {
  height: 50px;
}
p-dataview .p-dataview-footer button .p-button-label {
  font-size: 1em;
}
.fb-suche-outer {
  background: #78BE20;
  padding: 40px 100px 50px;
  min-height: 250px;
}
@media (max-width: 1600px) {
  .fb-suche-outer {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .fb-suche-outer {
    min-height: 0;
    padding: 30px 20px;
  }
}
.fb-suche-outer p {
  font-family: 'Lato';
  font-weight: 400!important;
  font-size: 18px!important;
  line-height: 28px!important;
  margin: 0 0 30px;
  color: #234A31!important;
}
galabau-fachbetrieb-suche * {
  outline: none!important;
  box-shadow: none!important;
}
galabau-fachbetrieb-suche .fachbetriebe-suche h3 {
  display: none;
}
galabau-fachbetrieb-suche .fachbetriebe-suche p {
  display: none;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid {
  display: flex;
  margin: 40px 0 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field {
  margin-right: 1px;
  max-width: 100%;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.unternehmen {
  order: 1;
  margin-right: 20px;
  width: 420px;
}
@media (max-width: 1440px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.unternehmen {
    width: calc(30% - 20px);
  }
}
@media (max-width: 991px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.unternehmen {
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.unternehmen {
    width: calc(100% - 135px);
  }
}
@media (max-width: 400px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.unternehmen {
    width: 100%;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.plzort {
  order: 2;
  width: 420px;
}
@media (max-width: 1440px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.plzort {
    width: calc(30% - 20px);
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.plzort {
    order: 3;
    margin-right: 5px;
    width: calc(60% - 100px);
  }
}
@media (max-width: 500px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.plzort {
    width: calc(60% - 5px);
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis {
  order: 3;
  width: 150px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis .p-dropdown.p-dropdown-clearable .p-dropdown-label {
    padding: 0 5px!important;
  }
}
@media (max-width: 1440px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis {
    width: auto;
  }
}
@media (max-width: 991px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis {
    margin-right: 5px;
    width: 135px;
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis {
    order: 4;
    width: calc(40% - 40px);
  }
}
@media (max-width: 500px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.umkreis {
    width: calc(40% - 5px);
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.ausbildungsbetriebe {
  order: 8;
  display: flex;
  align-items: center;
  margin-top: 25px;
  margin-left: 15px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.ausbildungsbetriebe {
    justify-content: flex-start;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.ausbildungsbetriebe label {
  order: 2;
  margin-left: 10px;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.ausbildungsbetriebe p-checkbox {
  order: 1;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.ausbildungsbetriebe p-checkbox .p-checkbox .p-checkbox-box.p-highlight {
  background: #234A31!important;
  border-color: #234A31!important;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.button {
  order: 4;
  display: block;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.button {
    order: 2;
  }
}
@media (max-width: 400px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.button {
    width: 100%;
    order: 4;
  }
}
@media (max-width: 991px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.button button.p-button:not([class*="datepicker"]) {
    padding: 0 15px;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband {
  order: 5;
  display: block;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse {
  order: 6;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete {
  order: 7;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete {
  width: 250px;
  margin-top: 25px;
  margin-right: 20px;
}
@media (max-width: 1200px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete {
    margin-right: 10px;
    width: calc(32% - 10px);
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete {
    width: calc(100% - 135px);
    margin: 10px 0 0 0;
  }
}
@media (max-width: 475px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete {
    width: 100%;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband .p-dropdown,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse .p-dropdown,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete .p-dropdown,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband .p-multiselect,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse .p-multiselect,
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete .p-multiselect {
  background: #E2E6DE;
}
@media (min-width: 1400px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband p-multiselect .p-multiselect .p-multiselect-panel,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse p-multiselect .p-multiselect .p-multiselect-panel,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete p-multiselect .p-multiselect .p-multiselect-panel {
    max-width: none;
  }
}
@media (max-width: 1399px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.landesverband p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-item,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.betriebsgroesse p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-item,
  galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.arbeitsgebiete p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-item {
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    hyphens: auto;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid input::-webkit-input-placeholder {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid input::-moz-placeholder {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid input:-ms-input-placeholder {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid input:-moz-placeholder {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid p-multiselect .p-multiselect .p-multiselect-label {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid p-dropdown .p-dropdown .p-dropdown-label {
  font-weight: 500;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid input {
  border-radius: 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche form .grid button {
  border-radius: 0;
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field {
  width: calc(50% - 72px);
}
@media (max-width: 500px) {
  .fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field {
    width: calc(50% - 1px);
  }
}
.fbs .fbs-inner galabau-fachbetrieb-suche .fachbetriebe-suche form .grid .field.button {
  width: 140px;
}
galabau-fachbetrieb-liste .fachbetrieb-list {
  display: flex;
  flex-wrap: wrap;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview,
galabau-fachbetrieb-liste .fachbetrieb-list galabau-google-map {
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media (max-width: 1023px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview,
  galabau-fachbetrieb-liste .fachbetrieb-list galabau-google-map {
    width: 100%;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list galabau-google-map {
  order: 2;
}
@media (max-width: 1023px) {
  galabau-fachbetrieb-liste .fachbetrieb-list galabau-google-map {
    order: 1;
    display: block;
    margin: 0 0 30px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview {
  order: 1;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid > div {
  border: 0;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item {
  position: relative;
  background: #E2E6DE;
  padding: 50px;
  margin: 0 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item {
    padding: 25px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr {
  order: 2;
  width: 150px;
  text-align: right;
}
@media (max-width: 600px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr {
    order: 1;
    width: 100%;
    margin: 0 0 20px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr img {
  display: inline-block;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr {
  order: 1;
  width: calc(100% - 150px);
}
@media (max-width: 600px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr {
    order: 2;
    width: 100%;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 34px;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span {
  display: block;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .stellen,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .entfernung {
  display: none;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked {
  order: 3;
  width: 100%;
  position: static;
  color: transparent;
  margin-top: 20px;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:before {
  content: 'Zur Detailansicht';
  color: #fff;
  background: #78BE20;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:hover:before {
  background: #74B22F;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr,
galabau-foerdermitglieder-detail .keyvisual .kv-text-wr {
  bottom: auto;
  top: 270px;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr,
  galabau-foerdermitglieder-detail .keyvisual .kv-text-wr {
    position: relative;
    bottom: auto!important;
    margin: 30px 0 0 0;
    width: 100%;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .offset-md-1,
galabau-foerdermitglieder-detail .keyvisual .kv-text-wr .offset-md-1 {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr h2,
galabau-foerdermitglieder-detail .keyvisual .kv-text-wr h2 {
  color: #234A31;
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr h2,
  galabau-foerdermitglieder-detail .keyvisual .kv-text-wr h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
@media (max-width: 1023px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr h2,
  galabau-foerdermitglieder-detail .keyvisual .kv-text-wr h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .firma,
galabau-foerdermitglieder-detail .keyvisual .kv-text-wr .firma {
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .white-box,
galabau-foerdermitglieder-detail .keyvisual .kv-text-wr .white-box {
  display: none;
}
galabau-fachbetrieb-detail .detail-box .text > p > br:first-child,
galabau-foerdermitglieder-detail .detail-box .text > p > br:first-child,
galabau-fachbetrieb-detail .content-box .text > p > br:first-child,
galabau-foerdermitglieder-detail .content-box .text > p > br:first-child {
  display: none;
}
galabau-fachbetrieb-detail .ueberuns-image,
galabau-foerdermitglieder-detail .ueberuns-image {
  margin: 30px 0;
}
galabau-fachbetrieb-detail .ueberuns-image galabau-profil-image img,
galabau-foerdermitglieder-detail .ueberuns-image galabau-profil-image img {
  margin: 0 0 10px;
  max-width: 500px!important;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .ueberuns-image galabau-profil-image img,
  galabau-foerdermitglieder-detail .ueberuns-image galabau-profil-image img {
    max-width: 100%!important;
  }
}
galabau-fachbetrieb-detail .ueberuns-image galabau-profil-image + div,
galabau-foerdermitglieder-detail .ueberuns-image galabau-profil-image + div {
  font-style: italic;
}
galabau-fachbetrieb-detail .content .contact-box,
galabau-foerdermitglieder-detail .content .contact-box {
  padding: 50px;
  background: #E2E6DE;
  margin: 0 0 30px;
  position: relative;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .content .contact-box,
  galabau-foerdermitglieder-detail .content .contact-box {
    padding: 25px;
  }
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia {
  padding-right: 150px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-detail .content .contact-box .contact-box-line,
  galabau-foerdermitglieder-detail .content .contact-box .contact-box-line,
  galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia,
  galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia {
    padding-right: 0;
  }
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line a,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line a,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia a,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia a {
  color: #234A31;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line .text-wr a,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .text-wr a,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia .text-wr a,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia .text-wr a {
  color: #234A31;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line .text-wr p,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .text-wr p,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia .text-wr p,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia .text-wr p {
  margin: 0;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line .img-wr,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .img-wr,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia .img-wr,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia .img-wr {
  display: none;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-line + .contact-box-line,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line + .contact-box-line,
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia + .contact-box-line,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia + .contact-box-line {
  margin-top: 10px;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia {
  margin: 20px 0 0 0;
}
galabau-fachbetrieb-detail .content .contact-box .contact-box-socialmedia a,
galabau-foerdermitglieder-detail .content .contact-box .contact-box-socialmedia a {
  margin: 0 15px 0 0;
}
galabau-fachbetrieb-detail .content .contact-box galabau-profil-image,
galabau-foerdermitglieder-detail .content .contact-box galabau-profil-image {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 150px;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .content .contact-box galabau-profil-image,
  galabau-foerdermitglieder-detail .content .contact-box galabau-profil-image {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 500px) {
  galabau-fachbetrieb-detail .content .contact-box galabau-profil-image,
  galabau-foerdermitglieder-detail .content .contact-box galabau-profil-image {
    position: static;
    margin: 0 0 20px;
  }
}
galabau-fachbetrieb-detail .content .contact-box galabau-profil-image img,
galabau-foerdermitglieder-detail .content .contact-box galabau-profil-image img {
  max-width: 100%!important;
}
galabau-fachbetrieb-detail .content .contact-box galabau-profil-image ~ galabau-profil-image,
galabau-foerdermitglieder-detail .content .contact-box galabau-profil-image ~ galabau-profil-image {
  display: none;
}
galabau-fachbetrieb-detail .content .js-magic,
galabau-foerdermitglieder-detail .content .js-magic {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .content .js-magic,
  galabau-foerdermitglieder-detail .content .js-magic {
    margin-top: 30px;
  }
}
galabau-fachbetrieb-detail .content .intro.detail,
galabau-foerdermitglieder-detail .content .intro.detail {
  background: #E2E6DE;
  padding: 70px 0 0;
  margin: 0;
}
galabau-fachbetrieb-detail .content .intro.detail .offset-md-1,
galabau-foerdermitglieder-detail .content .intro.detail .offset-md-1 {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
galabau-fachbetrieb-detail .content .intro.detail .content-box .text h1,
galabau-foerdermitglieder-detail .content .intro.detail .content-box .text h1 {
  font-size: 18px;
  line-height: 26px;
}
galabau-fachbetrieb-detail .content .map.section,
galabau-foerdermitglieder-detail .content .map.section {
  display: none;
}
galabau-fachbetrieb-detail .content .sample-images,
galabau-foerdermitglieder-detail .content .sample-images {
  background: #244A32;
  padding: 50px 0;
  margin-top: 100px;
  margin-left: calc(((100vw - 1400px) / 2) * -1);
  margin-right: calc(((100vw - 1400px) / 2) * -1);
}
@media (max-width: 1500px) {
  galabau-fachbetrieb-detail .content .sample-images,
  galabau-foerdermitglieder-detail .content .sample-images {
    margin-left: -20px;
    margin-right: -20px;
    padding: 50px 20px;
  }
}
galabau-fachbetrieb-detail .content .sample-images h3,
galabau-foerdermitglieder-detail .content .sample-images h3 {
  text-align: center;
  color: #fff;
}
galabau-fachbetrieb-detail .content .sample-images p-galleria,
galabau-foerdermitglieder-detail .content .sample-images p-galleria {
  display: block;
  max-width: 920px;
  margin: 0 auto;
}
galabau-fachbetrieb-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content,
galabau-foerdermitglieder-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content {
  position: relative;
}
galabau-fachbetrieb-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container,
galabau-foerdermitglieder-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container {
  background: none;
}
galabau-fachbetrieb-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container button,
galabau-foerdermitglieder-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #78BE22;
  opacity: 1;
}
galabau-fachbetrieb-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container button.p-galleria-thumbnail-next,
galabau-foerdermitglieder-detail .content .sample-images p-galleria p-galleriacontent .p-galleria .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-container button.p-galleria-thumbnail-next {
  left: auto;
  right: -100px;
}
galabau-google-map google-map .map-container {
  width: 100%!important;
}
galabau-foerdermitglieder-detail .content {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  galabau-foerdermitglieder-detail .content {
    margin-top: 30px;
  }
}
galabau-foerdermitglieder-detail .content .gmap-wr {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
galabau-foerdermitglieder-detail .content .gmap-wr h2 {
  order: 1;
}
galabau-foerdermitglieder-detail .content .gmap-wr galabau-foerdermitglieder-galabau-google-map {
  order: 2;
}
galabau-foerdermitglieder-detail .content .gmap-wr galabau-foerdermitglieder-galabau-google-map:empty + h2 {
  display: none;
}
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .img-wr {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 150px;
  text-align: right;
  display: block;
}
@media (max-width: 767px) {
  galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .img-wr {
    top: 25px;
    right: 25px;
  }
}
@media (max-width: 500px) {
  galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .img-wr {
    position: static;
    margin: 0 0 20px;
  }
}
galabau-foerdermitglieder-detail .content .contact-box .contact-box-line .img-wr img {
  max-width: 100%!important;
}
galabau-mitgliederkampagne .contact-part,
galabau-fachbetrieb-detail .contact-part,
galabau-seminare-detail .contact-part {
  background: #E2E6DE;
  margin-top: 0;
  padding: 100px 0 50px;
}
galabau-mitgliederkampagne .contact-part *,
galabau-fachbetrieb-detail .contact-part *,
galabau-seminare-detail .contact-part * {
  outline: none!important;
  box-shadow: none!important;
}
galabau-mitgliederkampagne .contact-part .offset-md-1,
galabau-fachbetrieb-detail .contact-part .offset-md-1,
galabau-seminare-detail .contact-part .offset-md-1 {
  margin: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
galabau-mitgliederkampagne .contact-part .formular,
galabau-fachbetrieb-detail .contact-part .formular,
galabau-seminare-detail .contact-part .formular {
  width: 600px;
  margin: 0 auto;
  max-width: 100%;
}
galabau-mitgliederkampagne .contact-part .formular .row,
galabau-fachbetrieb-detail .contact-part .formular .row,
galabau-seminare-detail .contact-part .formular .row {
  margin: 0 0 10px;
}
galabau-mitgliederkampagne .contact-part .formular *,
galabau-fachbetrieb-detail .contact-part .formular *,
galabau-seminare-detail .contact-part .formular * {
  outline: none;
  box-shadow: none;
  border: 0;
}
galabau-mitgliederkampagne .contact-part .formular textarea,
galabau-fachbetrieb-detail .contact-part .formular textarea,
galabau-seminare-detail .contact-part .formular textarea,
galabau-mitgliederkampagne .contact-part .formular input[type="email"],
galabau-fachbetrieb-detail .contact-part .formular input[type="email"],
galabau-seminare-detail .contact-part .formular input[type="email"],
galabau-mitgliederkampagne .contact-part .formular input[type="text"],
galabau-fachbetrieb-detail .contact-part .formular input[type="text"],
galabau-seminare-detail .contact-part .formular input[type="text"],
galabau-mitgliederkampagne .contact-part .formular select,
galabau-fachbetrieb-detail .contact-part .formular select,
galabau-seminare-detail .contact-part .formular select {
  height: 50px;
  width: 100%;
}
galabau-mitgliederkampagne .contact-part .formular textarea,
galabau-fachbetrieb-detail .contact-part .formular textarea,
galabau-seminare-detail .contact-part .formular textarea {
  height: 100px;
}
galabau-mitgliederkampagne .contact-part .formular .privacy-wr,
galabau-fachbetrieb-detail .contact-part .formular .privacy-wr,
galabau-seminare-detail .contact-part .formular .privacy-wr {
  align-items: flex-start;
}
galabau-mitgliederkampagne .contact-part .formular .privacy-wr p-checkbox,
galabau-fachbetrieb-detail .contact-part .formular .privacy-wr p-checkbox,
galabau-seminare-detail .contact-part .formular .privacy-wr p-checkbox {
  width: auto;
  margin: 0 10px 0 0;
}
galabau-mitgliederkampagne .contact-part .formular .privacy-wr label,
galabau-fachbetrieb-detail .contact-part .formular .privacy-wr label,
galabau-seminare-detail .contact-part .formular .privacy-wr label {
  float: none;
  max-width: none;
  padding: 0;
  font-size: 0.9em;
  line-height: 1em;
  width: calc(100% - 30px);
}
galabau-mitgliederkampagne .contact-part .formular .privacy-wr button,
galabau-fachbetrieb-detail .contact-part .formular .privacy-wr button,
galabau-seminare-detail .contact-part .formular .privacy-wr button {
  margin-top: 20px;
  height: 50px;
}
galabau-mitgliederkampagne .contact-part .formular .privacy-wr button .p-button-label,
galabau-fachbetrieb-detail .contact-part .formular .privacy-wr button .p-button-label,
galabau-seminare-detail .contact-part .formular .privacy-wr button .p-button-label {
  font-size: 1em;
}
galabau-mitgliederkampagne .contact-part .contact-box,
galabau-fachbetrieb-detail .contact-part .contact-box,
galabau-seminare-detail .contact-part .contact-box {
  display: none;
}
galabau-mitgliederkampagne .formular .row.privacy-wr {
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  margin: 20px 0;
}
galabau-mitgliederkampagne .formular .row.privacy-wr p-checkbox {
  width: auto;
  order: 1;
}
galabau-mitgliederkampagne .formular .row.privacy-wr label {
  width: calc(100% - 40px);
  order: 2;
}
galabau-mitgliederkampagne .formular .ng-touched.ng-invalid {
  border: 1px solid red!important;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field {
  margin: 0 1px 10px 0;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field label,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field label {
  display: none;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field input,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .grid .field input {
  border-radius: 0;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter {
  width: auto;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding-left: 20px;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span:before,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span:before {
  content: '+ ';
  position: absolute;
  top: 12px;
  left: 0;
  line-height: 0;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span:hover,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter > span:hover {
  text-decoration: none;
}
galabau-foerdermitglieder-liste .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter .grid,
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr .morefilter .grid {
  margin: 20px auto 0;
}
galabau-seminare-liste .entries,
galabau-foerdermitglieder-liste .entries {
  margin-top: 0;
}
galabau-seminare-liste .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div,
galabau-foerdermitglieder-liste .p-dataview.p-dataview-list .p-dataview-content > .p-grid > div {
  border: 0;
}
galabau-fachbetrieb-detail .stellen-item {
  width: 100%;
  border: 0;
  position: relative;
  background: #E2E6DE;
  padding: 10px;
  border-width: 2px!important;
  border-color: #fff!important;
}
galabau-fachbetrieb-detail .stellen-item .img-wr {
  display: none;
}
galabau-fachbetrieb-detail .stellen-item:after {
  content: url(/img/system/galabau/icon-arrow-right.svg);
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .stellen-item:after {
    right: 10px;
  }
}
galabau-fachbetrieb-detail .formular .row.privacy-wr {
  padding-left: 0;
}
galabau-foerdermitglieder-liste * {
  outline: none!important;
  box-shadow: none!important;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab {
  width: 100%;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab {
  display: block;
  border-bottom: 2px solid #234A31;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-accordion-header .p-accordion-header-link {
  background: none;
  border: 0;
  text-decoration: none;
  height: 100px;
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 40px;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon:before {
  content: url(/img/system/galabau/icon-klapper-down-gray.svg);
  display: inline-block;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-accordion-header .p-accordion-header-link .p-accordion-header-text {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  color: #234A31;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab.p-accordion-tab-active .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon:before {
  content: url(/img/system/galabau/icon-klapper-top.svg);
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content {
  border: 0;
  padding: 0;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .fachbetrieb {
  position: relative;
  background: #E2E6DE;
  padding: 50px;
  margin: 0 0 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .fachbetrieb {
    padding: 25px;
  }
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .img-wr {
  order: 2;
  width: 150px;
  text-align: right;
}
@media (max-width: 600px) {
  galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .img-wr {
    order: 1;
    width: 100%;
    margin: 0 0 20px;
  }
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .img-wr img {
  display: inline-block;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr {
  order: 1;
  width: calc(100% - 150px);
}
@media (max-width: 600px) {
  galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr {
    order: 2;
    width: 100%;
  }
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr h5 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 34px;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr span {
  display: block;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr span a {
  color: #234A31;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr .stellen,
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .text-wr .entfernung {
  display: none;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .linked {
  order: 3;
  width: 100%;
  position: static;
  color: transparent;
  margin-top: 20px;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .linked:before {
  content: 'Zur Detailansicht';
  color: #fff;
  background: #78BE20;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
galabau-foerdermitglieder-liste .stellenboerse-list p-accordion .p-accordion p-dataview .p-dataview .p-dataview-content .grid p-accordiontab .p-accordion-tab .p-toggleable-content .p-accordion-content .linked:before:hover:before {
  background: #74B22F;
}
@media (min-width: 1201px) {
  galabau-foerdermitglieder-detail .keyvisual.sp .kv-text-wr h1,
  galabau-seminare-detail .keyvisual.sp .kv-text-wr h1 {
    max-width: none;
    font-size: 60px;
    line-height: 70px;
  }
}
galabau-seminare-detail .entries table tr td {
  color: #234A31;
}
galabau-seminare-detail .entries table tr td a {
  color: #234A31;
}
galabau-seminare-detail .contact-part {
  margin-bottom: 0;
}
galabau-seminare-detail .contact-part .formular .row {
  flex-direction: column;
}
galabau-seminare-detail .contact-part .formular .row.privacy-wr {
  padding-left: 0;
}
galabau-seminare-detail .contact-part .formular .row.privacy-wr .btn-linebtn-right {
  text-align: right;
}
galabau-seminare-detail .contact-part .formular .row .btn-linebtn-right {
  text-align: right;
}
galabau-seminare-detail .contact-part .formular label {
  display: block!important;
}
@media (max-width: 1200px) {
  #main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-wr {
    width: 100%;
  }
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr {
  width: auto;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  #main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr {
    width: 1160px;
  }
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .selectjs {
  width: calc(50% - 1px);
}
@media (max-width: 991px) {
  #main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .selectjs {
    width: 100%;
  }
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .selectjs .select2-container {
  width: 100%!important;
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .datepicker-wr {
  width: calc(25% - 51px);
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .datepicker-wr input {
  width: 100%;
}
@media (max-width: 991px) {
  #main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .datepicker-wr {
    width: calc(50% - 1px);
  }
}
#main_content_PresseWrapper_searchPressemitteilungen .sucheingabe .sucheingabe-inner-wr .btn-green {
  width: 100px;
}
@media (max-width: 1200px) {
  #main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-wr {
    width: 100%;
  }
}
#main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr {
  width: auto;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  #main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr {
    width: 1160px;
  }
}
#main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr .selectjs {
  width: calc(50% - 51px);
}
@media (max-width: 991px) {
  #main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr .selectjs {
    width: 100%;
  }
}
#main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr .selectjs .select2-container {
  width: 100%!important;
}
#main_content_VeranstaltungenWrapper_searchVeranstaltungen .sucheingabe .sucheingabe-inner-wr .btn-green {
  width: 100px;
}
@media (max-width: 1200px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr {
    width: 100%;
  }
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr {
  width: auto;
  max-width: 100%;
  justify-content: space-between;
}
@media (min-width: 1400px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr {
    width: 1160px;
  }
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form {
  width: 100%;
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid {
  width: 100%;
  margin: 0;
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid .field {
  width: calc(50% - 51px);
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid .field input {
  width: 100%;
}
@media (max-width: 991px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid .field {
    width: calc(50% - 1px);
  }
}
@media (max-width: 600px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid .field {
    width: calc(100% - 1px);
  }
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form > .grid .field.button {
  width: 99px;
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form .morefilter .grid {
  justify-content: flex-start;
}
galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form .morefilter .grid .field {
  width: calc(20% - 1px);
}
@media (max-width: 1200px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form .morefilter .grid .field {
    width: calc(33.33% - 1px);
  }
}
@media (max-width: 767px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form .morefilter .grid .field {
    width: calc(50% - 1px);
  }
}
@media (max-width: 450px) {
  galabau-seminare-suche .sucheingabe .sucheingabe-wr .sucheingabe-inner-wr form .morefilter .grid .field {
    width: calc(100% - 1px);
  }
}
.seminare-three-wr galabau-seminare-liste h2 {
  display: none;
}
.seminare-three-wr galabau-seminare-liste .entries {
  margin-bottom: 0;
}
.seminare-three-wr galabau-seminare-liste p-dataview .p-dataview-content .p-grid article:nth-child(n+4) {
  display: none;
}
.seminare-three-wr galabau-seminare-liste p-dataview p-paginator {
  display: none;
}
.seminare-three-wr:not(.basic) .btn-line {
  margin-top: 0;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid {
  margin-left: -20px;
  margin-right: -20px;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article {
  width: calc(33.33% - 40px);
  margin: 0 20px;
  padding: 30px 40px;
  background: #78BE20;
  position: relative;
}
@media (max-width: 991px) {
  .seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article {
    width: calc(50% - 40px);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article {
    width: calc(100% - 40px);
  }
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article h3 {
  color: #fff;
  margin: 0 0 20px;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .info-wr {
  margin: 0;
  display: block;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .info-wr > div {
  width: 100%;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .info-wr > div:last-child {
  display: none;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .info-wr > div p.info-label {
  margin: 0 0 5px;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .info-wr > div a {
  pointer-events: none;
  text-decoration: none;
  color: #495057;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .btn-line {
  height: 0;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .btn-line .btn-green a {
  color: transparent;
  text-indent: -9999px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: none;
}
.seminare-three-wr.basic galabau-seminare-liste .entries .p-dataview-content .p-grid article .btn-line .btn-green.white {
  display: none;
}.kv-text-wr.kv--teaser {
  bottom: 120px; }

@media (max-width: 1280px) {
  .kv-text-wr.kv--teaser {
    bottom: 100px; } }

@media (max-width: 1130px) {
  .kv-text-wr.kv--teaser {
    bottom: 70px; } }

@media (max-width: 992px) {
  .kv-text-wr.kv--teaser {
    position: static;
    margin-top: 30px; } }
  .kv-text-wr.kv--teaser h1 {
    margin-bottom: 100px; }

@media (max-width: 1400px) {
  .kv-text-wr.kv--teaser h1 {
    margin-bottom: 15px; } }

@media (max-width: 992px) {
  .kv-text-wr.kv--teaser h1 {
    color: #234A31; } }

.kv__box-container .kv__box {
  background: #78BE20;
  padding: 30px 40px;
  color: #fff;
  position: relative;
  height: 100%; }

@media (max-width: 991px) {
  .kv__box-container .kv__box {
    height: auto;
    margin-bottom: 15px; } }
  .kv__box-container .kv__box h2, .kv__box-container .kv__box h3 {
    font-size: 30px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    color: #fff; }
  .kv__box-container .kv__box p, .kv__box-container .kv__box time {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 0;
    color: #234A31;
    font-weight: normal; }

#svggrouplandesverbaendeNew path:hover {
  fill: #68b022; }

.youtube__wrapper {
  margin-bottom: 50px; }#mainnav {
  display: none;
}
.lt-ie9 #mainnav.activeWarning {
  top: 266px;
}
#mainnav ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#mainnav > div > ul > li {
  float: left;
}
#mainnav a {
  display: block;
  font-family: Enriqueta;
  font-size: 22px;
  color: #707173;
  text-decoration: none;
  padding: 0 18px;
  line-height: 21px;
  background: none;
}
#mainnav > div > ul > li > a {
  margin-left: 26px;
  padding-left: 0;
  line-height: 50px;
  -o-transition: 0.3s color ease-in-out;
  -ms-transition: 0.3s color ease-in-out;
  -moz-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
#mainnav > div > ul > li.nav1 a {
  margin-left: 0;
}
#mainnav > div > ul > li:hover > a,
#mainnav > div > ul > li.selected > a {
  color: #68b022;
}
#mainnav .lv {
  position: relative;
  z-index: 99;
  bottom: 45px;
  float: right;
  margin-left: -10px;
  right: 15px;
  vertical-align: middle;
  max-height: 80px;
  max-width: 80px;
}
.sticky #mainnav .lv {
  position: relative;
}
.sticky #mainnav .lv {
  margin-right: 0;
}
#mainnav .lv-nord {
  right: 15px;
  bottom: 80px;
}
#mainnav .lv2.lv-nord {
  right: 50px;
}
.sticky #mainnav .lv2.lv-nord {
  right: 14px;
}
#mainnav .lv-bb {
  right: 15px;
  bottom: 80px;
}
#mainnav .lv2.lv-bb {
  right: 40px;
}
.sticky #mainnav .lv-bb {
  right: 9px;
}
.sticky #mainnav .lv2.lv-bb {
  right: 10px;
}
#mainnav .lv.lv-bayern {
  bottom: 18px;
  right: 20px;
  margin-right: 0;
}
#mainnav .lv.lv-sa {
  bottom: 8px;
  right: 20px;
  margin-right: 0;
}
#mainnav .lv-rps {
  right: 15px;
  bottom: 80px;
}
#mainnav .lv2.lv-rps {
  right: 40px;
  bottom: 65px;
}
.sticky #mainnav .lv-rps {
  right: 2px;
}
.sticky #mainnav .lv2.lv-rps {
  right: 10px;
  bottom: -4px;
}
#mainnav .lv-nordwest {
  bottom: 69px;
}
#mainnav .lv2.lv-nordwest {
  bottom: 120px;
}
#mainnav .lv2 {
  /*right:50px;*/
}
.subLayer {
  display: none;
  width: 100%;
  left: 0;
  top: 50px;
  min-height: 425px;
  position: absolute;
  z-index: 90;
  background: #ebebeb;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ebebeb 0%, #ffffff 45%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebebeb), color-stop(45%, #ffffff), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, #ebebeb 0%, #ffffff 45%, #f6f6f6 100%);
  background: -o-linear-gradient(top, #ebebeb 0%, #ffffff 45%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, #ebebeb 0%, #ffffff 45%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #ffffff 45%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#f6f6f6', GradientType=0);
}
#mainnav .nav-col {
  margin-top: 15px;
  margin-right: 26px;
  width: 230px;
  float: left;
}
#mainnav .nav-col > li {
  float: none;
  margin-bottom: 15px;
}
#mainnav .nav-col.map {
  position: relative;
}
#mainnav .nav-col.map > li:first-child {
  margin-bottom: 40px;
}
#mainnav .nav-col.map > li.info {
  border-top: 1px dotted #707173;
  padding-top: 9px;
}
#mainnav .nav-col > li > a {
  color: #68b022;
  font-size: 19px;
  line-height: 21px;
  padding: 0 0 5px 0;
  border-bottom: 1px dotted #707173;
}
#mainnav .nav-col ul li a {
  font-size: 17px;
  line-height: 19px;
  padding: 3px 0px;
}
#mainnav .nav-col ul li a:hover,
#mainnav .nav-col ul li.selected a {
  color: #68b022;
}
#mainnav .nav-col a {
  padding: 0;
}
#mainnav .nav-col img {
  width: 228px;
  height: 140px;
  border: 1px dotted #707173;
  margin-bottom: 8px;
}
#mainnav .nav-col span.img {
  width: 228px;
  height: 140px;
  display: block;
}
#mainnav .nav-col span.img.respbg.imgloaded {
  background-position: center top;
  background-size: 100% auto;
}
#mainnav .nav-col p {
  font-size: 16px;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}
#mainnav .nav-col.articles > li {
  margin-bottom: 15px;
  min-height: 184px;
}
.subnavi,
.greybox {
  background: url(/img/system/gray-transparent-bg.png) 0 0 repeat;
  margin-top: -18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.subnavi h3,
.greybox h3 {
  padding: 0 12px;
  margin: 0;
  margin-bottom: 10px;
  color: #68b022;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 34px;
}
.greybox p {
  padding: 0 12px;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}
.subnavi ul {
  margin-left: 0;
}
.subnavi ul,
.greybox ul {
  list-style: none;
  padding: 0 12px;
}
.subnavi ul ul,
.greybox ul ul {
  padding-top: 4px;
  padding-bottom: 1px;
}
.subnavi a,
.greybox a,
.login a {
  background-position: 5px -226px;
}
.subnavi li,
.greybox li {
  margin-bottom: 5px;
}
.subnavi a,
.greybox a {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  background-position: 5px -229px;
}
.subnavi li li a,
.greybox li li a {
  font-size: 16px;
  line-height: 16px;
}
.subnavi li li li a,
.greybox li li li a {
  font-size: 14px;
  line-height: 16px;
}
.subnavi a.selected,
.subnavi a:hover,
.subnavi a:focus,
.subnavi a:active,
.greybox a.selected,
.greybox a:hover,
.greybox a:focus,
.greybox a:active {
  color: #68b022;
  text-decoration: none;
}
.sticky #mainnav > .inner > ul {
  margin-left: -26px;
}
.sticky #mainnav .lv {
  max-height: 40px;
  bottom: -5px;
  margin-left: 5px;
}
.sticky #mainnav .lv.lv-bw {
  bottom: 0;
}
.sticky #mainnav {
  top: 0;
  position: fixed;
  z-index: 8010;
  background: #68b022;
}
.sticky #mainnav > div > ul > li > a {
  padding-left: 26px;
  margin-left: 0;
}
.sticky #mainnav > div > ul > li:first-child a {
  margin-left: 26px;
  padding-left: 0;
}
.sticky #mainnav > div > ul > li > a,
.sticky #mainnav > div > ul > li:hover > a {
  color: #FFF;
}
.sticky #mainnav > div > ul > li:hover > a,
.sticky #mainnav > div > ul > li.selected > a {
  text-decoration: underline;
}
.stickyL {
  display: none;
  margin-left: -40px;
  top: 10px;
  position: absolute;
  z-index: 99;
}
#mainnav a.stickyLa {
  background: none;
  padding: 0;
  display: inline;
  line-height: auto;
}
.sticky .stickyL {
  display: block;
}
@media (max-width: 768px) {
  #mainForm {
    transition: 0.3s ease;
  }
  .mobileopen #mainForm {
    transform: translateX(-250px);
  }
  .mobileopen #mainnav {
    display: block;
  }
  #mainnav a.mobileMenu {
    display: block;
    float: left;
    margin-top: 8px;
  }
  #mainnav > .inner > ul {
    position: fixed;
    z-index: 999;
    top: 0;
    background: #FFF;
    width: 255px;
    padding: 0;
    padding-bottom: 80px;
    height: 100%;
    margin-right: -255px;
    right: 0;
  }
  .mobileopen #mainnav > .inner > ul {
    box-shadow: 1px 0 3px 2px rgba(0, 0, 0, 0.3);
  }
  .sticky #mainnav > .inner > ul {
    margin-left: -255px;
  }
  .mobileopen .sticky #mainnav > .inner > ul {
    margin-left: 0;
  }
  #mainnav > div > ul > li {
    float: none;
    width: 255px;
    border-bottom: 1px #FFF solid;
    padding-left: 0;
    background: url(/img/system/galabau/mobileArrows.png) 225px -90px no-repeat #68b022;
  }
  #mainnav > div > ul > li.open {
    background: url(/img/system/galabau/mobileArrows.png) 225px 16px no-repeat #68b022;
  }
  #mainnav .mobileSearch a {
    border-right: 1px solid #FFF;
  }
  #mainnav > div > ul > li:first-child a,
  #mainnav > div > ul > li a,
  .sticky #mainnav > div > ul > li:first-child a,
  .sticky #mainnav > div > ul > li > a {
    padding-right: 0;
    padding-left: 15px;
    margin-left: 0;
    color: #FFF;
  }
  #mainnav > div > ul > li ul li a {
    color: #68b022!important;
  }
  .nav-col li {
    position: relative;
  }
  .nav-col li > a {
    padding-left: 30px!important;
  }
  .nav-col li.contains-lv .is-lv {
    position: absolute;
    left: 10px;
    top: 8px;
  }
  .nav-col li.contains-lv .is-lv:before {
    display: inline-block;
    margin: 0 8px 0 0;
    content: url(/img/system/galabau/icon-nav-lv.svg);
    vertical-align: middle;
  }
  #mainnav > div > ul > li.nav-lv-info {
    background: none;
    font-size: 0.8em;
    padding: 10px;
    position: relative;
    margin-top: 20px;
  }
  #mainnav > div > ul > li.nav-lv-info .is-lv {
    display: inline-block;
    vertical-align: middle;
  }
  #mainnav > div > ul > li.nav-lv-info .is-lv:before {
    display: inline-block;
    margin: 0 8px 0 0;
    content: url(/img/system/galabau/icon-nav-lv.svg);
    vertical-align: middle;
  }
  #mainnav ul li ul li a {
    font-family: Lato;
  }
  #mainnav > div > ul > li:hover > a,
  #mainnav > div > ul > li.selected > a {
    color: #FFF!important;
  }
  #mainnav .naviOrg {
    /*display:block;*/
  }
  #mainnav .subLayer {
    display: none!important;
  }
  #mainnav .open .naviOrg {
    display: block;
  }
  #mainnav .nav-col {
    width: auto;
    margin: 0;
    float: none;
    background: #FFF;
  }
  #mainnav .nav-col > li {
    margin-bottom: 0;
    margin-right: 15px;
  }
  #mainnav .nav-col > li > a {
    border: 0;
    padding: 9px 0;
    padding-left: 15px;
    border-bottom: 1px dotted #a8a8a8;
    padding-right: 15px;
  }
  #mainnav .nav-col > li.hasChild > a {
    background: url(/img/system/galabau/mobileArrows.png) 225px -303px no-repeat #ffffff;
  }
  #mainnav .nav-col > li.open > a {
    background: url(/img/system/galabau/mobileArrows.png) 225px -196px no-repeat #ffffff;
  }
  #mainnav .nav-col > li > ul {
    display: none;
    margin-top: 5px;
  }
  #mainnav .nav-col > li.open > ul {
    display: block;
  }
  #mainnav .nav-col ul li a {
    color: #59595b;
    padding: 6px 0;
    padding-left: 15px;
  }
  #mainnav li:hover > a {
    text-decoration: underline;
  }
  .mobileSearch .nav-col {
    background: #ececec!important;
  }
  .mobileSearch .nav-col > li {
    position: relative;
    padding: 14px 14px;
    margin-right: 0;
  }
  #mobile-searchterm,
  #mobile-searchterm2 {
    background: #FFF;
    border: dotted #909090;
    border-width: 1px 0px;
    padding: 4px 30px 4px 5px;
    width: 195px;
  }
  #mobile-searchterm2 {
    box-sizing: border-box;
    width: 100%;
  }
  #searchterm-button-mobile,
  #searchterm-button-mobile2 {
    position: absolute;
    background: url(/img/system/galabau/lupe.png) 0 0 no-repeat !important;
    width: 18px;
    height: 17px;
    top: 21px;
    right: 0px;
    padding: 0!important;
    border: 0!important;
  }
  #searchterm-button-mobile2 {
    top: 12px;
    right: 18px;
  }
  #footer-tabs .ui-tabs-nav a {
    padding: 0 20px;
  }
}/* ::: Druckversion ::: */
@media print {
    
    /*@page {*/
    /*    margin: 20pt;*/
    /*}*/
    
    textarea,
    input {
        page-break-after: avoid;
    }
    
    * {
        color: #234A31!important;
    }  
    
    body .text-center {
        text-align: left!important;
    }
    
    .btn-line,
    .btn-green {
        display: none;
    }
    
    .video-wr,
    iframe{
        display: none;
    }
    
    /* Header */
    header {
        height: 100px;
        background: #fff;
        position: static;
    }
    
    header nav,
    header .head-top,
    header .menu {
        display: none;
    }
    
    header .logo img.standard, 
    header .logo img.standard-green {
        display: none!important;
    }
    
    header .logo img.scroll {
        display: block;
    }
    
    header .logo {
        position: static;
    }

    /* KV  */
    .keyvisual .kv-img-wr:before,
    .keyvisual .line-top,
    .keyvisual .line-left,
    .keyvsiaul .search-wr,
    .keyvisual .with-module {
        display: none;
    }
    
    .keyvisual,
    .keyvisual.noimg .kv-img-wr{
        min-height: 0!important;
        height: auto!important;
    }

    .keyvisual .kv-img-wr img {
        height: auto;
    }
    
    .keyvisual.sp .kv-text-wr {
        position: static;
        margin: 20px 0 20px 0;
    }
    
    .keyvisual .kv-text-wr h1 {
        text-shadow: none;
    }
    
    /* Breadcrumb */
    .breadcrumb {
        position: static!important;
        padding-left: 0!important;
        margin: 20px 0!important;
    }
    
    /* Content */
    .section {
        margin: 50px 0;
    }
    
    .content .bg-gray.section {
        padding: 50px 0;
    } 
    
    .content img[src*="blank.gif"] {
        display: none!important;
    }
    
    .content .zeitschrift ul li:before, 
    .content ul.on-list li:before{
        display: none;
    }
    
    .content .zeitschrift ul li, 
    .content ul.on-list li {
        margin: 0 0 10px 20px;
        list-style: inherit;
        padding-left: 0;
    }
    
    .ui-accordion .ui-accordion-content {
        display: block!important;
    }
    
    /* Footer */
    footer {
        padding: 50px 0 0;
    }
    
    footer .footer-line {
        margin: 20px 0;
    }
    footer .col-md-9 .col-12:nth-child(3) h5,
    footer .socialmedia,
    footer .meta {
        display: none; 
    }

}.simple-pagination ul {
  padding: 0;
  list-style: none;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.simple-pagination li a, .simple-pagination li span {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 34px;
  margin-right: 5px;
  color: #234A31;
  font-weight: 500;
  font-weight: bold;
  -webkit-aspect-ratio: 1/1;
  aspect-ratio: 1/1;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 50%;
  text-decoration: none !important; }
  .simple-pagination li a.ellipse.clickable, .simple-pagination li span.ellipse.clickable {
    width: 42px;
    -webkit-aspect-ratio: 16/9;
    aspect-ratio: 16/9; }

.simple-pagination li:hover a, .simple-pagination li:hover span {
  color: #7ABC31; }

.simple-pagination li.active a, .simple-pagination li.active span {
  color: #7ABC31;
  border-color: #7ABC31;
  color: #fff;
  border: 0;
  background: #7ABC31; }

.simple-pagination li .prev,
.simple-pagination li .next {
  background-size: 100%;
  border: 0 !important; }
  .simple-pagination li .prev:hover,
.simple-pagination li .next:hover {
    opacity: 0.9; }

.simple-pagination li .prev {
  background-image: url(/img/system/icon_slider_arrow-left.svg);
  margin-right: 40px; }

.simple-pagination li .next {
  background-image: url(/img/system/icon_slider_arrow-right.svg);
  margin-left: 40px; }

.simple-pagination li.disabled a, .simple-pagination li.disabled span {
  opacity: .5;
  filter: grayscale(1); }.button__primary {
  background: #fff;
  padding: 23px 20px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  color: #234A31 !important;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  position: relative; }
  .button__primary.external {
    padding-right: 50px; }
    .button__primary.external:after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.037' height='15.628' viewBox='0 0 16.037 15.628'%3E%3Cg id='Icon_-_Download' data-name='Icon - Download' transform='translate(0.7)'%3E%3Cpath id='Pfad_59' data-name='Pfad 59' d='M1047.927,8825.221l4.065,4.261,4.065-4.261' transform='translate(-1044.671 -8817.521)' fill='none' stroke='%23234a31' stroke-width='1.4'/%3E%3Cpath id='Pfad_60' data-name='Pfad 60' d='M1054.739,8825.9v-11.96' transform='translate(-1047.422 -8813.937)' fill='none' stroke='%23234a31' stroke-width='1.4'/%3E%3Cpath id='Pfad_97' data-name='Pfad 97' d='M0,11.96v2.968H14.635V11.96' transform='translate(0.002)' fill='none' stroke='%23234a31' stroke-width='1.4'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-size: 15px;
      background-repeat: no-repeat;
      position: absolute;
      right: 15px;
      top: 24px;
      z-index: 99;
      width: 20px;
      height: 20px; }

.video__bg {
  background: #78BE20;
  padding: 80px;
  padding-top: 100px;
  min-height: 680px; }

@media (max-width: 767px) {
  .video__bg {
    min-height: 1px;
    padding: 30px; } }
  .video__bg h3 {
    font-weight: 30px;
    line-height: 34px;
    font-weight: bold;
    color: #fff; }

.button__flex {
  display: flex;
  flex-wrap: wrap; }
  .button__flex .button__primary {
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    transition: 0.3s ease;
    background: #78BE20;
    color: #fff !important;
    text-transform: uppercase;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none !important;
    position: relative;
    transition: 0.3s ease;
    margin-right: 30px;
    margin-bottom: 15px; }
    .button__flex .button__primary:last-child {
      margin-right: 0; }
    .button__flex .button__primary:hover {
      background: #74B22F; }

.logo__container {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .logo__container .logo__item {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 215px;
    flex: 0 0 215px; }

.time__item p {
  position: relative;
  padding-left: 45px; }
  .time__item p:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26'%3E%3Cg id='uhr' transform='translate(1 1)'%3E%3Cpath id='Pfad_7671' data-name='Pfad 7671' d='M27,15A12,12,0,1,1,15,3,12,12,0,0,1,27,15Z' transform='translate(-3 -3)' fill='none' stroke='%23234a31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Pfad_7672' data-name='Pfad 7672' d='M18,9v7.2l4.8,2.4' transform='translate(-6 -4.199)' fill='none' stroke='%23234a31' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px; }

.cup-nrw .head-top {
  position: absolute;
  top: 20px;
  right: 35px; }

.nrw__logo {
  position: absolute;
  right: 30px;
  top: 80px; }

.scrolled .nrw__logo {
  display: none; }/* copied from old system - idk */
.innovation .row {
  margin-right: 0; }

.innovation .row.xl {
  margin-bottom: 20px; }

.innovation .row.xl input {
  width: 100%; }

.innovation .row.wwwtext {
  margin-bottom: 20px; }

.innovation .row.upload label {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  display: block; }

.innovation .row.upload {
  padding: 10px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px; }

.innovation .row.upload input {
  width: 100%;
  float: none; }

.innovation .row.wwwtext label {
  width: auto; }

.innovation .logo,
.logo-innovation {
  width: 250px;
  margin-bottom: 30px;
  clear: both;
  display: block;
  border-radius: 50%; }

.innovation .bewerbungsform a,
.innovation p a,
.innovation li a {
  color: #79B530;
  text-decoration: none; }

.innovation .bewerbungsform .result {
  background: #e0e0e0;
  display: inline-block;
  padding: 5px; }

.innovation .bewerbungsform .checkbox {
  margin-right: 10px;
  height: 20px;
  width: auto; }

.innovation .bewerbungsform .checkboxlabel {
  float: none;
  width: auto !important; }

.innovation .auszuzeichnendeFirma {
  margin-bottom: 10px; }

.innovation .plaintext {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 10px; }

.innovation .plaintext.strong {
  font-weight: bold; }

.innovation .eingerueckt .plaintext.strong {
  margin-bottom: 20px; }

.innovation .bewerbungsform textarea.text {
  max-width: 100%;
  height: 150px;
  width: 100%;
  margin-bottom: 20px; }

.innovation label {
  font-size: 17px; }

.innovation label.error {
  color: #e60003; }

.innovation .rowcheckbox label {
  float: none;
  width: auto;
  font-size: 17px; }

.innovation .rowcheckbox.endbox {
  margin-top: 20px;
  margin-bottom: 20px; }

.innovation .row.rowcheckbox.endbox label {
  /*padding-right: 50px;*/
  /*display: block;*/
  /*box-sizing: border-box;*/
  width: 96%;
  float: left;
  clear: none;
  line-height: 22px; }

.innovation .plainend {
  margin-top: 20px;
  margin-bottom: 20px; }

/* new */
.upformular .label {
  display: inline-block !important;
  line-height: 31px;
  float: left;
  clear: both;
  width: 30%;
  padding: 0;
  max-width: none; }

.innoform .plaintext,
.innoform label {
  display: inline-block !important;
  max-width: none;
  padding-top: 0; }

.innoform label.error {
  color: inherit; }

.innoform input.error {
  border: 1px solid red; }

.innoform input.checkbox.error ~ label {
  color: red; }

.innoform input.radio ~ label {
  max-width: calc(100% - 60px); }

.innoform .row {
  align-items: start; }
  .innoform .row.wwwtext {
    justify-content: space-between; }
    .innoform .row.wwwtext label {
      line-height: 60px;
      padding: 0; }
    .innoform .row.wwwtext input {
      width: calc(100% - 60px);
      display: inline-block; }@charset "UTF-8";
.landingpage .breadcrumb {
  display: none; }

.landingpage .keyvisual .kv-img-wr img {
  object-position: right; }

.landingpage .keyvisual .line-top {
  z-index: 3;
  width: calc(100% - 190px); }

header {
  right: 0;
  pointer-events: none; }
  header > * {
    pointer-events: all; }

[class*="bttn"]:not(.bttn__image) {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-decoration: none !important;
  transition: color 0.4s, background-color 0.4s, border-color 0.4s; }
  [class*="bttn"]:not(.bttn__image)[class*="__primary"] {
    color: #ffffff;
    background-color: #78BE20; }
    [class*="bttn"]:not(.bttn__image)[class*="__primary"]:hover, [class*="bttn"]:not(.bttn__image)[class*="__primary"]:focus, [class*="bttn"]:not(.bttn__image)[class*="__primary"]:not(:disabled):active {
      color: #ffffff;
      background-color: #74B22F; }
    [class*="bttn"]:not(.bttn__image)[class*="__primary"]:disabled {
      color: #666666;
      background-color: #E5E5E5;
      cursor: not-allowed; }
    [class*="bttn"]:not(.bttn__image)[class*="__primary"][class*="--invert"] {
      color: #78BE20;
      background-color: #ffffff; }
      [class*="bttn"]:not(.bttn__image)[class*="__primary"][class*="--invert"]:hover, [class*="bttn"]:not(.bttn__image)[class*="__primary"][class*="--invert"]:focus, [class*="bttn"]:not(.bttn__image)[class*="__primary"][class*="--invert"]:not(:disabled):active {
        color: #ffffff;
        background-color: #78BE20; }

.keyvisual .bttn__image {
  display: block;
  max-width: 150px;
  max-height: 91px;
  position: absolute;
  top: 62px;
  right: 170px;
  z-index: 2; }

@media only screen and (max-width: 991px) {
  .keyvisual .bttn__image {
    display: none; } }
  .keyvisual .bttn__image img {
    min-height: auto !important; }

.keyvisual .line-top {
  z-index: 3; }

.alt-2 {
  font-size: 42px;
  line-height: 48px; }

@media (max-width: 1200px) {
  .alt-2 {
    font-size: 36px;
    line-height: 42px; } }

@media (max-width: 767px) {
  .alt-2 {
    font-size: 30px;
    line-height: 36px; } }

.alt-style {
  color: #78be20; }

.lp-intro--text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start; }
  .lp-intro--text > *:last-child {
    margin-bottom: 0; }

.lp-intro--image {
  display: flex;
  justify-content: center;
  align-items: center; }
  .lp-intro--image .wrapper {
    max-width: 245px; }

.section-gradient {
  margin: 0;
  padding: 50px 0;
  background: #78be20;
  background: linear-gradient(90deg, #78be20 0%, #579127 80%, #234a31 100%);
  color: white; }
  .section-gradient .full-con > h1, .section-gradient .full-con > h2, .section-gradient .full-con > h3, .section-gradient .full-con > h4, .section-gradient .full-con > h5, .section-gradient .full-con > h6 {
    color: currentColor; }
    .section-gradient .full-con > h1 .alt-style, .section-gradient .full-con > h2 .alt-style, .section-gradient .full-con > h3 .alt-style, .section-gradient .full-con > h4 .alt-style, .section-gradient .full-con > h5 .alt-style, .section-gradient .full-con > h6 .alt-style {
      color: #234A31; }

.section-green {
  margin: 0;
  padding: 50px 0;
  background: #ddefc7; }

.section-darkgreen {
  margin: 0;
  padding: 50px 0;
  background: #78be20; }
  .section-darkgreen .new-map {
    align-items: center; }

@media only screen and (max-width: 767px) {
  .section-darkgreen .new-map {
    flex-direction: column-reverse; } }

.section .bttn__image {
  display: block;
  max-width: 150px;
  max-height: 91px;
  position: absolute;
  top: -50px;
  right: 170px;
  z-index: 2; }

@media only screen and (max-width: 991px) {
  .section .bttn__image {
    display: none; } }
  .section .bttn__image img {
    min-height: auto; }

.video-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px; }

.video-card {
  background-color: white;
  padding: 20px 20px 30px;
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 991px) {
  .video-card {
    width: calc(50% - 15px); } }

@media only screen and (max-width: 575px) {
  .video-card {
    width: 100%; } }
  .video-card h4 {
    padding-bottom: 28px;
    border-bottom: 1px solid #234A31;
    hyphens: auto; }

.video-text {
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 1px solid #234A31;
  border-bottom: 1px solid #234A31;
  height: 100%; }
  .video-text p {
    font-size: 22px;
    line-height: 34px;
    font-family: Enriqueta;
    font-weight: bold;
    color: #234A31;
    hyphens: auto; }
    .video-text p:last-child {
      margin-bottom: 0; }
  .video-text .quote {
    color: #234A31;
    font-size: 100px;
    font-family: Enriqueta;
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    pointer-events: none; }
    .video-text .quote:before {
      content: "";
      position: relative;
      width: 50px;
      height: 50px;
      background: white;
      display: block; }
    .video-text .quote:after {
      content: "„";
      position: relative;
      top: -85px;
      left: 4px; }

.video-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px; }
  .video-link:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    border-radius: 50%;
    pointer-events: none; }
  .video-link:after {
    content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #78be20 transparent;
    transform: rotate(90deg);
    position: absolute;
    pointer-events: none; }
  .video-link img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.video-nolink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 40px; }
  .video-nolink img {
    max-width: 100%;
    width: 100%;
    height: auto; }

.info-card {
  background-color: white;
  padding: 30px 60px 30px 30px;
  display: flex;
  gap: 45px;
  align-items: flex-start; }

@media only screen and (max-width: 991px) {
  .info-card {
    flex-direction: column;
    align-items: center; } }
  .info-card + .info-card {
    margin-top: 20px; }
  .info-card-content {
    flex: 1; }
    .info-card-content *:last-child {
      margin-bottom: 0; }
  .info-card-img {
    flex-shrink: 0; }
    .info-card-img img {
      object-fit: cover;
      width: 175px;
      height: 175px; }
  .info-card-icon {
    flex-shrink: 0; }
    .info-card-icon img {
      height: 175px; }
  .info-card h3 {
    margin: 0 0 10px;
    color: #78be20; }
  .info-card ul.on-list li {
    margin-bottom: 5px; }
    .info-card ul.on-list li:before {
      margin-bottom: 15px;
      background: #000;
      border-radius: 50%;
      width: 12px;
      height: 12px; }
  h2 + .info-card {
    margin-top: 60px; }

.accordion__wrapper {
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  width: 100%; }
  .accordion__wrapper.accordion__normal {
    border-top: 1px solid #234A31; }
  h2 + .accordion__wrapper {
    margin-top: 60px; }

.accordion__item {
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.4s, border-bottom-color 0.4s; }
  .accordion__cite .accordion__item {
    min-height: 165px; }

@media only screen and (max-width: 669px) {
  .accordion__cite .accordion__item {
    min-height: inherit;
    overflow: auto; } }
  .accordion__item--active .accordion__body {
    grid-template-rows: 1fr; }
  .accordion__item--active .accordion__arrow {
    transform: rotate(45deg);
    margin-top: -5px; }
  .accordion__cite .accordion__item--active .accordion__head {
    padding: 25px 32px 10px 250px; }

@media only screen and (max-width: 669px) {
  .accordion__cite .accordion__item--active .accordion__head {
    padding: 25px;
    padding-right: 75px; } }
  .accordion__cite .accordion__item--active .accordion__icon {
    bottom: 32px; }

.accordion__head {
  cursor: pointer;
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  transition: padding 0.4s; }
  .accordion__normal .accordion__head {
    position: relative;
    padding: 10px 32px 10px 0;
    border-bottom: 1px solid #234A31;
    align-items: center; }

@media only screen and (max-width: 767px) {
  .accordion__normal .accordion__head {
    padding: 10px 0; } }
  .accordion__cite .accordion__head {
    background-color: #f9faf5;
    padding: 25px 90px 50px 250px; }

@media only screen and (max-width: 669px) {
  .accordion__cite .accordion__head {
    padding: 25px;
    gap: 40px;
    margin-top: 109px;
    padding-right: 75px; }
    .accordion__cite .accordion__head img {
      position: static !important;
      margin-top: -113px; } }

@media only screen and (max-width: 499px) {
  .accordion__cite .accordion__head {
    flex-direction: column;
    gap: 20px; } }
    .accordion__cite .accordion__head img {
      position: absolute;
      left: 30px;
      top: 30px;
      width: 175px;
      height: 134px;
      object-fit: cover; }
  .accordion__head button {
    font-family: Enriqueta;
    font-weight: bold;
    color: #78be20;
    cursor: pointer;
    text-align: left;
    outline: none;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }

.accordion__trigger {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0; }

.accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 500ms; }
  .accordion__cite .accordion__body {
    background-color: #f9faf5; }

.accordion__text {
  overflow: hidden;
  border-radius: 0;
  border-top: 0;
  color: #000; }
  .accordion__normal .accordion__text > div {
    padding: 25px 0 16px !important; }
    .accordion__normal .accordion__text > div > * {
      hyphens: auto; }
  .accordion__cite .accordion__text > div {
    padding: 4px 90px 19px 250px !important;
    min-height: 83px; }

@media only screen and (max-width: 669px) {
  .accordion__cite .accordion__text > div {
    padding: 4px 70px 19px 25px !important; } }
    .accordion__cite .accordion__text > div > * {
      max-width: 745px;
      hyphens: none; }
  .accordion__text > div > *:last-child {
    margin-bottom: 0; }

.accordion__icon {
  background-color: #78be20;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: bottom 0.4s; }
  .accordion__icon--trigger {
    z-index: 99; }
    .accordion__icon--trigger .accordion__arrow {
      pointer-events: none; }
  .accordion__cite .accordion__icon {
    position: absolute;
    right: 32px;
    bottom: calc(100% - 75px); }

@media only screen and (max-width: 669px) {
  .accordion__cite .accordion__icon {
    right: 15px !important;
    bottom: 15px !important; } }

.accordion__arrow {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: transform 0.4s, background-color 0.4s, margin-top 0.4s;
  transform: rotate(225deg);
  margin-top: 5px; }
  .accordion__arrow:after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background-color: #fff;
    transform: rotate(-45deg) translate(6.5px, 2px);
    left: 0;
    top: 0; }

.accordion__trigger, .accordion__icon:not(.accordion__icon--trigger) {
  pointer-events: none; }

.trenner {
  position: relative;
  margin-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #234A31; }
  .trenner .quote {
    color: #234A31;
    font-size: 100px;
    font-family: Enriqueta;
    font-weight: bold;
    position: absolute;
    top: -25px;
    left: 205px;
    width: 50px;
    height: 50px;
    display: block;
    pointer-events: none; }
    .trenner .quote:before {
      content: "";
      position: relative;
      width: 50px;
      height: 50px;
      background: white;
      display: block; }
    .trenner .quote:after {
      content: "„";
      position: relative;
      top: -85px;
      left: 4px; }

.two-column-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px; }
  .two-column-grid--alt .two-column-card--text {
    background-color: #4f6e5a;
    color: white;
    padding: 70px 90px;
    gap: 50px; }
    .two-column-grid--alt .two-column-card--text h3 {
      font-size: 55px;
      line-height: 58px;
      color: white; }
    .two-column-grid--alt .two-column-card--text p {
      line-height: 26px; }
    .two-column-grid--alt .two-column-card--text .btn-line {
      margin: 0; }

.two-column-card {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 991px) {
  .two-column-card {
    width: 100%; } }
  .two-column-card h4 {
    padding-bottom: 28px;
    border-bottom: 1px solid #234A31;
    hyphens: auto; }
  .two-column-card--text {
    background-color: white;
    padding: 70px 20px; }

.two-column-text {
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px;
  border-top: 1px solid #234A31;
  border-bottom: 1px solid #234A31;
  height: 100%;
  display: flex;
  align-items: center; }
  .two-column-text p {
    font-size: 27px;
    line-height: 41px;
    font-family: Enriqueta;
    font-weight: bold;
    color: #234A31;
    hyphens: auto; }
    .two-column-text p:last-child {
      margin-bottom: 0; }
  .two-column-text .quote {
    color: #234A31;
    font-size: 200px;
    font-family: Enriqueta;
    font-weight: bold;
    position: absolute;
    top: -25px;
    right: 40px;
    width: 95px;
    height: 50px;
    display: block;
    pointer-events: none; }
    .two-column-text .quote:before {
      content: "";
      position: relative;
      width: 95px;
      height: 50px;
      background: white;
      display: block; }
    .two-column-text .quote:after {
      content: "„";
      position: relative;
      top: -134px;
      left: 3px; }

.two-column-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .two-column-link:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    border-radius: 50%;
    pointer-events: none; }
  .two-column-link:after {
    content: "";
    width: 15px;
    height: 15px;
    border-style: solid;
    border-width: 0 12px 18px 12px;
    border-color: transparent transparent #78be20 transparent;
    transform: rotate(90deg);
    position: absolute;
    pointer-events: none; }
  .two-column-link img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.two-column-nolink {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .two-column-nolink img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px; }

.icon-card {
  background-color: white;
  padding: 24px 20px 40px;
  width: calc(33.33% - 15px);
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 991px) {
  .icon-card {
    width: calc(50% - 15px); } }

@media only screen and (max-width: 767px) {
  .icon-card {
    width: 100%; } }
  .icon-card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #234A31;
    border-bottom: 1px solid #234A31;
    height: 100%;
    max-height: 250px; }
    .icon-card-icon img {
      height: 100%;
      width: 100%; }
  .icon-card-text {
    position: relative;
    padding-top: 25px;
    height: 100%; }
    .icon-card-text p {
      font-size: 27px;
      line-height: 41px;
      font-family: Enriqueta;
      font-weight: bold;
      color: #234A31;
      hyphens: auto; }
      .icon-card-text p .large {
        font-size: 32px;
        line-height: 41px;
        font-weight: bold;
        color: #78be20; }
      .icon-card-text p:last-child {
        margin-bottom: 0; }

.box-white {
  background-color: white;
  padding: 25px; }
  .box-white .module-wr {
    height: 100%; }
  .box-white galabau-landesverband-info {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px; }
    .box-white galabau-landesverband-info .btn-line {
      margin: 0; }
      .box-white galabau-landesverband-info .btn-line .btn-green.white a {
        background-color: #234A31;
        color: white !important;
        padding: 10px 24px !important;
        display: inline-flex;
        gap: 10px;
        align-items: center;
        justify-content: center; }
        .box-white galabau-landesverband-info .btn-line .btn-green.white a:after {
          content: url(/img/system/galabau/icon-linkextern-white.svg);
          position: static;
          transform: none; }