﻿/*! 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; }

.nav-open body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: fixed !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;
}
textarea.error,
select.error,
input.error {
  -webkit-box-shadow: inset 0px 0px 0px 2px red;
  -moz-box-shadow: inset 0px 0px 0px 2px red;
  box-shadow: inset 0px 0px 0px 2px red;
}
textarea.valid,
select.valid,
input.valid {
  -webkit-box-shadow: inset 0px 0px 0px 2px green;
  -moz-box-shadow: inset 0px 0px 0px 2px green;
  box-shadow: inset 0px 0px 0px 2px green;
}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;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.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(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 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;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;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-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:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;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}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.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}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);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__list{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 .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;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__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}/*! jQuery UI - v1.13.0 - 2021-10-07
* 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 */

.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;-ms-filter:"alpha(opacity=0)"}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.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}.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;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}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.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;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.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}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}.ui-controlgroup-vertical .ui-spinner-input{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}.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}.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}.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%;-ms-filter:"alpha(opacity=25)";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:pointer;-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}.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}.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;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}.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 #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,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 #ccc;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:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.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;-ms-filter:"alpha(opacity=70)";font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;-ms-filter:"alpha(opacity=35)";background-image:none}.ui-state-disabled .ui-icon{-ms-filter:"alpha(opacity=35)"}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("images/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("images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("images/ui-icons_777777_256x240.png")}.ui-icon-blank.ui-icon-blank.ui-icon-blank{background-image:none}.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{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}.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}.ui-widget-overlay{background:#aaa;opacity:.003;-ms-filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.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;
}@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/img/system/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/img/system/slick/slick.eot');
    src: url('/img/system/slick/slick.eot?#iefix') format('embedded-opentype'), url('/img/system/slick/slick.woff') format('woff'), url('/img/system/slick/slick.ttf') format('truetype'), url('/img/system/slick/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}.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;
}

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%;
  }
}.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";
/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/permanent-marker-v16-latin-regular.eot');
  src: local(''), url('/fonts/permanent-marker-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/permanent-marker-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/permanent-marker-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/permanent-marker-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/permanent-marker-v16-latin-regular.svg#PermanentMarker') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-300 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/fira-sans-v16-latin-300.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-300.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/fira-sans-v16-latin-regular.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-500 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/fira-sans-v16-latin-500.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-500.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-600 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/fira-sans-v16-latin-600.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-600.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/fira-sans-v16-latin-700.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-800 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/fira-sans-v16-latin-800.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-800.svg#FiraSans') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* fira-sans-900 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 900;
  src: url('/fonts/fira-sans-v16-latin-900.eot');
  src: local(''), url('/fonts/fira-sans-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/fira-sans-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/fira-sans-v16-latin-900.woff') format('woff'), /* Modern Browsers */ url('/fonts/fira-sans-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/fira-sans-v16-latin-900.svg#FiraSans') 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: 'Fira Sans';
  font-weight: normal;
  font-size: 22px;
  line-height: 36px;
  background: #fff;
  color: #323232;
  height: auto;
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
}
@media (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}
.body.open {
  overflow-x: hidden;
}
body .ui-widget {
  font-size: inherit;
  font-family: inherit;
}
ul li,
ol li {
  list-style: none;
}
figure {
  margin: 20px 0;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
a {
  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;
}
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: 1640px;
  padding-left: 11px;
  padding-right: 11px;
}
.row {
  margin-right: -11px;
  margin-left: -11px;
}
.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: 11px!important;
  padding-left: 11px!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
/* general */
h1,
h2:not(.ui-accordion-header),
h3,
h4,
h5,
h6,
.likeh2,
.likeh4 {
  font-family: 'Permanent Marker';
  font-weight: normal;
  color: #78BE20;
  margin: 0 0 20px;
  margin-top: 60px;
  word-break: break-word;
}
h1 a,
h2:not(.ui-accordion-header) a,
h3 a,
h4 a,
h5 a,
h6 a,
.likeh2 a,
.likeh4 a {
  color: #78BE20;
}
h1 {
  font-size: 40px;
  line-height: 46px;
  margin: 0 0  20px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 36px;
  }
}
h2:not(.ui-accordion-header),
.likeh2 {
  font-size: 33px;
  line-height: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h2:not(.ui-accordion-header),
  .likeh2 {
    font-size: 28px;
    line-height: 36px;
    hyphens: auto;
  }
}
.likeh2 {
  display: block;
}
h3 {
  font-size: 28px;
  line-height: 36px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
    line-height: 36px;
    hyphens: auto;
  }
}
h4,
.likeh4 {
  font-family: "Fira Sans";
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  h4,
  .likeh4 {
    font-size: 18px;
    line-height: 28px;
  }
}
p {
  margin: 0 0 30px;
}
strong {
  font-weight: 500;
}
.btn-green {
  background: #78BE20;
  white-space: nowrap;
  font-size: 22px;
  display: inline-block;
  height: 45px;
}
@media (max-width: 767px) {
  .btn-green {
    font-size: 18px;
  }
}
.btn-green a {
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  display: flex;
  align-items: center;
  height: 45px;
  background: #78BE20;
}
.btn-green a:after {
  content: url(/img/system/galabau/icon-btn-right.svg);
  display: inline-block;
  margin-left: 10px;
}
.btn-green a:hover {
  background: #72B420;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s ease;
}
header .header-inner {
  display: flex;
}
@media (max-width: 1400px) {
  header .header-inner {
    margin: 0 -10px;
  }
}
header .header-inner .logo {
  background: #78BE20;
  display: inline-block;
  position: relative;
  width: 137px;
  height: 178px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 5px;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  header .header-inner .logo {
    width: 80px;
    height: 100px;
  }
}
header .header-inner .logo img {
  height: 127px;
  transition: 0.3s ease;
  width: 105px;
}
@media (max-width: 767px) {
  header .header-inner .logo img {
    height: 80px;
    width: 60px;
  }
}
header .header-inner .logo .scroll {
  display: none;
}
header .header-inner nav {
  height: 80px;
  background: #fff;
  width: calc(100% - 140px - 397px);
}
@media (max-width: 1400px) {
  header .header-inner nav {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1200px) {
  header .header-inner nav {
    width: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  header .header-inner nav {
    height: 70px;
    width: calc(100% - 80px);
  }
}
header .header-inner .head-search-mob-btn {
  display: none;
  position: absolute;
  top: 40px;
  transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 768px) and (max-width: 1400px) {
  header .header-inner .head-search-mob-btn {
    display: block;
  }
}
header .header-inner .head-search {
  width: 397px;
  height: 80px;
  background: #555555;
  padding: 18px 17px;
  position: relative;
}
@media (max-width: 1400px) {
  header .header-inner .head-search {
    display: none;
  }
}
header .header-inner .head-search input {
  height: 45px;
  width: 100%;
  padding: 0 40px 0 20px;
  outline: none;
  border: 0;
}
header .header-inner .head-search input::-webkit-input-placeholder {
  color: #555;
}
header .header-inner .head-search input::-moz-placeholder {
  color: #555;
}
header .header-inner .head-search input:-ms-input-placeholder {
  color: #555;
}
header .header-inner .head-search input:-moz-placeholder {
  color: #555;
}
header .header-inner .head-search a {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media (min-width: 768px) and (max-width: 1400px) {
  .search-open header .header-inner .head-search {
    display: block;
    position: absolute;
    top: 80px;
    right: 0;
  }
}
.scrolled header .logo {
  height: 80px;
  align-items: center;
  padding: 0;
}
.scrolled header .logo img {
  height: 66px;
  position: relative;
  top: 4px;
  height: 60px;
  top: 0;
}
@media (max-width: 767px) {
  .scrolled header .logo img {
    width: 55px;
  }
}
nav .navigation {
  height: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1400px) {
  nav .navigation {
    padding-right: 35px;
  }
}
@media (max-width: 767px) {
  nav .navigation {
    height: 70px;
    display: none;
  }
}
nav .navigation li.selected > a,
nav .navigation li:hover > a {
  transform: rotate(-3deg);
  background: #78BE20;
  color: #fff;
}
nav .navigation > li {
  margin: 0 15px;
  position: relative;
}
nav .navigation > li a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 500;
  color: #555555;
  display: inline-block;
  padding: 0 10px;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  nav .navigation > li a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  nav .navigation > li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  nav .navigation > li a {
    font-size: 16px;
  }
}
nav .navigation > li ul {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
}
nav .navigation > li ul li {
  white-space: nowrap;
  padding: 10px 20px;
  background: #fff;
  margin: 0 0 2px;
}
nav .navigation > li:hover:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  height: 25px;
}
nav .navigation > li:hover > ul {
  display: block;
}
.scrolled nav:hover:before {
  content: '';
  background: #000;
  opacity: 0.3;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.menu {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
}
@media (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu .menu-btn {
  cursor: pointer;
}
.menu .menu-btn span {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 16px;
  color: #555555;
}
@media (max-width: 767px) {
  .nav-open header .header-inner .logo {
    z-index: 1;
  }
  .nav-open header .header-inner nav {
    border-bottom: 1px solid #ccc;
  }
  .nav-open header .header-inner nav .navigation {
    display: block;
    position: fixed;
    background: #fff;
    left: 0;
    top: 70px;
    width: 100%;
    padding: 40px 0 20px;
    overflow-y: auto;
    height: calc(100% - 62px - 0px);
  }
  .nav-open header .header-inner nav .navigation > li + li {
    margin-top: 40px;
  }
  .nav-open header .header-inner nav .navigation > li ul {
    display: block;
    position: static;
    margin-top: 20px;
    padding-left: 30px;
  }
  .nav-open header .header-inner nav .navigation > li ul li {
    padding: 0;
    margin: 0 0 15px;
  }
  .nav-open header .header-inner nav .navigation > li ul li:last-child {
    margin: 0;
  }
  .nav-open header .header-inner nav .navigation > li ul li a {
    font-weight: 400;
  }
  .nav-open header .header-inner .head-search {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 62px;
    padding: 9px 17px;
  }
}
.keyvisual {
  position: relative;
}
.keyvisual .kv-inner-wr {
  position: relative;
}
.keyvisual .kv-img-wr img {
  object-fit: cover;
}
.keyvisual .kv-text-wr {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 10%;
}
.keyvisual .kv-text-wr .h1 {
  font-family: 'Permanent Marker';
  font-size: 80px;
  line-height: 116px;
  display: inline-block;
  padding: 0 30px;
  color: #000;
  transform: rotate(-3deg);
  font-size: 4.15vw;
  line-height: 6vw;
  background: #fff;
}
@media (max-width: 767px) {
  .keyvisual .kv-text-wr .h1 {
    font-size: 5.5vw;
    line-height: 8vw;
    padding: 0 20px;
  }
}
@media (max-width: 415px) {
  .keyvisual .kv-text-wr .h1 {
    font-size: 5.1vw;
  }
}
.keyvisual .kv-text-wr .h1 > span br {
  display: none;
}
.keyvisual:not(.sp) .kv-img-wr img {
  height: auto;
  width: 100%;
}
.right-search {
  position: absolute;
  top: 50%;
  right: -520px;
  transform: translateY(-50%);
  background: #2084CE;
  height: 120px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 1200px) {
  .right-search {
    height: 80px;
  }
}
@media (max-width: 991px) {
  .right-search {
    height: auto;
    min-height: 50px;
  }
}
@media (max-width: 767px) {
  .right-search {
    right: calc((100vw - 50px) * -1);
  }
}
.right-search:hover {
  right: 0;
}
.right-search .img-wr {
  width: 120px;
  height: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  .right-search .img-wr {
    width: 80px;
  }
}
@media (max-width: 991px) {
  .right-search .img-wr {
    width: 50px;
  }
}
.right-search .img-wr img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .right-search .img-wr img {
    width: 70%;
  }
}
.right-search .rs-wr {
  width: 520px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Permanent Marker';
  color: #fff;
}
@media (max-width: 767px) {
  .right-search .rs-wr {
    width: calc(100vw - 50px);
    display: flex;
    padding: 5px 0;
  }
}
.right-search .rs-wr a {
  font-size: 30px;
  line-height: 36px;
  font-family: 'Permanent Marker';
  color: #fff;
}
@media (max-width: 1200px) {
  .right-search .rs-wr a {
    font-size: 26px;
    line-height: 32px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .right-search .rs-wr a {
    font-size: 18px;
    line-height: 20px;
  }
}
.sp .right-search {
  top: 100%;
}
@media (max-width: 767px) {
  .sp .right-search {
    top: auto;
    bottom: 0;
    transform: none;
  }
}
@media (max-width: 767px) {
  .nav-open .right-search {
    display: none ;
    top: 85px;
    right: 0;
    z-index: 101;
    width: calc(100vw - 25px);
    transition: none;
  }
  .nav-open .right-search .rs-wr {
    font-size: 18px;
    line-height: 20px;
    width: calc(100% - 100px);
    padding-left: 10px;
  }
}
main {
  display: block;
  min-height: 900px;
}
@media (max-width: 1400px) {
  main {
    margin-top: 80px;
  }
}
@media (max-width: 1200px) {
  main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  main {
    margin-top: 70px;
  }
}
.breadcrumb {
  margin: 20px 0 50px;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 35px;
  }
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb ol li a {
  color: #B7B7B7;
  transition: 0.3s ease;
}
.breadcrumb ol li a:hover {
  color: #000;
}
.breadcrumb ol li:not(:first-child):before {
  content: url(/img/system/galabau/icon-breadcrumb-gray.svg);
  display: inline-block;
  margin: 0 5px;
}
.breadcrumb ol li:last-child:before {
  content: url(/img/system/galabau/icon-breadcrumb.svg);
}
.content p a {
  color: #78BE20;
}
.content p a:hover {
  text-decoration: underline;
}
.content .inner-text > h1:not(:first-child),
.content .inner-text > h2:not(:first-child),
.content .inner-text > h3:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .content .inner-text > h1:not(:first-child),
  .content .inner-text > h2:not(:first-child),
  .content .inner-text > h3:not(:first-child) {
    margin-top: 30px;
  }
}
.content figure {
  margin: 30px 0;
  text-align: left;
  max-width: 800px;
  width: auto;
}
.content figure img {
  width: 100%;
  max-width: 800px;
}
@media (max-width: 767px) {
  .content figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.content figure .figurewrapper {
  display: inline-block !important;
  font-size: 0;
  line-height: 0;
  position: relative;
}
.content figure .figurewrapper:after {
  pointer-events: none;
  content: '';
  background: #78be20;
  width: 64px;
  height: 64px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .content figure .figurewrapper:after {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .content figure .figurewrapper:after {
    width: 40px;
    height: 40px;
  }
}
.content figure figcaption {
  margin-top: 5px;
  text-align: left;
  font-style: normal;
  font-size: 18px;
  color: #555555;
}
.content figure.gallery .figurewrapper,
.content figure.zoomable .figurewrapper {
  cursor: pointer;
}
.content figure.gallery .figurewrapper:before,
.content figure.zoomable .figurewrapper:before {
  content: url(/img/system/galabau/icon-zoom.svg);
  pointer-events: none;
  position: absolute;
  z-index: 1;
  right: 19px;
  bottom: 18px;
}
@media (max-width: 1024px) {
  .content figure.gallery .figurewrapper:before,
  .content figure.zoomable .figurewrapper:before {
    right: 12px;
    bottom: 11px;
  }
}
@media (max-width: 767px) {
  .content figure.gallery .figurewrapper:before,
  .content figure.zoomable .figurewrapper:before {
    right: 6px;
    bottom: 7px;
  }
}
.content figure.gallery .figurewrapper:before {
  content: url(/img/system/galabau/icon-gallery.svg);
  right: 11px;
  bottom: 15px;
}
@media (max-width: 1024px) {
  .content figure.gallery .figurewrapper:before {
    transform: scale(0.8);
    right: 5px;
    bottom: 9px;
  }
}
@media (max-width: 767px) {
  .content figure.gallery .figurewrapper:before {
    transform: scale(0.6);
    right: 0px;
    bottom: 4px;
  }
}
.content figure.gallery .figurewrapper a {
  display: inline;
}
.content figure.gallery .figurewrapper a:after {
  display: none!important;
}
.content .three-images {
  display: flex;
  flex-direction: row;
  margin: 80px -10px;
  line-height: 0;
}
@media (max-width: 767px) {
  .content .three-images {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.content .three-images figure {
  width: calc(33.33% - 20px);
  margin: 0 10px;
}
@media (max-width: 767px) {
  .content .three-images figure .figurewrapper:after {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .content .three-images figure .figurewrapper:before {
    bottom: -3px;
    right: -2px;
    transform: scale(0.5);
  }
}
.content .video-yt {
  margin: 80px 0;
}
.content h1 + figure,
.content h2 + figure,
.content h3 + figure,
.content h1 + .three-images,
.content h2 + .three-images,
.content h3 + .three-images,
.content h1 + .video-yt,
.content h2 + .video-yt,
.content h3 + .video-yt {
  margin-top: 30px;
}
.content li.onp_uitabregister .ui-tabs,
.content .ui-tabs {
  padding: 0;
  border: 0;
}
.content li.onp_uitabregister .ui-tabs .ui-tabs-nav,
.content .ui-tabs .ui-tabs-nav {
  padding: 0;
  display: flex;
  background: none;
  border: 0;
  height: 80px;
  background: rgba(189, 201, 193, 0.6);
}
.content li.onp_uitabregister .ui-tabs .ui-tabs-nav .ui-tabs-tab,
.content .ui-tabs .ui-tabs-nav .ui-tabs-tab {
  margin: 0;
  border: 0;
  background: none;
  height: 100%;
  flex: 1 1 0;
  width: 0;
  transition: 0.3s ease;
}
.content li.onp_uitabregister .ui-tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor,
.content .ui-tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  display: block;
  padding: 0;
  font-size: 22px;
  color: #555555;
  font-weight: 500;
  float: none;
  line-height: 1.2em;
  padding: 0 10px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  white-space: normal;
}
.content li.onp_uitabregister .ui-tabs .ui-tabs-nav .ui-tabs-tab:hover,
.content .ui-tabs .ui-tabs-nav .ui-tabs-tab:hover,
.content li.onp_uitabregister .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active,
.content .ui-tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active {
  background: #BDC9C1;
}
.content li.onp_uitabregister .ui-tabs .ui-tabs-panel,
.content .ui-tabs .ui-tabs-panel {
  padding: 30px 50px;
  background: #E9EDEA;
}
@media (max-width: 767px) {
  .content li.onp_uitabregister .ui-tabs .ui-tabs-panel,
  .content .ui-tabs .ui-tabs-panel {
    padding: 30px;
  }
}
.content .ui-accordion {
  margin: 0 0 30px;
  padding: 0;
}
.content .ui-accordion + .ui-accordion {
  margin-top: -20px;
}
.content .ui-accordion .ui-accordion-header {
  background: #3B734E!important;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 20px;
}
.content .ui-accordion .ui-accordion-header ~ .ui-accordion-header {
  margin-top: 10px;
}
.content .ui-accordion .ui-accordion-header a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .content .ui-accordion .ui-accordion-header a {
    font-size: 18px;
  }
}
.content .ui-accordion .ui-accordion-header span {
  color: #fff!important;
}
.content .ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}
.content .ui-accordion .ui-accordion-header:after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  transition: 0.3s ease;
}
.content .ui-accordion .ui-accordion-header.ui-accordion-header-active:after {
  transform: rotate(-135deg);
}
.content .ui-accordion .ui-accordion-content {
  background: none;
  border: 0;
  padding: 20px 0 0;
}
.content .ui-accordion .ui-accordion-content .ui-accordion {
  margin-left: 20px;
  margin-right: 20px;
}
.content .ui-accordion .ui-accordion-content .ui-accordion .ui-accordion-header {
  background: #78BE20!important;
}
.content .ui-accordion .ui-accordion-content .left-out,
.content .ui-accordion .ui-accordion-content .right-out {
  padding: 0;
}
@media (max-width: 991px) {
  .content .ui-accordion .ui-accordion-content .left-out,
  .content .ui-accordion .ui-accordion-content .right-out {
    margin: 50px 0;
  }
}
.content .ui-accordion .ui-accordion-content .left-out .offset-lg-1,
.content .ui-accordion .ui-accordion-content .right-out .offset-lg-1 {
  margin-left: 0;
}
.content .ui-accordion .ui-accordion-content .left-out .text-wr,
.content .ui-accordion .ui-accordion-content .right-out .text-wr {
  padding: 0;
}
@media (max-width: 991px) {
  .content .ui-accordion .ui-accordion-content .left-out .text-wr .inner-text,
  .content .ui-accordion .ui-accordion-content .right-out .text-wr .inner-text {
    padding-left: 0;
  }
}
.content .ui-accordion .ui-accordion-content .left-out .img-wr,
.content .ui-accordion .ui-accordion-content .right-out .img-wr {
  margin: 0;
}
@media (max-width: 991px) {
  .content .ui-accordion .ui-accordion-content .left-out .img-wr,
  .content .ui-accordion .ui-accordion-content .right-out .img-wr {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .content .ui-accordion .ui-accordion-content .left-out.right-out .col-lg-9,
  .content .ui-accordion .ui-accordion-content .right-out.right-out .col-lg-9 {
    order: 2;
  }
  .content .ui-accordion .ui-accordion-content .left-out.right-out .col-lg-2,
  .content .ui-accordion .ui-accordion-content .right-out.right-out .col-lg-2 {
    order: 1;
  }
  .content .ui-accordion .ui-accordion-content .left-out.right-out .col-lg-2 .img-wr,
  .content .ui-accordion .ui-accordion-content .right-out.right-out .col-lg-2 .img-wr {
    margin-top: 0;
  }
}
.content .ap-two {
  display: flex;
  padding: 30px 0 25px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .content .ap-two {
    flex-wrap: wrap;
  }
}
.content .ap-two + .ap-two {
  border-top: 0;
}
.content .ap-two .ap-two-left {
  width: 60%;
}
@media (max-width: 767px) {
  .content .ap-two .ap-two-left {
    width: 100%;
    margin: 0 0 20px;
  }
}
.content .ap-two .ap-two-right {
  width: 40%;
}
@media (max-width: 767px) {
  .content .ap-two .ap-two-right {
    width: 100%;
  }
}
.content .ap-two span {
  display: block;
  font-weight: 500;
  margin: 0 0 10px;
}
.content .ap-two p {
  margin: 0;
}
.content .ap-two .linked a {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content .ap-two .linked a:after {
  content: url(/img/system/galabau/icon-right-green.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.content .ap-two:hover .linked a:after {
  content: url(/img/system/galabau/icon-right-darkgreen.svg);
}
html:not(.onp_init) .ap-two {
  padding-right: 20px;
}
html:not(.onp_init) .ap-two .linked {
  width: 0;
}
html:not(.onp_init) .ap-two .linked > span {
  user-select: none;
  color: transparent;
}
.onp_init .content .ap-two .linked a {
  position: static;
}
ul.on-list li {
  padding-left: 20px;
  position: relative;
}
ul.on-list li:before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #78BE20;
  position: absolute;
  left: 0;
  top: 15px;
}
@media (max-width: 767px) {
  ul.on-list li:before {
    top: 8px;
  }
}
.section {
  margin: 50px 0;
}
@media (max-width: 767px) {
  .section {
    margin: 40px 0 80px;
  }
}
@media (max-width: 767px) {
  .text.section {
    margin: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .text.section .inner-text {
    padding-right: 26px;
    padding-left: 26px;
  }
}
@media (max-width: 450px) {
  .text.section .inner-text {
    padding-right: 0;
    padding-left: 0;
  }
}
.text.section .inner-text > *:last-child {
  margin-bottom: 0;
}
.text-two {
  background: #E9EDEA;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .text-two {
    padding: 80px 0;
  }
}
.text-two .text-wr {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .text-two .text-wr {
    padding: 0;
  }
}
.bg-gray {
  background: #E9EDEA;
  padding: 50px 0;
}
.text-gray {
  background: #E9EDEA;
  padding: 60px 0;
}
.headline-text {
  display: flex;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .headline-text {
    flex-wrap: wrap;
  }
}
.headline-text + .headline-text {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .headline-text + .headline-text {
    margin-top: 0;
  }
}
.headline-text div {
  width: 75%;
  padding: 0;
}
.headline-text div:first-child {
  width: 25%;
  padding: 0 15px 0 0;
}
@media (max-width: 767px) {
  .headline-text div:first-child {
    width: 100%;
  }
}
.headline-text div h4,
.headline-text div .likeh4 {
  margin: 0;
  font-family: "Fira Sans";
}
.headline-text div p {
  margin: 0;
}
.slider-wr .slick-arrow {
  position: absolute;
  top: 50%;
  left: -95px;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .slider-wr .slick-arrow {
    left: 0;
  }
}
.slider-wr .slick-arrow:before {
  content: url(/img/system/galabau/slick-arrow-left.svg);
}
.slider-wr .next-arrow {
  left: auto;
  right: -95px;
}
@media (max-width: 1200px) {
  .slider-wr .next-arrow {
    right: 0;
  }
}
.slider-wr .next-arrow:before {
  content: url(/img/system/galabau/slick-arrow-right.svg);
}
.slider-wr:not(.slick-slider) {
  display: flex;
  flex-wrap: wrap;
  margin-right: -11px;
  margin-left: -11px;
}
.big-search {
  background: #78BE20;
  padding: 50px 0;
  position: relative;
}
.big-search .linked {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}
@media (max-width: 767px) {
  .big-search {
    padding: 30px 0;
  }
}
.big-search .big-search-wr {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .big-search .big-search-wr {
    flex-direction: column;
  }
}
.big-search .big-search-wr .img-wr {
  width: 200px;
}
@media (max-width: 767px) {
  .big-search .big-search-wr .img-wr img {
    margin: 0 auto 20px;
  }
}
.big-search .big-search-wr .text-wr {
  width: calc(100% - 200px);
  font-size: 56px;
  line-height: 66px;
  font-family: 'Permanent Marker';
  color: #fff;
}
@media (max-width: 1024px) {
  .big-search .big-search-wr .text-wr {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .big-search .big-search-wr .text-wr {
    text-align: center;
    width: 100%;
  }
}
.left-out,
.right-out {
  background: #E9EDEA;
  padding: 100px 0;
}
.left-out.small-image,
.right-out.small-image {
  background: #fff;
}
.left-out.small-image .row,
.right-out.small-image .row {
  align-items: flex-start;
}
.left-out.small-image .img-wr,
.right-out.small-image .img-wr {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .left-out.small-image .img-wr,
  .right-out.small-image .img-wr {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .left-out.small-image .img-wr,
  .right-out.small-image .img-wr {
    padding-left: 26px;
  }
}
.left-out.small-image .img-wr img,
.right-out.small-image .img-wr img {
  max-width: 250px;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .left-out.small-image .text-wr,
  .right-out.small-image .text-wr {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .left-out.small-image .text-wr,
  .right-out.small-image .text-wr {
    padding-left: 26px;
  }
}
@media (max-width: 991px) {
  .left-out,
  .right-out {
    padding: 0 0 30px;
  }
}
.left-out .row,
.right-out .row {
  align-items: center;
}
.left-out .row .col-12,
.right-out .row .col-12 {
  height: 100%;
}
.left-out .img-wr,
.right-out .img-wr {
  overflow: hidden;
}
@media (min-width: 1600px) {
  .left-out .img-wr,
  .right-out .img-wr {
    margin-left: calc(((100vw - 1620px) / 2) * -1);
  }
}
.left-out .img-wr img,
.right-out .img-wr img {
  width: 100%;
  transition: 0.3s ease;
}
.left-out .img-wr img:hover,
.right-out .img-wr img:hover {
  transform: scale(1.05, 1.05);
}
.left-out .text-wr,
.right-out .text-wr {
  padding: 0 50px;
}
@media (max-width: 991px) {
  .left-out .text-wr,
  .right-out .text-wr {
    padding: 0 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .left-out .text-wr,
  .right-out .text-wr {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .left-out.right-out,
  .right-out.right-out {
    padding-bottom: 0;
  }
}
.left-out.right-out .img-wr,
.right-out.right-out .img-wr {
  margin-left: 0;
}
@media (min-width: 1600px) {
  .left-out.right-out .img-wr,
  .right-out.right-out .img-wr {
    margin-right: calc(((100vw - 1620px) / 2) * -1);
  }
}
@media (max-width: 991px) {
  .left-out.right-out .img-wr,
  .right-out.right-out .img-wr {
    margin-top: 30px;
  }
}
.small-image.right-out .text-wr {
  padding-left: 0;
}
@media (max-width: 991px) {
  .small-image.right-out .text-wr {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .small-image.right-out .text-wr {
    padding-left: 26px;
  }
}
@media (min-width: 1600px) {
  .img-out .img-wr {
    margin-left: calc(((100vw - 1620px) / 2) * -1);
    margin-right: calc(((100vw - 1620px) / 2) * -1);
  }
}
.img-out .img-wr img {
  width: 100%;
}
.right-out-video,
.left-out-video {
  background: #E9EDEA;
}
.right-out-video .text-wr,
.left-out-video .text-wr {
  padding: 50px;
}
@media (max-width: 991px) {
  .right-out-video .text-wr,
  .left-out-video .text-wr {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .right-out-video .text-wr,
  .left-out-video .text-wr {
    padding: 25px 15px;
  }
}
@media (min-width: 1600px) {
  .right-out-video .video-wr,
  .left-out-video .video-wr {
    margin-right: calc(((100vw - 1620px) / 2) * -1);
  }
}
.right-out-video .video-wr .youtube,
.left-out-video .video-wr .youtube {
  margin: 0;
}
.right-out-video.left-out-video .video-wr,
.left-out-video.left-out-video .video-wr {
  margin-right: 0;
}
@media (min-width: 1600px) {
  .right-out-video.left-out-video .video-wr,
  .left-out-video.left-out-video .video-wr {
    margin-left: calc(((100vw - 1620px) / 2) * -1);
  }
}
.numbers .numbers-wr {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .numbers .numbers-wr {
    flex-wrap: wrap;
  }
}
.numbers .numbers-wr .num-wr {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .numbers .numbers-wr .num-wr {
    width: 100%;
    margin: -40px 0 0 0 !important;
  }
}
.numbers .numbers-wr .num-wr:first-child {
  color: #fff;
  z-index: 2;
  margin-left: -20px;
}
.numbers .numbers-wr .num-wr:last-child {
  color: #fff;
  z-index: 3;
}
.numbers .numbers-wr .num-wr + .num-wr {
  margin-left: -40px;
}
@media (max-width: 767px) {
  .numbers .numbers-wr .num-wr img {
    margin: 0 auto;
  }
}
.numbers .numbers-wr .num-wr .text-wr {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
}
.numbers .numbers-wr .num-wr .text-wr .text-big,
.numbers .numbers-wr .num-wr .text-wr .number {
  font-size: 52px;
  line-height: 70px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .numbers .numbers-wr .num-wr .text-wr .text-big,
  .numbers .numbers-wr .num-wr .text-wr .number {
    font-size: 40px;
  }
}
.numbers .numbers-wr .num-wr .text-wr p {
  margin: 0;
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .numbers .numbers-wr .num-wr .text-wr p {
    font-size: 20px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  .teaser-special .col-12 {
    margin-bottom: 20px;
  }
}
.teaser-special article {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.teaser-special article .img-wr img {
  width: 100%;
}
.teaser-special article .text-wr {
  color: #fff;
  background: rgba(59, 115, 78, 0.8);
  padding: 50px 30px;
  position: relative;
  transition: 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 0;
  flex-grow: 1;
  width: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .teaser-special article .text-wr {
    padding: 25px 35px;
  }
}
@media (max-width: 767px) {
  .teaser-special article .text-wr {
    padding: 25px 15px;
  }
}
.teaser-special article .text-wr h4 {
  color: #fff;
}
.teaser-special article .text-wr p {
  margin: 0;
}
.teaser-special article .text-wr p > br:first-child {
  display: none;
}
.teaser-special article .text-wr p:empty {
  display: none;
}
.teaser-special article .text-wr .initial-hidden {
  height: 0;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .teaser-special article .text-wr .initial-hidden {
    height: auto;
  }
}
.teaser-special article:hover .text-wr .initial-hidden {
  height: 45px;
}
.contact-wr {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contact-wr {
    margin-top: 50px;
  }
}
.contact-wr .contact-inner {
  background: #E9EDEA;
  padding: 50px 60px;
}
@media (max-width: 991px) {
  .contact-wr .contact-inner {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .contact-wr .contact-inner {
    margin: 0 -10px;
    padding: 25px;
  }
}
@media (max-width: 640px) {
  .contact-wr .contact-inner {
    padding: 25px 15px;
  }
}
.contact-wr .contact-inner p a {
  color: #78BE20;
}
.contact-wr .contact-inner .two-columned {
  display: flex;
}
@media (max-width: 991px) {
  .contact-wr .contact-inner .two-columned {
    flex-wrap: wrap;
  }
}
.contact-wr .contact-inner .two-columned .tc-l {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 1200px) {
  .contact-wr .contact-inner .two-columned .tc-l {
    padding-right: 20px;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact-wr .contact-inner .two-columned .tc-l {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 1200px) {
  .contact-wr .contact-inner .two-columned .tc-r {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .contact-wr .contact-inner .two-columned .tc-r {
    padding-right: 0;
    width: 100%;
    order: 1;
  }
}
.contact-wr fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  width: auto;
}
.contact-wr fieldset .row {
  margin: 0 0 10px;
  position: relative;
}
.contact-wr fieldset .row > span {
  font-size: 18px;
  color: red;
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.contact-wr label {
  float: none;
  max-width: none;
}
.contact-wr input[type="text"],
.contact-wr input[type="email"] {
  height: 45px;
  border: 0;
  width: 100%;
  padding: 0 20px;
}
.contact-wr input:hover {
  outline: 1px solid #bbb;
}
.contact-wr select {
  height: 45px;
  border: 0;
  width: 100%;
  padding: 0 20px;
  color: #555555;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(/img/system/galabau/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 17px);
  background-position-y: 16px;
}
.contact-wr select:hover {
  outline: 1px solid #bbb;
}
.contact-wr textarea {
  height: 190px;
  border: 0;
  width: 100%;
  padding: 15px 20px;
}
.contact-wr textarea:hover {
  outline: 1px solid #bbb;
}
.contact-wr input::-webkit-input-placeholder,
.contact-wr select::-webkit-input-placeholder,
.contact-wr textarea::-webkit-input-placeholder {
  color: #555555;
}
.contact-wr input::-moz-placeholder,
.contact-wr select::-moz-placeholder,
.contact-wr textarea::-moz-placeholder {
  color: #555555;
}
.contact-wr input:-ms-input-placeholder,
.contact-wr select:-ms-input-placeholder,
.contact-wr textarea:-ms-input-placeholder {
  color: #555555;
}
.contact-wr input:-moz-placeholder,
.contact-wr select:-moz-placeholder,
.contact-wr textarea:-moz-placeholder {
  color: #555555;
}
.contact-wr input.error:not(:valid) + span,
.contact-wr select.error:not(:valid) + span,
.contact-wr textarea.error:not(:valid) + span {
  display: block;
}
.contact-wr input.valid,
.contact-wr select.valid,
.contact-wr textarea.valid {
  box-shadow: none;
}
.contact-wr .captcha {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contact-wr .captcha div {
  width: auto;
  margin: 0;
}
.contact-wr .captcha div img {
  height: 45px;
}
.contact-wr .captcha div[id*="input"] {
  width: calc(100% - 136px);
  padding-left: 10px;
}
.contact-wr .captcha div[id*="input"] input {
  width: 100%;
}
.contact-wr .privacy-wr {
  margin-top: 40px;
  display: flex;
  align-items: baseline;
}
.contact-wr .privacy-wr * {
  float: none;
}
.contact-wr .privacy-wr label {
  padding: 0;
  margin-left: 10px;
}
.contact-wr .privacy-wr a {
  color: #78BE20;
}
.contact-wr .btn-line {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .contact-wr .btn-line {
    display: block;
  }
}
.contact-wr .btn-line .btn-green {
  margin-right: 100px;
}
@media (max-width: 1200px) {
  .contact-wr .btn-line .btn-green {
    display: inline-block;
    margin-bottom: 20px;
  }
}
.contact-wr .btn-line p {
  margin: 0 30px 0 0;
}
.contact-wr .btn-line img {
  width: 120px;
  position: relative;
  top: -50px;
}
@media (max-width: 1200px) {
  .contact-wr .btn-line img {
    top: 0;
    width: 72px;
  }
}
.contact-wr.custom-form {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact-wr.custom-form .small {
  font-size: 14px;
}
.contact-wr.custom-form .privacy-wr {
  margin-bottom: 30px;
}
.contact-wr.custom-form fieldset {
  max-width: 768px;
}
.search-wr {
  background: #E9EDEA;
  padding: 50px 60px 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .search-wr {
    padding: 25px;
  }
}
.search-wr input {
  border: 0;
  height: 46px;
  padding: 0 20px;
  margin: 0 10px 10px 0;
  width: 100%;
  max-width: 450px;
}
.search-results h4 {
  margin: 0;
}
.pager {
  padding: 10px;
  background: #E9EDEA;
}
.pager:before,
.pager:after {
  border: 0;
}
.pager input {
  background: #fff;
}
footer {
  background: #555555;
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}
@media (max-width: 767px) {
  footer {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 640px) {
  footer {
    font-size: 18px;
  }
}
footer .footer-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
footer .footer-up p {
  margin: 0;
}
footer .footer-up p a {
  color: #FFF;
}
footer .footer-up p a:hover {
  text-decoration: underline;
}
@media (max-width: 1023px) {
  footer .footer-up p {
    width: 100%;
    margin: 0 0 10px;
  }
}
footer .footer-up .socialmedia {
  display: flex;
  align-items: center;
}
footer .footer-up .socialmedia img {
  margin-left: 20px;
  transition: 0.5s ease;
}
@media (max-width: 1200px) {
  footer .footer-up .socialmedia img {
    width: 40px;
  }
}
footer .footer-up .socialmedia img[src*="hover"] {
  opacity: 0;
  height: 0;
}
footer .footer-up .socialmedia a:hover img:not([src*="hover"]) {
  opacity: 0;
  height: 0;
}
footer .footer-up .socialmedia a:hover img[src*="hover"] {
  opacity: 1;
  height: auto;
}
footer .footer-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
  border-top: 1px solid #FFFFFF;
}
@media (max-width: 1200px) {
  footer .footer-down .copyright {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer-down .copyright {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 1200px) {
  footer .footer-down .meta {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer-down .meta {
    width: 100%;
  }
}
footer .footer-down .meta li {
  display: inline-block;
  margin-left: 40px;
}
@media (max-width: 991px) {
  footer .footer-down .meta li {
    margin: 0 15px 0 0;
  }
}
footer .footer-down .meta li a {
  color: #fff;
}
footer .footer-down .meta li a:hover {
  text-decoration: underline;
}
.youtube .cmplazypreviewiframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
}
.contains-video-local.bg-white {
  background: #fff;
}
.contains-video-local .img-wr {
  position: relative;
}
.contains-video-local .img-wr a {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 1;
  background: #78BE20;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
.contains-video-local .img-wr a i:before {
  color: #fff;
}
.contains-video-local .img-wr .video-wr {
  display: none;
}.form__ondb {
  display: none; }

.contact-wr .contact-inner .two-columned .tc-r {
  width: 50%; }galabau-form-errors small {
  display: block;
}
.fb-wr {
  background: #78BE20;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .fb-wr {
    position: relative;
  }
}
.fb-wr .fb-wr-inner {
  min-height: 200px;
  padding: 50px 0 0;
}
@media (max-width: 767px) {
  .fb-wr .fb-wr-inner {
    padding: 30px 0 0;
  }
}
.hl {
  display: block;
  color: #fff;
  font-size: 30px;
  margin: 0 0 20px;
  font-family: "Fira Sans";
  font-weight: 500;
}
@media (max-width: 767px) {
  .hl {
    font-size: 18px;
    line-height: 28px;
  }
}
.bg-gray .hl {
  font-size: 26px;
  color: #555555;
  display: block;
}
.gmaps_hint {
  border: 1px solid #eee;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  text-align: center;
  margin: 0 0 20px;
  font-size: 19px;
}
.gmaps_hint a {
  color: #78BE20;
  text-decoration: underline;
}
.gmaps_hint a:hover {
  text-decoration: none;
}
galabau-fachbetrieb-suche .fachbetriebe-suche h3,
galabau-stellenboerse-suche .fachbetriebe-suche h3,
galabau-fachbetrieb-suche .stellenboerse-suche h3,
galabau-stellenboerse-suche .stellenboerse-suche h3,
galabau-fachbetrieb-suche .fachbetriebe-suche p,
galabau-stellenboerse-suche .fachbetriebe-suche p,
galabau-fachbetrieb-suche .stellenboerse-suche p,
galabau-stellenboerse-suche .stellenboerse-suche p {
  display: none;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid,
galabau-stellenboerse-suche .fachbetriebe-suche .grid,
galabau-fachbetrieb-suche .stellenboerse-suche .grid,
galabau-stellenboerse-suche .stellenboerse-suche .grid {
  margin: 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid *,
galabau-stellenboerse-suche .fachbetriebe-suche .grid *,
galabau-fachbetrieb-suche .stellenboerse-suche .grid *,
galabau-stellenboerse-suche .stellenboerse-suche .grid * {
  border: 0!important;
  box-shadow: none!important;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field {
  margin: 0 20px 20px 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field input[type="text"],
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field input[type="text"],
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field input[type="text"],
galabau-stellenboerse-suche .stellenboerse-suche .grid .field input[type="text"] {
  height: 45px;
  border-radius: 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field input[type="text"]::-webkit-input-placeholder,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field input[type="text"]::-webkit-input-placeholder,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field input[type="text"]::-webkit-input-placeholder,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field input[type="text"]::-webkit-input-placeholder {
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field input[type="text"]::-moz-placeholder,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field input[type="text"]::-moz-placeholder,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field input[type="text"]::-moz-placeholder,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field input[type="text"]::-moz-placeholder {
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field input[type="text"]:-ms-input-placeholder,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field input[type="text"]:-ms-input-placeholder,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field input[type="text"]:-ms-input-placeholder,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field input[type="text"]:-ms-input-placeholder {
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field input[type="text"]:-moz-placeholder,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field input[type="text"]:-moz-placeholder,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field input[type="text"]:-moz-placeholder,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field input[type="text"]:-moz-placeholder {
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown {
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-label,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-label,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-label,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-label {
  padding-top: 0;
  padding-bottom: 0;
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger {
  width: auto;
  padding-right: 15px;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon:before,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon:before,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon:before,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-trigger .p-dropdown-trigger-icon:before {
  content: url(/img/system/galabau/icon-arrow-down.svg);
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-dropdown .p-dropdown .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight {
  background: #eee;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect {
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-label-container .p-multiselect-label {
  padding-top: 0;
  padding-bottom: 0;
  color: #555;
  font-size: 22px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon:before,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon:before,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon:before,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-trigger .p-multiselect-trigger-icon:before {
  content: url(/img/system/galabau/icon-arrow-down.svg);
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field p-multiselect .p-multiselect .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
  background: #eee;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field .p-button,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field .p-button,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field .p-button,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button {
  background: #2084CE;
  border-radius: 0;
  line-height: 45px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field .p-button:before,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field .p-button:before,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field .p-button:before,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button:before {
  content: 'Ausbildungsbetrieb suchen ';
  display: inline-block;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field .p-button:after,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field .p-button:after,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field .p-button:after,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button:after {
  content: url(/img/system/galabau/icon-btn-right.svg);
  display: inline-block;
  margin-left: 10px;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field .p-button .p-button-label,
galabau-stellenboerse-suche .fachbetriebe-suche .grid .field .p-button .p-button-label,
galabau-fachbetrieb-suche .stellenboerse-suche .grid .field .p-button .p-button-label,
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button .p-button-label {
  display: none;
}
.keyvisual:not(.sp) .p-button {
  background: #2084CE!important;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.unternehmen {
  width: 100%;
  margin-right: 0;
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.unternehmen input {
  width: calc(50% + 20px) !important;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.unternehmen input {
    width: calc(100% - 20px) !important;
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.plzort {
  width: calc(25% - 0px);
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.plzort {
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.plzort {
    width: calc(100% - 20px);
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.umkreis {
  width: calc(25% - 0px);
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.umkreis {
    width: calc(50% - 20px);
  }
}
@media (max-width: 450px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.umkreis {
    width: calc(100% - 20px);
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.button {
  margin-right: 0;
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field.button {
    width: calc(100% - 20px);
  }
}
galabau-fachbetrieb-suche .fachbetriebe-suche .grid .field .p-button {
  background: #78BE20;
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field.plzort {
  width: calc(25% - 0px);
  order: 1;
}
@media (max-width: 767px) {
  galabau-stellenboerse-suche .stellenboerse-suche .grid .field.plzort {
    width: calc(50% - 20px);
  }
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field.umkreis {
  width: calc(25% - 0px);
  order: 2;
}
@media (max-width: 767px) {
  galabau-stellenboerse-suche .stellenboerse-suche .grid .field.umkreis {
    width: calc(50% - 20px);
    margin-right: 0;
  }
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field.beschaeftigungsart {
  width: calc(50% + 20px);
  order: 4;
}
@media (max-width: 767px) {
  galabau-stellenboerse-suche .stellenboerse-suche .grid .field.beschaeftigungsart {
    width: calc(100% + 20px);
  }
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field.berufe {
  width: calc(50% + 20px);
  order: 3;
}
@media (max-width: 767px) {
  galabau-stellenboerse-suche .stellenboerse-suche .grid .field.berufe {
    width: calc(100% + 20px);
  }
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field.button {
  margin-right: 0;
  width: calc(50% - 40px);
  order: 5;
}
@media (max-width: 767px) {
  galabau-stellenboerse-suche .stellenboerse-suche .grid .field.button {
    width: calc(100% + 20px);
  }
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button {
  background: #78BE20;
}
galabau-stellenboerse-suche .stellenboerse-suche .grid .field .p-button:before {
  content: 'Stelle suchen ';
}
galabau-fachbetrieb-liste galabau-google-map google-map .map-container,
galabau-stellenboerse-liste galabau-google-map google-map .map-container,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map google-map .map-container,
galabau-stellenboerse-liste stellenboerse-galabau-google-map google-map .map-container {
  width: 100%!important;
  margin: 0 0 100px;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"],
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"],
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"],
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] {
  visibility: visible!important;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t {
  margin-bottom: 20px;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t:after,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t:after,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t:after,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t:after {
  display: none;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw {
  background: rgba(255, 255, 255, 0.9);
  width: 500px;
  padding: 15px 20px!important;
  border-radius: 0;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw .gm-style-iw-d,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw .gm-style-iw-d,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw .gm-style-iw-d,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw .gm-style-iw-d {
  display: inline;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window {
  font-size: 20px;
  line-height: 26px;
  color: #555555;
}
galabau-fachbetrieb-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window a,
galabau-stellenboerse-liste galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window a,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window a,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .gm-style > div[aria-label] > div div div div[style*="hidden"] .gm-style-iw-t .gm-style-iw map-info-window a {
  font-weight: 500;
  color: #78BE20;
  font-size: 20px;
}
galabau-fachbetrieb-liste galabau-google-map .cluster:before,
galabau-stellenboerse-liste galabau-google-map .cluster:before,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .cluster:before,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .cluster:before {
  content: url(/img/system/galabau/icon-cluster-small.png);
  position: absolute;
}
galabau-fachbetrieb-liste galabau-google-map .cluster img,
galabau-stellenboerse-liste galabau-google-map .cluster img,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .cluster img,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .cluster img {
  display: none;
}
galabau-fachbetrieb-liste galabau-google-map .cluster div span,
galabau-stellenboerse-liste galabau-google-map .cluster div span,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map .cluster div span,
galabau-stellenboerse-liste stellenboerse-galabau-google-map .cluster div span {
  color: #fff;
  font-size: 16px;
  position: relative;
  top: -3px;
  left: -1px;
}
galabau-fachbetrieb-liste galabau-google-map div[aria-describedby] div[aria-describedby],
galabau-stellenboerse-liste galabau-google-map div[aria-describedby] div[aria-describedby],
galabau-fachbetrieb-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby],
galabau-stellenboerse-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby] {
  width: 49px!important;
  height: 56px!important;
  overflow: visible!important;
}
galabau-fachbetrieb-liste galabau-google-map div[aria-describedby] div[aria-describedby]:before,
galabau-stellenboerse-liste galabau-google-map div[aria-describedby] div[aria-describedby]:before,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby]:before,
galabau-stellenboerse-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby]:before {
  content: url(/img/system/galabau/icon-cluster-small.png);
  position: relative;
  top: -20px;
  left: -20px;
}
galabau-fachbetrieb-liste galabau-google-map div[aria-describedby] div[aria-describedby] img,
galabau-stellenboerse-liste galabau-google-map div[aria-describedby] div[aria-describedby] img,
galabau-fachbetrieb-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby] img,
galabau-stellenboerse-liste stellenboerse-galabau-google-map div[aria-describedby] div[aria-describedby] img {
  display: none;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview *,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview *,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview *,
galabau-stellenboerse-liste .stellenboerse-list p-dataview * {
  border: 0!important;
  box-shadow: none!important;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item {
  width: 100%;
  padding: 25px 0;
  border-top: 2px solid rgba(112, 112, 112, 0.5) !important;
  border-bottom: 2px solid rgba(112, 112, 112, 0.5) !important;
  display: flex;
  position: relative;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .fb-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .fb-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .fb-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .fb-item,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .fb-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .fb-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .fb-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .fb-item,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .stellen-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .stellen-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .stellen-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item + .stellen-item,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item {
  border-top: 0!important;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .img-wr,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr {
    width: 100px;
    padding-right: 10px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr {
  width: 80%;
  padding-right: 300px;
  color: #555555;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr {
    padding-right: 30px;
    width: calc(100% - 100px);
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5 {
  font-family: "Fira Sans";
  font-size: 22px;
  line-height: 26px;
  color: #555555;
  font-weight: 500;
  margin: 0 0 20px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr h5,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5 {
    font-size: 18px;
    line-height: 22px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span {
  font-size: 20px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr span,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr span {
    font-size: 16px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort {
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .ort,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .ort {
    font-size: 16px;
    line-height: 20px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .stellen,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .stellen,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .stellen,
galabau-stellenboerse-liste .stellenboerse-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 .stellen-item .text-wr .stellen,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .stellen,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .stellen,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .stellen {
  display: none;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .beruf,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .beruf,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .beruf,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .beruf,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf {
  color: #234A31;
  opacity: 0.5;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info {
  display: flex;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span {
    order: 1;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  color: #78BE20;
  font-size: 22px;
  line-height: 36px;
  font-weight: 500;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child,
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child {
    position: static;
    order: 2;
    display: block;
    margin: 10px 0;
    transform: none;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child:before,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child:before,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child:before,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span:first-child:before,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child:before,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child:before,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child:before,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span:first-child:before {
  content: 'verfügbar ab: ';
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:before,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:before,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:before,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:before,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:before,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:before,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:before,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:before {
  display: none;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .text-wr .info span i.pi:after,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .info span i.pi:after {
  content: ',';
  display: inline-block;
  margin-left: -5px;
  font-family: "Fira Sans";
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item .linked:after,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .linked:after {
  content: url(/img/system/galabau/icon-right-green.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 0;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item:hover .linked:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item:hover .linked:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item:hover .linked:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .fb-item:hover .linked:after,
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item:hover .linked:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item:hover .linked:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item:hover .linked:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item:hover .linked:after {
  content: url(/img/system/galabau/icon-right-darkgreen.svg);
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer {
  padding: 0;
  background: 0;
  border: 0;
  margin-top: 20px;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button {
  background: none;
  color: 0;
  font-size: 0;
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before {
  content: 'weitere Ausbildungsbetriebe anzeigen';
  color: #555555;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
  galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
  galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before,
  galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:before {
    font-size: 18px;
    line-height: 22px;
  }
}
galabau-fachbetrieb-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:after,
galabau-stellenboerse-liste .fachbetrieb-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:after,
galabau-fachbetrieb-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:after,
galabau-stellenboerse-liste .stellenboerse-list p-dataview .p-dataview .p-dataview-footer .p-button .p-button-label:after {
  content: url(/img/system/galabau/icon-arrow-down.svg);
  display: inline-block;
  margin-left: 10px;
}
galabau-stellenboerse-liste .stellenboerse-list .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5 {
  margin: 0 0 5px!important;
}
form[action*="/stelle"] ~ .contact-wr,
form[action*="/ausbildungsbetrieb"] ~ .contact-wr {
  display: none;
}
galabau-stellenboerse-detail:not(.js-show) {
  opacity: 0;
}
galabau-fachbetrieb-detail .keyvisual .kv-img-wr,
galabau-stellenboerse-detail .keyvisual .kv-img-wr {
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr,
galabau-stellenboerse-detail .keyvisual .kv-text-wr {
  position: static;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-1,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 {
  flex: 0 0 50%;
  max-width: 50%;
  order: 3;
  justify-content: flex-end;
  display: flex;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3,
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin: 30px 0;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-2,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-2 {
  flex: 0 0 100%;
  max-width: 100%;
  order: 2;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 500px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2,
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 .white-box,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 .white-box {
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 .info-line,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .col-12.order-3 + .order-2 .info-line {
  width: calc(50% - 20px);
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box h2,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box h2 {
  font-size: 50px;
  line-height: 1em;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box h2,
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box h2 {
    font-size: 33px;
    line-height: 36px;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .firma,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .firma {
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .btn-line,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .btn-line {
  margin: 30px 0 20px;
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .btn-line *,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box .btn-line * {
  outline: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box p-button .p-button,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .colored-box p-button .p-button {
  background: #78BE20!important;
  border: 0;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box.with-logo,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box.with-logo {
  margin: 20px 0;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box.with-logo galabau-profil-image img[src="/assets/img/signum.jpg"],
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box.with-logo galabau-profil-image img[src="/assets/img/signum.jpg"] {
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo),
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) {
  display: flex;
  margin: 30px -10px 0;
}
@media (max-width: 1679px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo),
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) {
    flex-wrap: wrap;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line {
  display: flex;
  align-items: center;
  width: calc(25% - 20px);
  margin: 0 10px 15px;
  font-size: 20px;
}
@media (max-width: 1679px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line,
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line {
    width: auto!important;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line,
  galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line {
    width: 100%!important;
  }
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons {
  line-height: 0;
  position: relative;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons:before,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons svg,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line svg-icons svg {
  line-height: 0;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr {
  color: #555555;
  margin: 0 0 0 10px;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr .info-headline,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr .info-headline {
  display: none;
}
galabau-fachbetrieb-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr .info-headline + span,
galabau-stellenboerse-detail .keyvisual .kv-text-wr .detail-kv-box .white-box:not(.with-logo) .info-line .text-wr .info-headline + span {
  line-height: 1.2em;
  display: inline-block;
}
galabau-fachbetrieb-detail .js-moving-inner,
galabau-stellenboerse-detail .js-moving-inner {
  background: #3B734E;
  color: #fff;
  padding: 30px;
  margin-top: 50px;
  display: flex;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .js-moving-inner,
  galabau-stellenboerse-detail .js-moving-inner {
    flex-wrap: wrap;
  }
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box,
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map {
  width: 50%;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box,
  galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box,
  galabau-fachbetrieb-detail .js-moving-inner galabau-google-map,
  galabau-stellenboerse-detail .js-moving-inner galabau-google-map {
    width: 100%;
  }
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map {
  align-self: center;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .js-moving-inner,
  galabau-stellenboerse-detail .js-moving-inner {
    margin: 0 -10px;
    padding: 25px;
  }
}
galabau-fachbetrieb-detail .js-moving-inner h3,
galabau-stellenboerse-detail .js-moving-inner h3 {
  color: #fff;
  font-family: "Fira Sans";
  font-size: 26px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .js-moving-inner h3,
  galabau-stellenboerse-detail .js-moving-inner h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
galabau-fachbetrieb-detail .js-moving-inner a,
galabau-stellenboerse-detail .js-moving-inner a {
  color: #fff;
}
galabau-fachbetrieb-detail .js-moving-inner a:hover,
galabau-stellenboerse-detail .js-moving-inner a:hover {
  text-decoration: underline;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box {
  padding: 0 30px 0 0;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box,
  galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box {
    padding: 0 0 30px;
  }
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-line,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-line {
  margin: 0 0 10px;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-line .img-wr,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-line .img-wr {
  display: none;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia {
  margin: 50px 0;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia a,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 30px 0 0;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia a svg,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .contact-box-socialmedia a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(40%);
  width: 30px;
  height: 30px;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line *,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line * {
  outline: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line a,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line a {
  text-decoration: none!important;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line button,
galabau-stellenboerse-detail .js-moving-inner galabau-kontakt-info-box .contact-box .btn-line button {
  background: #78BE20!important;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map .map-container,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map .map-container {
  max-width: 100%;
  height: 400px!important;
  width: 100%!important;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby],
galabau-stellenboerse-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby] {
  width: 49px!important;
  height: 56px!important;
  overflow: visible!important;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby]:before,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby]:before {
  content: url(/img/system/galabau/icon-cluster-small.png);
  position: relative;
  top: -20px;
  left: -20px;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby] img,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map .map-container div[aria-describedby] div[aria-describedby] img {
  display: none;
}
galabau-fachbetrieb-detail .js-moving-inner galabau-google-map .gmaps_hint,
galabau-stellenboerse-detail .js-moving-inner galabau-google-map .gmaps_hint {
  margin: 0;
}
galabau-fachbetrieb-detail .intro.detail.section,
galabau-stellenboerse-detail .intro.detail.section {
  margin-bottom: 0;
}
galabau-fachbetrieb-detail .intro.detail.section + .section.ng-star-inserted,
galabau-stellenboerse-detail .intro.detail.section + .section.ng-star-inserted {
  display: none;
}
galabau-fachbetrieb-detail .intro.detail.section .col-12 > .ng-star-inserted + .ng-star-inserted,
galabau-stellenboerse-detail .intro.detail.section .col-12 > .ng-star-inserted + .ng-star-inserted {
  margin-top: 50px;
}
galabau-fachbetrieb-detail .intro.detail.section .content-box h2,
galabau-stellenboerse-detail .intro.detail.section .content-box h2 {
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .intro.detail.section .content-box h2,
  galabau-stellenboerse-detail .intro.detail.section .content-box h2 {
    font-size: 33px;
    line-height: 36px;
  }
}
galabau-fachbetrieb-detail .intro.detail.section .content-box a,
galabau-stellenboerse-detail .intro.detail.section .content-box a {
  color: #78BE20;
}
galabau-fachbetrieb-detail .intro.detail.section .content-box > * ~ h3,
galabau-stellenboerse-detail .intro.detail.section .content-box > * ~ h3,
galabau-fachbetrieb-detail .intro.detail.section .content-box > * ~ h4,
galabau-stellenboerse-detail .intro.detail.section .content-box > * ~ h4,
galabau-fachbetrieb-detail .intro.detail.section .content-box > * ~ .ng-star-inserted,
galabau-stellenboerse-detail .intro.detail.section .content-box > * ~ .ng-star-inserted {
  margin-top: 30px;
}
galabau-fachbetrieb-detail .intro.detail.section .content-box .sample-images,
galabau-stellenboerse-detail .intro.detail.section .content-box .sample-images {
  max-width: 800px;
}
galabau-fachbetrieb-detail .intro.detail.section .content-box .sample-images p-galleria p-galleriacontent .p-galleria-thumbnails-bottom .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-wrapper .p-galleria-thumbnail-container,
galabau-stellenboerse-detail .intro.detail.section .content-box .sample-images p-galleria p-galleriacontent .p-galleria-thumbnails-bottom .p-galleria-content p-galleriathumbnails .p-galleria-thumbnail-wrapper .p-galleria-thumbnail-container {
  background: #3B734E;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen {
  margin-top: 30px;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item {
  width: 100%;
  padding: 25px 0;
  border-top: 2px solid rgba(112, 112, 112, 0.5) !important;
  border-bottom: 2px solid rgba(112, 112, 112, 0.5) !important;
  display: flex;
  position: relative;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item + .stellen-item {
  border-top: 0!important;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .img-wr {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr {
  width: 80%;
  padding-right: 300px;
  color: #555555;
  font-size: 20px;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr h5 {
  font-family: "Fira Sans";
  font-size: 22px;
  line-height: 26px;
  color: #555555;
  font-weight: 500;
  margin: 0 0 5px!important;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr .beruf {
  font-size: 20px;
  color: #234A31;
  opacity: 0.5;
}
galabau-fachbetrieb-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr a,
galabau-stellenboerse-detail galabau-fachbetrieb-offene-stellen .fachbetrieb-stellen p-dataview .p-dataview .p-dataview-content .p-grid .stellen-item .text-wr a {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
galabau-fachbetrieb-detail .map.section,
galabau-stellenboerse-detail .map.section {
  display: none;
}
galabau-fachbetrieb-detail .contact-part.section,
galabau-stellenboerse-detail .contact-part.section {
  margin-top: 100px!important;
  margin: 0;
}
@media (min-width: 768px) {
  galabau-fachbetrieb-detail .contact-part.section .col-md-4,
  galabau-stellenboerse-detail .contact-part.section .col-md-4 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}
galabau-fachbetrieb-detail .contact-part.section .formular,
galabau-stellenboerse-detail .contact-part.section .formular {
  background: #E9EDEA;
  padding: 50px 60px;
  font-size: 22px;
}
@media (max-width: 991px) {
  galabau-fachbetrieb-detail .contact-part.section .formular,
  galabau-stellenboerse-detail .contact-part.section .formular {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .contact-part.section .formular,
  galabau-stellenboerse-detail .contact-part.section .formular {
    margin: 0 -10px;
    padding: 25px;
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 640px) {
  galabau-fachbetrieb-detail .contact-part.section .formular,
  galabau-stellenboerse-detail .contact-part.section .formular {
    padding: 25px 15px;
  }
}
galabau-fachbetrieb-detail .contact-part.section .formular *,
galabau-stellenboerse-detail .contact-part.section .formular * {
  outline: none;
  box-shadow: none!important;
  border: 0;
  border-radius: 0;
}
galabau-fachbetrieb-detail .contact-part.section .formular h3,
galabau-stellenboerse-detail .contact-part.section .formular h3 {
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .contact-part.section .formular h3,
  galabau-stellenboerse-detail .contact-part.section .formular h3 {
    font-size: 33px;
    line-height: 36px;
  }
}
galabau-fachbetrieb-detail .contact-part.section .formular form,
galabau-stellenboerse-detail .contact-part.section .formular form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
galabau-fachbetrieb-detail .contact-part.section .formular form .row,
galabau-stellenboerse-detail .contact-part.section .formular form .row {
  width: 100%;
  margin: 0 5px 10px;
}
galabau-fachbetrieb-detail .contact-part.section .formular form .row:first-child,
galabau-stellenboerse-detail .contact-part.section .formular form .row:first-child,
galabau-fachbetrieb-detail .contact-part.section .formular form .row:nth-child(2),
galabau-stellenboerse-detail .contact-part.section .formular form .row:nth-child(2) {
  width: calc(50% - 10px);
}
galabau-fachbetrieb-detail .contact-part.section .formular .p-inputtext,
galabau-stellenboerse-detail .contact-part.section .formular .p-inputtext {
  width: 100%;
  height: 45px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload {
  width: 100%;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload {
  position: relative;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar {
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  padding: 10px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar:before,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar:before {
  content: 'Upload Dokumente: Anschreiben & Lebenslauf';
  display: block;
  color: #555555;
  margin: 0 0 10px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose {
  background: #78BE20;
  padding: 0;
  height: 40px;
  padding: 0 10px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content {
  position: relative;
  min-height: 75px;
  padding: 10px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content p-messages .p-messages:empty:before,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content p-messages .p-messages:empty:before {
  content: 'Hier Dateien per Drag-&-Drop hineinziehen';
  color: #AAAAAA;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files {
  position: relative;
  z-index: 1;
  background: #fff;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row + .p-fileupload-row,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row + .p-fileupload-row {
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row > div.p-fileupload-filename,
  galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row > div.p-fileupload-filename {
    width: 100%;
  }
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row img,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row img {
  max-width: 50px;
}
galabau-fachbetrieb-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row button,
galabau-stellenboerse-detail .contact-part.section .formular p-fileupload .p-fileupload .p-fileupload-content .p-fileupload-files .p-fileupload-row button {
  background: #78BE20;
}
galabau-fachbetrieb-detail .contact-part.section .formular textarea,
galabau-stellenboerse-detail .contact-part.section .formular textarea {
  height: 150px!important;
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr {
  display: block;
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr a,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr a {
  color: #78BE20;
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr p-checkbox,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr p-checkbox {
  margin-right: 9px;
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr label,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr label {
  width: calc(100% - 30px);
  float: none;
  max-width: none;
  padding: 0;
  position: relative;
  top: 9px;
  cursor: pointer;
}
@media (max-width: 767px) {
  galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr label,
  galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr label {
    top: 2px;
  }
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr label:after,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr label:after {
  content: '\A';
  white-space: pre;
}
galabau-fachbetrieb-detail .contact-part.section .formular .privacy-wr .p-button,
galabau-stellenboerse-detail .contact-part.section .formular .privacy-wr .p-button {
  margin: 30px 0 0;
  background: #78BE20;
}
galabau-stellenboerse-bewerbung .row:has(.flex.items-center),
galabau-stellenboerse-bewerbung .row:has(p-dropdown) {
  display: none;
}.blog__overview {
  background: #E9EDEA;
  padding-top: 70px;
  padding-bottom: 80px;
  margin-bottom: 70px; }
  .blog__overview .container {
    max-width: 1366px; }
    .blog__overview .container .col-12 {
      margin: 0 0 30px; }
  .blog__overview h2, .blog__overview h3 {
    font-family: "Fira Sans";
    margin: 0 0 20px;
    font-weight: 500; }

.blog__item {
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: left !important; }
  .blog__item.item--bg .blog__content {
    background: #E9EDEA; }
  .blog__item.item--single {
    display: flex;
    flex-direction: row; }

@media (max-width: 911px) {
  .blog__item.item--single {
    flex-direction: column; } }
    .blog__item.item--single .blog__image {
      width: 40%;
      height: 100%; }

@media (max-width: 911px) {
  .blog__item.item--single .blog__image {
    width: 100%; } }
      .blog__item.item--single .blog__image img {
        height: 100%;
        object-fit: cover; }
    .blog__item.item--single .blog__content {
      width: 60%; }

@media (max-width: 911px) {
  .blog__item.item--single .blog__content {
    width: 100%; } }
  .blog__item .blog__content {
    padding: 30px;
    background: #fff;
    flex-grow: 1;
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column; }

@media (max-width: 991px) {
  .blog__item .blog__content {
    padding: 25px; } }

@media (max-width: 767px) {
  .blog__item .blog__content {
    padding: 25px 15px; } }
    .blog__item .blog__content .btn-line {
      margin: 20px 0 0; }
  .blog__item h2, .blog__item p {
    color: #555; }
  .blog__item h2 {
    font-size: 22px;
    line-height: 32px;
    font-family: "Fira Sans";
    font-weight: 500;
    margin: 0 0 20px; }
  .blog__item p {
    margin: 0;
    font-size: 18px;
    line-height: 28px; }

.blog__user {
  display: flex;
  align-items: center;
  margin-top: 60px; }
  .blog__user .blog__user-image {
    margin-right: 20px; }
    .blog__user .blog__user-image img {
      width: 64px;
      height: 64px;
      border-radius: 100px; }
      @supports (-webkit-mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) or (mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) {
        .blog__user .blog__user-image img {
          border-radius: 0;
          -webkit-mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
          mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
          -webkit-mask-size: 64px 64px;
          mask-size: 64px 64px; } }
  .blog__user .blog__user-name {
    display: flex; }
    .blog__user .blog__user-name a {
      margin: 0;
      padding: 0;
      color: #78BE20;
      font-size: 16px;
      line-height: 1em;
      text-transform: uppercase;
      display: block;
      padding-right: 20px;
      position: relative;
      font-weight: 500; }
      .blog__user .blog__user-name a:after {
        content: "";
        position: absolute;
        width: 1px;
        height: 100%;
        background: #3B734E;
        right: 10px;
        top: 0; }
    .blog__user .blog__user-name time {
      color: #3B734E;
      display: block;
      font-size: 16px;
      line-height: 1em;
      font-weight: 500; }

.blog__ondb-editor .section {
  margin: 0; }

@media (min-width: 992px) {
  .blog__ondb-editor > .text .offset-lg-1.col-lg-10 {
    margin-left: 16.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%; } }

@media (max-width: 767px) {
  .blog__ondb-editor > .text .offset-lg-1.col-lg-10 .inner-text {
    padding-left: 0;
    padding-right: 0; } }

.blog__details {
  text-align: center; }
  .blog__details h1 {
    padding: 0;
    margin: 0;
    margin-bottom: 15px; }
  .blog__details > .blog__user {
    justify-content: center;
    margin: 30px 0 35px; }
    .blog__details > .blog__user .blog__user-image {
      margin-right: 25px; }

@media (min-width: 768px) {
  .blog__details > .blog__user .blog__user-image img {
    width: 120px;
    height: 120px;
    mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
    -webkit-mask-size: 120px 120px;
    mask-size: 120px 120px; } }
    .blog__details > .blog__user .blog__user-name {
      flex-direction: column;
      align-items: start; }

@media (min-width: 768px) {
  .blog__details > .blog__user .blog__user-name a, .blog__details > .blog__user .blog__user-name time {
    font-size: 20px; } }
      .blog__details > .blog__user .blog__user-name a {
        padding: 0;
        margin: 0 0 10px;
        font-weight: normal; }
        .blog__details > .blog__user .blog__user-name a:after {
          display: none; }
      .blog__details > .blog__user .blog__user-name time {
        font-weight: normal; }
  .blog__details p {
    margin: 0;
    padding: 0;
    margin-bottom: 50px; }

@media (max-width: 767px) {
  .blog__details p {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .blog__details p {
    margin-bottom: 20px; } }
  .blog__details a {
    text-decoration: none !important; }
  .blog__details img {
    margin: 0 auto; }

.blog__neuste {
  margin-bottom: 70px; }
  .blog__neuste .col-12 {
    height: 100%; }
  .blog__neuste .blog__item {
    display: flex;
    flex-direction: row; }

@media (max-width: 991px) {
  .blog__neuste .blog__item {
    flex-direction: column; } }
    .blog__neuste .blog__item .blog__item-left {
      width: 60%; }

@media (max-width: 991px) {
  .blog__neuste .blog__item .blog__item-left {
    width: 100%; } }
      .blog__neuste .blog__item .blog__item-left .blog__image {
        height: 100%; }
        .blog__neuste .blog__item .blog__item-left .blog__image img {
          height: 542px;
          width: 100%;
          object-fit: cover; }
    .blog__neuste .blog__item .blog__item-right {
      width: 40%; }

@media (max-width: 991px) {
  .blog__neuste .blog__item .blog__item-right {
    width: 100%; } }
      .blog__neuste .blog__item .blog__item-right .blog__content {
        height: 100%;
        padding: 35px 45px;
        background: #E9EDEA; }

@media (max-width: 991px) {
  .blog__neuste .blog__item .blog__item-right .blog__content {
    padding: 35px; } }

@media (max-width: 767px) {
  .blog__neuste .blog__item .blog__item-right .blog__content {
    padding: 35px 15px; } }
        .blog__neuste .blog__item .blog__item-right .blog__content h2 {
          font-size: 40px;
          line-height: 46px;
          color: #78BE20;
          margin-bottom: 10px;
          font-family: 'Permanent Marker'; }

.blog__blogger .container {
  max-width: 1366px; }

@media (max-width: 767px) {
  .blog__blogger .container .col-12:nth-child(2n) .blogger__item {
    background: #E9EDEA; } }

@media (min-width: 768px) {
  .blog__blogger .container .col-12:nth-child(4n+2) .blogger__item, .blog__blogger .container .col-12:nth-child(4n+3) .blogger__item {
    background: #E9EDEA; } }

.blog__blogger .blogger__item {
  padding: 25px;
  padding-bottom: 50px;
  margin-bottom: 10px;
  text-align: left;
  height: 100%; }

@media (max-width: 991px) {
  .blog__blogger .blogger__item {
    padding: 25px; } }

@media (max-width: 767px) {
  .blog__blogger .blogger__item {
    padding: 20px 15px; } }

.blog__blogger .blogger__image {
  margin-bottom: 30px; }
  .blog__blogger .blogger__image img {
    width: 100%;
    height: 100%;
    max-width: 260px;
    margin: 0 auto;
    border-radius: 100%; }
    @supports (-webkit-mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) or (mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) {
      .blog__blogger .blogger__image img {
        border-radius: 0;
        -webkit-mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
        mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg"); } }

.blog__blogger h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Fira Sans";
  font-weight: 500;
  color: #555555;
  margin: 0 0 10px;
  padding: 0; }

.blog__blogger p {
  font-size: 18px;
  line-height: 28px; }

.blog__back {
  margin: 0 0 20px; }
  .blog__back a {
    display: flex;
    align-items: center;
    color: #78BE20;
    font-size: 18px; }
    .blog__back a img {
      width: 20px;
      margin: 0 10px 0 0; }

.blog__profil {
  margin-bottom: 60px;
  background: #E9EDEA; }
  .blog__profil .profil__item {
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    max-width: 1640px; }

@media (max-width: 767px) {
  .blog__profil .profil__item {
    flex-wrap: wrap; } }
    .blog__profil .profil__item .profil__left {
      order: 1;
      padding: 35px 30px 35px 0;
      width: 63%; }

@media (max-width: 767px) {
  .blog__profil .profil__item .profil__left {
    width: 100%;
    order: 2;
    padding: 35px 30px 0 !important; } }

@media (max-width: 640px) {
  .blog__profil .profil__item .profil__left {
    padding: 25px 15px 0 !important; } }
      .blog__profil .profil__item .profil__left > *:last-child {
        margin-bottom: 0; }
      .blog__profil .profil__item .profil__left i {
        font-weight: 300;
        font-size: 24px;
        line-height: 38px; }

@media (max-width: 991px) {
  .blog__profil .profil__item .profil__left i {
    font-size: 20px;
    line-height: 32px; } }

@media (max-width: 767px) {
  .blog__profil .profil__item .profil__left i {
    font-size: 18px; } }
      .blog__profil .profil__item .profil__left div {
        margin: 10px 0 30px; }
    .blog__profil .profil__item .profil__right {
      order: 2;
      width: 37%;
      max-width: 100%; }

@media (max-width: 767px) {
  .blog__profil .profil__item .profil__right {
    width: 100%;
    order: 1; }
    .blog__profil .profil__item .profil__right img {
      margin: 0 auto; } }
      .blog__profil .profil__item .profil__right img {
        border-radius: 50%; }
        @supports (-webkit-mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) or (mask-image: url(/img/system/avatar-maske_landschaftsgaertner-blog.svg)) {
          .blog__profil .profil__item .profil__right img {
            border-radius: 0;
            -webkit-mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
            mask-image: url("/img/system/avatar-maske_landschaftsgaertner-blog.svg");
            -webkit-mask-size: 100%;
            mask-size: 100%; } }
    .blog__profil .profil__item.switch--pos .profil__left {
      order: 2;
      padding: 35px 0 0 35px; }
    .blog__profil .profil__item.switch--pos .profil__right {
      order: 1; }
  .blog__profil h1 {
    margin: 0;
    padding: 0; }
  .blog__profil h2 {
    margin-bottom: 15px; }
  .blog__profil p {
    margin: 0 0 10px; }

.blog__post {
  max-width: 1364px;
  margin: 0 auto; }
  .blog__post .col-12 > h2 {
    margin: 0 0 20px; }
  .blog__post .col-12.col-md-6 {
    margin: 0 0 30px; }

.blog__weitere {
  background: #E9EDEA;
  padding-top: 80px;
  padding-bottom: 100px;
  margin-top: 80px;
  margin-bottom: 100px; }

@media (max-width: 767px) {
  .blog__weitere {
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 40px;
    margin-bottom: 50px; } }
  .blog__weitere .row > .col-12.col-md-6 {
    margin-bottom: 30px; }
  .blog__weitere .blog__item {
    height: 100%; }
  .blog__weitere .container {
    max-width: 1366px;
    margin: auto; }

.btn--primary {
  background: #78BE20;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  line-height: 1em;
  margin-top: 30px;
  display: inline-block;
  cursor: pointer; }

.btn-reload {
  background: #78BE20;
  color: #fff;
  padding: 10px;
  font-size: 22px;
  line-height: 1em;
  margin-top: 30px;
  display: inline-block; }

.keyvisual.blog-editor {
  height: 200px;
  overflow: hidden; }

.blog-editor .breadcrumb {
  display: none; }/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/fonts/fontawesome4/fontawesome-webfont.eot?v=4.7.0');
  src: url('/fonts/fontawesome4/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/fonts/fontawesome4/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/fonts/fontawesome4/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/fonts/fontawesome4/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/fonts/fontawesome4/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.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(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-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 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}/* ::: Druckversion ::: */
@media print {
    * {
        color: #000!important;
    }
    
    .navigation,
    .menu,
    .head-search,
    .keyvisual,
    .right-search,
    .fb-wr,
    .breadcrumb,
    .big-search,
    .contact-wr,
    .footer-up,
    .meta {
        display: none!important;
    }
    
    section {
        margin: 20px 0!important;
        padding: 20px 0!important;
    }
    
    header {
        position: static;
    }
    
    .row {
        display: block;
        flex: none;
    }
    
    .col-12 {
        flex: 0 0 auto;
        width: 100%;
        margin: 0!important;
    }
    
    .teaser-special .img-wr {
        display: none;
    }
    
    .teaser-special article .text-wr {
        position: static;
    }
    
    .teaser-special article .text-wr h4,
    .teaser-special article .text-wr p {
        height: auto!important;
    }
    
    
}