<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! 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 ::: */
form {
  /* opacity: 0; einkommentieren, wenn Fade-In gewünscht */
}
.clear,
.spacer,
.halfspacer,
.quarterspacer,
.minispacer,
.doublespacer,
.imgfspacer {
  clear:both;
  font-size:0;
  line-height:0;
  height:0;
  display:block;
}
.doublespacer   { height:24px; }
.spacer     { height:12px; }
.halfspacer   { height:6px; }
.quarterspacer   { height:3px; }
.minispacer   { height:2px; }
.imgfspacer { height:7px; }
.none,
.hide {
  display:none;
}
.navigation_clear{
    /*height:82px;*/
}
hr {
  clear: both; 
  height: 1px; 
  margin: 10px 0 30px;
  padding: 0;
  border: none; 
  background-color:#cacaca;
  font-size: 0;
  line-height: 0;
}
.lt-ie8 hr {
  display: block;
  margin: -7px 0;
}
img {
    vertical-align:bottom;
}
.left   { float:left; }
.right   { float:right; }
.even   { background-color:#CCC; }
.odd   { background-color:#EEE; }
.caption {
 font-style:italic;
 font-size:10px;
}
.error {
  color:#e60003;
}
.errorlabel {
    display:block;
    margin-bottom:16px;
}
.searchword {
  background-color:#333;
  color:#fff;
}

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

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

/* ::: Imgleft/Imgright ::: */
div.imgleft { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  max-width:30%;
  float:left;
  margin:0 10px 5px 0;
  padding-top:2px;
}
div.imgleft.max150 {
    max-width:150px;
}
div.imgright { /* display und width wegen gewuenschtem Caption-Verhalten */
  display:table;
  width:30%;
  float:right;
  margin:0 0 5px 10px;
  padding-top:2px;
}
.lt-ie8 div.imgleft,
.lt-ie8 div.imgright { /* weiteres für IE7 via JS */
  display:block;
  width:auto; 
}
div.text p:last-child {
  margin-bottom:5px;
}
div.textnf {
  display:table;
}

/* ::: Zoombox und Gallery hervorheben ::: */
a.fancybox,
a.gallery {
  position:relative;
  display:block;
  float:left;
  font-size:0;
  line-height:0;
}
img.zoomboxicon,
img.galleryicon {
  position:absolute;
  bottom:0;
  right:0;
}
.lt-ie8 img.galleryicon {
  bottom:2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobilenav {
  display: none;
  -moz-transform: translate(-105%);
  -ms-transform: translate(-105%);
  -o-transform: translate(-105%);
  -webkit-transform: translate(-105%);
  transform: translate(-105%);
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  box-shadow: 2px 0 6px 0 rgba(0, 0, 0, 0.6);
  padding-top: 70px;
  font-size: 18px;
  line-height: 1.3rem;
  color: #FFF;
  width: 320px;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #333;
  background: -moz-linear-gradient(top, #333 50px, #333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #333), color-stop(100%, #333));
  background: -webkit-linear-gradient(top, #333 50px, #333 100%);
  background: -o-linear-gradient(top, #333 50px, #333 100%);
  background: -ms-linear-gradient(top, #333 50px, #333 100%);
  background: linear-gradient(to bottom, #333 50px, #333 100%);
  position: fixed;
  z-index: 9990;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden; }
  #mobilenav.no-overflow {
    overflow-y: hidden; }
  .mobilenav-open #mobilenav {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0); }
  #mobilenav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    #mobilenav ul.sub {
      display: none;
      background: rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 -3px 3px -2px rgba(0, 0, 0, 0.3); }
  #mobilenav li {
    position: relative;
    z-index: 20; }
    #mobilenav li &gt; .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 &gt; .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 &gt; ul &gt; 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 &gt; .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 &gt; 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;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

	/* Support: IE &lt;= 11 */
	overflow: visible;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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


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


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

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

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

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

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

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

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

	/* Support: IE &lt;= 11 */
	overflow: visible;
}

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .003;
	filter: Alpha(Opacity=.3); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}.pager {
  background: #cccccc;
  text-align: center;
  position: relative;
  padding: 4.5px;
  margin-top: 10px;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
}
.pager a {
  width: 15px;
  display: inline-block;
}
.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: 15px;
  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;
}/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/img/system/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }.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&gt;.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&gt;.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}/*@font-face {*/
/*  font-family: 'BISansCapsNEXT-Regular';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/fonts/BISansCapsNEXT-Regular.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansCapsNEXT';
  src: url('/fonts/BISansCapsNEXT.eot');
  src: url('/fonts/BISansCapsNEXT.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansCapsNEXT.svg#BISansCapsNEXT') format('svg'),
       url('/fonts/BISansCapsNEXT.ttf') format('truetype'),
       url('/fonts/BISansCapsNEXT.woff') format('woff'),
       url('/fonts/BISansCapsNEXT.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: BISansNEXT-Bold;*/
/*  font-style: normal;*/
/*  font-weight: 700;*/
/*  src: url('/fonts/BISansNEXT-Bold.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXT-Bold';
  src: url('/fonts/BISansNEXT-Bold.eot');
  src: url('/fonts/BISansNEXT-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXT-Bold.svg#BISansNEXT-Bold') format('svg'),
       url('/fonts/BISansNEXT-Bold.ttf') format('truetype'),
       url('/fonts/BISansNEXT-Bold.woff') format('woff'),
       url('/fonts/BISansNEXT-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'BISansNEXT-BoldItalic';*/
/*  font-style: italic;*/
/*  font-weight: 700;*/
/*  src: url('/fonts/BISansNEXT-BoldItalic.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXT-BoldItalic';
  src: url('/fonts/BISansNEXT-BoldItalic.eot');
  src: url('/fonts/BISansNEXT-BoldItalic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXT-BoldItalic.svg#BISansNEXT-BoldItalic') format('svg'),
       url('/fonts/BISansNEXT-BoldItalic.ttf') format('truetype'),
       url('/fonts/BISansNEXT-BoldItalic.woff') format('woff'),
       url('/fonts/BISansNEXT-BoldItalic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'BISansNEXT-CondBold';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/fonts/BISansNEXT-CondBold.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXTCond-Bold';
  src: url('/fonts/BISansNEXTCond-Bold.eot');
  src: url('/fonts/BISansNEXTCond-Bold.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXTCond-Bold.svg#BISansNEXTCond-Bold') format('svg'),
       url('/fonts/BISansNEXTCond-Bold.ttf') format('truetype'),
       url('/fonts/BISansNEXTCond-Bold.woff') format('woff'),
       url('/fonts/BISansNEXTCond-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'BISansNEXT-CondRegular';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/fonts/BISansNEXT-CondRegular.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXTCond';
  src: url('/fonts/BISansNEXTCond.eot');
  src: url('/fonts/BISansNEXTCond.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXTCond.svg#BISansNEXTCond') format('svg'),
       url('/fonts/BISansNEXTCond.ttf') format('truetype'),
       url('/fonts/BISansNEXTCond.woff') format('woff'),
       url('/fonts/BISansNEXTCond.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'BISansNEXT-Regular';*/
/*  font-style: normal;*/
/*  font-weight: 400;*/
/*  src: url('/fonts/BISansNEXT-Regular.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXT';
  src: url('/fonts/BISansNEXT.eot');
  src: url('/fonts/BISansNEXT.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXT.svg#BISansNEXT') format('svg'),
       url('/fonts/BISansNEXT.ttf') format('truetype'),
       url('/fonts/BISansNEXT.woff') format('woff'),
       url('/fonts/BISansNEXT.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {*/
/*  font-family: 'BISansNEXT-RegularItalic';*/
/*  font-style: italic;*/
/*  font-weight: 400;*/
/*  src: url('/fonts/BISansNEXT-RegularItalic.otf') format('opentype');*/
/*}*/
@font-face {
  font-family: 'BISansNEXT-Italic';
  src: url('/fonts/BISansNEXT-Italic.eot');
  src: url('/fonts/BISansNEXT-Italic.eot?#iefix') format('embedded-opentype'),
       url('/fonts/BISansNEXT-Italic.svg#BISansNEXT-Italic') format('svg'),
       url('/fonts/BISansNEXT-Italic.ttf') format('truetype'),
       url('/fonts/BISansNEXT-Italic.woff') format('woff'),
       url('/fonts/BISansNEXT-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/lato-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/lato-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/lato-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/lato-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/lato-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/lato-v17-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?20292385');
  src: url('/fonts/fontello.eot?20292385#iefix') format('embedded-opentype'), url('/fonts/fontello.woff?20292385') format('woff'), url('/fonts/fontello.ttf?20292385') format('truetype'), url('/fonts/fontello.svg?20292385#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?20292385#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.content .ui-accordion-header:after,
.mobilenav-li1-backarrow:after,
.wrapper .ui-accordion-header:after,
div.checkbox label:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-menu:before {
  content: '\e804';
}
/* '?' */
.icon-boehringer_logo_icon:before {
  content: '\e801';
}
/* '?' */
.icon-kompass_icon:before {
  content: '\e805';
}
/* '?' */
.icon-suche_icon:before {
  content: '\e803';
  font-size: 20px;
  top: 1px!important;
}
/* '?' */
.icon-newsletter_icon:before {
  content: '\e802';
  font-size: 19px;
}
/* '?' */
.icon-tiergesundheitundmehr:before {
  content: '\e806';
  font-size: 39px!important;
}
/* '?' */
.icon-ansprechpartner:before {
  content: '\e811';
  font-size: 39px!important;
}
/* '?' */
.icon-telefon:before {
  content: '\e812';
}
/* '?' */
.icon-email:before {
  content: '\e810';
}
/* '?' */
.icon-vetmedica:before {
  content: '\e807';
}
/* '?' */
.icon-lock-filled:before {
  content: '\e808';
}
/* '?' */
.icon-site-published:before {
  content: '\e809';
}
/* '?' */
.icon-checkbox:before {
  content: '\e80a';
}
/* '?' */
.icon-angle-up:before {
  content: '\e80b';
}
/* '?' */
.icon-left-open:before {
  content: '\e80c';
}
/* '?' */
.icon-right-open:before {
  content: '\e80d';
}
/* '?' */
.icon-angle-left:before {
  content: '\e80e';
}
/* '?' */
.icon-angle-right-1:before {
  content: '\e80f';
}
/* '?' */
.icon-down-open-big:before,
.icon-newsletter-signup-button,
.mobilenav-li1-backarrow:after {
  content: '\e800';
}
/* '?' */
.newsletter-signup-button:before {
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 24px;
  top: 0;
  bottom: 0;
  right: -6px;
  position: absolute;
  z-index: 5;
  /*color:#dc0a2e;*/
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616997868383e-16, M12=1, M21=-1, M22=3.061616997868383e-16, SizingMethod='auto expand')";
}
.mobilenav-li1-backarrow:after {
  font-size: 40px;
  position: absolute;
  z-index: 7;
  right: 10px;
  top: 10px;
  display: none;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #FFF;
}
.open &gt; .mobilenav-li1-backarrow:after {
  display: block;
  opacity: 1;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.wrapper .ui-accordion-header:after {
  content: '\e800';
  float: right;
  font-size: 28px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrapper .ui-accordion-header.ui-state-active:after {
  transform: rotateX(180deg);
  transform: -ms-rotate(180deg);
}
.metabar-input:before {
  position: absolute;
  z-index: 5;
  top: 11px;
  right: 15px;
}
.mobilenav .metabar-input:before {
  top: 8px;
}
.sidebar-navigator-li:before {
  right: 0;
  color: #FFF;
  position: absolute;
  width: 75px;
  height: auto;
  line-height: 75px;
  font-size: 50px;
  margin-right: 0;
}
.sidebar-navigator-li:hover a {
  background: #DD0B2F;
}
.icon-suche_icon {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 10px;
}
.mobilenav .icon-suche_icon {
  right: 26px;
  top: 9px;
}
.mobilenav .icon-suche_icon:before {
  font-size: 25px;
}
.mobilenav .metabar-input:hover .icon-suche_icon {
  color: #FFF;
}
body {
  font-family: 'Lato', sans-serif;
  color: #4c4c4c;
  font-size: 16px;
}
.email-einladungen {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  margin-top: 10px;
  width: 100%;
}
.email-einladungen li {
  margin-bottom: .75em;
  line-height: 1em;
}
.email-einladungen li .email-einladung-status {
  font-size: .9em;
  padding-left: .5em;
}
.email-einladungen thead tr {
  border-bottom: 1px solid #dfeeff;
}
.email-einladungen thead tr td {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
}
.email-einladungen tr td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  font-size: 16px;
}
.email-einladungen tr:nth-child(even) {
  background-color: #efefef;
}
.veranstaltungs-teilnehmer {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1em;
  margin-top: 10px;
  width: 100%;
}
.veranstaltungs-teilnehmer thead tr td {
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 2px;
}
.veranstaltungs-teilnehmer thead tr:second-child {
  border-bottom: 1px solid #dfeeff;
}
.veranstaltungs-teilnehmer tr td {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  font-size: 16px;
}
.veranstaltungs-teilnehmer tr:nth-child(4n+0),
.veranstaltungs-teilnehmer tr:nth-child(4n+3) {
  background-color: #efefef;
}
.loader-wrapper {
  position: relative;
}
.loader-wrapper .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: -1em;
  bottom: -1em;
  left: -1em;
  right: -1em;
  border-radius: 3px;
}
.loader-wrapper .lds-ellipsis {
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 40px;
}
.loader-wrapper .overlay,
.loader-wrapper .lds-ellipsis {
  display: none;
}
.loader-wrapper.loading .overlay,
.loader-wrapper.loading .lds-ellipsis {
  display: block;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #1a347f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.veranstaltungsform .form-button {
  margin-right: 20px;
  margin-top: 10px;
}
.veranstaltungsform .form-button:first-child {
  margin-right: 0;
}
.veranstaltung h1 {
  font-weight: bold;
}
.owl-caption h1.special-news {
  font-size: 16px;
  line-height: 27px;
  margin-top: -11px;
  font-weight: bold;
}
.content50wrap {
  clear: both;
}
.content50wrap .content50 {
  float: left;
  width: 50%;
}
.detailinfo {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
}
.detailinfo &gt; div &gt; div {
  display: inline;
}
.yellow-nl {
  color: #F18700;
  font-weight: 600;
  text-decoration: none;
}
.headline-nl {
  font-weight: 600;
  font-size: 16px;
}
.smalltext {
  font-size: 14px;
  line-height: 14px!important;
  text-align: left !important;
  padding-top: 20px;
  margin-bottom: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.clear {
  height: 0;
  line-height: 0;
  clear: both;
}
.right {
  float: right!important;
}
.noflowwrap {
  overflow: hidden;
}
.gm-style .gm-style-iw {
  overflow: visible !important;
}
.noMb {
  margin-bottom: 0!important;
}
.lazy {
  background: url(/img/system/loader.gif) center center no-repeat;
  background-size: 32px 32px;
}
img.imgloaded {
  background: none;
}
.imgleft img,
.imgright img {
  width: 100%;
}
.text ul {
  display: table;
}
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #4c4c4c;
  text-decoration: none;
}
a:hover {
  /*color:#dc0a2e;*/
}
p,
ul {
  font-size: 18px;
}
p .blue,
ul .blue {
  color: #1a347f;
}
.homepage {
  font-size: 16px;
}
h1,
h2,
h3 {
  font-weight: normal;
  margin: 0;
}
h1 {
  font-size: 24px;
}
h1.big {
  font-size: 35px;
  font-weight: 900;
  padding-top: 50px;
  color: #1a347f;
}
h1 .blue {
  color: #1a347f;
}
h2 {
  font-size: 24px;
}
h2.big {
  font-size: 35px;
  font-weight: 900;
  padding-top: 50px;
  color: #1a347f;
}
h2 .blue {
  color: #1a347f;
}
h3 {
  font-size: 24px;
}
h3 .blue {
  color: #1a347f;
}
h4 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
h4 .blue {
  color: #1a347f;
}
h2 span {
  padding: 0 !important;
  border: 0 !important;
}
nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inner {
  margin: auto;
  width: 1065px;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.contentcontact.inner {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 600px;
}
.contentcontact input.text,
.contentcontact textarea.text {
  background: #FFF;
}
.inner p {
  text-align: center;
  line-height: 35px;
}
.inner.noc p,
.search p {
  text-align: left;
}
.copytext p {
  line-height: 25px;
  font-size: 16px;
}
.inner ul {
  line-height: 35px;
}
.inner p:last-child {
  margin-bottom: 40px;
}
.inner #contactform p:last-child {
  margin-bottom: 0;
}
.onAccordion .inner p:last-child {
  margin-bottom: 20px;
}
header {
  padding-top: 0;
  z-index: 40;
  position: fixed;
  top: 0;
  width: 100%;
}
.header-inside {
  background: #003870;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMzg3MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzJiNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003870), color-stop(100%, #132b51));
  background: -webkit-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -o-linear-gradient(top, #003870 0%, #132b51 100%);
  background: -ms-linear-gradient(top, #003870 0%, #132b51 100%);
  background: linear-gradient(to bottom, #003870 0%, #132b51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003870', endColorstr='#132b51', GradientType=0);
  padding-top: 10px;
  height: 125px;
}
.header-inside .right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header-inside .right li {
  display: inline-block;
  margin-right: 10px;
}
.header-inside .right li:last-child {
  margin-right: 0;
}
.header-inside .right li a {
  color: #fff;
}
.header-inside .bottom_right {
  bottom: 0px;
  top: initial;
}
header .inner {
  position: relative;
  z-index: 5;
  height: 100%;
}
.header-circle-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.header-circle {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  margin-left: -666px;
  margin-top: -90px;
  z-index: 0;
}
.logo {
  float: left;
  position: relative;
  z-index: 900;
}
.logo img {
  display: block;
  width: 140px;
}
.lt-ie9 .logo img {
  height: auto;
}
.header-image {
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  bottom: -20px;
  margin: auto auto;
  text-align: center;
  display: block;
  width: 160px;
}
.header-image img {
  width: 100%;
}
.metanavi {
  position: absolute;
  width: 100%;
  height: 45px;
  bottom: 0;
  left: 0;
}
.metanavi &gt; ul li {
  padding: 0 20px;
  line-height: 40px;
  float: left;
}
.metanavi &gt; ul li:hover {
  background: #003870;
}
.metanavi &gt; ul li a {
  font-size: 16px;
  color: #FFF;
  float: none;
  padding-left: 10px;
  padding-left: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.metanavi &gt; ul li i {
  position: static;
}
.metanavi &gt; ul li i:before {
  color: #FFF;
  font-size: 21px;
  margin-right: 0;
  margin-left: 0;
}
.metabar {
  float: right;
  position: relative;
  bottom: 0;
  top: 30px;
  z-index: 5;
}
.metabar-input {
  height: 40px;
  width: 255px;
  display: block;
  float: left;
  line-height: 19px;
  font-size: 16px;
  background: #f3f2f2;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.mobilenav .metabar-input.top {
  background: transparent !important;
}
.metabar input {
  padding: 10px 0 11px 10px;
  padding-right: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  outline: 0;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.metabar a {
  cursor: pointer;
  text-transform: uppercase;
  color: #a9a9a9;
}
.metabar-input:hover,
.metabar-input.focus {
  color: #FFF;
  background: #4f4e4e;
}
.metabar-input:hover a {
  color: #FFF;
}
.metabar-input input:hover,
.metabar-input input:active,
.metabar-input input:focus,
.metabar a:hover {
  background: #4f4e4e;
  color: #FFF;
  border: 0;
  outline: 0;
}
main {
  margin-top: 129px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  main {
    margin-top: 108px;
  }
}
.sidebar-navigator {
  position: fixed;
  right: 0;
  top: 237px;
  z-index: 999;
}
.sidebar-navigator.affix {
  position: fixed;
  top: 80px;
}
.sidebar-navigator-ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-navigator-li {
  display: block;
  margin-bottom: 6px;
  position: relative;
  z-index: 9;
  padding-left: 20px;
  cursor: pointer;
}
.sidebar-navigator-li.icon-ansprechpartner .sidebar-navigator-layer {
  top: auto;
  bottom: 0;
}
.sidebar-navigator-li.icon-ansprechpartner .sidebar-navigator-layer:after {
  top: auto;
  bottom: 27px;
}
.sidebar-navigator-a {
  display: block;
  width: 75px;
  height: 75px;
  background: #4f4e4e;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.sidebar-navigator-li:hover .sidebar-navigator-a {
  /*background:#dc0a2e;*/
}
.sidebar-navigator-layer {
  display: none;
  position: absolute;
  z-index: 9;
  background: #4f4e4e;
  right: 90px;
  top: 0;
  color: #FFF;
  padding: 29px 20px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
.sidebar-navigator-layer:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #858585;
  position: absolute;
  right: -10px;
  top: 27px;
}
footer {
  background: url("/img/system/kreise.png") no-repeat scroll center 34px transparent;
}
@media (max-width: 768px) {
  footer {
    padding-bottom: 55px;
  }
}
.footer-blackbar {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  z-index: 5;
  background: #003870;
  color: #fff;
}
.copyright {
  float: left;
}
.footer-logo {
  position: absolute;
  z-index: 5;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
}
.social-link {
  margin: 0 7.5px;
  display: block;
  float: left;
  position: relative;
}
.social-link:before {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: #111;
  opacity: 0;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.social-link:hover:before {
  opacity: 0.5;
}
.footer-blackbar .inner {
  clear: both;
  position: relative;
  z-index: 20;
}
.footer-third {
  width: 33%;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.footer-top {
  padding: 31px 0 20px 0;
  border-bottom: 1px solid #FFF;
}
.footer-top h2 {
  font-size: 20px;
  font-weight: 300;
}
.footer-middle {
  padding: 20px 0;
  padding-bottom: 60px;
}
.footer-middle ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-middle li {
  margin-bottom: 2px;
}
.footer-middle li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 300;
}
.footer-middle li a:hover,
.footer-middle li a:focus,
.footer-middle li a:active {
  text-decoration: underline;
}
.footer-bottom {
  padding: 10px 0 30px 0;
  font-size: 14px;
  font-weight: 300;
}
/*Homepage Kacheln*/
.homepage-content-wrap-sw,
.homepage-content-wrap-ws {
  margin-bottom: 5px;
}
.homepage-content-wide {
  width: 58%;
  float: left;
}
.homepage-content-wrap-ws .tile-wrap:first-child {
  margin-right: 1%;
  width: 58%;
}
.homepage-content-small {
  width: 41%;
  float: left;
}
.homepage-content-wrap-sw .tile-wrap:first-child {
  margin-right: 1%;
  width: 41%;
}
.tile {
  width: 100%;
  margin-bottom: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}
.tile a {
  color: #FFF;
}
.tile a:hover {
  color: #FFF;
}
.tile img {
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  width: 100%;
}
.tile:hover &gt; img,
.tile:hover &gt; a &gt; img {
  -moz-transform: scale(1.04);
  -ms-transform: scale(1.04);
  -o-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.tile .tile-caption {
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.tile-icon img {
  width: 51px;
  height: 51px;
  /*background:#dc0a2e;*/
}
.tile:hover .tile-caption {
  background: rgba(0, 0, 0, 0.9);
}
.tile-wrap .tile:last-child {
  margin-bottom: 0;
}
.tile-big {
  height: 570px;
}
.tile-medium {
  height: 282.5px;
}
.tile-small {
  height: 170px;
}
.tile-caption {
  text-transform: uppercase;
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 25px;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 15px 10px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tile-caption-left {
  right: auto;
  left: 0;
}
.tile-caption-first {
  bottom: 70px;
}
.tile-caption-second {
  height: 40px;
}
.tile-caption-solo {
  padding: 11px 15px 11px 15px;
}
.tile-icon {
  width: 51px;
  height: 51px;
  /*background:#dc0a2e;*/
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 100%;
}
.tile-h1 {
  font-size: 48px;
  /*color:#dc0a2e;*/
  font-weight: 300;
}
.tile-big .tile-h1 .tile-medium .tile-h1-big {
  font-size: 48px;
}
.tile-medium .tile-h1-solo,
.tile-medium .tile-h1 {
  font-size: 30px;
  font-weight: 300;
}
.tile-medium .tile-h1-icon,
.tile-small .tile-h1 {
  font-size: 24px;
  font-weight: 300;
}
.tile-text {
  color: #FFF;
  margin: 0;
  font-size: 14px;
}
.tile-text-second {
  font-size: 20px;
  font-weight: 500;
}
.newsletter-signup {
  /*background:#dc0a2e;*/
  padding: 22px 25px 25px 62px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 5;
  overflow: visible;
}
.newsletter-signup-h1 {
  font-size: 40px;
  line-height: 40px;
  color: #FFF;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.newsletter-signup-input {
  width: 392px;
  height: 70px;
  border: 0;
  font-size: 14px;
  padding: 25px 20px;
  background: #e9e9e6;
  text-align: center;
  float: left;
}
.newsletter-signup-button {
  width: 70px;
  height: 70px;
  background: #d3d2ca;
  display: block;
  float: left;
  cursor: pointer;
  position: relative;
}
/*--------------*/
.contentpage {
  /*color:#000;*/
}
.content {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 76%;
  min-height: 600px;
  padding-right: 20px;
}
.content.content-wide {
  margin-bottom: 30px;
  float: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  padding-right: 0;
}
.content-button {
  background: #191919;
  text-transform: uppercase;
  color: #FFF;
  font-size: 14px;
  line-height: 35px;
  display: block;
  padding: 0 18px;
  float: right;
  text-align: center;
  -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;
  cursor: pointer;
}
.kategorie .content-button {
  float: left;
}
.content-button a {
  color: #FFF;
  -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;
}
.content-button:after {
  content: "&gt;";
  padding-left: 5px;
}
.content-button:hover {
  /*background:#dc0a2e;*/
  color: #FFF;
}
.aside {
  float: left;
  width: 24%;
}
.aside-box {
  margin-bottom: 50px;
  background: #f3f2f2;
}
.aside-header,
.grey-header {
  /*color: #dc0a2e;*/
  font-size: 18px;
  padding: 14px 0;
  padding-left: 18px;
  background: #191919;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.aside-header a {
  /*color: #dc0a2e;    */
}
aside img {
  width: 100%;
  margin-bottom: 5px;
}
.content-h1,
.kontakt-h1 {
  font-size: 30px;
  text-transform: uppercase;
  /*color: #000;*/
  padding-left: 20px;
  padding-top: 65px;
  margin-bottom: 30px;
}
.content-h1 span {
  padding: 0 2px 1px 2px;
  border-bottom: 4px solid #dc0a2e;
}
.kontakt-h1 span {
  font-size: 28px;
}
.contentpage img,
.contentpage ul,
.contentpage p {
  margin-bottom: 1px;
  margin-top: 0;
}
.contentpage p {
  margin-bottom: 15px;
}
.content ul.numbers {
  list-style: initial;
  list-style-type: decimal;
}
.content ul.numbers li {
  padding-left: 0;
  margin-bottom: 10px;
}
.content ul.numbers li:before {
  content: "";
}
.sitemap li {
  margin-bottom: 5px !important;
}
.content &gt; img {
  width: 100%;
}
.content &gt; img.nosize {
  width: auto;
  max-width: 100%;
}
img.noMargin {
  margin: 0;
  margin-bottom: 3px !important;
}
.content h1 {
  text-transform: uppercase;
}
.content h2 {
  font-weight: 600;
}
.content ul li {
  padding-left: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}
.content ul li:before {
  content: "&gt;";
  /*color: #dc0a2e;*/
  position: absolute;
  left: 5px;
  z-index: 5;
}
.imagebox,
.small-imagebox-wrap {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imagebox h2,
.small-imagebox-wrap h2,
.imagebox p,
.small-imagebox-wrap p,
.imagebox span,
.small-imagebox-wrap span {
  color: #fff !important;
}
@media (max-width: 768px) {
  .imagebox,
  .small-imagebox-wrap {
    width: 100%;
    float: none;
  }
}
.imagebox-wrap,
.small-imagebox-wrap,
.small-imagebox-wrap-wide {
  overflow: hidden;
}
.imagebox.first {
  padding-right: 1%;
}
.imagebox.last {
  padding-left: 1%;
}
.small-imagebox {
  float: left;
  width: 25%;
  padding: 0 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.small-imagebox.first {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23%;
  padding-right: 2%;
  padding-left: 0;
}
.small-imagebox.last {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 23%;
  padding-left: 2%;
  padding-right: 0;
}
.imagebox-video {
  width: 100%;
  float: none;
}
.video-overview {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 32%;
  float: left;
  padding-right: 1%;
  padding-left: 1%;
  margin-bottom: 50px;
}
.video-overview p {
  margin: 15px 0;
  line-height: 25px;
}
.imagebox.video-overview.first {
  padding-left: 0;
  clear: left;
}
.imagebox.video-overview.last {
  padding-right: 0;
}
.imagebox img,
.small-imagebox img {
  margin-bottom: 10px !important;
  width: 100%;
}
.imagebox .mejs-container {
  margin-bottom: 10px !important;
}
.imagebox-header {
  padding-left: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
}
.imagebox-header &gt; h1 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: auto;
  padding: 0;
}
.imagebox-header &gt; span {
  font-size: 14px;
  color: #FFF;
}
.imagebox .content-button,
.aside .imagebox-header &gt; span {
  display: none;
}
.aside .imagebox .content-button,
.imagebox.video-overview .content-button {
  display: block;
}
.aside .imagebox-header &gt; h1,
.video-overview .imagebox-header &gt; h1 {
  font-size: 18px;
}
.aside .imagebox-content {
  padding-left: 20px;
}
.small-imagebox .imagebox-header {
  padding: 5px 20px;
}
.small-imagebox .imagebox-header span {
  font-size: 16px;
  /*color:#dc0a2e;*/
  line-height: 18px;
  display: block;
}
.map-kontakt-wrap {
  float: right;
  width: 40%;
}
.content .kontakt-h1 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px;
}
.content .kontakt-text p {
  margin-bottom: 15px;
  text-align: left;
}
.kontakt-text p {
  text-align: left;
}
#map {
  height: 390px;
  width: 100%;
  margin-bottom: 15px;
}
#map-content {
  padding: 15px !important;
  background: #003870;
}
#map-content:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #000000 transparent transparent;
  position: absolute;
  left: -12px;
  top: 17px;
}
.map-content-img {
  margin: 0 !important;
  padding: 0;
}
.owl-slide {
  position: relative;
  overflow: hidden;
  height: 580px;
  opacity: 0.3;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.active .owl-slide {
  opacity: 1;
}
.owl-slide img {
  width: 100%;
}
.owl-caption {
  position: absolute;
  z-index: 10;
  border: 4px solid #003870;
  border-width: 4px 0 4px 0;
  background: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 490px;
  height: 150px;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 20px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto auto;
  margin-top: 160px;
}
.owl-slide:hover .owl-caption {
  background: #ffffff;
}
.owl-caption.blau {
  border-color: #0097dc;
}
.owl-caption.lila {
  border-color: #9a569d;
}
.owl-caption.pink {
  border-color: #ba9dca;
}
.owl-caption.gruen {
  border-color: #69b636;
}
.owl-caption.gelb {
  border-color: #fdc316;
}
.owl-caption h1 {
  color: #333;
  font-size: 37px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 42px;
}
.owl-nav &gt; div {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  color: #FFF;
  font-size: 70px;
}
.owl-nav &gt; div i {
  text-shadow: 1px 1px 10px rgba(0, 56, 112, 0.55);
}
.owl-nav .owl-prev {
  left: -17px;
}
.owl-nav .owl-next {
  right: -17px;
}
.produkte-slider .owl-nav .owl-prev {
  background: url(/img/system/arrows2.png) 0 0 no-repeat;
}
.produkte-slider .owl-nav .owl-next {
  background: url(/img/system/arrows2.png) 0 -46px no-repeat;
}
.container-3columns {
  margin-bottom: 5px;
}
.columns3-box {
  width: 33%;
  height: 577px;
  float: left;
  position: relative;
  cursor: pointer;
}
.columns3-box.middle {
  margin: 0 0.5%;
}
.columns3-box img {
  min-width: 100%;
  height: 100%;
}
.columns3-more {
  font-size: 24px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6) center center repeat;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: -482px;
  margin: auto auto;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.columns3-more a {
  color: #333;
}
.columns3-overlay h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 45px;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 4px solid #003870;
}
.columns3-box.katze .columns3-overlay h2 {
  border-color: #9a569d;
}
.columns3-box.pferd .columns3-overlay h2 {
  border-color: #0097dc;
}
.columns3-box.rind .columns3-overlay h2 {
  border-color: #69b636;
}
.columns3-box.schwein .columns3-overlay h2 {
  border-color: #fdc316;
}
.columns3-box.hund .columns3-overlay h2 {
  border-color: #ba9dca;
}
.columns3-overlay {
  opacity: 0;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 7px;
  background: url(/img/system/transparentBg.png) center center repeat;
  padding: 20px;
  color: #333;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.columns3-box:hover .columns3-more {
  color: #FFF;
  background: #003870;
}
.columns3-box:hover .columns3-more a {
  color: #FFF;
}
.columns3-box:hover .columns3-overlay {
  opacity: 1;
}
.columns3-text p {
  font-size: 18px;
  line-height: 38px;
}
.box3-box {
  float: left;
  width: 33%;
  background: #E7E6E2;
  position: relative;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #E7E6E2;
}
.whitebackground .box3-box {
  background: #E7E6E2;
  border: 1px solid #E7E6E2;
}
.greybackground .box3-box {
  background: #FFF;
  border: 1px solid #FFF;
}
.box3-box.middle {
  margin: 0 0.5%;
}
.box3-img {
  width: 100%;
  height: 270px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background: #FFF;
}
.box3-img img {
  height: 100%;
}
.box3-box-narrow img {
  height: 350px;
}
.box3-box h2 {
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}
.box3-box h2 span {
  border-bottom: 4px solid #d3d2ca !important;
  padding: 0 0 !important;
  padding-bottom: 12px !important;
  color: #333;
}
.box3-box.rind h2 span {
  border-color: #69b636 !important;
}
.box3-box.schwein h2 span {
  border-color: #fdc316 !important;
}
.box3-box.pferd h2 span {
  border-color: #0097dc !important;
}
.box3-box.hund h2 span {
  border-color: #ba9dca !important;
}
.box3-box.katze h2 span {
  border-color: #9a569d !important;
}
.box3-text p {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  color: #333;
  margin-bottom: 15px !important;
  line-height: 24px;
}
.box3-more {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 8px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box3-box-narrow-section .box3-more {
  bottom: -575px;
}
.box3-more a {
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box3-box:hover .box3-more {
  background: #003870;
  color: #FFF;
}
.box3-box:hover .box3-more a {
  color: #FFF;
}
.newsletter-section {
  padding: 30px 0;
  height: 565px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f1ef;
  margin-bottom: 30px;
}
.box3-box-narrow-section {
  padding: 30px 0;
  height: 625px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f2f1ef;
  margin-bottom: 30px;
}
.n-column {
  float: left;
  width: 25%;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  text-align: center;
  position: relative;
  height: 535px;
}
.n-column.c3 {
  width: 33.3%;
}
.n-column.middle {
  width: 50%;
}
.n-headline {
  font-size: 32px;
  text-transform: uppercase;
}
.n-text p {
  font-size: 18px;
  line-height: 38px;
}
.n-more {
  font-size: 24px;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: -435px;
  margin: auto auto;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  color: #333;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.n-more:hover {
  background: #003870;
  color: #FFF;
}
.n-newsletter {
  height: 180px;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 25px;
  margin-bottom: 25px;
}
.n-newsletter h2 {
  font-size: 48px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.js-backgroundfill {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.bigbg-top .wrap {
  padding-top: 250px;
  padding-bottom: 10px;
}
.bigbg-bottom .wrap {
  padding-top: 45px;
  padding-bottom: 200px;
}
.bigbg-imgrow .wrap,
.bigbg-3cols .wrap {
  padding-top: 45px;
  padding-bottom: 30px;
}
.text-bigbg {
  text-align: center;
  margin-bottom: 40px;
}
.text-transparentbg {
  background: rgba(255, 255, 255, 0.6);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
}
.text-transparentbg.nobg {
  background: none;
}
.content-headline {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.content-subheadline {
  font-size: 24px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
.text-bigbg p {
  line-height: 38px;
}
.text-more {
  font-size: 24px;
  text-transform: uppercase;
  padding: 8px 8px;
  width: 100px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 24px;
  color: #333;
  background: transparent;
  text-align: center;
  margin: auto;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-more a {
  color: #333;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.text-more:hover {
  background: #003870;
  color: #FFF;
}
.text-more:hover a {
  color: #FFF;
}
.bg-container {
  padding-top: 50px;
}
.round-img {
  clear: both;
  margin-bottom: 30px;
  padding-bottom: 5px;
}
.round-img img {
  width: 21%;
  height: 21%;
  border-radius: 50%;
  margin-right: 3%;
  margin-left: 6%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.round-left img {
  float: left;
}
.round-right img {
  float: right;
  margin-right: 6%;
  margin-left: 3%;
}
.round-text {
  width: 70%;
}
.round-left .round-text {
  float: left;
}
.round-right .round-text {
  float: right;
}
.round-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
}
.round-left h2 {
  float: left;
}
.round-right h2 {
  float: right;
}
.round-left p {
  text-align: left;
}
.round-right p {
  text-align: right;
}
.round-img .round-text img {
  max-width: 100px;
  width: auto;
  height: auto;
  border-radius: 0;
  margin-right: 0;
  margin-left: 0;
  box-shadow: none;
}
.round-left .round-text img {
  display: block;
  position: absolute;
  bottom: -5px;
  right: 0;
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  margin-bottom: 0;
}
.round-right .round-text img {
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -o-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  margin-bottom: 0;
}
.headline-mb {
  margin-bottom: 20px;
}
.bigbg-imagerow {
  overflow: hidden;
  padding-bottom: 30px;
  margin: auto;
  width: 1100px;
}
.imagerow-image {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.imagerow-image img {
  height: 160px;
  width: 100%;
}
.imagerow-layer {
  position: absolute;
  top: 0;
  height: 100%;
  background: url(/img/system/blueBg.png) repeat;
  font-size: 24px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 10px;
  font-weight: 300;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.imagerow-image:hover .imagerow-layer {
  opacity: 1;
}
.bigbg-block {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 33%;
  padding: 0 10px;
}
.two-images &gt; div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
.two-images .left {
  padding-right: 2.5px;
}
.two-images .right {
  padding-left: 2.5px;
}
.two-images img {
  width: 100%;
}
.column-5 {
  float: left;
  width: 20%;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.columns-4-wrap .column-5 {
  width: 25%;
}
.column-5:hover {
  cursor: pointer;
}
.columns-5-wrap {
  overflow: hidden;
  padding: 40px 0;
}
.column-5 .column-5-inner {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.column-5 .column-5-inner &gt; div:first-child {
  height: 170px;
  overflow: hidden;
}
.column-5.hund .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.hund:hover .column-5-inner {
  border-color: #ba9dca;
}
.column-5.hundkatze .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.hundkatze:hover .column-5-inner {
  border-color: #c66cc0;
}
.column-5.schwein .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.schwein:hover .column-5-inner {
  border-color: #fbcc3b;
}
.column-5.katze .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.katze:hover .column-5-inner {
  border-color: #a2559d;
}
.column-5.pferd .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.pferd:hover .column-5-inner {
  border-color: #0097dc;
}
.column-5.rind .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.rind:hover .column-5-inner {
  border-color: #63b32e;
}
.column-5.gefluegel .column-5-inner {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  padding: 20px 0;
}
.column-5.gefluegel:hover .column-5-inner {
  border-color: #ff6633;
}
.column-5 img {
  width: 100%;
}
h2.column-5-headline {
  font-size: 25px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 4px solid #c9c8c1;
  text-transform: uppercase;
}
.column-5-inner p {
  line-height: 24px;
}
.column-5-link {
  background: transparent;
  padding: 5px 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.column-5-link a {
  color: #333;
}
.column-5:hover .column-5-link {
  background: #c9c8c1;
}
.headline-image {
  text-align: center;
}
.headline-image img {
  max-height: 100px;
}
.col-2-text {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
}
.col-2-text ul:not([class]) {
  padding: 0 40px !important;
}
.inner.kacheln,
.inner.kacheln &gt; div {
  overflow: hidden;
  height: 800px;
}
.inner.kacheln.one,
.inner.kacheln.one &gt; div {
  height: auto;
  min-height: 310px;
}
.inner.kacheln {
  margin-bottom: 5px;
}
.kacheln-wrap {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.75%;
  text-align: center;
  position: relative;
}
.kacheln-wrap img {
  margin-bottom: 0;
}
.kacheln-wrap.left {
  margin-right: 0.25%;
}
.kacheln-wrap.right {
  margin-left: 0.25%;
}
.kacheln-headline-image {
  text-align: center;
  height: 110px;
  position: relative;
}
.kacheln-headline-image img {
  text-align: center;
  position: absolute;
  width: 150px;
  margin: auto auto;
  top: 0;
  bottom: -10px;
  left: 0;
  right: 0;
}
.kacheln-headline {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 38px;
}
.kacheln-headline &gt; span {
  padding-bottom: 10px;
}
.kacheln-img-small {
  margin-bottom: 5px;
}
.kacheln-img-small img {
  height: 295px;
  width: 100%;
}
.kacheln-img-big img {
  height: 500px;
  width: 100%;
}
.inner.kacheln p:last-child {
  margin-bottom: 1em;
}
.kacheln-link {
  text-transform: uppercase;
  font-size: 24px;
}
.kacheln-slide {
  width: 100%;
  height: 155px;
  background: #e9e8e4;
  position: absolute;
  bottom: 0;
}
.kacheln-text {
  padding: 0 15px;
}
.kacheln-text p {
  font-size: 16px;
  line-height: 32px;
}
.kacheln-ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.kacheln-li {
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 20px;
}
.kacheln-li &gt; a {
  color: #4c4c4c;
}
.kacheln-li:hover &gt; a {
  color: #003870;
}
.produkte.dual .kacheln-ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 50%;
  float: left;
}
.produkt-buttons {
  text-align: center;
}
.produkt-button {
  color: #FFF !important;
  background: #003870;
  padding: 3px 10px;
  cursor: pointer;
}
.produkt-grey {
  background: #e7e6e2;
  height: 365px;
  margin: 20px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 0;
  text-align: center;
}
.produkt-grey img {
  height: 300px;
}
.produkt-slide {
  width: 210px;
  height: 160px;
  position: relative;
}
.produkt-slide:hover .produkt-slide-layer {
  display: block;
  color: #FFF;
}
.produkt-slide-layer {
  display: none;
  background: rgba(0, 56, 112, 0.85);
  color: #FFF;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 57px 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100;
}
.produkt-headline {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.produkt-headline span {
  border-bottom: solid 3px #d3d2ca;
  display: inline-block;
  padding-bottom: 15px;
}
.produkt-h1 {
  padding-top: 40px;
}
.customload img {
  max-width: 100%;
}
.quizz-column.right .radioButtonListWrapper label {
  margin-bottom: 10px;
}
.spaceEdit {
  padding-bottom: 37px;
}
.labelAndere {
  display: block;
  margin-top: 20px;
}
.inputAndere {
  width: 70%;
  border: 0;
  box-sizing: border-box;
  line-height: 18px;
  padding: 10px 15px;
  font-size: 16px;
  float: right;
  margin-top: 20px;
  border-color: #858585;
}
.inputAndere2 {
  margin-top: 0;
}
.labelAndere2 {
  margin-top: 0;
}
.abmelden {
  display: none !important;
}
.angemeldet .abmelden {
  display: inline-block !important;
}
.angemeldet .login {
  display: none;
}
.showStatus {
  display: none;
}
li.showStatus:hover {
  background: none !important;
}
.angemeldet .showStatus {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0;
  padding-right: 5px;
  font-weight: 100;
  letter-spacing: 0.1px;
  position: relative;
  top: 2px;
}
.login-page .error {
  color: #e60003;
  word-wrap: break-word;
  padding-bottom: 20px;
  display: block;
}
.error_class {
  font-weight: bold;
  color: #f00;
  margin-bottom: 20px;
  clear: both;
  display: block;
  font-size: 22px;
}
.button-link a {
  color: #FFF;
  background: #003870;
  display: block;
  padding: 9px 20px;
  -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;
}
.button-link a:hover {
  color: #FFF;
  background: #132b51;
}
.four-button {
  margin: 20px 0;
}
.headline-bgimage img {
  max-height: 220px;
}
.wrapper .ui-widget-content .inner a {
  color: #003870;
}
.wrapper .ui-widget-content .inner a.btn {
  color: #fff;
}
.tiersparten img {
  width: 150px;
}
.bgimage h1.headline-mb {
  margin-top: 20px;
}
.four-button .button-link a {
  background-color: #cccccc;
  color: #000000;
  border: 2px solid #949494;
}
div.tier-img {
  height: 130px!important;
}
.tiersparten .column-5.hundkatze:hover .column-5-inner,
.tiersparten .column-5.schwein:hover .column-5-inner,
.tiersparten .column-5.rind:hover .column-5-inner {
  border-color: #c66cc0;
}
.tiersparten .column-5.pferd:hover .column-5-inner {
  border-color: #24a454;
}
/*Bewerbung*/
.application {
  padding: 0;
}
.application p {
  text-align: inherit;
}
.upload {
  margin-bottom: 15px;
}
.upload label {
  display: block;
  padding-top: 0;
  max-width: none;
  margin-bottom: 5px;
}
.upload input {
  border-color: #858585;
  color: #858585;
  background: #e7e6e2;
  width: 100%;
  padding: 5px 0;
}
.privacy {
  margin: 20px 0;
}
.privacy input {
  float: none;
  display: inline-block;
  margin: 0 5px 5px 0;
  position: relative;
  top: 1px;
}
.privacy label {
  float: none;
  width: auto;
  max-width: none;
  display: inline;
}
.spacer-s {
  height: 6px;
}
.spacer-l {
  height: 18px;
}
.header-meta {
  background-color: #dfeeff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header-meta a {
  font-weight: 700;
  margin-right: 20px;
  font-size: 16px;
}
.header-meta .login,
.header-meta .logout {
  float: right;
  margin-right: 0;
}
.header-meta .suche {
  float: right;
  margin-right: 20px;
}
.header-meta .suche .icon-suche_icon {
  position: relative;
  z-index: 5;
  right: inherit;
  top: inherit;
}
.header-meta .suche .icon-suche_icon:before {
  font-size: 15px;
  margin-right: 4px;
}
.metanavi-layer {
  top: 43px;
  z-index: 50;
  background-color: #dfeeff;
  color: #1a347f;
}
.metanavi-layer .icon-suche_icon {
  top: 6px;
}
nav {
  float: right;
  position: absolute;
  right: 0;
}
.mainnav-ul1 {
  width: auto;
  height: auto;
  float: right;
}
.mainnav-a1 {
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
}
.mainnav-li1:last-child .mainnav-a1 {
  margin-right: 0;
  padding-right: 0;
}
.filter_bg {
  margin-bottom: 20px;
}
.filter_bg .filter {
  display: flex;
  flex-wrap: wrap;
}
.filter_bg .filter a {
  cursor: pointer;
  padding: 15px;
  border: 2px solid #0076BA;
  display: inline-block;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
  flex: 1 0 auto;
  -ms-flex: 1 0;
  position: relative;
  font-weight: 600;
  text-align: center;
  /*
            &amp;.active {
                    #rindinner,
                    #schweininner,
                    #pferdinner,
                    #huhninner,
                    #hundinner,
                    #katzeinner,
                    #hundinner {
                        fill: #1a347f !important; opacity: 1 !important;
                    }
                    
                    svg{
                        &amp;#hundicon{
                            display:none;
                        }
                        &amp;#hundiconinner{
                            display:inline-block;
                        }
                         &amp;#katzeicon{
                            display:none;
                        }
                        &amp;#katzeiconinner{
                            display:inline-block;
                        }
                    }
                     
                }
                */
}
@media (max-width: 920px) {
  .filter_bg .filter a {
    width: 100%;
    max-width: calc(50% - 5px);
  }
  .filter_bg .filter a:nth-child(even) {
    margin-right: 0;
  }
}
.filter_bg .filter a span {
  display: inline-block;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  position: absolute;
}
.filter_bg .filter a img,
.filter_bg .filter a svg {
  height: 45px;
  margin-right: 10px;
  width: auto;
  width: 48px;
  position: absolute;
  top: 8px;
  left: 20px;
}
.filter_bg .filter a img#hundicon,
.filter_bg .filter a svg#hundicon {
  display: inline-block;
}
.filter_bg .filter a img#hundiconinner,
.filter_bg .filter a svg#hundiconinner {
  display: none;
}
.filter_bg .filter a img#katzeicon,
.filter_bg .filter a svg#katzeicon {
  display: inline-block;
}
.filter_bg .filter a img#katzeiconinner,
.filter_bg .filter a svg#katzeiconinner {
  display: none;
}
.buchstaben_filter {
  margin: auto;
  max-width: 1065px;
  width: calc(100% - 20px);
  margin-top: 20px;
  margin-bottom: 20px;
}
.buchstaben_filter ul {
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  clear: both;
  padding-bottom: 20px;
}
.buchstaben_filter ul li {
  display: inline-block;
}
.buchstaben_filter ul li a {
  padding: 5px;
  display: inline-block;
  width: 20px;
  text-align: center;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 5px;
  margin-bottom: 5px;
}
.buchstaben_filter ul li a.active {
  background-color: #1a347f;
  color: #fff;
}
.product_bg .productlist .produkte-liste-li {
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
  position: relative;
}
.product_bg .productlist .produkte-liste-li .productimage {
  display: inline-block;
  width: 200px;
  text-align: center;
}
.product_bg .productlist .produkte-liste-li .productimage img {
  height: 100px;
  object-fit: contain;
  max-width: 100%;
}
.product_bg .productlist .produkte-liste-li .producttext {
  width: calc(100% - 220px);
  margin-left: 70px;
  font-weight: normal;
  color: #003870;
  line-height: 1.5em;
  display: flex;
  align-items: start;
  flex-direction: column;
  text-align: left;
  justify-content: center;
}
.product_bg .productlist .produkte-liste-li .full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product_bg .pager {
  background: transparent;
  margin: auto;
}
.produkt-detail-img {
  border: 1px solid #003870;
  width: 40%;
  position: relative;
}
.produkt-detail-img:after {
  background-image: url(/img/system/lupe_plus.png);
  content: " ";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: block;
}
.produkt-detail-text {
  width: 60%;
  padding-left: 120px;
}
.produkt-detail-text .back {
  font-size: 14px;
  margin-bottom: 15px;
  display: block;
}
.produkt-detail-text .blue_buttons a {
  margin-top: 10px;
}
.produktsuche {
  background: #e7e6e2;
  position: relative;
}
.produktsuche:before {
  content: " ";
  background: #e7e6e2;
  position: absolute;
  width: 150vw;
  height: 100%;
  left: -50vw;
  top: 0;
}
.produktsuche .produkte-liste-ul {
  float: inherit;
  padding: 20px;
}
.produktsuche .search {
  margin-top: 0;
  padding-top: 0;
}
.produktsuche .pager {
  margin: 0;
  position: relative;
}
.produktsuche .produkte-suche-wrap {
  margin: 0;
}
.blue_buttons {
  margin-top: 40px;
}
.blue_buttons a {
  background-color: #003870;
  border: 1px solid #003870;
  padding: 10px;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: 0.5s background-color;
}
.blue_buttons a:hover {
  background-color: #fff;
  color: #003870;
}
.breadcrumb {
  width: 1065px;
  margin: auto;
  position: relative;
  padding: 0;
  right: 0;
  padding-top: 30px;
}
.breadcrumb li {
  font-weight: 700;
}
.breadcrumb li:last-child {
  font-weight: normal;
}
.product_grey {
  padding: 20px;
  background-color: #eeeeee;
}
.product_grey .inner {
  padding: 20px;
  background-color: #fff;
}
.product_grey .inner p {
  text-align: left;
  line-height: 1.5rem;
}
.product_grey .inner strong {
  display: block;
}
.header-inside {
  background: #fff;
  color: #1a347f;
  height: 84px;
  padding-top: 0;
}
.header-inside .inner {
  display: flex;
  align-items: center;
}
.header-inside .inner nav {
  transform: translateY(-50%);
  top: 50%;
}
.header-inside .logo {
  left: 0;
  position: relative;
  top: initial;
  transform: none;
}
.header-inside .vetmedica {
  font-size: 34px;
  font-weight: 700;
  margin-left: 30px;
  cursor: default;
  font-family: 'BISansNEXT-Bold';
}
.header-inside nav &gt; ul &gt; li &gt; a {
  font-weight: 700;
}
footer {
  background: none;
  text-align: center;
  font-size: 14px;
  color: #999;
}
footer ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  font-size: 14px;
  color: #999;
  padding-left: 10px;
  padding-right: 10px;
}
.navlayer-wrap {
  top: 42px;
  box-shadow: 0 7px 5px rgba(0, 0, 0, 0.15);
}
.keyvisual_new {
  height: 445px;
  width: 100%;
  position: relative;
}
.keyvisual_new .background_image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.keyvisual_new .background_image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.keyvisual_new .line {
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #fff;
  width: 100%;
}
.keyvisual_new .search_box {
  width: 530px;
  display: block;
  position: absolute;
  bottom: 0;
  height: 280px;
  background-color: rgba(255, 255, 255, 0.75);
}
.keyvisual_new .search_box .headline {
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  padding-left: 30px;
  padding-top: 65px;
  color: #1a347f;
}
.keyvisual_new .search_box .subline {
  display: block;
  font-size: 24px;
  padding-left: 30px;
  color: #1a347f;
  padding-top: 10px;
}
.keyvisual_new .search_box .search_border {
  margin: auto;
  width: calc(100% - 60px);
  background-color: #fff;
  padding: 10px;
  border-radius: 30px;
  height: 50px;
  position: relative;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}
.keyvisual_new .search_box .search_border input {
  border: 0;
  height: 30px;
  width: 80%;
  outline: 0;
  padding-left: 10px;
}
.keyvisual_new .search_box .search_border a {
  background-color: #0076BA;
  border-radius: 30px;
  color: #fff;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  text-align: center;
  line-height: 48px;
  transition: 0.5s all;
}
.keyvisual_new .search_box .search_border a:hover {
  background-color: #1a347f;
}
@media screen and (max-width: 768px) {
  .keyvisual_new .search_box {
    width: 400px;
    height: 230px;
  }
  .keyvisual_new .search_box .headline {
    font-size: 26px;
    padding-left: 30px;
    padding-top: 35px;
  }
  .keyvisual_new .search_box .subline {
    font-size: 20px;
  }
  .keyvisual_new .search_box .search_border {
    bottom: 50px;
  }
}
@media screen and (max-width: 512px) {
  .keyvisual_new .search_box {
    width: 100%;
    left: 0;
    height: 190px;
  }
  .keyvisual_new .search_box .headline {
    padding-top: 15px;
  }
  .keyvisual_new .search_box .search_border {
    bottom: 40px;
  }
}
@media screen and (max-width: 380px) {
  .keyvisual_new .search_box {
    height: 180px;
  }
  .keyvisual_new .search_box .headline {
    font-size: 22px;
  }
  .keyvisual_new .search_box .subline {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .keyvisual_new {
    height: 360px;
  }
}
@media screen and (max-width: 512px) {
  .keyvisual_new {
    height: 270px;
  }
}
.box3-box.layout_neu h2 {
  padding-top: 25px;
}
.box3-box.layout_neu h2 span {
  border-bottom: 0 !important;
  color: #003870;
  font-weight: bold;
  text-transform: initial;
}
.box3-box.layout_neu .box3-text p {
  text-align: left;
  padding: 10px;
  font-weight: normal;
}
.box3-box.layout_neu .box3-more {
  background-color: #0976b7;
  border: 1px solid #0976b7;
  color: #fff;
  text-transform: initial;
  font-size: 16px;
  padding: 2px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.box3-box.layout_neu .box3-more a {
  color: #fff !important;
}
.box3-box.layout_neu .box3-more a:before {
  content: "&gt;";
  margin-right: 4px;
}
.box3-box.layout_neu .box3-more:hover {
  background-color: #fff;
}
.box3-box.layout_neu .box3-more:hover a {
  color: #0976b7 !important;
}
.three-images:after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.three-images &gt; div {
  width: calc(33% - 1px);
}
.three-images .left p {
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}
.three-images .left {
  padding-right: 5px;
}
.three-images .left &gt; a {
  font-size: 0;
}
.three-images .left a {
  display: inline-block;
}
.three-images .lastleft {
  padding-right: 0;
}
.three-images img {
  width: 100%;
  margin-bottom: 5px;
}
.contentcolumnwrap.flex {
  display: flex;
}
.contentcolumnwrap.flex .contentcolumn {
  width: 100%;
}
.contentcolumnwrap.content_right .contentcolumn {
  text-align: right;
  float: right;
}
.contentcolumnwrap.content_right .contentcolumn p {
  text-align: right;
}
.newsletter-form-check {
  clear: both;
  padding-left: 40px;
  padding-bottom: 3px;
}
.newsletter-form-check input {
  float: left;
  margin-top: 11px;
  margin-right: 7px;
}
.newsletter-form-check label {
  display: block;
  max-width: 95%;
}
.custom__salutation {
  margin-bottom: 30px;
}
.custom__salutation div.radioButtonWrapper {
  width: 100px;
  max-width: 100%;
}
.custom__salutation div.radioButtonListWrapper,
.custom__salutation div.plzort,
.custom__salutation div.captcha div {
  width: auto;
  position: relative;
  top: 8px;
}
.custom__salutation .sal-label {
  display: block;
  max-width: 150px;
  width: 100%;
  font-weight: bold;
}
.einwilligung {
  margin-bottom: 30px;
}
.einwilligung label {
  width: 100%;
}
.einwilligung div.radioButtonWrapper {
  width: 100%;
  max-width: 100%;
  float: none;
  margin-bottom: 10px;
  overflow: visible;
}
.einwilligung .sal-label {
  width: 100%;
  max-width: 100%;
  display: block !important;
  font-weight: bold;
  padding-bottom: 10px;
}
.einwilligung .radioButtonWrapper label:after {
  bottom: auto;
  top: calc(50% - 8px);
}
.mb10 {
  margin-bottom: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml30 {
  margin-left: 30px;
}
.checkbox-edit {
  padding-left: 0;
}
.nf-updatestyle div.radioButtonWrapper label {
  margin-left: 10px;
}
.nf-updatestyle div.radioButtonWrapper label:after {
  bottom: auto;
  left: -25px;
  right: auto;
  top: calc(50% - 8px);
}
.nf-updatestyle div.radioButtonWrapper {
  margin-right: 0;
  padding-left: 25px;
}
.nf-updatestyle div.checkbox label:after {
  left: 0;
  right: auto;
}
.nf-updatestyle div.checkbox label {
  padding-right: 0;
  padding-left: 30px;
  margin-left: 10px;
}
.nf-updatestyle .showhide &gt; label {
  margin-left: 0 !important;
}
.nf-profil {
  width: 56%;
}
.nf-profil label {
  display: block;
  margin-bottom: 5px;
  float: none;
  width: 100%;
  font-weight: bold;
  max-width: 100%;
}
.nf-profil .top-info {
  margin-bottom: 30px;
}
.nf-profil .flex-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  clear: both;
}
.nf-profil .flex-container .half {
  width: calc(50% - 15px);
  max-width: 100%;
}
.nf-profil .disabled label {
  pointer-events: none;
}
.nf-profil .disabled .radioButtonWrapper label:after {
  border: 3px solid 909090;
  background: #909090;
}
.nf-profil .disabled .radioButtonWrapper.isSelected label:after {
  border: 3px solid #003870;
  background: white;
}
.nf-profil .disabled div.checkbox label:after {
  background: #909090;
}
.nf-profil .disabled div.checkbox input:checked + label:after {
  background: #003870;
}
.themen h2 {
  margin-bottom: 15px;
}
.topic__item label {
  margin-left: 0 !important;
}
.topic__item label:after {
  bottom: auto;
  left: -25px;
  right: auto;
  top: calc(50% - 8px);
}
.freigeschaltet {
  text-align: center;
}
.freigeschaltet .profil {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
  display: inline-block;
  float: none !important;
}
.toTop {
  width: 60px;
  height: 60px;
  bottom: -60px;
  right: 20px;
  position: fixed;
  background-color: #1a347f;
  transition: 0.5s all;
  cursor: pointer;
  z-index: 100;
}
.toTop.active {
  bottom: 55px;
}
.toTop .toTop_arrow {
  position: relative;
  top: 26px;
  left: 18px;
  width: 20px;
  height: 20px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-135deg);
}
article.news a[href*="//"]:not([href*="bovikalc.de"]),
.product_grey p a[href*="//"]:not([href*="bovikalc.de"]),
.contentpage p a[href*="//"]:not([href*="bovikalc.de"]) {
  white-space: nowrap;
}
article.news a[href*="//"]:not([href*="bovikalc.de"]):before,
.product_grey p a[href*="//"]:not([href*="bovikalc.de"]):before,
.contentpage p a[href*="//"]:not([href*="bovikalc.de"]):before {
  content: " ";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ctitle%3E external link %3C/title%3E%3Cpath fill='%231A347F' d='M17 17H3V3h5V1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5h-2z'/%3E%3Cpath fill='%231A347F' d='M19 1h-8l3.3 3.3-5.7 5.7 1.4 1.4 5.7-5.7L19 9V1z'/%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  display: inline-block;
  background-size: contain;
  margin-right: 6px;
  background-repeat: no-repeat;
  top: 2px;
  position: relative;
}
.suchfilter {
  position: relative;
}
.suchfilter .suche_filter {
  background-color: #1a347f;
  color: #fff;
  padding: 14px;
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  text-align: center;
}
.suchfilter .startswithwrapper input {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  border: 1px solid #1a347f;
  font-family: 'Open Sans';
  font-style: normal;
}
.suchfilter .startswithwrapper input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0076BA;
  font-size: 15px;
  font-weight: 600;
}
.suchfilter .startswithwrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #0076BA;
  font-size: 15px;
  font-weight: 600;
}
.suchfilter .startswithwrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: #0076BA;
  font-size: 15px;
  font-weight: 600;
}
.suchfilter .startswithwrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #0076BA;
  font-size: 15px;
  font-weight: 600;
}
.suchfilter .startswithwrapper .radioButtonWrapper {
  display: inline-block;
  margin-right: 0;
}
.suchfilter .startswithwrapper .radioButtonWrapper input.radio {
  width: initial;
  display: none;
}
.suchfilter .startswithwrapper .radioButtonWrapper label {
  padding: 5px;
  display: inline-block;
  width: 32px;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  float: none;
  color: #0076BA;
  font-weight: 600;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 14px;
}
.suchfilter .startswithwrapper .radioButtonWrapper label:after {
  content: none;
}
.suchfilter .startswithwrapper .radioButtonWrapper input[cssclass="first"] ~ label {
  width: 50px;
}
.suchfilter .startswithwrapper .radioButtonWrapper input:checked ~ label {
  background-color: #fff;
  border-radius: 7px;
  border: 2px solid #0076BA;
  font-weight: 600;
}
.suchfilter ul.resultst {
  clear: both;
}
.suchfilter .sucheingabe_filter {
  padding-top: 20px;
}
.suchfilter .sucheingabe_filter .startswithwrapper {
  position: relative;
}
.suchfilter .sucheingabe_filter .radioButtonListWrapper {
  margin-top: 10px;
  margin-bottom: 30px;
}
.mbottom {
  display: inline-block;
  margin-bottom: 20px;
}
.form-button.button-veranstaltung {
  float: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  margin-top: 30px;
}
.form-button.button-veranstaltung .btninfo {
  font-size: 14px;
}
.greybackground {
  background: #E3E3E3;
}
.imgleft-new {
  overflow: hidden;
}
.imgleft-new img {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.imglefttext p {
  text-align: left;
}
.imgleft-text {
  float: left;
  width: 68%;
}
.imgleft-text h2 {
  font-size: 30px;
  margin-bottom: 10px;
}
.imgleft-text h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.imgleft-text p {
  margin-top: 0;
  text-align: left;
}
.text-more.white {
  float: left;
  background: #FFF;
}
.text-more.white:hover {
  background: #003870;
}
.spacergrey {
  background: #e7e6e2;
  height: 35px;
  clear: both;
  overflow: hidden;
  width: 100%;
  margin-bottom: 20px;
}
.inner ul:not([class]) {
  padding: 0;
  list-style: none;
}
.inner ul:not([class]) ul {
  margin-bottom: 0;
}
.inner ul:not([class]) li:not([class]) {
  position: relative;
  z-index: 20;
  padding-left: 20px;
}
.inner ul:not([class]) li:not([class]):before {
  content: "";
  display: block;
  background: #333;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 15px;
}
.contentcolumnwrap {
  overflow: hidden;
}
.contentcolumn {
  width: 50%;
  float: left;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contentcolumn .inner p,
.contentcolumn .inner h1,
.contentcolumn .inner h2,
.contentcolumn .inner img {
  text-align: left;
}
.contentcolumn .text p {
  text-align: left;
}
.inner .inner {
  width: auto;
  margin: 0;
}
.imgleft.notcenter {
  margin-right: 0;
  width: 13%;
  display: block;
}
.notcenter .text {
  float: left;
  width: 87%;
  padding-left: 20px;
  box-sizing: border-box;
}
.notcenter .text p {
  text-align: left;
}
.contentcolumnwrap .imgleft.notcenter img {
  width: 100%;
}
.produkte-img-left {
  float: left;
  width: 30%;
}
.produkte-img img {
  width: 100%;
  margin-bottom: 10px;
}
.produkte-liste-ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
}
.produkte-liste-ul.smaller {
  width: 70%;
  padding-left: 20px;
}
.produkte-liste-li {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 300;
}
.produkte-liste-li a {
  font-weight: 400;
}
.produkt-detail-img {
  float: left;
  width: calc(30% - 40px);
  border: 1px solid #e7e6e2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.produkt-detail-img img {
  width: 100%;
  margin: 0;
}
.produkt-detail-text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  float: left;
}
.produkt-detail-text p,
.produkt-detail-text .content-headline {
  text-align: left;
}
.produkt-detail-text p {
  line-height: normal;
}
.produkt-detail-text .content-headline {
  padding-top: 0;
}
.produkt-detail-text h2 {
  margin-bottom: 10px;
}
.produkte-suche h2 {
  text-align: center;
  margin-bottom: 25px;
}
.produkte-suche-wrap {
  background: #e7e6e2;
  padding: 10px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.produkte-suche-wrap span {
  font-size: 24px;
  line-height: 50px;
}
.produkte-suche-wrap input {
  line-height: 21px;
  border: 0;
  float: right;
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 20px;
}
.produkte-suche-action {
  position: absolute;
  right: 33px;
  top: 23px;
  cursor: pointer;
}
.produkte-suche-action .icon-suche_icon {
  position: relative;
  right: auto;
  top: auto;
}
.produkte-suche-action .icon-suche_icon:before {
  top: auto !important;
  font-size: 24px;
}
.news {
  padding: 20px 0;
}
.news .imgleft {
  margin-right: 0;
}
.news .text {
  float: left;
  width: 70%;
  padding-left: 10px;
  box-sizing: border-box;
}
.news &gt; h1 {
  margin-bottom: 15px;
}
.news h2 {
  margin-bottom: 8px;
}
.news h2 span {
  border-bottom: 3px solid #003870 !important;
  -moz-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}
.news h2 span a {
  color: #333;
  padding-bottom: 2px;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.news h2 span.Pferd {
  border-color: #0097dc !important;
}
.news h2 span.Katze {
  border-color: #9a569d !important;
}
.news h2 span.Hund {
  border-color: #ba9dca !important;
}
.news h2 span.Rind {
  border-color: #69b636 !important;
}
.news h2 span.Schwein {
  border-color: #fdc316 !important;
}
.news p {
  text-align: left;
  line-height: 1.8rem;
  margin-bottom: 5px !important;
}
.news img {
  margin-bottom: 5px;
}
.news article {
  padding: 20px;
  border-bottom: 1px solid #E7E6E2;
  -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;
}
.news article:hover {
  background: #E7E6E2;
}
.table.transparent {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px 2px;
}
.table.transparent thead {
  display: none;
}
.table.transparent tr td {
  width: 50%;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
.table.transparent tr td.first {
  border-right: 1px solid transparent;
}
.table.transparent tr td.last {
  border-left: 1px solid transparent;
}
.table.transparent tr td p {
  margin-bottom: 0;
}
.tableheader {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 25px;
  text-transform: uppercase;
  margin-bottom: 2px;
  text-align: center;
  margin: 0 2px 0px 2px;
}
.mn-search .inner {
  position: relative;
}
.mn-search .icon-suche_icon {
  top: 7px;
  color: #003870;
}
.mn-search .icon-suche_icon:before {
  font-size: 30px;
}
.text-transparentbg.login-page {
  max-width: 550px;
  margin: auto;
}
.text-transparentbg.login-page .row input {
  width: 100%;
  background: #FFF;
}
.form-button {
  color: #FFF;
  background: #003870;
  display: block;
  float: right;
  text-transform: uppercase;
  padding: 9px 20px;
  -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;
}
.form-button:hover {
  color: #FFF;
  background: #132b51;
}
.quizz-column {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.quizz-column.left {
  padding-right: 1px;
}
.quizz-column.right {
  padding-left: 1px;
}
.quizz-box {
  background: #E7E6E2;
  padding: 15px 20px;
  border-bottom: 2px solid #FFF;
  clear: both;
  line-height: 1.7rem;
  overflow: hidden;
}
.quizz-box h2 {
  text-transform: uppercase;
}
.quizz-box input {
  background: #FFF;
}
.quizz-minheight {
  min-height: 187px;
}
.quiz-half {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
}
div.checkbox input {
  display: none;
}
div.checkbox label {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
div.checkbox label:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background: #003870;
  float: right;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 1px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 0 0 0;
  font-size: 9px;
}
div.checkbox input:checked + label:after {
  content: '\e80a';
}
input[type='radio'] {
  float: right;
  width: auto;
}
div.radioButtonWrapper {
  float: none;
  overflow: hidden;
}
div.radioButtonWrapper input {
  display: none;
}
div.radioButtonWrapper label {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
div.radioButtonWrapper label:after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background: #003870;
  float: right;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 1px;
  color: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 0 0 0;
  font-size: 12px;
}
div.radioButtonWrapper input:checked + label:after {
  background: #FFF;
  border: 3px solid #003870;
}
.radiobuttons &gt; label {
  display: block;
  padding-top: 0;
  width: auto;
  max-width: none;
  font-weight: 600;
  margin-bottom: 5px;
}
.form-info {
  margin-bottom: 30px;
  font-size: 15px;
}
a.toptop {
  height: 57px;
  width: 57px;
  z-index: 10;
  background-color: #E7E6E2;
  display: block;
  box-sizing: border-box;
  border: 1px solid #FFF;
  color: #333;
  text-align: center;
  font-size: 50px;
  position: absolute;
  right: 0;
  transform: translate(50%);
  top: -65px;
}
a.toptop i {
  position: absolute;
  z-index: 10;
  top: -7px;
  left: -7px;
}
.contentpage {
  position: relative;
  z-index: 5;
}
.bread_back {
  position: fixed;
  top: 126px;
  z-index: 35;
  width: 100%;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .bread_back + .contentpage {
    top: 0;
  }
}
.breadcrumb {
  top: 0;
  padding: 4px 10px;
}
.breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
  color: #333;
  font-size: 14px;
}
.breadcrumb li:last-child a {
  padding-right: 0;
  border-right: 0;
}
.breadcrumb li:first-child a {
  padding-left: 0;
}
.breadcrumb li a {
  color: #333;
  font-size: 14px;
  border-right: 1px solid #333;
  display: block;
}
.breadcrumb li span {
  padding: 0 7px;
}
.login-layer-col {
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
  width: 41%;
}
.login-layer-col.col-button {
  width: 18%;
}
.login-layer-col.col-button .form-button {
  background: #FFF;
  color: #333;
  padding: 2px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.login-layer-col.col-button .form-button:hover {
  color: #FFF;
  background: #132b51;
}
.login-layer-col input.text {
  background: #FFF;
  padding: 11px 15px 11px 15px;
  color: #333;
  line-height: 21px;
  font-size: 18px;
}
.loggedin {
  font-size: 20px;
  float: left;
  text-transform: none;
}
.inner.btn-wrapper {
  display: flex;
}
.btn-primary {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
  color: #fff;
  background-color: #003870;
  border-color: transparent;
  text-decoration: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #fff!important;
  background-color: #00264c !important;
  border-color: #00264c !important;
}
.btn-primary.arrow {
  padding-left: 10px;
}
.btn-primary.arrow:before {
  font-family: "fontello";
  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;
  content: '\e80b';
  transform: rotate(90deg);
}
.btn.link {
  font-size: 14px;
  text-transform: uppercase;
  padding: 9px 15px;
  color: #003870;
  background-color: transparent;
  border-color: transparent;
  text-decoration: none;
}
.btn.link:before {
  color: #003870;
  font-family: "fontello";
  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;
  content: '\e80b';
  transform: rotate(90deg);
}
.mainnav {
  height: 70px;
  background: #eeeeee;
  position: absolute;
  top: 746px;
  z-index: 21;
  width: 100%;
}
.loginlink {
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  float: right;
  padding-right: 10px;
}
.loginlink:hover {
  text-decoration: underline;
  color: #fff;
}
.inhaltpage .mainnav {
  top: 135px !important;
  position: fixed !important;
}
.mainnav.affix {
  position: fixed;
  top: 135px;
  width: 100%;
}
.mainnav.sticky-bottom {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  border-top: 5px solid #fff;
}
.mobilenav {
  display: none;
}
.navlayer-wrap {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
}
.startpage .opentop .navlayer-wrap {
  top: auto;
  bottom: 70px;
}
.startpage .mainnav.opentop {
  z-index: 999;
}
.navlayer {
  background: #FFF;
  padding: 15px 20px;
  overflow: hidden;
}
.navlayer.hover {
  display: block;
}
.navlayer-column {
  float: left;
  margin-right: 40px;
}
.navlayer-column:last-child {
  margin-right: 0;
}
.navlayer-video {
  width: 900px;
  padding: 15px 20px 45px;
}
.navlayer-video-alllink {
  clear: both;
  padding: 9px 0;
  text-transform: uppercase;
  text-align: right;
}
.flexboxwrap {
  width: 1065px;
  margin: auto;
  position: relative;
}
.slogowrap {
  position: absolute;
  left: auto;
  right: auto;
}
.affix-top .slogowrap {
  display: none;
}
.affix .slogowrap {
  display: block;
}
img.nav-logo {
  height: 50px;
  width: 118px;
  position: absolute;
  right: 37px;
  top: 9px;
}
.mainnav-ul1 {
  width: 1065px;
  height: 70px;
  display: flex;
  display: ms-flex;
  display: ms-flexbox;
  display: -webkit-flex;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*
    display: -ms-flexbox;
    display: -webkit-box;
    display: -moz-box;
    display:flexbox;
    display:box;
    
    text-align:justify;
    
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    
    -ms-flex-pack:justify;
    flex-pack:justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    */
}
.mainnav-li1 {
  position: relative;
  z-index: 5;
}
.mainnav-li1:hover .mainnav-a1 {
  color: #333;
}
.mainnav-li1:first-child .mainnav-a1 {
  padding-left: 20px;
}
.mainnav-li1:last-child .mainnav-a1 {
  padding-right: 20px;
}
.mainnav-li1[data-type='shop'] .mainnav-a1 {
  padding-left: 50px;
}
.mainnav-li1[data-type='shop'] .mainnav-a1 i {
  font-size: 32px;
  position: absolute;
  left: 0;
  top: 18px;
}
.mainnav-a1 {
  background: linear-gradient(to Bottom, #eeeeee 50%, #ffffff 50%);
  background-size: 100% 200%;
  display: block;
  color: #1a347f;
  font-size: 18px;
  line-height: 22px;
  padding: 24px 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainnav-li1:last-child .mainnav-a1 {
  margin-right: 0;
}
.mainnav-li1.hover .mainnav-a1,
.mainnav-li1.selected .mainnav-a1 {
  background-position: 0 100%;
  /*color:#dc0a2e;*/
}
.mainnav-li1.selected .mainnav-a1 {
  color: #1a347f;
  font-weight: bold;
}
.mainnav-ul2 {
  border-bottom: 1px solid #000;
}
.navlayer-column .mainnav-ul2:last-child {
  border: 0;
}
li.mainnav-li2 {
  padding-bottom: 8px;
  border-bottom: 1px #cacaca solid;
  margin-bottom: 10px;
  padding-right: 7px;
}
li.mainnav-li2:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.mainnav-a2 {
  margin-bottom: 2px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  font-weight: 300;
}
.mainnav-a2:hover,
.mainnav-a2:active,
.mainnav-a2:focus,
.mainnav-a2.selected {
  margin-bottom: 2px;
  display: block;
  /*color:#dc0a2e;*/
}
.mainnav-a2 &gt; i {
  float: right;
}
.mainnav-a3 {
  margin-left: -5px;
  padding: 1px 0 1px 5px;
  display: block;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4c4c4c;
  text-transform: uppercase;
  font-weight: 300;
}
.mainnav-a3:hover,
.mainnav-a3:active,
.mainnav-a3:focus,
.mainnav-a3.selected {
  background: #003870;
  color: #FFF;
  margin: 0 -28px 0 -20px;
  padding-left: 20px;
  font-weight: bold;
}
.nav-right .navlayer-wrap {
  left: auto;
  right: 0;
}
.nav-center {
  position: static;
}
.nav-center .navlayer-wrap {
  left: 0;
  right: 0;
}
.nav-center .navlayer {
  margin: auto;
}
/*Videonav*/
.navlayer-column-video {
  width: 220px;
  padding-bottom: 12px;
}
.navlayer-column.last {
  margin-right: 0;
}
.mainnav-li2-videos {
  width: 225px;
  overflow: hidden;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 18px;
  padding-top: 16px;
}
.mainnav-videos-thumb {
  display: block;
  float: left;
  margin-right: 5px;
  width: 80px;
  height: 80px;
}
.mainnav-videos-info {
  width: 140px;
  float: left;
}
.mainnav-videos-h1 {
  font-size: 16px;
  /*color: #000;*/
  font-weight: 600;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mainnav-videos-p {
  margin: 0;
  margin-top: 3px;
  margin-bottom: 5px;
  height: 30px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 140px;
  line-height: 14px;
  font-size: 14px;
}
.mainnav-videos-detail {
  display: block;
  background: #191919;
  color: #FFF;
  font-size: 12px;
  width: 115px;
  line-height: 23px;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mainnav-videos-detail:hover {
  /*background:#dc0a2e;*/
  color: #FFF;
}
/*Metanav*/
.metanav-bottom {
  float: right;
}
.metanav-bottom-li {
  float: left;
  padding-right: 7px;
  margin-left: 6px;
  border-right: 2px #4f4e4e solid;
  line-height: 14px;
}
.metanav-bottom-li:last-child {
  border: 0;
  padding-right: 0;
}
.metanav-bottom a {
  font-size: 14px;
  color: #fff;
}
.metanav-bottom-a:hover {
  color: #FFF;
}
/*Subnav*/
.subnav-head {
  margin-bottom: 0;
}
li.subnav-li {
  /*color: #000;*/
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-left: 18px;
}
a.subnav-a {
  display: block;
  position: relative;
  z-index: 5;
  padding: 15px 0;
}
a.subnav-a:after {
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  height: 4px;
  position: absolute;
  width: 100%;
  background: transparent;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
li.subnav-li:hover a.subnav-a:after,
li.subnav-li:active a.subnav-a:after,
li.subnav-li:focus a.subnav-a:after,
li.subnav-li.selected a.subnav-a:after {
  /*background: #dc0a2e;*/
}
/*Mobilenav*/
.mobile-overlay {
  display: none;
  height: 100%;
  width: 100%;
  background: rgba(0, 56, 112, 0.54);
  position: absolute;
  z-index: 30;
  top: 0;
}
.mobilenav {
  width: 100%;
  position: absolute;
  top: 108px;
  z-index: 99;
  background: #003870;
  -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;
}
/*
.mobilenav.submenu {
    background: #FFF;

    &amp;&gt;div {
        display: none !important;
    }
}

.mobilenav-ul1 {
    margin: 0;
    border-bottom: 1px solid #FFF;
}

.mobilenav-li1,
.mobile-metanav-li {
    text-transform: uppercase;
}

.mobilenav-a1 {
    display: block;
    font-weight: 300;
    padding: 16px 20px;
    padding-right: 50px;
    font-size: 23px;
    color: #FFF;
    -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;

    &amp;:hover {
        background: #FFF;
        color: #003870;
    }
}

.mobilenav-li1.open {
    padding: 0;
    margin-top: 0 !important;
    position: relative;
}

.open .mobilenav-a1 {
    padding: 16px 20px;
    background: #003870;
    padding-right: 60px;
    color: #FFF !important;
}

.mobilenav-ul2 {
    display: block;
    padding: 0 10px;
}

.mobilenav-li2 {
    font-size: 22px;
    text-transform: uppercase;
}

.mobilenav-a2 {
    display: block;
    position: relative;
    z-index: 5;
    padding: 15px 10px;
    border-bottom: 1px solid #000;
}

.mobilenav-a2:after {
    content: "";
    display: block;
    left: 10px;
    right: 0;
    bottom: 0;
    height: 4px;
    position: absolute;
    margin-right: 20px;
    background: transparent;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
*/
.mobilenav-li2.open .mobilenav-a2:after {
  /*background:#dc0a2e;    */
}
/*.open &gt; .mobilenav-ul2{*/
/*    display:block;*/
/*}*/
/*
.mobilenav-a3 {
    padding: 5px 15px;
    display: block;
    text-transform: none;
    font-size: 20px;
}

.mobilenav-li2-videos {
    clear: left;
    margin: 15px 0;
    padding: 0 10px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    overflow: hidden;
}

.mobilenav-videos-detail {
    display: block;
    overflow: hidden;
}

.mobilenav-videos-thumb {
    height: 50px;
    float: left;
}

.mobilenav-videos-h1 {
    padding: 0 10px 10px 85px;
    font-size: 17px;
}

.mobile-metanav-a {
    font-size: 23px;
    color: #948f8f;
    padding: 20px 20px;
    display: block;
    transition: color 0.3s ease-in-out;

    &amp;:hover {
        color: #FFF;
    }

    .submenu &amp;:hover {
        color: #003870;
    }
}

.mobilenav-bottom {
    background: #FFF;
    padding: 10px;
}

.mobilenav-ul2,
.mobilenav-ul3 {
    display: none;
}
*/
.mobilenav .navlayer-column {
  display: none;
}
.mobile-buttons {
  display: none;
  position: absolute;
  z-index: 900;
  top: -10px;
  right: 20px;
}
.mobile-buttons .nav__globe,
.mobile-buttons .nav__suche {
  cursor: pointer;
}
.mobile-buttons a {
  background: #FFF;
  width: 38px;
  height: 38px;
  display: block;
  float: left;
  box-sizing: border-box;
  padding: 5px 0 0 0;
}
.metanavi-layer {
  font-size: 27px;
  color: #FFF;
  font-weight: 300;
  position: fixed;
  top: 135px;
  left: 0;
  z-index: 30;
  background: #003870;
  width: 100%;
  height: 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12.5px 0;
  line-height: 40px;
  text-transform: uppercase;
  display: none;
}
.metanavi-layer.mn-search {
  height: 69px;
}
.layer-input {
  border: 0;
  font-size: 18px;
  line-height: 21px;
  float: right;
  width: 72%;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 60px 11px 10px;
}
.layer-search-glass {
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(/img/system/search.png) no-repeat center center;
  top: 16px;
  right: 14px;
  cursor: pointer;
}
.mobilenav .metanavi-layer.mn-search {
  display: block;
  padding: 0;
  height: auto;
  position: relative;
  top: auto;
  bottom: auto;
  margin-bottom: 20px;
  padding-top: 35px;
}
.mobilenav .metanavi-layer.mn-search span {
  display: none;
}
.mobilenav .metanavi-layer.mn-search .layer-input {
  width: 100%;
}
@media (max-width: 768px) {
  .mobilenav .metanavi-layer.mn-search {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.mobile-login {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
  font-weight: 300;
  margin-bottom: 20px;
}
.mobile-login a {
  background: #FFF;
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 11px 10px;
  text-transform: uppercase;
}
.mobile-login i.icon-lock-filled {
  position: absolute;
  top: 1px;
  right: 25px;
  font-size: 30px;
  color: #003870;
}
.mobile-login .metanavi-layer.mn-login {
  display: none;
  position: relative;
  top: auto;
  bottom: auto;
  padding-bottom: 0;
  padding-top: 6px;
  height: auto;
}
.mobile-login .metanavi-layer.mn-login .inner {
  padding: 0;
}
.mobile-login .metanavi-layer.mn-login .login-layer-col {
  width: 100%;
  margin-bottom: 6px;
  padding: 0;
}
@media only screen and (max-width: 1105px) {
  a.toptop {
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .inner {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .header-image {
    width: 123px;
  }
  .header-image img {
    width: 100%;
  }
  .metanavi {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .mainnav.affix {
    top: 110px;
  }
  .icon-suche_icon {
    right: 20px;
  }
  .inhaltpage .mainnav {
    top: 110px !important;
  }
  .flexboxwrap,
  .mainnav-ul1 {
    width: 100%;
  }
  .columns3-text p {
    line-height: 25px;
  }
  .columns3-box {
    height: auto;
  }
  .columns3-box img {
    height: auto;
    width: 100%;
  }
  .columns3-box h2 {
    font-size: 23px;
    line-height: 35px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .columns3-more {
    bottom: -80%;
  }
  .owl-slide {
    height: auto;
  }
  .box3-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
  }
  .header-inside .right {
    right: 10px;
  }
  .metanavi ul.left {
    left: 10px;
  }
  .mainnav-ul1 {
    margin-right: 10px;
  }
  .breadcrumb {
    padding: 4px 21px;
  }
}
@media only screen and (max-width: 1150px) {
  .filter_bg .filter a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .header-inside .right {
    display: none;
  }
  iframe {
    width: 100% !important;
  }
  .mainnav,
  .metanavi &gt; ul,
  .footer-top,
  .footer-middle,
  .metanav-bottom,
  .breadcrumb,
  .sidebar-navigator {
    display: none;
  }
  .loginlink {
    display: none !important;
  }
  .metanavi {
    top: 0;
  }
  .metanavi .header-image {
    width: 100px;
    top: -7px;
  }
  .contentpage,
  .contentpage.subhomepage {
    margin-top: 0;
  }
  .navigation_clear {
    height: 6px;
  }
  .footer-bottom {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    padding: 25px 0 10px 0;
  }
  .footer-bottom .inner {
    height: 100%;
    text-align: center;
  }
  .footer-bottom img {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: block;
    margin: auto;
    margin-bottom: 16px;
  }
  .footer-bottom .copyright {
    font-size: 11px;
    float: none;
  }
  .onAccordion {
    padding: 0 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .contentpage.morespace {
    margin-top: 0;
  }
  .special .ui-accordion-header {
    padding: 22px 5px;
  }
  .mainnav-a1 {
    padding-left: 13px;
    padding-right: 13px;
  }
  .header-inside {
    height: 66px;
  }
  .mn-search {
    font-size: 20px;
  }
  .mn-search .layer-input {
    width: calc(100% - 210px);
  }
  .whitebackground {
    padding-top: 25px;
  }
  .content-h1,
  .kontakt-h1 {
    padding-left: 0;
  }
  .filter_bg .filter a {
    padding: 10px;
    height: 23px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .filter_bg .filter a svg {
    height: 35px;
    margin-right: 5px;
    width: auto;
    margin-top: 12px;
  }
  .buchstaben_filter {
    padding-left: 20px;
  }
  .filter_bg .filter a img,
  .filter_bg .filter a svg {
    max-width: 38px;
  }
  .filter_bg .filter a span {
    font-size: 16px;
  }
  .filter_bg .filter a {
    padding-left: 7px;
    padding-right: 6px;
  }
}
@media only screen and (max-width: 930px) {
  .buchstaben_filter {
    padding-left: 0px;
  }
  .logo img {
    width: 100px;
  }
  .header-inside .vetmedica {
    font-size: 30px;
    margin-left: 14px;
  }
  .mainnav-a1 {
    font-size: 17px;
  }
  .mainnav-a1 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .page .header-top {
    padding-top: 12px;
  }
  .mobile-buttons {
    display: block;
    top: 16px;
  }
  .mainnav-ul1 {
    display: none;
  }
  .filter_bg .filter a {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .content-h1,
  .kontakt-h1 {
    font-size: 26px;
    padding-top: 10px;
  }
  .produkte-suche-wrap span {
    font-size: 17px;
  }
  .produkte-suche-wrap .icon-suche_icon {
    margin-right: 15px;
  }
  .contentcolumnwrap.flex {
    display: block;
  }
  .contentcolumnwrap.flex .contentcolumn {
    margin-bottom: 20px;
  }
  .gewinnspiel .nextbutton {
    margin-right: 0;
  }
  .inner p,
  .inner ul {
    line-height: 25px;
  }
  .col-2-text {
    width: 100%;
    padding: 0 20px;
  }
  .column-5 {
    width: 50% !important;
  }
  .column-5 img {
    width: auto;
    height: 100%;
  }
  .column-5:nth-child(2n+3) {
    clear: left;
  }
  .content-headline {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  p,
  ul {
    font-size: 16px;
  }
  .order-item {
    width: 29%;
    margin: 0 1% 15px 1%;
  }
  .news article {
    padding: 20px 0;
  }
  .news .text {
    padding-left: 5px;
  }
  .columns3-box {
    width: 300px;
  }
  .owl-caption {
    height: 115px;
    width: 380px;
    padding: 20px 10px;
    margin-top: 60px;
  }
  .owl-caption h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .owl-caption h1.special-news {
    font-size: 16px;
    line-height: 22px;
  }
  .box3-box {
    width: 300px;
  }
  .quizz-column,
  .quiz-half {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .quizz-column .quizz-box,
  .quiz-half .quizz-box {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .product_bg .productlist .produkte-liste-li .productimage {
    width: 110px;
  }
  .product_bg .productlist .produkte-liste-li .productimage img {
    max-width: 110px;
  }
  .product_bg .productlist .produkte-liste-li .producttext {
    width: calc(100% - 120px);
  }
  .tabelle th p {
    font-size: 16px;
  }
  .produkte-suche-action {
    right: 10px;
  }
  .mobile-login i.icon-lock-filled {
    top: 8px;
  }
}
@media only screen and (max-width: 600px) {
  .whitebackground,
  .greybackground {
    padding-top: 30px;
  }
  .contentcontact.inner {
    width: 100%;
  }
  .bigbg-top .wrap {
    padding-top: 30px;
  }
  fieldset,
  #contactform,
  .map-kontakt-wrap,
  .produkt-detail-text {
    clear: both;
    width: 100%;
    float: none;
    padding-left: 0;
  }
  .produkte-img-left,
  .produkte-img-right,
  .produkte-liste-ul,
  .produkte-liste-ul.smaller {
    float: none;
    width: 100%;
    padding: 0;
  }
  .produkt-detail-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .contentpage p {
    margin-bottom: 10px;
  }
  .round-text h2 {
    font-size: 23px;
  }
  .order-item {
    width: 48%;
  }
  .item-wrap .order-item:nth-of-type(2n+3) {
    clear: left;
  }
  .item-wrap .order-item:nth-of-type(3n+4) {
    clear: none;
  }
  article.news .imgleft {
    float: none;
    width: 100%;
    display: block;
    max-width: none;
  }
  article.news .imgleft img {
    max-width: 100%;
    width: auto;
  }
  article.news .text {
    float: none;
    width: 100%;
  }
  .page .vetmedica {
    font-size: 16px !important;
  }
  .mobile-buttons {
    right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .header-meta .suche {
    display: none;
  }
}
@media only screen and (max-width: 415px) {
  .order-item {
    clear: both;
  }
  .order-item:after {
    content: " ";
    display: block;
    margin-bottom: 10px;
    clear: both;
  }
  .logo img {
    height: auto;
    width: 82px;
    padding-top: 12px;
  }
  .page .vetmedica {
    margin-left: 20px !important;
  }
  .content-headline {
    font-size: 28px;
  }
  .tabelle th p {
    -ms-word-break: break-all;
    word-break: break-all;
  }
  .produkte-liste-li {
    -ms-word-break: break-word;
    word-break: break-word;
  }
  .produkt-detail-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .produkt-detail-text {
    padding-left: 0;
    width: 100%;
    float: none;
  }
  div.imgleft {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .imgleft-text,
  .imgleft-new img {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .order-item {
    float: none;
    width: 100%;
    margin: 0;
  }
  .produkte-suche-wrap input {
    width: 100%;
  }
  .search-result {
    padding: 0;
  }
  .round-img {
    text-align: center;
  }
  .round-img img {
    width: 50%;
    height: 50%;
    margin: 0;
    display: inline !important;
    float: none;
    margin-bottom: 10px;
  }
  .round-text {
    width: 100%;
    float: none !important;
  }
  .round-text h2,
  .round-text p {
    text-align: center;
    float: none !important;
  }
  .owl-caption {
    height: 90px;
    width: 300px;
    margin-top: 30px;
  }
  .owl-caption h1 {
    font-size: 22px;
    line-height: 22px;
  }
  .row {
    font-size: 16px;
  }
  .quizz-box h2 {
    font-size: 20px;
  }
  .header-meta .login {
    display: none;
  }
}
/*Schriftfarbe*/
body {
  color: #333;
  font-size: 18px;
}
.boeringer-blau {
  border-bottom: 4px solid #003870;
  padding-bottom: 15px;
  display: inline-block;
}
.blaue-ueberschrift,
.blau .kacheln-headline,
.produkt-blau {
  border-bottom: 4px solid #0097dc;
  padding-bottom: 15px;
  display: inline-block;
}
.lila-ueberschrift,
.lila .kacheln-headline,
.produkt-lila {
  border-bottom: 4px solid #9a569d;
  padding-bottom: 15px;
  display: inline-block;
}
.pink-ueberschrift,
.pink .kacheln-headline,
.produkt-pink {
  border-bottom: 4px solid #ba9dca;
  padding-bottom: 15px;
  display: inline-block;
}
.gruen-ueberschrift,
.gruen .kacheln-headline,
.produkt-gruen {
  border-bottom: 4px solid #69b636;
  padding-bottom: 15px;
  display: inline-block;
}
.gelb-ueberschrift,
.gelb .kacheln-headline,
.produkt-gelb {
  border-bottom: 4px solid #fdc316;
  padding-bottom: 15px;
  display: inline-block;
}
.hundkatze-ueberschrift,
.hundkatze .kacheln-headline,
.produkt-hundkatze {
  border-bottom: 4px solid #c66cc0;
  padding-bottom: 15px;
  display: inline-block;
}
.kacheln-headline {
  margin-bottom: 25px;
}
section.login {
  max-width: 405px;
  overflow: hidden;
  padding: 24px 30px 34px;
  background: #0071ce;
  color: #fff;
  margin: 0 auto;
}
.loginpage.nologin .mainnav {
  height: 1px;
}
.loginpage.nologin header {
  min-height: 130px;
}
.loginpage main {
  margin-bottom: 0;
}
.loginpage main &gt; .inner {
  width: 100%;
  max-width: 1209px;
}
.loginwrapper {
  min-height: 370px;
  padding-top: 100px;
  background: url(/img/system/katze01.png) center bottom no-repeat;
  background-size: contain;
  margin-bottom: 0;
}
.login h1 {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 39px;
}
.login input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #000;
  margin-bottom: 8px;
}
.login .submit {
  display: block;
  text-transform: uppercase;
  float: left;
  padding: 0 20px;
  line-height: 40px;
  background: #fff;
  color: #000;
}
.login .submit:hover {
  color: #1998cd;
}
.login .error {
  font-size: 14px;
  color: #fff;
}
.login input.text.error {
  color: #000;
}
.login p a {
  color: #fff;
  text-decoration: underline;
}
a {
  color: #003870;
}
.content ul li:before {
  color: #003870 !important;
}
.content ul li {
  font-weight: normal;
}
.aside-header,
.grey-header,
.tile-h1 {
  color: #fff;
}
.metanav-bottom-li {
  border-right-color: #fff;
}
.tile .tile-caption {
  background: rgba(240, 137, 177, 0.7);
}
.tile:hover .tile-caption {
  background: rgba(240, 137, 177, 0.9);
}
.footer-logo {
  width: 119px;
}
.metabar-input {
  background: #e0eef9;
  color: #0071ce;
}
.aside-box {
  background: #fff;
}
img.nav-logo {
  top: 6px;
}
.metanav-bottom a:hover,
.metanav-bottom a:focus,
.metanav-bottom a:active {
  text-decoration: underline;
}
input.text,
textarea.text,
select.text {
  border-color: #858585;
}
.contentcontact input.text,
.contentcontact textarea.text,
.contentcontact select.text {
  border: 0;
}
#navigatorlayer ul ul:after,
.sidebar-navigator-layer:after {
  border-color: transparent transparent transparent #858585;
}
#map-content:before {
  border-color: transparent #003870 transparent transparent;
}
#navigatorlayer ul .Hund ul li a:hover,
#navigatorlayer ul .Hund ul li a:active,
#navigatorlayer ul .Hund ul li a:focus {
  color: #9a569d;
}
#navigatorlayer ul .Katze ul li a:hover,
#navigatorlayer ul .Katze ul li a:active,
#navigatorlayer ul .Katze ul li a:focus {
  color: #ba9dca;
}
#navigatorlayer ul .Schwein ul li a:hover,
#navigatorlayer ul .Schwein ul li a:active,
#navigatorlayer ul .Schwein ul li a:focus {
  color: #fdc316;
}
#navigatorlayer ul .Rind ul li a:hover,
#navigatorlayer ul .Rind ul li a:active,
#navigatorlayer ul .Rind ul li a:focus {
  color: #69b636;
}
#navigatorlayer ul .Pferd ul li a:hover,
#navigatorlayer ul .Pferd ul li a:active,
#navigatorlayer ul .Pferd ul li a:focus {
  color: #0097dc;
}
#navigatorlayer ul .Gefluegel ul li a:hover,
#navigatorlayer ul .Gefluegel ul li a:active,
#navigatorlayer ul .Gefluegel ul li a:focus {
  color: #ff6633;
}
.sidebar-navigator-li:hover .sidebar-navigator-a {
  background: #003870;
}
/*Akzent Farbe 0071ce*/
a:hover,
.small-imagebox .imagebox-header span,
.mainnav-li1.selected .mainnav-a1,
.mainnav-a2:hover,
.mainnav-a2:active,
.mainnav-a2:focus,
.mainnav-a2.selected,
.aside-header a,
.content ul li:before,
.newsletter-signup-button:before,
.sidebar-navigator-layer:hover {
  color: #003870;
}
.mainnav-li1.selected .mainnav-a1 {
  /*color:#fff;*/
}
.sidebar-navigator-a,
.sidebar-navigator-layer,
#navigatorlayer ul ul li a,
#navigatorlayer ul ul li,
.tile-icon img,
.tile-icon,
.newsletter-signup,
.content-button:hover,
.mainnav-videos-detail:hover,
li.subnav-li:hover a.subnav-a:after,
li.subnav-li:active a.subnav-a:after,
li.subnav-li:focus a.subnav-a:after,
li.subnav-li.selected a.subnav-a:after {
  background: #858585;
}
.social-h1,
.content-h1 span,
.kontakt-h1 span {
  border-color: #003870;
}
/*Farbe 2 000*/
.social-h1,
.content-h1,
.kontakt-h1,
.mainnav-videos-h1,
.contentpage,
.mainnav-a2,
li.subnav-li {
  color: #333;
}
#map-content,
.mainnav,
.aside-header,
.grey-header .content-h1,
.kontakt-h1,
.mainnav-ul2 {
  border-color: #0071ce;
}
.order-item-text,
.order-item-label,
.order-item-count input.text {
  border-color: #e7e6e2;
}
.order-item-header {
  background: #e7e6e2;
}
.content-button a {
  color: #FFF;
}
.content-button.absenden {
  background: #d3d2ca;
  color: #333;
}
.content-button.absenden:hover {
  color: #FFF;
  background: #003870;
}
.content-button.absenden.white {
  background: #FFF;
}
.content-button.absenden.white a {
  color: #000;
}
.content-button.absenden.white:hover {
  background: #003870;
}
.content-button.absenden.white:hover a {
  color: #FFF;
}
fieldset div.plz {
  width: 30%;
}
fieldset div.ort {
  width: calc(65%);
  float: right;
}
.search_wrapper {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
#produkte-suche {
  width: 100%;
  height: 50px;
  padding: 10px 30px;
  border: 1px solid #1a347f;
}
.produkte-suche-action {
  top: 23px;
}
.buchstaben_filter .produkte-suche-action {
  top: 33px;
}
/* ------ */
/* loader */
/* ------ */
#loader_products {
  /*display: none;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  top: calc(50% - 80px);
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.wrapper .ui-accordion-header {
  background: 0;
  border: 0;
  border-top: 1px solid #4c4c4c;
  border-radius: 0;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: 300!important;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  text-transform: uppercase;
  color: #000;
  padding-left: 20px;
}
.wrapper .ui-accordion {
  border-bottom: 1px solid #4c4c4c;
  max-width: 1065px;
  margin: auto;
  width: 100%;
  margin-bottom: 25px;
}
.wrapper .ui-icon {
  display: none;
}
.wrapper .onAccordionContent {
  padding: 10px 0;
  border: 0;
  border-radius: 0;
}
.wrapper .ui-widget-content {
  font-size: 16px;
  padding: 10px 20px;
}
.wrapper .ui-widget-content .inner {
  width: 100%;
  overflow: hidden;
}/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/open-sans-v18-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-300.woff") format("woff"), url("/fonts/open-sans-v18-latin-300.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("/fonts/open-sans-v18-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-300italic.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-300italic.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-300italic.woff") format("woff"), url("/fonts/open-sans-v18-latin-300italic.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-300italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/open-sans-v18-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-regular.woff") format("woff"), url("/fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/open-sans-v18-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-italic.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-italic.woff") format("woff"), url("/fonts/open-sans-v18-latin-italic.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/open-sans-v18-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-600.woff") format("woff"), url("/fonts/open-sans-v18-latin-600.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-600.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("/fonts/open-sans-v18-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-600italic.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-600italic.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-600italic.woff") format("woff"), url("/fonts/open-sans-v18-latin-600italic.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-600italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/open-sans-v18-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-700.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-700.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-700.woff") format("woff"), url("/fonts/open-sans-v18-latin-700.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-700.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("/fonts/open-sans-v18-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-700italic.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-700italic.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-700italic.woff") format("woff"), url("/fonts/open-sans-v18-latin-700italic.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-700italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url("/fonts/open-sans-v18-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-800italic.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-800italic.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-800italic.woff") format("woff"), url("/fonts/open-sans-v18-latin-800italic.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-800italic.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/open-sans-v18-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/fonts/open-sans-v18-latin-800.eot?#iefix") format("embedded-opentype"), url("/fonts/open-sans-v18-latin-800.woff2") format("woff2"), url("/fonts/open-sans-v18-latin-800.woff") format("woff"), url("/fonts/open-sans-v18-latin-800.ttf") format("truetype"), url("/fonts/open-sans-v18-latin-800.svg#OpenSans") format("svg");
  /* Legacy iOS */ }

.page2020 {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #233E6A; }
  .page2020 * {
    box-sizing: border-box;
    outline: none !important; }
  .page2020 h1, .page2020 h2, .page2020 h3, .page2020 li, .page2020 a, .page2020 span, .page2020 .contentpage {
    color: #233E6A; }
  .page2020 h1 {
    font-size: 32px;
    line-height: 43px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal; }
  .page2020 h2 {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-weight: normal; }
  .page2020 h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    font-weight: normal; }
  .page2020 .startseite h2 {
    font-size: 32px;
    line-height: 43px; }
  .page2020 p, .page2020 ul {
    font-size: 15px;
    line-height: 22px;
    color: #233E6A; }
  .page2020 ol:not([class]),
  .page2020 ul:not([class]) {
    margin-bottom: 60px; }
    .page2020 ol:not([class]) li:not([class]),
    .page2020 ul:not([class]) li:not([class]) {
      margin-bottom: 5px; }
      .page2020 ol:not([class]) li:not([class]) ul,
      .page2020 ol:not([class]) li:not([class]) ol,
      .page2020 ul:not([class]) li:not([class]) ul, .page2020 ul:not([class]) li:not([class]) ol {
        margin-top: 5px; }
    .page2020 ol:not([class]) + p,
    .page2020 ul:not([class]) + p {
      margin-top: -40px; }
  .page2020 input.text,
  .page2020 textarea.text,
  .page2020 select.text {
    width: 100%;
    border: 0;
    background: #dfeeff;
    box-sizing: border-box;
    line-height: 18px;
    padding: 10px 15px;
    font-size: 16px; }
    .page2020 input.text::-webkit-input-placeholder,
    .page2020 textarea.text::-webkit-input-placeholder,
    .page2020 select.text::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #233E6A;
      opacity: 0.7; }
    .page2020 input.text::-moz-placeholder,
    .page2020 textarea.text::-moz-placeholder,
    .page2020 select.text::-moz-placeholder {
      /* Firefox 19+ */
      color: #233E6A;
      opacity: 0.7; }
    .page2020 input.text:-ms-input-placeholder,
    .page2020 textarea.text:-ms-input-placeholder,
    .page2020 select.text:-ms-input-placeholder {
      /* IE 10+ */
      color: #233E6A;
      opacity: 0.7; }
    .page2020 input.text:-moz-placeholder,
    .page2020 textarea.text:-moz-placeholder,
    .page2020 select.text:-moz-placeholder {
      /* Firefox 18- */
      color: #233E6A;
      opacity: 0.7; }

.seiten__content p a {
  text-decoration: underline; }

.page {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto; }

.bg-grey {
  background: #F3F3F3; }

main {
  margin-top: 0; }
  @media only screen and (max-width: 1240px) {
    main {
      padding-left: 20px;
      padding-right: 20px; } }

.media__html,
.video__html,
.youtube__container,
.text__area,
.teaser__image,
.page .ui-tabs.ui-widget-content,
.image--double,
.image--triple,
.image--single,
.onAccordion__main,
.generate-ui-tab,
.table__container,
.text__block {
  margin-bottom: 80px; }
  @media only screen and (max-width: 575px) {
    .media__html,
    .video__html,
    .youtube__container,
    .text__area,
    .teaser__image,
    .page .ui-tabs.ui-widget-content,
    .image--double,
    .image--triple,
    .image--single,
    .onAccordion__main,
    .generate-ui-tab,
    .table__container,
    .text__block {
      margin-bottom: 40px; } }

.text__block {
  padding-left: 40px; }
  @media only screen and (max-width: 1240px) {
    .text__block {
      padding-left: 0; } }
  .text__block + .content__button {
    padding-left: 40px; }

.contentpage_new h2 {
  padding-left: 40px; }
  @media only screen and (max-width: 1240px) {
    .contentpage_new h2 {
      padding-left: 0; } }

#contactform h2 {
  padding-left: 0; }

#contactform,
.greybackground {
  background: none;
  padding-left: 40px; }
  @media only screen and (max-width: 1240px) {
    #contactform,
    .greybackground {
      padding-left: 0; } }

.kontakt-h2 {
  padding-left: 0 !important; }

.row-pflichtfelder {
  margin-bottom: 30px; }

.inner.inner-new {
  width: 1220px; }

.page .inner {
  width: 1220px;
  text-align: left; }
  @media only screen and (max-width: 1240px) {
    .page .inner {
      width: 100%;
      max-width: 100%; } }
  .page .inner p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
    .page .inner p:last-child {
      margin-bottom: 60px; }

.seiten__content {
  padding-left: 40px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1240px) {
    .seiten__content {
      padding-left: 0; } }
  .seiten__content h2 {
    padding-left: 0; }

.page header {
  max-width: 1220px;
  margin: 0 auto;
  position: static; }

.page .header-inside {
  height: 70px; }
  @media only screen and (max-width: 1240px) {
    .page .header-inside {
      height: 100px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (max-width: 767px) {
    .page .header-inside {
      height: 100px; } }

.page .header-top {
  position: relative;
  padding-left: 40px; }
  @media only screen and (max-width: 1240px) {
    .page .header-top {
      padding-left: 0; } }

.page .logo {
  z-index: 500; }

.page .vetmedica {
  font-size: 22px;
  font-weight: 700;
  margin-left: 30px;
  cursor: default;
  font-family: 'BISansNEXT-Bold';
  position: relative;
  top: 13px;
  z-index: 500; }

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #dfeeff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 25px; }

.meta__wrapper .meta__nav {
  position: static;
  float: none; }

.meta__wrapper .meta__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
  line-height: 15px;
  width: 100%; }

.meta__wrapper .meta__li {
  list-style: none;
  font-size: 11px;
  line-height: 15px;
  position: relative; }
  .meta__wrapper .meta__li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 35px;
    background: #fff;
    z-index: 10; }

.meta__wrapper .meta__a {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 25px;
  padding: 7px 20px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  transition: all 0.4s linear;
  display: block; }

.meta__wrapper.meta--switcher {
  display: none; }
  @media only screen and (max-width: 1200px) {
    .meta__wrapper.meta--switcher {
      display: none; } }
  .meta__wrapper.meta--switcher .meta__li {
    margin-right: 0; }
    .meta__wrapper.meta--switcher .meta__li.selected .meta__a {
      background: #233E6A;
      color: #fff; }
      .meta__wrapper.meta--switcher .meta__li.selected .meta__a:after {
        border-color: #233E6A transparent transparent transparent;
        opacity: 1; }
  .meta__wrapper.meta--switcher .meta__a {
    background: #fff;
    margin-right: 0;
    position: relative; }
    .meta__wrapper.meta--switcher .meta__a:after {
      content: "";
      position: absolute;
      bottom: -10px;
      left: calc(50% - 10px);
      z-index: 100;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10.5px 0 10.5px;
      border-color: #fff transparent transparent transparent;
      opacity: 0;
      transition: all 0.4s linear; }

.meta__wrapper.meta--static .meta__li {
  position: relative; }

.nav__desktop {
  transform: translateY(-50%);
  top: 50%;
  margin-top: 10px;
  float: right;
  position: absolute;
  right: 0;
  padding-right: 40px;
  z-index: 499;
  width: 100%;
  max-width: 100%;
  display: flex;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 1200px) {
    .nav__desktop {
      display: none; } }
  .nav__desktop nav {
    position: static;
    float: none; }

.nav__tierarzt {
  display: none; }

.nav__nav .meta__ul--first {
  display: flex; }

.nav__nav .nav__ul {
  display: flex; }
  .nav__nav .nav__ul &gt; .nav__li &gt; .nav__a:after {
    content: '';
    position: absolute;
    bottom: -38px;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url(/img/system/menu-triangle.png);
    width: 22px;
    height: 12px;
    z-index: 101;
    display: none; }
  .nav__nav .nav__ul &gt; .nav__li.selected &gt; .nav__a {
    font-weight: 800; }

.nav__nav .nav__li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: 20px;
  position: relative; }
  .nav__nav .nav__li:before {
    content: "";
    width: 1100px;
    height: 66px;
    background: transparent;
    position: absolute;
    right: 0;
    bottom: -60px;
    display: none;
    z-index: 10001; }
  .nav__nav .nav__li:last-child {
    margin-right: 0; }
  .nav__nav .nav__li:hover:before {
    display: block; }
  .nav__nav .nav__li:hover &gt; .nav__a {
    font-weight: 800; }
  .nav__nav .nav__li:hover.has-child &gt; .nav__a:after {
    display: block; }
  .nav__nav .nav__li:hover .nav__flyout {
    display: block;
    text-align: center; }

.nav__nav .nav__a {
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  color: #233E6A;
  transition: all 0.3s ease; }
  .nav__nav .nav__a:before {
    display: block;
    content: attr(title);
    font-weight: 800;
    color: transparent;
    overflow: hidden;
    visibility: hidden;
    height: 1px;
    transition: all 0.3s ease; }

.nav__nav .nav__sub--lvl3 {
  display: block;
  margin-top: 15px; }
  .nav__nav .nav__sub--lvl3 &gt; .nav__li {
    margin-bottom: 2px; }
    .nav__nav .nav__sub--lvl3 &gt; .nav__li &gt; .nav__a {
      font-size: 14px;
      line-height: 19px;
      font-weight: normal;
      display: inline-block;
      padding-left: 15px;
      position: relative; }
      .nav__nav .nav__sub--lvl3 &gt; .nav__li &gt; .nav__a:after {
        content: "&gt;";
        position: absolute;
        top: 0;
        left: 0;
        color: #233E6A; }

.nav__nav .nav__sub {
  display: flex;
  display: none; }
  .nav__nav .nav__sub &gt; .nav__li {
    margin-right: 50px; }
    .nav__nav .nav__sub &gt; .nav__li &gt; .nav__a {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold;
      min-width: 140px;
      padding-bottom: 15px;
      position: relative;
      display: block; }
      .nav__nav .nav__sub &gt; .nav__li &gt; .nav__a:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #DEDEDE;
        display: block;
        position: absolute;
        left: 0;
        bottom: 0; }
  .nav__nav .nav__sub .nav__li:before {
    display: none !important; }

.nav__nav .nav__flyout {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  display: none; }
  .nav__nav .nav__flyout .nav__sub {
    display: flex; }
  .nav__nav .nav__flyout .nav__flyout-inner {
    background: #fff;
    display: inline-block;
    z-index: 900;
    border: 1px solid #DEDEDE;
    min-height: 90px;
    padding-left: 33px;
    padding-right: 55px;
    padding-top: 38px;
    text-align: left;
    padding-bottom: 30px;
    min-width: 1000px; }

.nav__nav .meta__li#selected .nav__ul {
  display: flex; }

.nav__nav .meta__li#selected .meta__a {
  background: #233E6A;
  color: #fff; }
  .nav__nav .meta__li#selected .meta__a:after {
    border-color: #233E6A transparent transparent transparent;
    opacity: 1; }

.nav__nav .meta__li .meta__a {
  position: absolute;
  top: -68px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 1em;
  padding: 9px 20px;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  transition: all 0.4s linear;
  background: #fff;
  margin-right: 0; }
  .nav__nav .meta__li .meta__a:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: calc(50% - 10px);
    z-index: 100;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10.5px 0 10.5px;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    transition: all 0.4s linear; }

.nav__nav .meta__li:nth-child(1) .meta__a {
  right: 300px; }

.nav__nav .meta__li:nth-child(2) .meta__a {
  right: 202px; }

.nav__suche {
  position: relative;
  cursor: pointer; }
  .nav__suche img {
    position: relative;
    top: 1px; }

.page .mn-search {
  display: none;
  max-width: 1220px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 999999;
  top: 55px;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  position: absolute;
  border: none; }
  .page .mn-search .icon--suche {
    position: absolute;
    right: 10px;
    top: 22px;
    cursor: pointer;
    z-index: 100;
    right: 40px;
    top: 18px; }
    .page .mn-search .icon--suche img {
      max-width: 25px; }
  .page .mn-search.active {
    display: block; }
  .page .mn-search .icon-suche_icon {
    top: 20px;
    color: #0076BA;
    right: 50px; }
  .page .mn-search input {
    border: none;
    background: #dfeeff;
    font: 700 18px/18px "Open Sans", sans-serif;
    color: #233e6b;
    padding: 0 15px;
    height: 36px;
    border-radius: 15px;
    outline: none !important;
    width: 50vw;
    max-width: 600px;
    color: #233e6b; }
    @media (max-width: 768px) {
      .page .mn-search input {
        width: calc(100vw - 40px); } }
  .page .mn-search input:-internal-autofill-selected,
  .page .mn-search input:-webkit-autofill,
  .page .mn-search input:-webkit-autofill:hover,
  .page .mn-search input:-webkit-autofill:focus {
    background: #fff !important; }
  .page .mn-search input:focus,
  .page .mn-search input:active,
  .page .mn-search input:visited {
    outline: 2px solid #0076BA;
    border: none; }

.nav__icon {
  cursor: pointer;
  margin-left: 30px !important; }
  .nav__icon .flyout--navigator .nav__flyout-inner {
    padding-right: 30px; }
    .nav__icon .flyout--navigator .nav__flyout-inner .nav__sub {
      width: 100%;
      max-width: 1160px;
      overflow: hidden;
      display: flex; }
    .nav__icon .flyout--navigator .nav__flyout-inner .nav__sub--lvl3 .nav__li {
      margin-right: 0; }
    .nav__icon .flyout--navigator .nav__flyout-inner .nav__sub--lvl3 .nav__a {
      word-break: break-word;
      padding-left: 19px; }
      .nav__icon .flyout--navigator .nav__flyout-inner .nav__sub--lvl3 .nav__a:after {
        content: "";
        background: url("/img/system/Download_blue.svg");
        background-size: contain;
        background-repeat: no-repeat;
        width: 10px;
        height: 10px;
        top: 6px;
        left: 0; }

@media only screen and (max-width: 1240px) {
  .page .keyvisual_new {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }

@media only screen and (max-width: 1240px) {
  .page .keyvisual_new .background_image {
    width: calc(100% + 40px); } }

.page .keyvisual_new .inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0; }

.page .keyvisual__top {
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 10px; }
  @media only screen and (max-width: 1240px) {
    .page .keyvisual__top {
      margin-left: -20px;
      margin-right: -20px;
      padding-left: 20px;
      padding-right: 20px; } }
  .page .keyvisual__top h1 {
    margin-bottom: 30px;
    font-family: 'Open Sans';
    font-size: 32px;
    padding-left: 0;
    line-height: 43px;
    color: #233E6A; }
  .page .keyvisual__top p {
    margin-bottom: 10px;
    color: #233E6A; }

.page .keyvisual_new {
  height: 440px;
  margin-bottom: 70px; }
  .page .keyvisual_new .search_box {
    max-width: 485px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    height: 230px;
    padding-left: 40px;
    background-color: rgba(255, 255, 255, 0.75); }
    @media only screen and (max-width: 575px) {
      .page .keyvisual_new .search_box {
        max-width: 100%;
        width: 100%;
        padding-left: 20px; } }
    .page .keyvisual_new .search_box .headline {
      font-size: 32px;
      line-height: 43px;
      text-transform: none;
      padding-top: 60px;
      padding-left: 0; }
      @media only screen and (max-width: 575px) {
        .page .keyvisual_new .search_box .headline {
          font-size: 25px;
          line-height: 30px; } }
    .page .keyvisual_new .search_box .search_border {
      bottom: 60px;
      left: 40px;
      transform: translateX(0);
      width: 100%;
      max-width: 400px; }
      .page .keyvisual_new .search_box .search_border a {
        width: 133px;
        font-weight: bold;
        font-size: 15px; }
      .page .keyvisual_new .search_box .search_border input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #233E6A; }
      .page .keyvisual_new .search_box .search_border input::-moz-placeholder {
        /* Firefox 19+ */
        color: #233E6A; }
      .page .keyvisual_new .search_box .search_border input:-ms-input-placeholder {
        /* IE 10+ */
        color: #233E6A; }
      .page .keyvisual_new .search_box .search_border input:-moz-placeholder {
        /* Firefox 18- */
        color: #233E6A; }
      .page .keyvisual_new .search_box .search_border a {
        line-height: 46px; }
      @media only screen and (max-width: 575px) {
        .page .keyvisual_new .search_box .search_border {
          left: 20px;
          max-width: 375px; } }
      @media only screen and (max-width: 375px) {
        .page .keyvisual_new .search_box .search_border {
          max-width: 330px; } }
      @media only screen and (max-width: 320px) {
        .page .keyvisual_new .search_box .search_border {
          max-width: 280px; } }

.termin__type {
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  position: relative; }
  .termin__type:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0; }
  .termin__type .type-item {
    display: inline-block;
    font-size: 15px;
    line-height: 22px;
    padding: 10px 26px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid transparent;
    font-weight: 600;
    margin-right: 20px;
    transition: all 0.3s linear;
    color: #0076BA; }
    .termin__type .type-item:last-child {
      margin-right: 0; }
    .termin__type .type-item.active, .termin__type .type-item:hover {
      border: 1px solid #0076BA; }

.termin__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start; }
  .termin__filter &gt; span,
  .termin__filter .filter-item {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-right: 30px;
    font-weight: 600; }
  .termin__filter .filter-item {
    color: #0076BA; }
    .termin__filter .filter-item:last-child {
      margin-right: 0; }

.termin__content h2 {
  margin-bottom: 25px;
  padding-left: 40px; }

.termin__content .termin__items {
  margin-bottom: 40px; }
  .termin__content .termin__items h3 {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
    padding: 0;
    margin-bottom: 30px; }
  .termin__content .termin__items span {
    font-size: 15px;
    line-height: 22px;
    font-weight: normal;
    position: relative;
    display: inline-block; }

.termin__content .termin__item {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 30px;
  padding-top: 30px; }
  .termin__content .termin__item:first-child {
    border-top: 1px solid #EDEDED; }
  .termin__content .termin__item .termin__inner {
    padding-left: 40px;
    padding-right: 40px; }
  .termin__content .termin__item .termin__info {
    display: flex; }
    .termin__content .termin__item .termin__info span {
      margin-bottom: 5px;
      display: flex;
      padding-right: 15px;
      margin-right: 15px; }
      .termin__content .termin__item .termin__info span:last-child:after {
        display: none; }
      .termin__content .termin__item .termin__info span:after {
        content: "";
        position: absolute;
        right: 0;
        top: 6px;
        width: 1px;
        height: 12px;
        background: #233E6A; }

.kv__main {
  position: relative;
  margin-bottom: 27px; }
  .kv__main .kv__image img {
    width: 100%;
    max-width: 1220px;
    max-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 50vh; }
  .kv__main .kv__text {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 60px;
    padding-bottom: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    max-width: 485px;
    min-height: 240px;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box; }
    @media only screen and (max-width: 1240px) {
      .kv__main .kv__text {
        padding-left: 20px; } }
    @media only screen and (max-width: 575px) {
      .kv__main .kv__text {
        padding: 20px;
        padding-top: 40px;
        min-height: 150px; } }
    .kv__main .kv__text.text--fullbg {
      padding-top: 120px;
      height: 100%;
      background: #F3F3F3; }
    .kv__main .kv__text.text--only {
      position: static;
      width: 100%;
      max-width: 100%;
      background: #F3F3F3;
      padding: 0;
      min-height: 160px;
      padding-left: 40px;
      padding-top: 45px;
      padding-right: 60px; }
    .kv__main .kv__text h1 {
      font-size: 32px;
      line-height: 43px;
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
    .kv__main .kv__text p {
      margin: 0;
      padding: 0; }
  .kv__main.kv__dashboard .kv__text.text--only {
    background: #233E6A; }
    .kv__main.kv__dashboard .kv__text.text--only h1, .kv__main.kv__dashboard .kv__text.text--only p {
      color: #fff; }
  .kv__main.kv__termine .kv__text.text--only {
    padding-bottom: 20px; }
  .kv__main.kv__termine h1 {
    font-size: 32px;
    line-height: 43px;
    padding: 0;
    margin-bottom: 20px; }

.breadcrump__main {
  margin-bottom: 50px;
  position: relative; }
  .breadcrump__main .breadcrump__nav {
    position: static;
    float: none;
    padding-left: 40px; }
    @media only screen and (max-width: 1240px) {
      .breadcrump__main .breadcrump__nav {
        padding-left: 0; } }
  .breadcrump__main .breadcrump__ul {
    margin: 0;
    padding: 0;
    display: flex; }
  .breadcrump__main .breadcrump__li {
    list-style: none;
    padding-right: 5px;
    margin-right: 7px;
    position: relative; }
    .breadcrump__main .breadcrump__li:last-child {
      font-weight: bold; }
      .breadcrump__main .breadcrump__li:last-child:after {
        display: none; }
      .breadcrump__main .breadcrump__li:last-child .breadcrump__a {
        font-weight: 700; }
    .breadcrump__main .breadcrump__li:after {
      content: "/";
      position: absolute;
      top: 0;
      right: 0;
      width: 2px;
      height: 100%; }
  .breadcrump__main a,
  .breadcrump__main .breadcrump__a {
    display: block;
    font-size: 14px;
    line-height: 19px; }

.text__area {
  padding-left: 40px; }
  .text__area h2 {
    padding-left: 0; }
  @media only screen and (max-width: 1240px) {
    .text__area {
      padding-left: 0; } }
  .text__area .text__area-flex {
    display: flex; }
    @media only screen and (max-width: 575px) {
      .text__area .text__area-flex {
        display: block; } }
  .text__area .text__area-link {
    margin-top: 25px; }
  .text__area.text--row-double .text__area-item {
    margin-right: 120px;
    max-width: 485px; }
    @media only screen and (max-width: 1280px) {
      .text__area.text--row-double .text__area-item {
        margin-right: 30px;
        max-width: 100%; } }
    @media only screen and (max-width: 575px) {
      .text__area.text--row-double .text__area-item {
        margin-right: 0; } }
  .text__area.text--row-triple .text__area-flex {
    justify-content: space-between; }
  .text__area.text--row-triple .text__area-item {
    max-width: 300px; }
    @media only screen and (max-width: 1280px) {
      .text__area.text--row-triple .text__area-item {
        marginr-right: 30px; } }
    @media only screen and (max-width: 575px) {
      .text__area.text--row-triple .text__area-item {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px; } }

.box__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px; }
  @media only screen and (max-width: 575px) {
    .box__wrapper {
      margin-bottom: 20px; } }
  .box__wrapper + .box__wrapper {
    margin-top: -50px; }
  .box__wrapper .box__item {
    margin-right: 15px;
    background: #F3F3F3;
    text-align: center;
    position: relative;
    flex: 0 0 calc(33.33% - 10px);
    max-width: calc(33.33% - 10px);
    width: 100%; }
    @media only screen and (max-width: 575px) {
      .box__wrapper .box__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }
    .box__wrapper .box__item:last-child {
      margin-right: 0; }
    .box__wrapper .box__item img {
      max-width: 100%;
      max-height: 220px;
      width: 100%;
      object-fit: cover; }
  .box__wrapper .box__text {
    padding: 30px;
    padding-bottom: 84px; }
    .box__wrapper .box__text h3 {
      margin-bottom: 5px; }
    .box__wrapper .box__text p {
      padding: 0;
      margin: 0; }
  .box__wrapper .box__link {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0; }
  .box__wrapper.box--row-4 .box__item {
    flex: 0 0 calc(25% - 12px);
    max-width: calc(25% - 12px); }
    @media only screen and (max-width: 768px) {
      .box__wrapper.box--row-4 .box__item {
        flex: 0 0 calc(50% - 15px);
        max-width: calc(50% - 15px);
        margin-bottom: 20px; } }
    @media only screen and (max-width: 575px) {
      .box__wrapper.box--row-4 .box__item {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px; } }

.ver--button {
  display: inline-block;
  color: #fff;
  margin-bottom: 15px;
  width: 100%;
  max-width: 475px; }
  .ver--button span {
    color: #fff;
    font-size: 13px;
    padding-left: 12px; }

.button--link a {
  background-color: #0976b7;
  border: 1px solid #0976b7;
  color: #fff;
  text-transform: initial;
  font-size: 15px;
  line-height: 20px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 20px;
  font-weight: bold;
  transition: all 0.3s linear;
  display: inline-block; }
  .button--link a:hover {
    background-color: #233E6A; }
  .button--link a:before {
    content: "";
    margin-right: 3px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block; }

.button--link.link--extern a:before {
  content: "";
  margin-right: 5px;
  background: url("/img/system/Download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block; }

.link__box {
  margin-bottom: 44px;
  background: #F3F3F3;
  padding: 40px;
  padding-top: 55px;
  padding-bottom: 55px;
  text-align: center; }
  .link__box .link__text {
    max-width: 550px;
    margin: 0 auto; }
    .link__box .link__text h3 {
      margin-bottom: 10; }
    .link__box .link__text p {
      margin: 0;
      padding: 0;
      margin-bottom: 10px; }
  .link__box .link__link {
    margin-top: 25px; }

.page hr {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 50px 0;
  color: #233E6A;
  height: 1px;
  background: #233E6A;
  padding: 0;
  border: none; }

.teaser__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .teaser__image.teaser__v2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .teaser__image.teaser__v2 .text {
      padding-left: 50px;
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .teaser__image.teaser__v2 .text {
          padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .teaser__image {
      display: block; } }
  .teaser__image .imgright {
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 602px;
    flex: 0 0 602px; }
    @media only screen and (max-width: 1240px) {
      .teaser__image .imgright {
        max-width: 602px;
        flex: 0 0 50%; } }
  .teaser__image h2 {
    padding-left: 0; }
  .teaser__image .text {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 40px; }
    @media only screen and (max-width: 1240px) {
      .teaser__image .text {
        padding-left: 0; } }
  .teaser__image .teaser__image-button {
    margin-top: 40px; }

.page .ui-tabs.ui-widget-content {
  padding: 0;
  border-radius: 0 !important;
  border: none;
  background: #F3F3F3;
  font-size: 15px;
  line-height: 22px; }
  .page .ui-tabs.ui-widget-content .supertab-head {
    display: none !important; }
  .page .ui-tabs.ui-widget-content .ui-tabs-panel {
    padding-top: 50px;
    padding-right: 52px; }
  .page .ui-tabs.ui-widget-content .ui-tabs-nav {
    padding: 0;
    padding-left: 40px;
    margin: 0;
    background: #fff;
    border: 0; }
    .page .ui-tabs.ui-widget-content .ui-tabs-nav li {
      background: none;
      border: none;
      margin: 0;
      padding: 0; }
      .page .ui-tabs.ui-widget-content .ui-tabs-nav li a {
        border: none;
        background: #F3F3F3;
        font-size: 14px;
        line-height: 19px;
        font-weight: bold;
        padding: 13.5px 34px; }
        @media only screen and (max-width: 767px) {
          .page .ui-tabs.ui-widget-content .ui-tabs-nav li a {
            padding: 10px; } }
      .page .ui-tabs.ui-widget-content .ui-tabs-nav li.ui-tabs-active a {
        background: #0076BA;
        color: #fff; }
  .page .ui-tabs.ui-widget-content .teaser__image .text {
    padding-top: 0; }
  .page .ui-tabs.ui-widget-content .teaser__image .imgright {
    max-width: 550px; }

@media only screen and (max-width: 575px) {
  .page .two-images &gt; div {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0; } }

.page .two-images:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0; }

@media only screen and (max-width: 575px) {
  .page .three-images &gt; div {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0; } }

.page .three-images p {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 575px) {
    .page .three-images p {
      text-align: left; } }
  .page .three-images p:last-child {
    margin: 0;
    padding: 0; }

.page .imagebox-video {
  display: table;
  width: auto; }
  .page .imagebox-video h1, .page .imagebox-video h2 {
    font-size: 24px;
    line-height: 33px;
    padding: 0; }
  .page .imagebox-video .inner {
    width: auto;
    max-width: 100%;
    display: inline-block; }
  .page .imagebox-video .imagebox-header {
    background: #F3F3F3; }

.page .youtube .inner {
  width: 100%;
  max-width: 100%; }

.page .youtube {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .page .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.page .table td, .page .table th {
  padding: 20px; }

.page .table p:last-child {
  margin: 0; }

.page .tabelle {
  width: 100%;
  max-width: 100%; }
  .page .tabelle td, .page .tabelle th {
    background: #F3F3F3;
    padding: 20px; }
  .page .tabelle p:last-child {
    margin: 0; }

.page .ui-accordion {
  max-width: 100%;
  width: 100%;
  margin-bottom: 80px;
  border-bottom: 1px solid #EAEAEA; }
  .page .ui-accordion + .onAccordion {
    margin-top: -80px; }
  @media only screen and (max-width: 1240px) {
    .page .ui-accordion {
      padding: 0; } }
  .page .ui-accordion * {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal; }

.page .ui-state-default a,
.page .ui-state-default a:link,
.page .ui-state-default a:visited {
  color: #233E6A; }

.page .ui-accordion-header {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 33px;
  color: #233E6A;
  text-transform: none;
  border-top: 1px solid #EAEAEA;
  padding: 27px 0;
  padding-left: 40px;
  padding-right: 70px;
  position: relative;
  font-weight: normal !important; }
  @media only screen and (max-width: 1240px) {
    .page .ui-accordion-header {
      padding-left: 0; } }

.page .ui-accordion-header:after {
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #0076BA;
  padding: 0;
  margin: 0;
  color: #fff;
  float: none;
  position: absolute;
  right: 0;
  top: calc(50% - 23px);
  cursor: pointer;
  transition: 0.3s all ease-in-out; }

.page .ui-accordion-header.ui-state-active:after {
  background: #fff;
  border: 1px solid #0076BA;
  color: #0076BA; }

.page .ui-widget-content {
  padding: 0 40px;
  padding-bottom: 30px;
  padding-right: 70px; }
  .page .ui-widget-content h2 {
    padding-left: 0; }
  .page .ui-widget-content .text__block {
    margin-bottom: 30px;
    padding-left: 0; }
  .page .ui-widget-content .content__button {
    margin-top: 15px; }
  .page .ui-widget-content p {
    margin-bottom: 15px !important;
    max-width: 1000px; }

.page .group .onAccordion:first-child {
  border-top: 0;
  border-bottom: 0; }

.page .group .onAccordion:first-child .ui-accordion-header {
  border-top: 0; }

.page .group .ui-accordion + .onAccordion {
  border-bottom: 0; }

.page .group .onAccordion:last-child {
  border-bottom: 1px solid #EAEAEA; }

.login__page {
  display: flex; }
  @media only screen and (max-width: 650px) {
    .login__page {
      display: block; } }

.login__main {
  background: #233E6A;
  width: 100%;
  max-width: 412px;
  min-height: 724px;
  flex: 0 0 412px;
  padding: 40px;
  padding-top: 30px;
  position: fixed;
  color: #fff;
  z-index: 50; }
  @media only screen and (max-width: 1220px) {
    .login__main {
      max-width: 40%;
      flex: 0 0 40%;
      position: static; } }
  @media only screen and (max-width: 650px) {
    .login__main {
      max-width: 100%;
      flex: 0 0 100%;
      width: 100%;
      min-height: auto;
      margin-bottom: 50px; } }
  .login__main .smalltext {
    display: none; }
  .login__main .row {
    margin-bottom: 20px; }
  .login__main input {
    font-size: 14px;
    line-height: 19px;
    color: #233E6A;
    background: #fff;
    border-radius: 5px;
    border: 0;
    width: 100%;
    padding: 15.5px 15px;
    min-height: 50px; }
  .login__main h2, .login__main p, .login__main li, .login__main a, .login__main span {
    color: #fff; }
  .login__main h2 {
    margin-bottom: 20px; }
  .login__main .text--buttons {
    margin-bottom: 30px; }
    .login__main .text--buttons a {
      font-size: 14px;
      line-height: 19px;
      display: inline-block; }
      @media only screen and (max-width: 991px) {
        .login__main .text--buttons a {
          display: block;
          margin-bottom: 10px; } }
      .login__main .text--buttons a:nth-child(2) {
        float: right; }
        @media only screen and (max-width: 991px) {
          .login__main .text--buttons a:nth-child(2) {
            float: none; } }
  .login__main .login__wrapper .login__info {
    display: none; }
  .login__main .login__breadcrumb {
    margin-bottom: 140px; }
    @media only screen and (max-width: 650px) {
      .login__main .login__breadcrumb {
        margin-bottom: 50px; } }

.login__content {
  margin-left: 512px;
  max-width: 602px; }
  .login__content .text__block {
    padding-left: 0;
    margin-bottom: 25px; }
  @media only screen and (max-width: 1220px) {
    .login__content {
      margin-left: 50px; } }
  @media only screen and (max-width: 991px) {
    .login__content {
      margin-left: 20px; } }
  @media only screen and (max-width: 650px) {
    .login__content {
      margin-left: 0; } }

.vorteile__main {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .vorteile__main {
      display: block; } }
  .vorteile__main .vorteile__item {
    background: #F3F3F3;
    width: 100%;
    max-width: 190px;
    flex: 0 0 190px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 37px;
    padding-bottom: 25px;
    padding-top: 60px;
    min-height: 250px;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 1220px) {
      .vorteile__main .vorteile__item {
        max-width: 30%;
        flex: 0 0 30%; } }
    @media only screen and (max-width: 991px) {
      .vorteile__main .vorteile__item {
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 200px;
        padding-top: 30px; } }
  .vorteile__main .vorteile__bottom {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 20px; }
    .vorteile__main .vorteile__bottom p {
      margin: 0;
      padding: 0; }
  .vorteile__main .vorteile__hidden-link a {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: -999px;
    z-index: 100; }

.Gebrauchsinformationen {
  padding-left: 0; }
  .Gebrauchsinformationen h2 {
    padding-left: 0; }

.breadcrump__dashboard {
  position: relative;
  margin-bottom: 30px; }
  @media only screen and (max-width: 650px) {
    .breadcrump__dashboard {
      margin-bottom: 10px; } }

.login__info {
  position: absolute;
  right: 40px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 650px) {
    .login__info {
      position: static;
      margin-top: 10px;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .login__info p {
    margin-right: 20px;
    font-size: 14px;
    line-height: 19px; }
  .login__info a {
    font-size: 14px;
    line-height: 19px;
    display: inline-block;
    font-weight: bold;
    color: #0076BA; }

.dashboard__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .dashboard__wrapper {
      display: block; } }

.dashboard__side {
  max-width: 396px;
  max-width: 32.5%;
  width: 100%;
  margin-right: 15px; }
  @media only screen and (max-width: 767px) {
    .dashboard__side {
      margin-right: 0;
      max-width: 100%; } }

.dashboard__right {
  width: 100%; }

.dashboard__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .dashboard__row {
      display: block; } }

.dashboard__item {
  background: #F3F3F3;
  margin-right: 15px;
  width: 100%;
  min-height: 250px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  .dashboard__item .fullLink {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute; }
  @media only screen and (max-width: 767px) {
    .dashboard__item {
      max-width: 100%;
      width: 100%;
      min-height: 180px;
      margin-bottom: 20px; } }
  .dashboard__item .dashboard__inner {
    text-align: center; }
  .dashboard__item img {
    max-width: 65px;
    max-height: 65px;
    width: 100%;
    margin-bottom: 30px; }
  .dashboard__item.item--aside {
    min-height: 512px; }
    @media only screen and (max-width: 767px) {
      .dashboard__item.item--aside {
        min-height: 180px; } }
  .dashboard__item.item--big {
    max-width: 396px;
    max-width: 48.5%; }
    @media only screen and (max-width: 991px) {
      .dashboard__item.item--big {
        max-width: 33%; } }
    @media only screen and (max-width: 767px) {
      .dashboard__item.item--big {
        max-width: 100%; } }
  .dashboard__item.item--small {
    max-width: 190px;
    max-width: 23.6%; }
    @media only screen and (max-width: 991px) {
      .dashboard__item.item--small {
        max-width: 33%; } }
    @media only screen and (max-width: 767px) {
      .dashboard__item.item--small {
        max-width: 100%; } }

.banner {
  background: #ebebeb;
  padding: 25px; }
  .banner .banner__inner {
    margin: auto;
    width: 100%;
    max-width: 1065px; }
  .banner ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .banner ul li {
      list-style: none;
      margin-right: 15px; }
      .banner ul li:last-child {
        margin-right: 0; }

.produkte-suche.page--suche .produkte-suche-wrap {
  background: #dfeeff;
  min-height: 150px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .produkte-suche.page--suche .produkte-suche-wrap .produke-suche-inner {
    position: relative; }
  .produkte-suche.page--suche .produkte-suche-wrap label {
    display: none; }
  .produkte-suche.page--suche .produkte-suche-wrap span {
    display: none; }
  .produkte-suche.page--suche .produkte-suche-wrap input {
    border-radius: 10px;
    font: 700 18px/18px "Open Sans", sans-serif;
    padding: 14px 20px;
    border-radius: 15px;
    float: none;
    width: 100%; }
    .produkte-suche.page--suche .produkte-suche-wrap input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #233E6A;
      opacity: 0.7; }
    .produkte-suche.page--suche .produkte-suche-wrap input::-moz-placeholder {
      /* Firefox 19+ */
      color: #233E6A;
      opacity: 0.7; }
    .produkte-suche.page--suche .produkte-suche-wrap input:-ms-input-placeholder {
      /* IE 10+ */
      color: #233E6A;
      opacity: 0.7; }
    .produkte-suche.page--suche .produkte-suche-wrap input:-moz-placeholder {
      /* Firefox 18- */
      color: #233E6A;
      opacity: 0.7; }
  .produkte-suche.page--suche .produkte-suche-wrap a {
    position: absolute;
    right: 15px;
    top: 13px; }
    .produkte-suche.page--suche .produkte-suche-wrap a img {
      width: 25px;
      height: 25px; }

.news .news__item {
  padding-left: 40px;
  padding-bottom: 30px; }
  .news .news__item:last-child {
    border-bottom: none; }
  .news .news__item h2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 3px;
    padding-left: 0; }
    .news .news__item h2 span {
      font-size: 24px;
      line-height: 33px;
      border-bottom: 0 solid #d3d2ca !important;
      padding: 0 0 !important;
      padding-bottom: 0 !important;
      color: #233E6A; }
      .news .news__item h2 span a {
        color: #233E6A;
        padding: 0;
        margin: 0; }
      .news .news__item h2 span.Rind {
        border-color: #69b636 !important; }
      .news .news__item h2 span.Schwein {
        border-color: #fdc316 !important; }
      .news .news__item h2 span.Pferd {
        border-color: #0097dc !important; }
      .news .news__item h2 span.Hund {
        border-color: #ba9dca !important; }
      .news .news__item h2 span.Katze {
        border-color: #9a569d !important; }
  .news .news__item .news__link {
    margin-top: 30px; }
  .news .news__item:hover {
    background: transparent; }

.news__breadcrump {
  margin-bottom: 30px; }

.news__details {
  padding: 0;
  padding-bottom: 50px;
  margin: 0; }
  .news__details .news__text {
    margin-bottom: 30px;
    padding-left: 40px; }
  .news__details .news__more {
    margin-bottom: 30px;
    padding-left: 40px; }
  .news__details .news__link {
    padding-left: 40px; }

.pager {
  background: none;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF; }

.veranstaltungs__item {
  margin-bottom: 30px;
  padding-left: 40px; }
  .veranstaltungs__item .veranstaltungs__headline {
    margin: 0 !important;
    padding: 0;
    font-weight: bold; }
  .veranstaltungs__item .veranstaltung__list {
    margin: 0;
    padding: 0;
    margin-top: 15px; }
    .veranstaltungs__item .veranstaltung__list li {
      margin-bottom: 10px;
      padding-left: 20px;
      list-style: none;
      position: relative; }
      .veranstaltungs__item .veranstaltung__list li:after {
        content: "";
        position: absolute;
        left: 4px;
        width: 6px;
        height: 6px;
        background: #233e6a;
        top: 10px;
        bottom: 0;
        border-radius: 10px; }
      .veranstaltungs__item .veranstaltung__list li a {
        transition: all 0.3s linear;
        text-decoration: underline; }

.veranstaltungsform {
  padding-left: 0 !important;
  float: none !important; }

.page2020 .filter__header {
  background-color: #f3f3f3;
  padding: 40px;
  padding-bottom: 14px;
  margin-bottom: 30px; }
  .page2020 .filter__header h1 {
    margin-bottom: 35px;
    margin-left: 0;
    padding-left: 0; }
  .page2020 .filter__header .filter__item.filter--top {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 0; }
    .page2020 .filter__header .filter__item.filter--top .radioButtonListWrapper {
      display: flex; }
      .page2020 .filter__header .filter__item.filter--top .radioButtonListWrapper .radioButtonWrapper.isSelected label {
        border-color: #0076ba; }
      .page2020 .filter__header .filter__item.filter--top .radioButtonListWrapper .radioButtonWrapper label {
        color: #0076BA;
        font-weight: 600;
        font-family: 'Open Sans';
        font-style: normal;
        background: #fff;
        border-radius: 30px;
        padding: 10px 20px;
        border: 2px solid transparent; }
        .page2020 .filter__header .filter__item.filter--top .radioButtonListWrapper .radioButtonWrapper label:after {
          display: none; }
  .page2020 .filter__header .filter__item.filter--bottom {
    padding-top: 15px;
    padding-bottom: 5px;
    display: flex; }
    .page2020 .filter__header .filter__item.filter--bottom span {
      display: block;
      font-family: 'Open Sans';
      font-style: normal;
      font-size: 14px;
      line-height: 1em;
      padding-right: 0;
      padding: 7px;
      transition: all 0.4s linear;
      white-space: nowrap;
      margin-right: 5px;
      font-weight: 600; }
    .page2020 .filter__header .filter__item.filter--bottom .radioButtonListWrapper {
      display: flex; }
      .page2020 .filter__header .filter__item.filter--bottom .radioButtonListWrapper .radioButtonWrapper {
        margin-right: 5px; }
        .page2020 .filter__header .filter__item.filter--bottom .radioButtonListWrapper .radioButtonWrapper label {
          color: #0076BA;
          font-weight: 600;
          font-family: 'Open Sans';
          font-style: normal;
          font-size: 14px;
          padding-right: 0;
          padding: 5px 10px;
          transition: all 0.4s linear;
          line-height: 1em;
          border: 2px solid transparent; }
          .page2020 .filter__header .filter__item.filter--bottom .radioButtonListWrapper .radioButtonWrapper label:after {
            display: none; }
        .page2020 .filter__header .filter__item.filter--bottom .radioButtonListWrapper .radioButtonWrapper.isSelected label {
          background-color: #fff;
          border-radius: 7px;
          border: 2px solid #0076BA;
          font-weight: 600; }
  .page2020 .filter__header .filter__item .radioButtonListWrapper {
    float: none; }

.page2020 .no--item {
  padding-left: 40px;
  margin-bottom: 30px; }
  .page2020 .no--item p {
    font-weight: 600;
    font-family: 'Open Sans';
    font-style: normal; }

.page2020 .events .event__item {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
  padding: 20px;
  padding-left: 40px; }
  .page2020 .events .event__item:first-child {
    border-top: 1px solid #dfdfdf; }
  .page2020 .events .event__item .event__name {
    margin-bottom: 25px; }
    .page2020 .events .event__item .event__name h2 {
      padding: 0;
      margin: 0; }

.page2020 .event__info {
  margin-bottom: 10px; }
  .page2020 .event__info .event__info--list {
    padding: 0;
    margin: 0;
    display: flex; }
    .page2020 .event__info .event__info--list .event__info--list-item {
      list-style: none;
      margin-right: 15px;
      padding-right: 15px;
      position: relative; }
      .page2020 .event__info .event__info--list .event__info--list-item:last-child {
        margin-right: 0;
        padding-right: 0; }
        .page2020 .event__info .event__info--list .event__info--list-item:last-child:after {
          display: none; }
      .page2020 .event__info .event__info--list .event__info--list-item:after {
        content: "";
        width: 1px;
        height: 12px;
        background: #233E6A;
        top: 5px;
        right: 0;
        z-index: 10;
        position: absolute; }

.page2020 .event__header {
  background-color: #f3f3f3;
  padding: 40px;
  padding-bottom: 14px;
  margin-bottom: 30px; }
  .page2020 .event__header h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }

.page2020 .event__content {
  margin-bottom: 80px; }
  .page2020 .event__content .event__detail--item {
    padding-left: 40px;
    display: flex;
    justify-content: space-between; }
    .page2020 .event__content .event__detail--item.no--image {
      display: block; }
      .page2020 .event__content .event__detail--item.no--image .event__text {
        max-width: 700px; }
    .page2020 .event__content .event__detail--item .event__text {
      max-width: 450px; }
      .page2020 .event__content .event__detail--item .event__text h2 {
        padding-left: 0; }
      .page2020 .event__content .event__detail--item .event__text .button--link {
        margin-top: 25px; }
    .page2020 .event__content .event__detail--item .event__image {
      flex: 0 0 50%;
      max-width: 50%; }
      .page2020 .event__content .event__detail--item .event__image img {
        width: 100%; }

.page2020 .event__alternative {
  margin-bottom: 80px; }
  .page2020 .event__alternative h2 {
    margin-bottom: 20px; }
  .page2020 .event__alternative .event__alternative--item {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding: 20px;
    padding-left: 40px; }
    .page2020 .event__alternative .event__alternative--item:first-of-type {
      border-top: 1px solid #dfdfdf; }

footer {
  color: #A3A3A3;
  font-size: 12px;
  line-height: 17px;
  font-family: 'Open Sans'; }
  footer .flex__inner {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      footer .flex__inner {
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-self: center;
        text-align: center; } }
    footer .flex__inner:after {
      display: none; }

.footer__top {
  position: relative; }
  .footer__top .toTop_text {
    position: absolute;
    right: 86px;
    width: auto;
    max-width: 100%;
    width: 200px;
    top: 12px;
    display: block;
    white-space: nowrap;
    color: #0076BA;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 375px) {
      .footer__top .toTop_text {
        display: none; } }
  .footer__top .toTop {
    width: 46px;
    height: 46px;
    bottom: -12px;
    right: 0;
    position: absolute;
    background-color: #0076BA;
    transition: 0.5s all;
    cursor: pointer;
    z-index: 100; }
    @media only screen and (max-width: 1240px) {
      .footer__top .toTop {
        right: 20px; } }
    .footer__top .toTop .toTop_arrow {
      position: relative;
      top: 20px;
      left: 14px;
      width: 17px;
      height: 17px;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      transform: rotate(-135deg); }
    .footer__top .toTop.active {
      bottom: -12px; }

.footer__bottom {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media only screen and (max-width: 1240px) {
    .footer__bottom {
      padding-left: 20px;
      padding-right: 20px; } }

.banner.banner-new {
  background: #fff;
  padding: 29px 0px;
  border-top: 1px solid #DFDFDF;
  border-bottom: 1px solid #DFDFDF; }
  .banner.banner-new .banner__inner {
    margin: auto;
    width: 100%;
    max-width: 1220px;
    position: relative; }
    @media only screen and (max-width: 1240px) {
      .banner.banner-new .banner__inner {
        padding-left: 20px;
        padding-right: 20px; } }
  .banner.banner-new ul {
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .banner.banner-new ul li {
      list-style: none;
      margin-right: 15px; }
      .banner.banner-new ul li:last-child {
        margin-right: 0; }

.footer_copyright {
  line-height: 17px; }
  @media only screen and (max-width: 768px) {
    .footer_copyright {
      order: 2;
      margin-top: 10px; } }
  .footer_copyright p {
    margin: 0 !important;
    padding: 0;
    text-align: left;
    background: none;
    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
    font-family: 'Open Sans'; }
    @media only screen and (max-width: 768px) {
      .footer_copyright p {
        text-align: center; } }

.footer__meta {
  line-height: 17px; }
  .footer__meta .footer__meta-nav {
    float: none;
    position: static; }
  .footer__meta .footer__meta-ul {
    display: flex;
    line-height: 17px;
    margin-bottom: 0;
    font-size: 12px;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .footer__meta .footer__meta-ul {
        justify-content: center; } }
  .footer__meta .footer__meta-li {
    display: block; }
    .footer__meta .footer__meta-li:last-child .footer__meta-a {
      padding-right: 0; }
  .footer__meta .footer__meta-a {
    font-size: 12px;
    line-height: 17px;
    color: #A3A3A3;
    padding-left: 10px;
    padding-right: 10px;
    transition: all 0.4s linear;
    cursor: pointer;
    font-family: 'Open Sans'; }
    .footer__meta .footer__meta-a:hover {
      color: #233E6A; }

.page2020 h2.content-subheadline {
  text-align: left; }

.page2020 .contentpage .banner {
  display: none; }

.page2020 .spacer {
  display: none; }

.page2020 .spacergrey {
  display: none; }

.page2020 .inner.baustein--alt {
  padding-left: 0; }
  .page2020 .inner.baustein--alt p:last-child {
    margin-bottom: 0; }

.page2020 h1 {
  text-align: left;
  padding-left: 40px; }
  .page2020 h1 span {
    padding: 0;
    margin: 0;
    display: block;
    border: none; }

.page2020 h3 {
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  font-weight: normal; }
  .page2020 h3 span {
    padding: 0;
    margin: 0;
    display: block;
    border: none; }

.page2020 .kv-alt {
  margin: 0;
  padding: 0;
  position: relative;
  height: 50vh;
  max-width: 1220px;
  max-height: 360px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 50px; }
  .page2020 .kv-alt .inner {
    width: 100%;
    max-width: 100%; }
    .page2020 .kv-alt .inner .wrap {
      padding: 0;
      padding-top: 60px;
      padding-bottom: 30px;
      padding-left: 40px;
      padding-right: 60px;
      width: 100%;
      background: rgba(255, 255, 255, 0.8);
      max-width: 485px;
      min-height: 240px;
      position: absolute;
      bottom: 0;
      left: 0;
      box-sizing: border-box; }
      @media only screen and (max-width: 1240px) {
        .page2020 .kv-alt .inner .wrap {
          padding-left: 20px; } }
      @media only screen and (max-width: 575px) {
        .page2020 .kv-alt .inner .wrap {
          padding: 20px;
          padding-top: 40px;
          min-height: 150px; } }
      .page2020 .kv-alt .inner .wrap p {
        margin-bottom: 0; }
      .page2020 .kv-alt .inner .wrap h1 {
        font-size: 32px;
        line-height: 43px;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        text-align: left; }
        .page2020 .kv-alt .inner .wrap h1 span {
          padding: 0;
          display: block;
          border: none !important; }
      .page2020 .kv-alt .inner .wrap .text-transparentbg {
        padding: 0;
        background: transparent; }

.page2020 .greybackground + .text__block {
  padding-left: 0; }

.page2020 .greybackground .imgleft-new {
  margin-left: -40px;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1280px) {
    .page2020 .greybackground .imgleft-new {
      margin-left: 0; } }

.page2020 .imgleft,
.page2020 .imgright,
.page2020 .imgleft-new,
.page2020 .round-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 80px;
  float: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .page2020 .imgleft,
    .page2020 .imgright,
    .page2020 .imgleft-new,
    .page2020 .round-img {
      display: block; } }
  .page2020 .imgleft a,
  .page2020 .imgright a,
  .page2020 .imgleft-new a,
  .page2020 .round-img a {
    display: block;
    width: 100%; }
  .page2020 .imgleft.round-left,
  .page2020 .imgright.round-left,
  .page2020 .imgleft-new.round-left,
  .page2020 .round-img.round-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media only screen and (max-width: 767px) {
      .page2020 .imgleft.round-left,
      .page2020 .imgright.round-left,
      .page2020 .imgleft-new.round-left,
      .page2020 .round-img.round-left {
        display: block; } }
  .page2020 .imgleft img,
  .page2020 .imgright img,
  .page2020 .imgleft-new img,
  .page2020 .round-img img {
    display: block;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 602px;
    border-radius: 0;
    max-height: 301px;
    box-shadow: none;
    object-fit: cover; }
  .page2020 .imgleft .imglefttext,
  .page2020 .imgleft .text,
  .page2020 .imgleft .imgleft-text,
  .page2020 .imgleft .round-text,
  .page2020 .imgright .imglefttext,
  .page2020 .imgright .text,
  .page2020 .imgright .imgleft-text,
  .page2020 .imgright .round-text,
  .page2020 .imgleft-new .imglefttext,
  .page2020 .imgleft-new .text,
  .page2020 .imgleft-new .imgleft-text,
  .page2020 .imgleft-new .round-text,
  .page2020 .round-img .imglefttext,
  .page2020 .round-img .text,
  .page2020 .round-img .imgleft-text,
  .page2020 .round-img .round-text {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 40px;
    text-align: left;
    float: none;
    width: 100%; }
    .page2020 .imgleft .imglefttext a,
    .page2020 .imgleft .text a,
    .page2020 .imgleft .imgleft-text a,
    .page2020 .imgleft .round-text a,
    .page2020 .imgright .imglefttext a,
    .page2020 .imgright .text a,
    .page2020 .imgright .imgleft-text a,
    .page2020 .imgright .round-text a,
    .page2020 .imgleft-new .imglefttext a,
    .page2020 .imgleft-new .text a,
    .page2020 .imgleft-new .imgleft-text a,
    .page2020 .imgleft-new .round-text a,
    .page2020 .round-img .imglefttext a,
    .page2020 .round-img .text a,
    .page2020 .round-img .imgleft-text a,
    .page2020 .round-img .round-text a {
      display: inline-block;
      width: auto; }
    @media only screen and (max-width: 767px) {
      .page2020 .imgleft .imglefttext,
      .page2020 .imgleft .text,
      .page2020 .imgleft .imgleft-text,
      .page2020 .imgleft .round-text,
      .page2020 .imgright .imglefttext,
      .page2020 .imgright .text,
      .page2020 .imgright .imgleft-text,
      .page2020 .imgright .round-text,
      .page2020 .imgleft-new .imglefttext,
      .page2020 .imgleft-new .text,
      .page2020 .imgleft-new .imgleft-text,
      .page2020 .imgleft-new .round-text,
      .page2020 .round-img .imglefttext,
      .page2020 .round-img .text,
      .page2020 .round-img .imgleft-text,
      .page2020 .round-img .round-text {
        padding-left: 0; } }
    .page2020 .imgleft .imglefttext h2,
    .page2020 .imgleft .text h2,
    .page2020 .imgleft .imgleft-text h2,
    .page2020 .imgleft .round-text h2,
    .page2020 .imgright .imglefttext h2,
    .page2020 .imgright .text h2,
    .page2020 .imgright .imgleft-text h2,
    .page2020 .imgright .round-text h2,
    .page2020 .imgleft-new .imglefttext h2,
    .page2020 .imgleft-new .text h2,
    .page2020 .imgleft-new .imgleft-text h2,
    .page2020 .imgleft-new .round-text h2,
    .page2020 .round-img .imglefttext h2,
    .page2020 .round-img .text h2,
    .page2020 .round-img .imgleft-text h2,
    .page2020 .round-img .round-text h2 {
      padding-left: 0;
      float: none; }

.page2020 .imgleft,
.page2020 .imgright {
  margin-bottom: 80px; }
  .page2020 .imgleft .text,
  .page2020 .imgleft .imgleft-text,
  .page2020 .imgright .text,
  .page2020 .imgright .imgleft-text {
    padding-top: 0; }

.page2020 .headline-image-wrap .headline-image {
  display: none; }

.page2020 .headline-image-wrap h1 {
  text-align: left;
  padding: 0;
  padding-left: 40px;
  font-size: 24px;
  line-height: 33px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    .page2020 .headline-image-wrap h1 {
      padding-left: 0; } }
  .page2020 .headline-image-wrap h1 span {
    padding: 0;
    margin: 0;
    border: none;
    display: block; }

.page2020 .text-more,
.page2020 .text-more.white {
  float: none;
  padding: 0;
  width: auto;
  height: auto;
  line-height: 20px;
  background: transparent !important;
  text-align: left; }
  .page2020 .text-more a,
  .page2020 .text-more.white a {
    margin-top: 40px;
    background-color: #0976b7;
    border: 1px solid #0976b7;
    color: #fff;
    text-transform: initial;
    font-size: 15px;
    line-height: 20px;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    font-weight: bold;
    transition: all 0.3s linear;
    display: inline-block; }
    .page2020 .text-more a:hover,
    .page2020 .text-more.white a:hover {
      background-color: #233E6A; }
    .page2020 .text-more a:before,
    .page2020 .text-more.white a:before {
      content: "";
      margin-right: 3px;
      background: url(/img/system/arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      width: 10px;
      height: 10px;
      display: inline-block; }

.page2020 .content__button {
  margin-bottom: 50px; }
  .page2020 .content__button .btn-primary.arrow:before {
    content: "";
    margin-right: 3px;
    background: url(/img/system/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(0deg); }#mobile-menu-button {
  position: relative;
}
#mobile-menu-button span {
  display: block;
  height: 4px;
  background-color: #233e6a;
  position: absolute;
  top: 7px;
  left: 2px;
  right: 2px;
  transition: 0.5s all;
}
#mobile-menu-button span:nth-child(2) {
  top: 16px;
}
#mobile-menu-button span:nth-child(3) {
  top: 25px;
}
#mobile-menu-button.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 14px;
}
#mobile-menu-button.open span:nth-child(2) {
  opacity: 0;
}
#mobile-menu-button.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 15px;
}
.mobile-flyout {
  display: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  left: -20px;
  right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1200px) {
  .mobile-flyout {
    display: none !important;
  }
}
.mobile-flyout.open {
  display: block;
  position: absolute;
  top: 72px;
  z-index: 100;
  background-color: #fff;
}
.mobile-flyout.nav__nav .nav__sub {
  flex-wrap: wrap;
  padding-left: 0;
  display: flex!important;
}
.mobile-flyout.nav__nav .nav__sub &gt; .nav__li {
  margin-right: 45px;
  width: calc(50% - 25px);
  margin-bottom: 30px;
}
.mobile-flyout.nav__nav .nav__sub &gt; .nav__li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 600px) {
  .mobile-flyout.nav__nav .nav__sub &gt; .nav__li {
    margin-right: 0px;
    width: 100%;
  }
}
.mobile-flyout .nav__sub--lvl3 &gt; .nav__li &gt; .nav__a::after {
  content: "" !important;
  background: url("/img/system/update2020/Download_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  top: 4px;
  left: 0;
}
.mobile-menu {
  display: none;
  background-color: #fff;
  position: absolute;
  z-index: 6;
  overflow-x: hidden;
  left: -20px;
  top: 70px;
  right: -20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu ul {
  margin: 0;
  padding-left: 0;
  clear: both;
  padding-top: 15px;
}
.mobile-menu ul li {
  list-style: none;
  padding-top: 14px;
  padding-bottom: 14px;
}
.mobile-menu ul .hasChildren {
  float: right;
  display: block;
  cursor: pointer;
  position: relative;
  top: -7px;
  padding: 10px;
}
.mobile-menu ul .hasChildren .btn {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #0076ba;
  position: relative;
  right: 10px;
}
.mobile-menu ul .hasChildren .btn:after {
  content: "";
  height: 2px;
  position: absolute;
  width: 8px;
  background-color: #fff;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
}
.mobile-menu ul .hasChildren .btn:before {
  content: "";
  height: 2px;
  position: absolute;
  width: 8px;
  background-color: #fff;
  top: calc(50% - 1px);
  left: calc(50% - 4px);
  transform: rotate(90deg);
  transition: 0.5s all;
}
.mobile-menu ul .hasChildren.open .btn:before {
  opacity: 0;
}
.mobile-menu .mobilenav-outer li {
  text-transform: uppercase;
  border-bottom: 1px solid #dfdfdf;
  position: relative;
  color: #0076ba;
}
.mobile-menu .mobilenav-outer li a,
.mobile-menu .mobilenav-outer li span {
  color: #233e6a;
  left: 30px;
  width: calc(100% - 50px);
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.mobile-menu .mobilenav-outer li a:before,
.mobile-menu .mobilenav-outer li span:before {
  content: "";
  margin-right: 3px;
  background: url("/img/system/update2020/arrow_blue.svg");
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -12px;
  top: 7px;
}
.mobile-menu .mobilenav-outer li:last-child {
  border-bottom: 0;
}
.mobile-menu .mobilenav-outer ul {
  display: none;
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
}
.mobile-menu .mobilenav-outer ul li {
  text-transform: initial;
  border-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobile-menu .mobilenav-outer ul li a,
.mobile-menu .mobilenav-outer ul li span {
  font-weight: normal;
  color: #0076ba;
}
.mobile-menu .mobilenav-outer ul.open {
  display: block;
}
.mobile-menu .mobilenav-ul1 li a,
.mobile-menu .mobilenav-ul1 li span {
  left: 45px;
}
.mobile-menu .mobilenav-ul2 li a,
.mobile-menu .mobilenav-ul2 li span {
  left: 60px;
  width: calc(100% - 60px);
}
.mobile-menu .mobilenav-ul3 li a,
.mobile-menu .mobilenav-ul3 li span {
  left: 75px;
  width: calc(100% - 75px);
}
.suche_header {
  background-color: #f3f3f3;
  padding: 40px;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
.suche_header h1 {
  margin-bottom: 35px;
  margin-left: 0;
  padding-left: 0 !important;
}
.suche_header .filter_bg {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.suche_header .filter_bg .filter a {
  background-color: #fff;
  height: 65px;
  border-color: #fff;
  border-radius: 9px;
  color: #0076BA;
}
.suche_header .filter_bg .filter a span {
  color: #0076BA;
}
.suche_header .filter_bg .filter a:last-child {
  margin-right: 0;
}
.suche_header .filter_bg .filter a.active {
  border-color: #0076ba;
}
.suche_header .suchfilter .sucheingabe_filter .radioButtonListWrapper {
  float: inherit;
  margin: 0;
}
.suche_header .suchfilter .startswithwrapper input {
  border-radius: 9px;
  border: 0;
}
.suche_header .suchfilter .startswithwrapper .suche_filter {
  background-color: #0076ba;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.suche_header .suchfilter .startswithwrapper .suchfilter_all {
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 0;
}
.suche_header .suchfilter .startswithwrapper .suchfilter_all .suchfilter_text {
  white-space: nowrap;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .suche_header {
    padding: 20px;
  }
}
.product_bg h2 {
  margin-top: 80px;
  margin-bottom: 40px;
  padding-left: 40px;
}
.product_bg .productlist .produkte-liste-li {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.product_bg .productlist .produkte-liste-li:first-child {
  border-top: 1px solid #dfdfdf;
}
.product_bg .productlist .produkte-liste-li .button--link {
  margin-top: 25px;
}
.product_bg .productlist .produkte-liste-li .productimage {
  overflow: hidden;
}
.product_bg .productlist .produkte-liste-li .producttext {
  font-size: 15px;
}
.product_bg .productlist .produkte-liste-li .producttext a {
  font-size: 18px;
  margin-bottom: 5px;
}
.product_bg .productlist .produkte-liste-li .producttext .button--link a {
  font-size: 15px;
}
.product_bg .productlist .no_products {
  margin: 40px;
}
@media (max-width: 1240px) {
  .product_bg h2 {
    padding-left: 0;
    margin-top: 40px;
  }
}
.product-detail h1 {
  padding-left: 0 !important;
}
.product-detail .breadcrump__nav {
  padding-left: 40px;
}
.product-detail .product-header {
  margin-bottom: 30px;
  padding: 40px;
  padding-bottom: 25px;
}
.product-detail .product-header h1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}
.product-detail .product-header h2 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 0;
}
.product-detail .produkt-detail-img {
  margin-left: 40px;
}
.product-detail .produkt-detail-text h3 {
  margin-bottom: 15px;
}
.product-detail .buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
}
.product-detail .buttons .button--link {
  margin-right: 10px;
  white-space: nowrap;
}
.product-detail .buttons .button--link a {
  display: inline-block;
  margin-bottom: 10px;
}
.product-detail .buttons .button--link:last-child {
  margin-right: 0;
}
.product-detail .product-desc {
  margin-top: 45px;
  padding-top: 45px;
  border-top: 1px solid #dfdfdf;
}
.product-detail .product-desc .inner {
  padding-left: 40px;
}
.product-detail .product-desc h3 {
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .product-detail .product-header {
    padding: 20px;
    padding-top: 30px;
  }
  .product-detail .breadcrump__nav,
  .product-detail .product-desc .inner {
    padding-left: 0;
  }
  .product-detail .produkt-detail-img {
    margin-left: 0;
  }
}
.produkt-detail-img:after {
  background: url(/img/system/lupe_plus.png), #eeeeee;
  background-repeat: no-repeat;
  background-position: center;
  content: " ";
  position: absolute;
  top: auto;
  bottom: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  display: block;
  padding: 5px;
}
html.bg-layer body form * {
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.redirmodal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed;
  z-index: 9999;
  width: 50%;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  padding: 65px 20px 20px;
  background-color: #fff;
  color: #1d1d1b;
  border: 1px solid #e8e8e8;
  /*text-align: center;*/
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.75);
}
@media (max-width: 1350px) {
  .redirmodal {
    width: 100%;
    max-width: 750px;
  }
}
.redirmodal .logo {
  position: absolute;
  left: 20px;
  top: 10px;
}
.redirmodal .logo img {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  padding-top: 0;
}
@media (max-width: 1024px) {
  .redirmodal .logo img {
    margin: 0 20px 0 0;
  }
}
.redirmodal .logo .vetmedica {
  font-size: 30px;
  font-weight: 700;
  cursor: default;
  font-family: 'BISansNEXT-Bold';
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .redirmodal .logo .vetmedica {
    font-size: 15px;
  }
}
.redirmodal .icon_close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 60px;
}
.redirmodal .icon_close:before {
  content: "\d7";
}
.redirmodal h3.colored {
  line-height: 1.3em;
  margin: 20px 0 45px;
}
@media (max-width: 1024px) {
  .redirmodal h3.colored {
    font-size: 20px;
  }
}
.redirmodal h3.colored span {
  padding: 8px 0;
}
.redirmodal .top,
.redirmodal .bottom {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .redirmodal .top,
  .redirmodal .bottom {
    font-size: 16px;
  }
}
.redirmodal .bottom {
  margin-bottom: 50px;
}
.redirmodal .bottom .highlight {
  font-weight: bold;
  text-decoration: underline;
}
.redirmodal .bottom .highlight .nostyle {
  font-size: 18px;
  font-weight: normal;
}
.redirmodal .big {
  font-size: 40px;
  margin: 0 0 20px 0;
}
.redirmodal .info {
  font-size: 16px;
  margin-bottom: 20px;
  padding-right: 16px;
}
.redirmodal .info a {
  text-decoration: underline;
}
.redirmodal .small-info {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  font-style: italic;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .redirmodal .small-info {
    font-size: 13px;
  }
}
.page2020 .bestellform .order-item {
  float: left;
  width: 25%;
  margin: 0 4%;
  margin-bottom: 20px;
}
.page2020 .bestellform .aside-left .order-item {
  margin: 0;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.page2020 .bestellform .order-item.first {
  clear: left;
  margin-left: 2%;
  margin-right: 6%;
}
.page2020 .bestellform .order-item.last {
  margin-left: 6%;
  margin-right: 2%;
}
.page2020 .bestellform .order-item-img {
  margin-bottom: 10px !important;
  width: 100%;
}
.page2020 .bestellform .order-item-header {
  margin-bottom: 0;
  padding: 14px 18px;
}
.page2020 .bestellform .order-item-h1 {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  font-size: 18px !important;
}
.page2020 .bestellform .order-item-text {
  border: 1px solid #000;
  padding: 10px 10px;
}
.page2020 .bestellform .order-item-text p {
  margin-bottom: 5px;
  padding: 0;
}
.page2020 .bestellform .order-item-label {
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  border: 1px solid #000;
  width: 75%;
  padding: 0 10px;
  text-align: right;
  border-width: 0 1px 1px 1px;
  float: left;
}
.page2020 .bestellform .order-item-count {
  float: left;
  width: 25%;
}
.page2020 .bestellform .order-item-count input {
  border-width: 0 1px 1px 0 !important;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
}
.page2020 .bestellform .aside-left {
  float: left;
  width: 27%;
}
.page2020 .bestellform .order-item-count label {
  display: none;
}
.page2020 .bestellform .content.single-item {
  width: 73%;
  padding-left: 9%;
}
.page2020 .bestellform div.radioButtonListWrapper,
.page2020 .bestellform div.plzort,
.page2020 .bestellform div.captcha div {
  width: 100%;
}
.page2020 .bestellform input.zipcode {
  float: left;
  width: 30%;
}
.page2020 .bestellform input.city {
  width: 68%;
  float: right;
}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%;
  }
}/*
 * 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;
}p.it-eprivacy-banner-text {
  color: #fff !important;
}
.seiten__content .grey-header a {
  color: #fff;
}
body {
  color: #646363;
}
.meta {
  padding: 0;
  width: 100%;
  border-bottom: 12px solid #646363;
}
.meta a {
  color: #ffffff!important;
}
.meta a:hover {
  text-decoration: underline;
}
.nav__suche svg,
.produkte-suche-action svg {
  width: 20px;
  top: 2px;
  position: relative;
  height: 22px;
}
.nav__suche svg path,
.produkte-suche-action svg path {
  fill: #646363;
}
.nav__desktop nav {
  margin-top: 30px;
}
.nav__nav .nav__a {
  color: #646363;
}
.nav__nav .nav__a:hover {
  color: #000000;
  text-decoration: underline;
}
footer .footer-blackbar {
  color: #646363;
  text-transform: none;
}
footer .footer-blackbar a {
  color: #646363;
}
.footer__top .toTop {
  background-color: #000000;
}
.footer__top .toTop .toTop_arrow {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.footer__top .toTop_text {
  color: #000000;
}
.icon--suche svg {
  position: absolute;
  right: -14px;
  width: 26px;
  height: 26px;
}
.footer__meta .footer__meta-a:hover,
.page .ui-state-default a,
.page .ui-state-default a:link,
.page .ui-state-default a:visited,
.page2020 p,
.page2020 ul,
.page2020 h1,
.page2020 h2,
.page2020 h3,
.page2020 li,
.page2020 a,
.page2020 span,
.page2020 .contentpage {
  color: #646363;
}
.mobile-menu .mobilenav-outer ul li a,
.mobile-menu .mobilenav-outer ul li span,
a:hover,
.small-imagebox .imagebox-header span,
.mainnav-li1.selected .mainnav-a1,
.mainnav-a2:hover,
.mainnav-a2:active,
.mainnav-a2:focus,
.mainnav-a2.selected,
.aside-header a,
.content ul li::before,
.newsletter-signup-button::before,
.sidebar-navigator-layer:hover {
  color: #646363;
}
.banner__inner .banner__logos {
  display: flex;
}
.banner__inner .banner__logos .vetmedica {
  z-index: 0;
}
.banner__inner .banner__logos .vetmedica a {
  color: #233E6A;
}
.page .mn-search {
  top: 65px;
}
@media (max-width: 1200px) {
  .page .mn-search {
    top: 110px;
  }
}
.page .mn-search input {
  background-color: #A3A3A3;
  color: #ffffff;
}
.kv__main.kv__main.kv-slider {
  background-size: cover!important;
  background-position: center center!important;
  height: 360px;
}
.kv__main .kv__text {
  background-color: rgba(100, 99, 99, 0.7);
}
.kv__main .kv__text h1 {
  color: #ffffff;
}
.kv__main .kv__text p {
  color: #ffffff;
}
.button--link a {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #646363;
}
.button--link a:before {
  background-image: url("/img/system/arrow_grey.svg");
  background-repeat: no-repeat;
}
.button--link a:hover {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000000;
}
.button--link a:hover:before {
  background-image: url("/img/system/arrow.svg");
}
.footer__top .toTop {
  bottom: -4px;
}
.box__wrapper .box__item {
  background: #646363;
  color: #ffffff;
}
.box__wrapper .box__item h3 {
  color: #ffffff;
}
.box__wrapper .box__item p {
  color: #ffffff;
}
.nav__nav .nav__li.li_globe {
  position: relative;
  padding-top: 2px;
}
.nav__nav .nav__li.li_globe #globe {
  fill: #646363;
}
@media (max-width: 400px) {
  .page .ui-accordion-header {
    padding-right: 40px;
  }
}
.page .ui-accordion-header:after {
  background-color: #646363;
}
@media (max-width: 400px) {
  .page .ui-accordion-header:after {
    width: 40px;
    height: 40px;
    line-height: 44px;
  }
}
@media (max-width: 400px) {
  .ui-state-default a:link,
  .ui-state-default {
    font-size: 20px;
    line-height: 20px;
  }
}
.page .ui-accordion-header.ui-state-active:after {
  color: #646363;
  border-color: #646363;
}
.teaser__image.teaser__v2 {
  background-color: #646363;
}
.teaser__image.teaser__v2 .imgleft,
.teaser__image.teaser__v2 .imgright {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.teaser__image.teaser__v2 .text h2,
.teaser__image.teaser__v2 .text p,
.teaser__image.teaser__v2 .text span {
  color: #ffffff;
}
.teaser__image.teaser__v2 .text a {
  color: #646363;
  text-decoration: none;
}
.teaser__image.teaser__v2 .text a:hover {
  color: #ffffff;
}
.teaser__image.teaser__v2 .text .teaser__image-button.button--link {
  color: #ffffff;
}
.page2020 .imgleft img,
.page2020 .imgright img,
.page2020 .imgleft-new img,
.page2020 .round-img img {
  max-width: 100%;
}
.kv__main .box__link.button--link {
  margin-top: 20px;
}
.page .mn-search .icon--suche svg path {
  fill: #646363;
}
.mobile-buttons .nav__globe {
  top: 2px;
  position: relative;
}
.mobile-buttons .nav__globe path {
  fill: #646363;
}
#mobile-menu-button span {
  background-color: #646363;
}
@media (max-width: 767px) {
  .teaser__image.teaser__v2 .text {
    padding: 5px;
  }
}
@media (max-width: 400px) {
  .footer__top .toTop_text {
    display: none;
  }
}
.mobile-menu ul .hasChildren .btn {
  background-color: #646363;
}
.bestellform .order-item-text,
.bestellform .order-item-label {
  border-color: #646363;
}
.bestellform input.text,
.bestellform textarea.text,
.bestellform select.text {
  background-color: #e8e8e8;
}
.bestellform .content-button.absenden {
  margin: 0;
  background: none;
  background-color: #646363;
  border: 1px solid #646363;
}
.bestellform .content-button.absenden:hover {
  background-color: none;
  background: none;
}
.bestellform .content-button.absenden:hover:after {
  color: #646363;
}
.bestellform .content-button.absenden:after {
  display: inline-block;
}
.nav__nav .nav__ul &gt; .nav__li &gt; .nav__a::after {
  bottom: -30px;
}
.nav__nav .nav__flyout {
  top: 88px;
}
.produkte-suche.page--suche .produkte-suche-wrap {
  background: #646363;
}
.search-result {
  padding: 20px;
  border-bottom: 1px solid #e7e6e2;
  transition: background 0.3s ease-in-out;
}
.search-result:hover {
  background: #efefef;
}
#contactform input,
#contactform textarea {
  background: #f3f2f2;
}
#contactform label {
  display: none;
}
#contactform .plzort {
  width: 100%;
}
#contactform div.captcha img {
  float: left;
  cursor: pointer;
  border: 1px solid #CCC !important;
  margin-bottom: 5px;
}
#contactform div.radioButtonListWrapper,
#contactform div.plzort,
#contactform div.captcha div {
  width: 100%;
}
#contactform .privacy label {
  float: none;
  width: auto;
  max-width: none;
  display: inline;
}
figure img {
  max-width: 100%;
}
figcaption {
  font-size: 12px;
}
figure.zoomable img {
  cursor: pointer;
}
.text__block {
  padding-left: 0;
}
.videobaustein {
  margin: 40px 0;
}
.videobaustein video {
  max-width: 100%;
}
.videobaustein.mit_text video {
  margin-bottom: 0;
}
.bild_baustein {
  margin: 20px 0;
}
.bild_baustein .imgleft {
  float: left;
  display: block;
  max-width: 200px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.bild_baustein .imgleft.imgleft2 {
  max-width: 50%;
}
.bild_baustein .imgright {
  float: right;
  display: block;
  max-width: 380px;
  margin-left: 20px;
}
.bild_baustein .imgleft img,
.bild_baustein .imgright img {
  max-height: 100%;
  width: auto;
}
.bild_baustein .figurewrapper a {
  width: inherit;
}
.bild_baustein .zoomable {
  position: relative;
}
.bild_baustein .zoomable:after {
  pointer-events: none;
  content: "+";
  text-align: center;
  line-height: 2.2;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 800px) {
  .bild_baustein {
    margin-bottom: 30px;
  }
  .bild_baustein .imgleft,
  .bild_baustein .imgright {
    float: inherit;
    max-width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
figure {
  margin-left: 0;
}
.lt-ie12 .nav__nav .nav__flyout {
  top: 129px;
}
.logo img {
  width: 100px;
  margin-top: -10px;
}
.nav__li.selected a {
  color: #000000;
}
.contentpage .kv__main .kv__text.text--only {
  background-color: #646363;
  opacity: 0.9;
}
.seiten__content {
  padding-top: 50px;
}
.seiten__content a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.seiten__content ul li a {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}
.seiten__content ul li a:hover {
  color: #646363;
}
.seiten__content p a {
  color: #000000;
}
.seiten__content p a:hover {
  color: #646363;
}
.button--link a.absenden {
  border: 1px solid #646363;
  background-color: #646363;
  color: #ffffff;
  text-decoration: none;
}
.button--link a.absenden:before {
  background-image: url(/img/system/arrow.svg);
}
.button--link a.absenden:hover {
  border: 1px solid #000000;
  background-color: #000000;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #000000!important;
}
.media__html,
.video__html,
.youtube__container,
.text__area,
.teaser__image,
.page .ui-tabs.ui-widget-content,
.image--double,
.image--triple,
.image--single,
.onAccordion__main,
.generate-ui-tab,
.table__container,
.text__block {
  margin-bottom: 20px;
}
.videobaustein video {
  width: 100%;
  height: auto;
}
.page .ui-accordion-header {
  padding-left: 10px;
}
.bild_baustein .imgleft img,
.bild_baustein .imgright {
  margin-bottom: 0;
}
.bild_baustein .imgleft img,
.bild_baustein .imgright img {
  width: auto;
  max-width: 100%;
}
.ui-accordion strong {
  font-weight: 700!important;
}
.on-list {
  list-style: none;
  padding: 0;
}
.on-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.on-list li:before {
  display: inline-block;
  content: '';
  background-image: url("/img/system/schwarz-euter-transparent.png");
  height: 20px;
  width: 20px;
  background-size: 100%;
  position: relative;
  left: 0;
  top: 5px;
  position: absolute;
  background-position: 50% 50%;
}
.on-list ul {
  padding-top: 15px;
}
.generate-ui-tab.ui-widget-content {
  background-color: #ffffff;
}
.page .ui-tabs.ui-widget-content .ui-tabs-nav {
  padding: 0;
}
.page .tabelle {
  margin-top: 0;
  margin-bottom: 0;
}
.page .tabelle td,
.page .tabelle th {
  background-color: #ffffff;
  padding: 15px;
}
.tabelle thead tr th,
.tabelle tbody tr.headline td {
  background-color: #e8e8e8!important;
}
.page .ui-tabs.ui-widget-content .ui-tabs-panel {
  padding: 0;
  background: #ffffff;
}
.imagebox-wrap {
  margin-top: 40px;
}
.breadcrump__a:hover span {
  color: #000000;
}
.page .ui-widget-content {
  padding-left: 10px;
}
.imagebox.imagebox-video .imagebox-header.grey-header h1 {
  color: #000000;
}
.imagebox.imagebox-video .imagebox-header.grey-header span {
  color: #000000!important;
}
@media (max-width: 400px) {
  .imagebox-header.grey-header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 400px) {
  .imagebox-header.grey-header h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .kv__main .kv__text {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 35px;
    padding-bottom: 30px;
    width: 100%;
    max-width: 360px;
    min-height: 200px;
  }
}
@media (max-width: 500px) {
  .kv__main .kv__text {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-height: 180px;
  }
}
.kv__main .kv__text h1 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .kv__main .kv__image img {
    height: 30vh;
  }
}
@media (max-width: 500px) {
  .kv__main .kv__image img {
    height: 20vh;
  }
}
.bestellform h1 {
  padding-left: 0;
  padding-bottom: 15px;
  text-transform: none;
  font-size: 24px;
}
.bestellform .order-item-h1 {
  line-height: 30px;
}
.footprints {
  margin-left: 20px;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .footprints {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.footprints a {
  display: inline-block;
}
.ubrocare-logo {
  margin-left: 20px;
  margin-top: -17px;
}
.ubrocare-logo img {
  max-width: 50px;
  width: 100%;
}
@media (max-width: 600px) {
  .banner__inner .banner__logos {
    display: block;
  }
}
@media (max-width: 768px) {
  .page2020 .bestellform .order-item {
    width: 46%;
    margin: 0 2%;
  }
}
@media (max-width: 500px) {
  .page2020 .bestellform .order-item {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
}
.page2020 .bestellform .order-item.first {
  margin-left: 0;
  margin-right: 2%;
}
.page2020 .bestellform .order-item.last {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 2%;
}
@media (max-width: 500px) {
  .page2020 .bestellform .order-item.last {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .content {
    width: 100%;
  }
}</pre></body></html>