/*--------------------------------------------------
  Compiled on February 08, 2018 at 11:23am by M. Philipp, zielgruppe kreativ
--------------------------------------------------*/
 
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, .formee.alt legend, h3, .formee.alt fieldset .row > div label, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

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

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

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline; }

sup {
  /* Move the superscripted text up */
  top: -0.5em; }

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em; }

/*------------------------------------------
       Formular formee struktur
   ------------------------------------------*/
.js form .hidden {
  display: hidden; }

/* fix  ff bugs */
.formee:after, .formee div:after, .formee ol:after, .formee ul:after, .formee li:after, .formee dl:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden; }

/* Form Structure */
.formee {
  margin: 0;
  padding: 0; }

/* first item */
.formee .alpha {
  margin-left: 0; }

/* last item */
.formee .omega {
  margin-right: 0; }

/* clear */
.formee .clear {
  clear: both; }

/* input without label */
.formee-no-lbl {
  position: relative;
  padding-bottom: 0; }

/* input without label */
.formee-no-lbl input, .formee-no-lbl label, .formee-no-lbl span, .formee-no-lbl ul, .formee-no-lbl p {
  position: absolute;
  bottom: 0; }

/* multiple containers inside field-grid */
.formee .left {
  clear: none;
  float: left !important;
  margin-right: 0.3em !important; }

.formee .right {
  clear: none;
  float: right !important;
  margin-left: 0.3em !important; }

/* form elements  */
.formee-lbl, .formee label {
  display: block;
  height: auto;
  font-size: 13px;
  margin: 10px 0 5px 2px;
  font-weight: 600; }

.formee .formee-txt input, .formee input[type="text"], .formee input[type="tel"], .formee input[type="url"], .formee input[type="email"], .formee input[type="password"], .formee input[type="file"], .formee textarea, .formee select, .qq-upload-button {
  vertical-align: middle;
  line-height: 100%;
  width: 100%;
  position: relative;
  padding: 5px;
  line-height: 120%;
  border: 1px solid #f9f9f9;
  box-shadow: inset 0 0 2px #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: .8rem;
  /*ie7*/
  *width: 99%; }

.formee .formee-txt {
  padding: 2px; }

.chk50 li {
  width: 50%;
  display: inline-block; }

.formee textarea {
  height: 10em; }

.formee select {
  padding: 4px;
  -webkit-appearance: menulist-button;
  line-height: 40px; }

.formee select option:hover {
  background: #b5b3b2; }

.formee-list .formee-lbl, .formee-list label, .form-list-chk label {
  display: inline;
  height: auto; }

.formee-req {
  position: relative;
  top: 3px; }

.qq-upload-button {
  width: 100%;
  max-width: 250px;
  background: #fff;
  font-size: .85em;
  padding: 5px;
  position: relative;
  display: block; }
  .qq-upload-button:after {
    content: "\e00c" !important;
    font-family: "Flaticon";
    font-size: 20px;
    line-height: 100%;
    display: block;
    color: #fff;
    position: absolute;
    width: 20px;
    height: auto !important;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
    visibility: visible !important;
    background: #ccc; }

.qq-upload-button-focus {
  background: #D63F4D;
  color: #fff; }

.qq-upload-drop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 70px;
  z-index: 40;
  background: #FF9797;
  text-align: center; }

.qq-upload-drop-area span {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -8px;
  font-size: 16px;
  z-index: 40; }

.qq-upload-drop-area-active {
  background: #D63F4D; }

.qq-upload-list-container {
  display: none; }

.qq-upload-list-container h3, .qq-upload-list-container .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div .qq-upload-list-container label {
  margin-bottom: 10px; }

.qq-upload-list {
  margin: 15px 0;
  padding: 0;
  list-style: none; }

.qq-upload-list li {
  margin: 0;
  padding: 0 0 5px 0;
  line-height: 15px;
  font-size: .85em;
  clear: both;
  float: none;
  display: block; }

.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
  margin-right: 7px; }

.qq-upload-file {
  font-weight: bold; }

.qq-upload-size:before {
  content: "("; }
.qq-upload-size:after {
  content: ")"; }

.qq-upload-list li .img {
  margin-right: 5px;
  width: 80px;
  height: 60px;
  overflow: hidden;
  clear: both;
  float: left; }

.qq-upload-spinner {
  display: inline-block;
  background: url("../images/loader.gif");
  width: 15px;
  height: 15px;
  vertical-align: text-bottom; }

.qq-upload-size, .qq-upload-cancel {
  font-size: 11px; }

.qq-upload-failed-text {
  display: none; }

.qq-upload-fail .qq-upload-failed-text {
  display: inline; }

.formee-msg-info, .formee-msg-warning, .formee-msg-error, .formee-msg-success {
  padding: 20px 20px 15px 38px;
  border: 1px solid #ccc;
  display: block;
  height: auto;
  margin: 0 1.5% 0.8em;
  clear: both; }

.formee-msg-info li, .formee-msg-warning li, .formee-msg-error li, .formee-msg-success li {
  list-style: none;
  padding: 0;
  margin-bottom: .4%;
  font-size: 1.4em;
  line-height: 1.1em;
  vertical-align: top; }

/* form button  */
.formee-button, .formee input[type="submit"], .formee input[type="button"], .formee input[type="reset"], button {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  border: 0;
  color: #009900; }

/* lista de chk e rdo */
.formee-list, .form-list-chk {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0; }

.formee-list li, .form-list-chk li {
  margin: 0;
  float: left;
  display: inline-block;
  list-style: none;
  text-align: left; }

.formee-list input, .form-list-chk input {
  margin-right: 0.2em;
  width: 20px !important; }

/* input size */
.formee-small {
  width: 30% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 25% !important; }

#cloneForm_template0 .checkisadmin {
  display: none; }

.formee-medium {
  width: 50% !important;
  float: left;
  margin-right: 10px;
  display: inline;
  /*ie7*/
  *width: 45% !important; }

/* messageboxes */
.msg, .message {
  display: block;
  clear: both;
  padding: .5em .8em;
  margin: 0 0 1.5em 0;
  font-size: 1rem; }
  .msg.success, .message.success {
    color: green;
    background: #efe; }
  .msg.error, .message.error {
    color: red;
    background: #fee; }
  .msg.info, .message.info {
    color: #00529B;
    background: #9DE0F6; }

.progress-bar-success {
  background: #0f0; }

.progress-bar-danger {
  background: #f00; }

.progress {
  width: 100%;
  height: 2px;
  bottom: 0;
  position: absolute; }
  .progress .progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }

.selectivity-multiple-selected-item {
  background: #9fbf69 !important; }

#rights {
  position: relative; }
  #rights.disabled * {
    color: #b5b3b2 !important; }
  #rights.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: visible;
    height: 100%; }
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-regular.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-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?fcjsaauj8");
  src: url("fonts/icomoon.eot?fcjuajas8#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?fcjaujas8") format("truetype"), url("fonts/icomoon.woff?fcajsauj8") format("woff"), url("fonts/icomoon.svg?fcjauaj8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"], .fa {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-partner_support:before {
  content: "\e902"; }

.icon-anleitung:before {
  content: "\e903"; }

.icon-vor_kauf:before {
  content: "\e904"; }

.icon-erste_schritte:before {
  content: "\e905"; }

.icon-support_anfrage:before {
  content: "\e901"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-close:before {
  content: "\f00d"; }

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

.icon-times:before {
  content: "\f00d"; }

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

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

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

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

.icon-cog:before {
  content: "\f013"; }

.icon-gear:before {
  content: "\f013"; }

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

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

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

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

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

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

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

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

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

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

.icon-repeat:before {
  content: "\f01e"; }

.icon-rotate-right:before {
  content: "\f01e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-dedent:before {
  content: "\f03b"; }

.icon-outdent:before {
  content: "\f03b"; }

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

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

.icon-image:before {
  content: "\f03e"; }

.icon-photo:before {
  content: "\f03e"; }

.icon-picture-o:before {
  content: "\f03e"; }

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

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

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

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

.icon-edit:before {
  content: "\f044"; }

.icon-pencil-square-o:before {
  content: "\f044"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-warning:before {
  content: "\f071"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bar-chart:before {
  content: "\f080"; }

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

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

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

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

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

.icon-cogs:before {
  content: "\f085"; }

.icon-gears:before {
  content: "\f085"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-facebook:before {
  content: "\f09a"; }

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

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

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

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

.icon-feed:before {
  content: "\f09e"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-group:before {
  content: "\f0c0"; }

.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-link:before {
  content: "\f0c1"; }

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

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

.icon-cut:before {
  content: "\f0c4"; }

.icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-files-o:before {
  content: "\f0c5"; }

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

.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-save:before {
  content: "\f0c7"; }

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sort:before {
  content: "\f0dc"; }

.icon-unsorted:before {
  content: "\f0dc"; }

.icon-sort-desc:before {
  content: "\f0dd"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-asc:before {
  content: "\f0de"; }

.icon-sort-up:before {
  content: "\f0de"; }

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

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

.icon-rotate-left:before {
  content: "\f0e2"; }

.icon-undo:before {
  content: "\f0e2"; }

.icon-gavel:before {
  content: "\f0e3"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-tachometer:before {
  content: "\f0e4"; }

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

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

.icon-bolt:before {
  content: "\f0e7"; }

.icon-flash:before {
  content: "\f0e7"; }

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

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

.icon-clipboard:before {
  content: "\f0ea"; }

.icon-paste:before {
  content: "\f0ea"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-mobile:before {
  content: "\f10b"; }

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

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

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

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

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

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

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

.icon-reply:before {
  content: "\f112"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before {
  content: "\f123"; }

.icon-star-half-full:before {
  content: "\f123"; }

.icon-star-half-o:before {
  content: "\f123"; }

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

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

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

.icon-chain-broken:before {
  content: "\f127"; }

.icon-unlink:before {
  content: "\f127"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-toggle-down:before {
  content: "\f150"; }

.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-toggle-up:before {
  content: "\f151"; }

.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-toggle-right:before {
  content: "\f152"; }

.icon-eur:before {
  content: "\f153"; }

.icon-euro:before {
  content: "\f153"; }

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

.icon-dollar:before {
  content: "\f155"; }

.icon-usd:before {
  content: "\f155"; }

.icon-inr:before {
  content: "\f156"; }

.icon-rupee:before {
  content: "\f156"; }

.icon-cny:before {
  content: "\f157"; }

.icon-jpy:before {
  content: "\f157"; }

.icon-rmb:before {
  content: "\f157"; }

.icon-yen:before {
  content: "\f157"; }

.icon-rouble:before {
  content: "\f158"; }

.icon-rub:before {
  content: "\f158"; }

.icon-ruble:before {
  content: "\f158"; }

.icon-krw:before {
  content: "\f159"; }

.icon-won:before {
  content: "\f159"; }

.icon-bitcoin:before {
  content: "\f15a"; }

.icon-btc:before {
  content: "\f15a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-gittip:before {
  content: "\f184"; }

.icon-gratipay:before {
  content: "\f184"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-toggle-left:before {
  content: "\f191"; }

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

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

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

.icon-try:before {
  content: "\f195"; }

.icon-turkish-lira:before {
  content: "\f195"; }

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

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

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

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

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

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

.icon-bank:before {
  content: "\f19c"; }

.icon-institution:before {
  content: "\f19c"; }

.icon-university:before {
  content: "\f19c"; }

.icon-graduation-cap:before {
  content: "\f19d"; }

.icon-mortar-board:before {
  content: "\f19d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-automobile:before {
  content: "\f1b9"; }

.icon-car:before {
  content: "\f1b9"; }

.icon-cab:before {
  content: "\f1ba"; }

.icon-taxi:before {
  content: "\f1ba"; }

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

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

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

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

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

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

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

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

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

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-photo-o:before {
  content: "\f1c5"; }

.icon-file-picture-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-zip-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-sound-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-video-o:before {
  content: "\f1c8"; }

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

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

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

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

.icon-life-bouy:before {
  content: "\f1cd"; }

.icon-life-buoy:before {
  content: "\f1cd"; }

.icon-life-ring:before {
  content: "\f1cd"; }

.icon-life-saver:before {
  content: "\f1cd"; }

.icon-support:before {
  content: "\f1cd"; }

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

.icon-ra:before {
  content: "\f1d0"; }

.icon-rebel:before {
  content: "\f1d0"; }

.icon-resistance:before {
  content: "\f1d0"; }

.icon-empire:before {
  content: "\f1d1"; }

.icon-ge:before {
  content: "\f1d1"; }

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

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

.icon-hacker-news:before {
  content: "\f1d4"; }

.icon-y-combinator-square:before {
  content: "\f1d4"; }

.icon-yc-square:before {
  content: "\f1d4"; }

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

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

.icon-wechat:before {
  content: "\f1d7"; }

.icon-weixin:before {
  content: "\f1d7"; }

.icon-paper-plane:before {
  content: "\f1d8"; }

.icon-send:before {
  content: "\f1d8"; }

.icon-paper-plane-o:before {
  content: "\f1d9"; }

.icon-send-o:before {
  content: "\f1d9"; }

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

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

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

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

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

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

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

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

.icon-futbol-o:before {
  content: "\f1e3"; }

.icon-soccer-ball-o:before {
  content: "\f1e3"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-ils:before {
  content: "\f20b"; }

.icon-shekel:before {
  content: "\f20b"; }

.icon-sheqel:before {
  content: "\f20b"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-intersex:before {
  content: "\f224"; }

.icon-transgender:before {
  content: "\f224"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bed:before {
  content: "\f236"; }

.icon-hotel:before {
  content: "\f236"; }

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

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

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

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

.icon-y-combinator:before {
  content: "\f23b"; }

.icon-yc:before {
  content: "\f23b"; }

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

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

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

.icon-battery-4:before {
  content: "\f240"; }

.icon-battery-full:before {
  content: "\f240"; }

.icon-battery-3:before {
  content: "\f241"; }

.icon-battery-three-quarters:before {
  content: "\f241"; }

.icon-battery-2:before {
  content: "\f242"; }

.icon-battery-half:before {
  content: "\f242"; }

.icon-battery-1:before {
  content: "\f243"; }

.icon-battery-quarter:before {
  content: "\f243"; }

.icon-battery-0:before {
  content: "\f244"; }

.icon-battery-empty:before {
  content: "\f244"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-hourglass-1:before {
  content: "\f251"; }

.icon-hourglass-start:before {
  content: "\f251"; }

.icon-hourglass-2:before {
  content: "\f252"; }

.icon-hourglass-half:before {
  content: "\f252"; }

.icon-hourglass-3:before {
  content: "\f253"; }

.icon-hourglass-end:before {
  content: "\f253"; }

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

.icon-hand-grab-o:before {
  content: "\f255"; }

.icon-hand-rock-o:before {
  content: "\f255"; }

.icon-hand-paper-o:before {
  content: "\f256"; }

.icon-hand-stop-o:before {
  content: "\f256"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-television:before {
  content: "\f26c"; }

.icon-tv:before {
  content: "\f26c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.icon-asl-interpreting:before {
  content: "\f2a3"; }

.icon-deaf:before {
  content: "\f2a4"; }

.icon-deafness:before {
  content: "\f2a4"; }

.icon-hard-of-hearing:before {
  content: "\f2a4"; }

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

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

.icon-sign-language:before {
  content: "\f2a7"; }

.icon-signing:before {
  content: "\f2a7"; }

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

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

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

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

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

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

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

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

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

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

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

.icon-google-plus-official:before {
  content: "\f2b3"; }

.icon-fa:before {
  content: "\f2b4"; }

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

.icon-logo-font:before {
  content: "\e900"; }

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1000px;
  position: relative; }

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
[class*="grid"] {
  display: inline;
  float: left;
  position: relative;
  margin-left: 1%;
  margin-right: 1%; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
  margin-left: 0; }

.omega {
  margin-right: 0; }

/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
/* 12-grid-system */
/* grid_1 of 12*/
.grid_1 {
  width: 6.33333%; }
  .grid_1.omega, .grid_1.alpha {
    width: 7.33333%; }
  .grid_1.omega.alpha {
    width: 8.33333%; }

.prefix_1 {
  padding-left: 8.33333%; }

.suffix_1 {
  padding-right: 8.33333%; }

.push_1 {
  left: 8.33333%; }

.pull_1 {
  left: -8.33333%; }

/* grid_2 of 12*/
.grid_2 {
  width: 14.66667%; }
  .grid_2.omega, .grid_2.alpha {
    width: 15.66667%; }
  .grid_2.omega.alpha {
    width: 16.66667%; }

.prefix_2 {
  padding-left: 16.66667%; }

.suffix_2 {
  padding-right: 16.66667%; }

.push_2 {
  left: 16.66667%; }

.pull_2 {
  left: -16.66667%; }

/* grid_3 of 12*/
.grid_3 {
  width: 23%; }
  .grid_3.omega, .grid_3.alpha {
    width: 24%; }
  .grid_3.omega.alpha {
    width: 25%; }

.prefix_3 {
  padding-left: 25%; }

.suffix_3 {
  padding-right: 25%; }

.push_3 {
  left: 25%; }

.pull_3 {
  left: -25%; }

/* grid_4 of 12*/
.grid_4 {
  width: 31.33333%; }
  .grid_4.omega, .grid_4.alpha {
    width: 32.33333%; }
  .grid_4.omega.alpha {
    width: 33.33333%; }

.prefix_4 {
  padding-left: 33.33333%; }

.suffix_4 {
  padding-right: 33.33333%; }

.push_4 {
  left: 33.33333%; }

.pull_4 {
  left: -33.33333%; }

/* grid_5 of 12*/
.grid_5 {
  width: 39.66667%; }
  .grid_5.omega, .grid_5.alpha {
    width: 40.66667%; }
  .grid_5.omega.alpha {
    width: 41.66667%; }

.prefix_5 {
  padding-left: 41.66667%; }

.suffix_5 {
  padding-right: 41.66667%; }

.push_5 {
  left: 41.66667%; }

.pull_5 {
  left: -41.66667%; }

/* grid_6 of 12*/
.grid_6 {
  width: 48%; }
  .grid_6.omega, .grid_6.alpha {
    width: 49%; }
  .grid_6.omega.alpha {
    width: 50%; }

.prefix_6 {
  padding-left: 50%; }

.suffix_6 {
  padding-right: 50%; }

.push_6 {
  left: 50%; }

.pull_6 {
  left: -50%; }

/* grid_7 of 12*/
.grid_7 {
  width: 56.33333%; }
  .grid_7.omega, .grid_7.alpha {
    width: 57.33333%; }
  .grid_7.omega.alpha {
    width: 58.33333%; }

.prefix_7 {
  padding-left: 58.33333%; }

.suffix_7 {
  padding-right: 58.33333%; }

.push_7 {
  left: 58.33333%; }

.pull_7 {
  left: -58.33333%; }

/* grid_8 of 12*/
.grid_8 {
  width: 64.66667%; }
  .grid_8.omega, .grid_8.alpha {
    width: 65.66667%; }
  .grid_8.omega.alpha {
    width: 66.66667%; }

.prefix_8 {
  padding-left: 66.66667%; }

.suffix_8 {
  padding-right: 66.66667%; }

.push_8 {
  left: 66.66667%; }

.pull_8 {
  left: -66.66667%; }

/* grid_9 of 12*/
.grid_9 {
  width: 73%; }
  .grid_9.omega, .grid_9.alpha {
    width: 74%; }
  .grid_9.omega.alpha {
    width: 75%; }

.prefix_9 {
  padding-left: 75%; }

.suffix_9 {
  padding-right: 75%; }

.push_9 {
  left: 75%; }

.pull_9 {
  left: -75%; }

/* grid_10 of 12*/
.grid_10 {
  width: 81.33333%; }
  .grid_10.omega, .grid_10.alpha {
    width: 82.33333%; }
  .grid_10.omega.alpha {
    width: 83.33333%; }

.prefix_10 {
  padding-left: 83.33333%; }

.suffix_10 {
  padding-right: 83.33333%; }

.push_10 {
  left: 83.33333%; }

.pull_10 {
  left: -83.33333%; }

/* grid_11 of 12*/
.grid_11 {
  width: 89.66667%; }
  .grid_11.omega, .grid_11.alpha {
    width: 90.66667%; }
  .grid_11.omega.alpha {
    width: 91.66667%; }

.prefix_11 {
  padding-left: 91.66667%; }

.suffix_11 {
  padding-right: 91.66667%; }

.push_11 {
  left: 91.66667%; }

.pull_11 {
  left: -91.66667%; }

/* grid_12 of 12*/
.grid_12 {
  width: 98%; }
  .grid_12.omega, .grid_12.alpha {
    width: 99%; }
  .grid_12.omega.alpha {
    width: 100%; }

.prefix_12 {
  padding-left: 100%; }

.suffix_12 {
  padding-right: 100%; }

.push_12 {
  left: 100%; }

.pull_12 {
  left: -100%; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
  clear: both;
  content: "";
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  height: 0;
  display: block;
  width: 100%; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* mobile + tablet adds */
@media screen and (max-width: 479px) {
  /* mobile small */
  [class*="grid"] {
    width: 98%; }

  /* 12-grid-system */
  /* mgrid_1 of 12*/
  .mgrid_1 {
    width: 6.33333%; }
    .mgrid_1.omega, .mgrid_1.alpha {
      width: 7.33333%; }
    .mgrid_1.omega.alpha {
      width: 8.33333%; }

  .mprefix_1 {
    padding-left: 8.33333%; }

  .msuffix_1 {
    padding-right: 8.33333%; }

  .mpush_1 {
    left: 8.33333%; }

  .mpull_1 {
    left: -8.33333%; }

  /* mgrid_2 of 12*/
  .mgrid_2 {
    width: 14.66667%; }
    .mgrid_2.omega, .mgrid_2.alpha {
      width: 15.66667%; }
    .mgrid_2.omega.alpha {
      width: 16.66667%; }

  .mprefix_2 {
    padding-left: 16.66667%; }

  .msuffix_2 {
    padding-right: 16.66667%; }

  .mpush_2 {
    left: 16.66667%; }

  .mpull_2 {
    left: -16.66667%; }

  /* mgrid_3 of 12*/
  .mgrid_3 {
    width: 23%; }
    .mgrid_3.omega, .mgrid_3.alpha {
      width: 24%; }
    .mgrid_3.omega.alpha {
      width: 25%; }

  .mprefix_3 {
    padding-left: 25%; }

  .msuffix_3 {
    padding-right: 25%; }

  .mpush_3 {
    left: 25%; }

  .mpull_3 {
    left: -25%; }

  /* mgrid_4 of 12*/
  .mgrid_4 {
    width: 31.33333%; }
    .mgrid_4.omega, .mgrid_4.alpha {
      width: 32.33333%; }
    .mgrid_4.omega.alpha {
      width: 33.33333%; }

  .mprefix_4 {
    padding-left: 33.33333%; }

  .msuffix_4 {
    padding-right: 33.33333%; }

  .mpush_4 {
    left: 33.33333%; }

  .mpull_4 {
    left: -33.33333%; }

  /* mgrid_5 of 12*/
  .mgrid_5 {
    width: 39.66667%; }
    .mgrid_5.omega, .mgrid_5.alpha {
      width: 40.66667%; }
    .mgrid_5.omega.alpha {
      width: 41.66667%; }

  .mprefix_5 {
    padding-left: 41.66667%; }

  .msuffix_5 {
    padding-right: 41.66667%; }

  .mpush_5 {
    left: 41.66667%; }

  .mpull_5 {
    left: -41.66667%; }

  /* mgrid_6 of 12*/
  .mgrid_6 {
    width: 48%; }
    .mgrid_6.omega, .mgrid_6.alpha {
      width: 49%; }
    .mgrid_6.omega.alpha {
      width: 50%; }

  .mprefix_6 {
    padding-left: 50%; }

  .msuffix_6 {
    padding-right: 50%; }

  .mpush_6 {
    left: 50%; }

  .mpull_6 {
    left: -50%; }

  /* mgrid_7 of 12*/
  .mgrid_7 {
    width: 56.33333%; }
    .mgrid_7.omega, .mgrid_7.alpha {
      width: 57.33333%; }
    .mgrid_7.omega.alpha {
      width: 58.33333%; }

  .mprefix_7 {
    padding-left: 58.33333%; }

  .msuffix_7 {
    padding-right: 58.33333%; }

  .mpush_7 {
    left: 58.33333%; }

  .mpull_7 {
    left: -58.33333%; }

  /* mgrid_8 of 12*/
  .mgrid_8 {
    width: 64.66667%; }
    .mgrid_8.omega, .mgrid_8.alpha {
      width: 65.66667%; }
    .mgrid_8.omega.alpha {
      width: 66.66667%; }

  .mprefix_8 {
    padding-left: 66.66667%; }

  .msuffix_8 {
    padding-right: 66.66667%; }

  .mpush_8 {
    left: 66.66667%; }

  .mpull_8 {
    left: -66.66667%; }

  /* mgrid_9 of 12*/
  .mgrid_9 {
    width: 73%; }
    .mgrid_9.omega, .mgrid_9.alpha {
      width: 74%; }
    .mgrid_9.omega.alpha {
      width: 75%; }

  .mprefix_9 {
    padding-left: 75%; }

  .msuffix_9 {
    padding-right: 75%; }

  .mpush_9 {
    left: 75%; }

  .mpull_9 {
    left: -75%; }

  /* mgrid_10 of 12*/
  .mgrid_10 {
    width: 81.33333%; }
    .mgrid_10.omega, .mgrid_10.alpha {
      width: 82.33333%; }
    .mgrid_10.omega.alpha {
      width: 83.33333%; }

  .mprefix_10 {
    padding-left: 83.33333%; }

  .msuffix_10 {
    padding-right: 83.33333%; }

  .mpush_10 {
    left: 83.33333%; }

  .mpull_10 {
    left: -83.33333%; }

  /* mgrid_11 of 12*/
  .mgrid_11 {
    width: 89.66667%; }
    .mgrid_11.omega, .mgrid_11.alpha {
      width: 90.66667%; }
    .mgrid_11.omega.alpha {
      width: 91.66667%; }

  .mprefix_11 {
    padding-left: 91.66667%; }

  .msuffix_11 {
    padding-right: 91.66667%; }

  .mpush_11 {
    left: 91.66667%; }

  .mpull_11 {
    left: -91.66667%; }

  /* mgrid_12 of 12*/
  .mgrid_12 {
    width: 98%; }
    .mgrid_12.omega, .mgrid_12.alpha {
      width: 99%; }
    .mgrid_12.omega.alpha {
      width: 100%; }

  .mprefix_12 {
    padding-left: 100%; }

  .msuffix_12 {
    padding-right: 100%; }

  .mpush_12 {
    left: 100%; }

  .mpull_12 {
    left: -100%; }

  .mpush_0 {
    left: 0 !important; }

  .hide-on-mobile {
    display: none !important; } }
@media only screen and (orientation: portrait) and (max-width: 479px) {
  .hide-on-mobile-portrait {
    display: none !important; } }
@media only screen and (orientation: landscape) and (max-width: 479px) {
  .hide-on-mobile-landscape {
    display: none !important; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* mobile big */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6 {
    width: 48.0%; }

  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12,
  .grid_13,
  .grid_14,
  .grid_15,
  .grid_16,
  .grid_17,
  .grid_18,
  .grid_19,
  .grid_20,
  .grid_21,
  .grid_22,
  .grid_23,
  .grid_24 {
    width: 98.0%; }

  /* 12-grid-system */
  /* mbgrid_1 of 12*/
  .mbgrid_1 {
    width: 6.33333%; }
    .mbgrid_1.omega, .mbgrid_1.alpha {
      width: 7.33333%; }
    .mbgrid_1.omega.alpha {
      width: 8.33333%; }

  .mbprefix_1 {
    padding-left: 8.33333%; }

  .mbsuffix_1 {
    padding-right: 8.33333%; }

  .mbpush_1 {
    left: 8.33333%; }

  .mbpull_1 {
    left: -8.33333%; }

  /* mbgrid_2 of 12*/
  .mbgrid_2 {
    width: 14.66667%; }
    .mbgrid_2.omega, .mbgrid_2.alpha {
      width: 15.66667%; }
    .mbgrid_2.omega.alpha {
      width: 16.66667%; }

  .mbprefix_2 {
    padding-left: 16.66667%; }

  .mbsuffix_2 {
    padding-right: 16.66667%; }

  .mbpush_2 {
    left: 16.66667%; }

  .mbpull_2 {
    left: -16.66667%; }

  /* mbgrid_3 of 12*/
  .mbgrid_3 {
    width: 23%; }
    .mbgrid_3.omega, .mbgrid_3.alpha {
      width: 24%; }
    .mbgrid_3.omega.alpha {
      width: 25%; }

  .mbprefix_3 {
    padding-left: 25%; }

  .mbsuffix_3 {
    padding-right: 25%; }

  .mbpush_3 {
    left: 25%; }

  .mbpull_3 {
    left: -25%; }

  /* mbgrid_4 of 12*/
  .mbgrid_4 {
    width: 31.33333%; }
    .mbgrid_4.omega, .mbgrid_4.alpha {
      width: 32.33333%; }
    .mbgrid_4.omega.alpha {
      width: 33.33333%; }

  .mbprefix_4 {
    padding-left: 33.33333%; }

  .mbsuffix_4 {
    padding-right: 33.33333%; }

  .mbpush_4 {
    left: 33.33333%; }

  .mbpull_4 {
    left: -33.33333%; }

  /* mbgrid_5 of 12*/
  .mbgrid_5 {
    width: 39.66667%; }
    .mbgrid_5.omega, .mbgrid_5.alpha {
      width: 40.66667%; }
    .mbgrid_5.omega.alpha {
      width: 41.66667%; }

  .mbprefix_5 {
    padding-left: 41.66667%; }

  .mbsuffix_5 {
    padding-right: 41.66667%; }

  .mbpush_5 {
    left: 41.66667%; }

  .mbpull_5 {
    left: -41.66667%; }

  /* mbgrid_6 of 12*/
  .mbgrid_6 {
    width: 48%; }
    .mbgrid_6.omega, .mbgrid_6.alpha {
      width: 49%; }
    .mbgrid_6.omega.alpha {
      width: 50%; }

  .mbprefix_6 {
    padding-left: 50%; }

  .mbsuffix_6 {
    padding-right: 50%; }

  .mbpush_6 {
    left: 50%; }

  .mbpull_6 {
    left: -50%; }

  /* mbgrid_7 of 12*/
  .mbgrid_7 {
    width: 56.33333%; }
    .mbgrid_7.omega, .mbgrid_7.alpha {
      width: 57.33333%; }
    .mbgrid_7.omega.alpha {
      width: 58.33333%; }

  .mbprefix_7 {
    padding-left: 58.33333%; }

  .mbsuffix_7 {
    padding-right: 58.33333%; }

  .mbpush_7 {
    left: 58.33333%; }

  .mbpull_7 {
    left: -58.33333%; }

  /* mbgrid_8 of 12*/
  .mbgrid_8 {
    width: 64.66667%; }
    .mbgrid_8.omega, .mbgrid_8.alpha {
      width: 65.66667%; }
    .mbgrid_8.omega.alpha {
      width: 66.66667%; }

  .mbprefix_8 {
    padding-left: 66.66667%; }

  .mbsuffix_8 {
    padding-right: 66.66667%; }

  .mbpush_8 {
    left: 66.66667%; }

  .mbpull_8 {
    left: -66.66667%; }

  /* mbgrid_9 of 12*/
  .mbgrid_9 {
    width: 73%; }
    .mbgrid_9.omega, .mbgrid_9.alpha {
      width: 74%; }
    .mbgrid_9.omega.alpha {
      width: 75%; }

  .mbprefix_9 {
    padding-left: 75%; }

  .mbsuffix_9 {
    padding-right: 75%; }

  .mbpush_9 {
    left: 75%; }

  .mbpull_9 {
    left: -75%; }

  /* mbgrid_10 of 12*/
  .mbgrid_10 {
    width: 81.33333%; }
    .mbgrid_10.omega, .mbgrid_10.alpha {
      width: 82.33333%; }
    .mbgrid_10.omega.alpha {
      width: 83.33333%; }

  .mbprefix_10 {
    padding-left: 83.33333%; }

  .mbsuffix_10 {
    padding-right: 83.33333%; }

  .mbpush_10 {
    left: 83.33333%; }

  .mbpull_10 {
    left: -83.33333%; }

  /* mbgrid_11 of 12*/
  .mbgrid_11 {
    width: 89.66667%; }
    .mbgrid_11.omega, .mbgrid_11.alpha {
      width: 90.66667%; }
    .mbgrid_11.omega.alpha {
      width: 91.66667%; }

  .mbprefix_11 {
    padding-left: 91.66667%; }

  .mbsuffix_11 {
    padding-right: 91.66667%; }

  .mbpush_11 {
    left: 91.66667%; }

  .mbpull_11 {
    left: -91.66667%; }

  /* mbgrid_12 of 12*/
  .mbgrid_12 {
    width: 98%; }
    .mbgrid_12.omega, .mbgrid_12.alpha {
      width: 99%; }
    .mbgrid_12.omega.alpha {
      width: 100%; }

  .mbprefix_12 {
    padding-left: 100%; }

  .mbsuffix_12 {
    padding-right: 100%; }

  .mbpush_12 {
    left: 100%; }

  .mbpull_12 {
    left: -100%; }

  .mpush_0 {
    left: 0 !important; }

  .hide-on-mobile {
    display: none !important; } }
@media only screen and (orientation: portrait) and (max-width: 767px) {
  .hide-on-mobile-portrait {
    display: none !important; } }
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .hide-on-mobile-landscape {
    display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* tablet */
  /* 12-grid-system */
  /* tgrid_1 of 12*/
  .tgrid_1 {
    width: 6.33333%; }
    .tgrid_1.omega, .tgrid_1.alpha {
      width: 7.33333%; }
    .tgrid_1.omega.alpha {
      width: 8.33333%; }

  .tprefix_1 {
    padding-left: 8.33333%; }

  .tsuffix_1 {
    padding-right: 8.33333%; }

  .tpush_1 {
    left: 8.33333%; }

  .tpull_1 {
    left: -8.33333%; }

  /* tgrid_2 of 12*/
  .tgrid_2 {
    width: 14.66667%; }
    .tgrid_2.omega, .tgrid_2.alpha {
      width: 15.66667%; }
    .tgrid_2.omega.alpha {
      width: 16.66667%; }

  .tprefix_2 {
    padding-left: 16.66667%; }

  .tsuffix_2 {
    padding-right: 16.66667%; }

  .tpush_2 {
    left: 16.66667%; }

  .tpull_2 {
    left: -16.66667%; }

  /* tgrid_3 of 12*/
  .tgrid_3 {
    width: 23%; }
    .tgrid_3.omega, .tgrid_3.alpha {
      width: 24%; }
    .tgrid_3.omega.alpha {
      width: 25%; }

  .tprefix_3 {
    padding-left: 25%; }

  .tsuffix_3 {
    padding-right: 25%; }

  .tpush_3 {
    left: 25%; }

  .tpull_3 {
    left: -25%; }

  /* tgrid_4 of 12*/
  .tgrid_4 {
    width: 31.33333%; }
    .tgrid_4.omega, .tgrid_4.alpha {
      width: 32.33333%; }
    .tgrid_4.omega.alpha {
      width: 33.33333%; }

  .tprefix_4 {
    padding-left: 33.33333%; }

  .tsuffix_4 {
    padding-right: 33.33333%; }

  .tpush_4 {
    left: 33.33333%; }

  .tpull_4 {
    left: -33.33333%; }

  /* tgrid_5 of 12*/
  .tgrid_5 {
    width: 39.66667%; }
    .tgrid_5.omega, .tgrid_5.alpha {
      width: 40.66667%; }
    .tgrid_5.omega.alpha {
      width: 41.66667%; }

  .tprefix_5 {
    padding-left: 41.66667%; }

  .tsuffix_5 {
    padding-right: 41.66667%; }

  .tpush_5 {
    left: 41.66667%; }

  .tpull_5 {
    left: -41.66667%; }

  /* tgrid_6 of 12*/
  .tgrid_6 {
    width: 48%; }
    .tgrid_6.omega, .tgrid_6.alpha {
      width: 49%; }
    .tgrid_6.omega.alpha {
      width: 50%; }

  .tprefix_6 {
    padding-left: 50%; }

  .tsuffix_6 {
    padding-right: 50%; }

  .tpush_6 {
    left: 50%; }

  .tpull_6 {
    left: -50%; }

  /* tgrid_7 of 12*/
  .tgrid_7 {
    width: 56.33333%; }
    .tgrid_7.omega, .tgrid_7.alpha {
      width: 57.33333%; }
    .tgrid_7.omega.alpha {
      width: 58.33333%; }

  .tprefix_7 {
    padding-left: 58.33333%; }

  .tsuffix_7 {
    padding-right: 58.33333%; }

  .tpush_7 {
    left: 58.33333%; }

  .tpull_7 {
    left: -58.33333%; }

  /* tgrid_8 of 12*/
  .tgrid_8 {
    width: 64.66667%; }
    .tgrid_8.omega, .tgrid_8.alpha {
      width: 65.66667%; }
    .tgrid_8.omega.alpha {
      width: 66.66667%; }

  .tprefix_8 {
    padding-left: 66.66667%; }

  .tsuffix_8 {
    padding-right: 66.66667%; }

  .tpush_8 {
    left: 66.66667%; }

  .tpull_8 {
    left: -66.66667%; }

  /* tgrid_9 of 12*/
  .tgrid_9 {
    width: 73%; }
    .tgrid_9.omega, .tgrid_9.alpha {
      width: 74%; }
    .tgrid_9.omega.alpha {
      width: 75%; }

  .tprefix_9 {
    padding-left: 75%; }

  .tsuffix_9 {
    padding-right: 75%; }

  .tpush_9 {
    left: 75%; }

  .tpull_9 {
    left: -75%; }

  /* tgrid_10 of 12*/
  .tgrid_10 {
    width: 81.33333%; }
    .tgrid_10.omega, .tgrid_10.alpha {
      width: 82.33333%; }
    .tgrid_10.omega.alpha {
      width: 83.33333%; }

  .tprefix_10 {
    padding-left: 83.33333%; }

  .tsuffix_10 {
    padding-right: 83.33333%; }

  .tpush_10 {
    left: 83.33333%; }

  .tpull_10 {
    left: -83.33333%; }

  /* tgrid_11 of 12*/
  .tgrid_11 {
    width: 89.66667%; }
    .tgrid_11.omega, .tgrid_11.alpha {
      width: 90.66667%; }
    .tgrid_11.omega.alpha {
      width: 91.66667%; }

  .tprefix_11 {
    padding-left: 91.66667%; }

  .tsuffix_11 {
    padding-right: 91.66667%; }

  .tpush_11 {
    left: 91.66667%; }

  .tpull_11 {
    left: -91.66667%; }

  /* tgrid_12 of 12*/
  .tgrid_12 {
    width: 98%; }
    .tgrid_12.omega, .tgrid_12.alpha {
      width: 99%; }
    .tgrid_12.omega.alpha {
      width: 100%; }

  .tprefix_12 {
    padding-left: 100%; }

  .tsuffix_12 {
    padding-right: 100%; }

  .tpush_12 {
    left: 100%; }

  .tpull_12 {
    left: -100%; }

  .tpush_0 {
    left: 0 !important; }

  .hide-on-tablet {
    display: none !important; } }
@media screen and (min-width: 768px) and (orientation: portrait) and (max-width: 1023px) {
  /* 12-grid-system */
  /* tpgrid_1 of 12*/
  .tpgrid_1 {
    width: 6.33333%; }
    .tpgrid_1.omega, .tpgrid_1.alpha {
      width: 7.33333%; }
    .tpgrid_1.omega.alpha {
      width: 8.33333%; }

  .tpprefix_1 {
    padding-left: 8.33333%; }

  .tpsuffix_1 {
    padding-right: 8.33333%; }

  .tppush_1 {
    left: 8.33333%; }

  .tppull_1 {
    left: -8.33333%; }

  /* tpgrid_2 of 12*/
  .tpgrid_2 {
    width: 14.66667%; }
    .tpgrid_2.omega, .tpgrid_2.alpha {
      width: 15.66667%; }
    .tpgrid_2.omega.alpha {
      width: 16.66667%; }

  .tpprefix_2 {
    padding-left: 16.66667%; }

  .tpsuffix_2 {
    padding-right: 16.66667%; }

  .tppush_2 {
    left: 16.66667%; }

  .tppull_2 {
    left: -16.66667%; }

  /* tpgrid_3 of 12*/
  .tpgrid_3 {
    width: 23%; }
    .tpgrid_3.omega, .tpgrid_3.alpha {
      width: 24%; }
    .tpgrid_3.omega.alpha {
      width: 25%; }

  .tpprefix_3 {
    padding-left: 25%; }

  .tpsuffix_3 {
    padding-right: 25%; }

  .tppush_3 {
    left: 25%; }

  .tppull_3 {
    left: -25%; }

  /* tpgrid_4 of 12*/
  .tpgrid_4 {
    width: 31.33333%; }
    .tpgrid_4.omega, .tpgrid_4.alpha {
      width: 32.33333%; }
    .tpgrid_4.omega.alpha {
      width: 33.33333%; }

  .tpprefix_4 {
    padding-left: 33.33333%; }

  .tpsuffix_4 {
    padding-right: 33.33333%; }

  .tppush_4 {
    left: 33.33333%; }

  .tppull_4 {
    left: -33.33333%; }

  /* tpgrid_5 of 12*/
  .tpgrid_5 {
    width: 39.66667%; }
    .tpgrid_5.omega, .tpgrid_5.alpha {
      width: 40.66667%; }
    .tpgrid_5.omega.alpha {
      width: 41.66667%; }

  .tpprefix_5 {
    padding-left: 41.66667%; }

  .tpsuffix_5 {
    padding-right: 41.66667%; }

  .tppush_5 {
    left: 41.66667%; }

  .tppull_5 {
    left: -41.66667%; }

  /* tpgrid_6 of 12*/
  .tpgrid_6 {
    width: 48%; }
    .tpgrid_6.omega, .tpgrid_6.alpha {
      width: 49%; }
    .tpgrid_6.omega.alpha {
      width: 50%; }

  .tpprefix_6 {
    padding-left: 50%; }

  .tpsuffix_6 {
    padding-right: 50%; }

  .tppush_6 {
    left: 50%; }

  .tppull_6 {
    left: -50%; }

  /* tpgrid_7 of 12*/
  .tpgrid_7 {
    width: 56.33333%; }
    .tpgrid_7.omega, .tpgrid_7.alpha {
      width: 57.33333%; }
    .tpgrid_7.omega.alpha {
      width: 58.33333%; }

  .tpprefix_7 {
    padding-left: 58.33333%; }

  .tpsuffix_7 {
    padding-right: 58.33333%; }

  .tppush_7 {
    left: 58.33333%; }

  .tppull_7 {
    left: -58.33333%; }

  /* tpgrid_8 of 12*/
  .tpgrid_8 {
    width: 64.66667%; }
    .tpgrid_8.omega, .tpgrid_8.alpha {
      width: 65.66667%; }
    .tpgrid_8.omega.alpha {
      width: 66.66667%; }

  .tpprefix_8 {
    padding-left: 66.66667%; }

  .tpsuffix_8 {
    padding-right: 66.66667%; }

  .tppush_8 {
    left: 66.66667%; }

  .tppull_8 {
    left: -66.66667%; }

  /* tpgrid_9 of 12*/
  .tpgrid_9 {
    width: 73%; }
    .tpgrid_9.omega, .tpgrid_9.alpha {
      width: 74%; }
    .tpgrid_9.omega.alpha {
      width: 75%; }

  .tpprefix_9 {
    padding-left: 75%; }

  .tpsuffix_9 {
    padding-right: 75%; }

  .tppush_9 {
    left: 75%; }

  .tppull_9 {
    left: -75%; }

  /* tpgrid_10 of 12*/
  .tpgrid_10 {
    width: 81.33333%; }
    .tpgrid_10.omega, .tpgrid_10.alpha {
      width: 82.33333%; }
    .tpgrid_10.omega.alpha {
      width: 83.33333%; }

  .tpprefix_10 {
    padding-left: 83.33333%; }

  .tpsuffix_10 {
    padding-right: 83.33333%; }

  .tppush_10 {
    left: 83.33333%; }

  .tppull_10 {
    left: -83.33333%; }

  /* tpgrid_11 of 12*/
  .tpgrid_11 {
    width: 89.66667%; }
    .tpgrid_11.omega, .tpgrid_11.alpha {
      width: 90.66667%; }
    .tpgrid_11.omega.alpha {
      width: 91.66667%; }

  .tpprefix_11 {
    padding-left: 91.66667%; }

  .tpsuffix_11 {
    padding-right: 91.66667%; }

  .tppush_11 {
    left: 91.66667%; }

  .tppull_11 {
    left: -91.66667%; }

  /* tpgrid_12 of 12*/
  .tpgrid_12 {
    width: 98%; }
    .tpgrid_12.omega, .tpgrid_12.alpha {
      width: 99%; }
    .tpgrid_12.omega.alpha {
      width: 100%; }

  .tpprefix_12 {
    padding-left: 100%; }

  .tpsuffix_12 {
    padding-right: 100%; }

  .tppush_12 {
    left: 100%; }

  .tppull_12 {
    left: -100%; }

  .hide-on-tablet-portrait {
    display: none !important; } }
@media screen and (min-width: 768px) and (orientation: landscape) and (max-width: 1023px) {
  /* 12-grid-system */
  /* tlgrid_1 of 12*/
  .tlgrid_1 {
    width: 6.33333%; }
    .tlgrid_1.omega, .tlgrid_1.alpha {
      width: 7.33333%; }
    .tlgrid_1.omega.alpha {
      width: 8.33333%; }

  .tlprefix_1 {
    padding-left: 8.33333%; }

  .tlsuffix_1 {
    padding-right: 8.33333%; }

  .tlpush_1 {
    left: 8.33333%; }

  .tlpull_1 {
    left: -8.33333%; }

  /* tlgrid_2 of 12*/
  .tlgrid_2 {
    width: 14.66667%; }
    .tlgrid_2.omega, .tlgrid_2.alpha {
      width: 15.66667%; }
    .tlgrid_2.omega.alpha {
      width: 16.66667%; }

  .tlprefix_2 {
    padding-left: 16.66667%; }

  .tlsuffix_2 {
    padding-right: 16.66667%; }

  .tlpush_2 {
    left: 16.66667%; }

  .tlpull_2 {
    left: -16.66667%; }

  /* tlgrid_3 of 12*/
  .tlgrid_3 {
    width: 23%; }
    .tlgrid_3.omega, .tlgrid_3.alpha {
      width: 24%; }
    .tlgrid_3.omega.alpha {
      width: 25%; }

  .tlprefix_3 {
    padding-left: 25%; }

  .tlsuffix_3 {
    padding-right: 25%; }

  .tlpush_3 {
    left: 25%; }

  .tlpull_3 {
    left: -25%; }

  /* tlgrid_4 of 12*/
  .tlgrid_4 {
    width: 31.33333%; }
    .tlgrid_4.omega, .tlgrid_4.alpha {
      width: 32.33333%; }
    .tlgrid_4.omega.alpha {
      width: 33.33333%; }

  .tlprefix_4 {
    padding-left: 33.33333%; }

  .tlsuffix_4 {
    padding-right: 33.33333%; }

  .tlpush_4 {
    left: 33.33333%; }

  .tlpull_4 {
    left: -33.33333%; }

  /* tlgrid_5 of 12*/
  .tlgrid_5 {
    width: 39.66667%; }
    .tlgrid_5.omega, .tlgrid_5.alpha {
      width: 40.66667%; }
    .tlgrid_5.omega.alpha {
      width: 41.66667%; }

  .tlprefix_5 {
    padding-left: 41.66667%; }

  .tlsuffix_5 {
    padding-right: 41.66667%; }

  .tlpush_5 {
    left: 41.66667%; }

  .tlpull_5 {
    left: -41.66667%; }

  /* tlgrid_6 of 12*/
  .tlgrid_6 {
    width: 48%; }
    .tlgrid_6.omega, .tlgrid_6.alpha {
      width: 49%; }
    .tlgrid_6.omega.alpha {
      width: 50%; }

  .tlprefix_6 {
    padding-left: 50%; }

  .tlsuffix_6 {
    padding-right: 50%; }

  .tlpush_6 {
    left: 50%; }

  .tlpull_6 {
    left: -50%; }

  /* tlgrid_7 of 12*/
  .tlgrid_7 {
    width: 56.33333%; }
    .tlgrid_7.omega, .tlgrid_7.alpha {
      width: 57.33333%; }
    .tlgrid_7.omega.alpha {
      width: 58.33333%; }

  .tlprefix_7 {
    padding-left: 58.33333%; }

  .tlsuffix_7 {
    padding-right: 58.33333%; }

  .tlpush_7 {
    left: 58.33333%; }

  .tlpull_7 {
    left: -58.33333%; }

  /* tlgrid_8 of 12*/
  .tlgrid_8 {
    width: 64.66667%; }
    .tlgrid_8.omega, .tlgrid_8.alpha {
      width: 65.66667%; }
    .tlgrid_8.omega.alpha {
      width: 66.66667%; }

  .tlprefix_8 {
    padding-left: 66.66667%; }

  .tlsuffix_8 {
    padding-right: 66.66667%; }

  .tlpush_8 {
    left: 66.66667%; }

  .tlpull_8 {
    left: -66.66667%; }

  /* tlgrid_9 of 12*/
  .tlgrid_9 {
    width: 73%; }
    .tlgrid_9.omega, .tlgrid_9.alpha {
      width: 74%; }
    .tlgrid_9.omega.alpha {
      width: 75%; }

  .tlprefix_9 {
    padding-left: 75%; }

  .tlsuffix_9 {
    padding-right: 75%; }

  .tlpush_9 {
    left: 75%; }

  .tlpull_9 {
    left: -75%; }

  /* tlgrid_10 of 12*/
  .tlgrid_10 {
    width: 81.33333%; }
    .tlgrid_10.omega, .tlgrid_10.alpha {
      width: 82.33333%; }
    .tlgrid_10.omega.alpha {
      width: 83.33333%; }

  .tlprefix_10 {
    padding-left: 83.33333%; }

  .tlsuffix_10 {
    padding-right: 83.33333%; }

  .tlpush_10 {
    left: 83.33333%; }

  .tlpull_10 {
    left: -83.33333%; }

  /* tlgrid_11 of 12*/
  .tlgrid_11 {
    width: 89.66667%; }
    .tlgrid_11.omega, .tlgrid_11.alpha {
      width: 90.66667%; }
    .tlgrid_11.omega.alpha {
      width: 91.66667%; }

  .tlprefix_11 {
    padding-left: 91.66667%; }

  .tlsuffix_11 {
    padding-right: 91.66667%; }

  .tlpush_11 {
    left: 91.66667%; }

  .tlpull_11 {
    left: -91.66667%; }

  /* tlgrid_12 of 12*/
  .tlgrid_12 {
    width: 98%; }
    .tlgrid_12.omega, .tlgrid_12.alpha {
      width: 99%; }
    .tlgrid_12.omega.alpha {
      width: 100%; }

  .tlprefix_12 {
    padding-left: 100%; }

  .tlsuffix_12 {
    padding-right: 100%; }

  .tlpush_12 {
    left: 100%; }

  .tlpull_12 {
    left: -100%; }

  .hide-on-tablet-landscape {
    display: none !important; } }
@media screen and (min-width: 1024px) {
  /* desktop */
  .hide-on-desktop {
    display: none !important; } }
.formee.alt .link {
  margin: 0;
  width: 100%;
  display: block;
  width: 100%;
  padding: 10px 10px; }
  .formee.alt .link a {
    padding: 0;
    font-size: 1rem;
    font-weight: 400; }
.formee.alt ul {
  list-style: none;
  padding: 10px 0; }
.formee.alt legend {
  display: block !important;
  width: 100%; }
  .formee.alt legend span {
    color: #747271;
    font-size: .6em;
    font-weight: 400;
    text-align: right;
    float: right; }
.formee.alt fieldset {
  margin: 0 0 30px; }
  .formee.alt fieldset .row:first-of-type {
    border-top: 1px solid #b5b3b2; }
.formee.alt .selectivity-result-item {
  border-left: 0 !important; }
.formee.alt fieldset .row {
  border-bottom: 1px solid #b5b3b2; }
  .formee.alt fieldset .row div:nth-child(2n) {
    border-left: 1px solid #b5b3b2; }
  .formee.alt fieldset .row div:before {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #b5b3b2; }
.formee.alt fieldset .row > div label {
  margin: 0 !important;
  text-align: right; }
.formee.alt fieldset .row > div select:focus {
  background: #fff !important; }
.formee.alt fieldset .row > div input, .formee.alt fieldset .row > div select, .formee.alt fieldset .row > div textarea {
  background: none !important;
  border: 0;
  font-size: 1rem;
  border-bottom: #fff 1px solid;
  line-height: 120%;
  box-shadow: none;
  transition: all 0.3s ease-in-out; }
  .formee.alt fieldset .row > div input:focus, .formee.alt fieldset .row > div select:focus, .formee.alt fieldset .row > div textarea:focus {
    background: #efefef !important;
    border-bottom: #9fbf69 1px solid; }
.formee.alt fieldset .row > div label, .formee.alt fieldset .row > div input, .formee.alt fieldset .row > div select, .formee.alt fieldset .row > div textarea {
  padding-right: 10px;
  padding-left: 10px;
  line-height: 110%;
  margin: 0;
  width: 100%; }
.formee.alt fieldset .row > div .form-list-chk label {
  font-weight: 400; }
.formee.alt fieldset .row > div select {
  -webkit-appearance: menulist-button;
  line-height: 40px; }
.formee.alt fieldset .row > div option {
  padding: 0 10px; }
  .formee.alt fieldset .row > div option:hover {
    background: #747271; }
.formee.alt fieldset .row > div input[type="email"], .formee.alt fieldset .row > div input[type="url"] {
  text-decoration: underline; }

#cloneForm_remove_current.cloneForm_control {
  color: red;
  border-color: red; }

.cloneForm_control {
  color: #9fbf69;
  border: 1px solid #9fbf69;
  padding: 8px 10px;
  font-size: 12px;
  text-decoration: none;
  line-height: 24px; }
  .cloneForm_control i {
    font-size: 2em;
    vertical-align: top;
    margin-right: 3px; }

.readonly .icon-edit:before {
  display: none !important; }
.readonly .selectivity-input, .readonly .selectivity-single-select {
  background: none; }
  .readonly .selectivity-input .selectivity-caret, .readonly .selectivity-single-select .selectivity-caret {
    display: none; }
  .readonly .selectivity-input .selectivity-single-result-container, .readonly .selectivity-single-select .selectivity-single-result-container {
    left: 10px;
    padding-left: 0; }

.formee.alt .alt .row {
  border-top: none !important; }
.formee.alt .alt .row > div {
  width: 100%;
  border: none;
  border-left: none !important; }
.formee.alt .alt .row .formee-lbl {
  border-bottom: 1px solid #b5b3b2;
  padding-bottom: 10px;
  text-align: left !important; }
.formee.alt .alt .row .formee-lbl label {
  text-align: left !important; }

body {
  font-size: 1em;
  color: #000;
  background: #f6a742;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5rem; }

.bgloading, .featherlight-loading2 {
  background: url("../img/loading.svg") no-repeat center center;
  min-height: 128px; }

.featherlight-loading2 {
  min-width: 128px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999999; }

.row {
  clear: both; }

.space1 {
  padding-left: 10px; }

.space2 {
  padding-left: 15px; }
  .space2:before {
    border-right: 2px solid #9fbf69; }

.space1, .space2 {
  position: relative; }
  .space1:before, .space2:before {
    content: "";
    border-left: 2px solid #f6a742;
    position: absolute;
    left: 0 !important;
    top: -5px !important;
    bottom: -5px !important;
    width: 10px; }

#header, #footer {
  background: #f6a742;
  color: #fff; }
  #header a, #footer a {
    color: #fff; }

#footer {
  font-size: .75rem; }
  #footer:after {
    content: "";
    display: block;
    width: 100%;
    clear: both; }
  #footer a:hover {
    color: #9fbf69; }

#metaheader {
  display: none; }
  #metaheader:after {
    content: "";
    display: block;
    width: 100%;
    clear: both; }

.header_top {
  border-bottom: 1px solid #fff;
  padding: 1% 0 0; }
  .header_top:after {
    content: "";
    display: block;
    width: 100%;
    clear: both; }

.claim {
  height: 30px;
  line-height: 30px; }

.header_bottom {
  padding: 4px 0; }

h1, h1 a {
  color: #000;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 1rem;
  text-decoration: none; }

h2, .formee.alt legend {
  color: #9fbf69;
  font-size: 1.3rem;
  margin-bottom: 1rem; }

svg {
  overflow: hidden; }

h3, .formee.alt fieldset .row > div label {
  color: #000;
  font-size: 1rem;
  margin-bottom: 1rem; }

h2, .formee.alt legend, h3, .formee.alt fieldset .row > div label {
  font-weight: 700; }

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5rem; }

.hidden {
  display: none; }

.tcenter {
  text-align: center; }

.inner {
  padding-left: 5%; }

blockquote {
  font-style: italic;
  border-left: 2px solid #9fbf69;
  margin: 10px 0 20px 20px;
  padding: 10px 20px; }

a {
  color: #f6a742;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-in-out; }
  a:hover {
    color: #b5b3b2; }

.space-bottom {
  margin-bottom: 25px; }

nav ul {
  display: inline-block; }
  nav ul li {
    display: inline-block;
    position: relative; }
    nav ul li a {
      display: inline-block;
      color: #fff;
      font-weight: 400;
      text-decoration: none;
      white-space: nowrap;
      text-transform: uppercase;
      text-decoration: none;
      text-align: right; }
      nav ul li a:hover {
        color: #b5b3b2; }
    nav ul li:hover .submenu, nav ul li .submenu:hover {
      display: block; }

.sub-menu {
  position: absolute;
  max-width: 200px;
  text-align: left;
  left: 0;
  top: 35px;
  padding: 5px 0 0;
  z-index: 10;
  background: #9fbf69;
  display: none; }
  .sub-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f6a742;
    position: absolute;
    left: 10px;
    top: 0; }
  .sub-menu li {
    display: block; }
  .sub-menu li a {
    padding: 5px 15px !important;
    display: block;
    text-align: center;
    border-bottom: 1px solid #fff; }

#footer #social {
  display: inline-block; }
  #footer #social li {
    display: inline-block; }
    #footer #social li a {
      text-decoration: none;
      font-size: 1.6rem;
      padding: 10px 8px;
      display: inline-block; }
      #footer #social li a:hover {
        color: #fff; }
        #footer #social li a:hover.facebook {
          background: #3b5998; }
        #footer #social li a:hover.twitter {
          background: #55acee; }
        #footer #social li a:hover.google {
          background: #dd4b39; }
        #footer #social li a:hover.instagram {
          background: #125688; }
        #footer #social li a:hover.pinterest {
          background: #cb2027; }
        #footer #social li a:hover.xing {
          background: #006464; }
        #footer #social li a:hover.linkin {
          background: #007bb5; }
        #footer #social li a:hover.whatsapp {
          background: #4dc247; }
        #footer #social li a:hover.kontakt {
          background: #9fbf69; }

#footernav li a {
  padding: 10px;
  text-transform: none;
  font-size: .8rem; }

#mainnav li a {
  padding: 5px 0 5px 20px; }
#mainnav .current a {
  font-weight: 700; }
#mainnav:after {
  content: "";
  display: block;
  width: 100%;
  clear: both; }

#copyright {
  padding: 10px 0; }

.content {
  padding: 20px 0;
  background: #fff; }
  .content ul, .content ol {
    margin-left: 20px;
    margin-bottom: 10px; }
  .content ul {
    list-style: disc; }
  .content ol {
    list-style: number;
    counter-reset: item; }
    .content ol > li {
      counter-increment: item; }
      .content ol > li > div {
        margin-left: -35px; }
    .content ol ol {
      display: block;
      margin-left: 0 !important; }
      .content ol ol > li {
        display: block;
        position: relative;
        margin-left: 0;
        padding-left: 50px; }
        .content ol ol > li:before {
          content: counters(item,".") ". ";
          position: absolute;
          left: 0;
          top: 0;
          text-align: right;
          white-space: nowrap;
          width: 45px; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

.tcenter {
  text-align: center; }

.no-margin-left {
  margin-left: 0 !important; }

.no-margin-top {
  margin-top: 0 !important; }

.no-margin-bottom {
  margin-bottom: 0 !important; }

.no-margin-right {
  margin-right: 0 !important; }

.no-margin {
  margin: 0 !important; }

hr {
  clear: both;
  display: block;
  height: 1px;
  border: 0;
  margin: 20px 0 20px 0;
  background: #b5b3b2;
  width: 100%; }

.formee label {
  font-size: 0.8rem; }

.formee input[type="text"], .formee input[type="password"], .formee input[type="tel"], .formee input[type="url"], .formee input[type="email"], .formee input[type="file"], .formee textarea, .formee select, .qq-upload-button {
  width: 100%;
  margin-bottom: 0;
  display: inline;
  min-width: 50px;
  padding: 13px;
  border-radius: 2px;
  border-color: #747271;
  background-color: #efefef;
  color: #000;
  margin-bottom: 5px; }

.btn, .formee button, .formee input[type="submit"], button {
  transition: all 0.3s ease-in-out;
  background: #9fbf69;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 15px;
  border: 0;
  margin: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: .8rem;
  line-height: 100%;
  cursor: pointer; }
  .btn:hover, .formee button:hover, .formee input[type="submit"]:hover, button:hover {
    background: #f6a742 !important;
    color: #fff; }

.buttons {
  margin-bottom: 20px; }

button.alt, a.alt {
  background-color: #b5b3b2; }
  button.alt:hover, a.alt:hover {
    background: #f6a742 !important;
    color: #000; }

.img {
  z-index: 0;
  position: relative;
  background: #fff;
  margin: 10px; }
  .img img {
    width: 100%;
    box-shadow: 0 0 8px #777;
    padding: 2%;
    background: #fff; }
  .img:before, .img:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 2px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 10px #777;
    transform: rotate(-4deg); }
  .img:after {
    transform: rotate(4deg);
    right: 2px;
    left: auto; }

.text {
  margin: 5px 0; }

.minilogo {
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .minilogo svg {
    fill: #9fbf69;
    width: 17px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }

.donut {
  width: 17px;
  height: 17px; }

.produktbox {
  margin: 20px 0; }

#cardcanvas {
  padding: 0; }

#content > .container_12, #cardcanvas {
  position: relative;
  clear: both;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

#cardcontainer {
  overflow-x: hidden;
  padding-bottom: 10px;
  margin-bottom: 25px; }
  #cardcontainer .card {
    width: 100%; }
  #cardcontainer ._card {
    min-width: 270px;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #9fbf69;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top; }
    #cardcontainer ._card a, #cardcontainer ._card .title, #cardcontainer ._card li {
      clear: both;
      font-weight: 400;
      word-wrap: break-word; }
    #cardcontainer ._card .inner {
      padding: 0 7px; }
    #cardcontainer ._card ol ol > li {
      margin-bottom: 5px;
      line-height: 111%; }
      #cardcontainer ._card ol ol > li .active {
        color: #9fbf69; }
    #cardcontainer ._card ol ol > li a {
      /*color:$greylight;
      text-decoration:none;
      &:hover,&:active{
      	text-decoration:underline;
      	color:$secondColor;
      }*/ }
    #cardcontainer ._card .alt2 {
      width: 100%;
      display: block;
      text-align: center;
      margin: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }

.contentwrapper {
  padding: 10px 0 20px;
  clear: both; }

#usermenu {
  border: 1px solid #f6a742;
  padding: 10px 0 0; }
  #usermenu .head {
    text-transform: uppercase;
    font-size: .75em;
    margin: 15px 0 5px;
    font-weight: 700; }
  #usermenu .name {
    text-transform: uppercase;
    font-size: .75em;
    font-weight: 700;
    padding-bottom: 15px; }
    #usermenu .name > div {
      font-size: .9em;
      text-transform: none;
      color: #b5b3b2;
      padding-top: 2px; }
  #usermenu .knr {
    text-align: left;
    font-size: .65em;
    color: #b5b3b2;
    text-transform: uppercase; }
  #usermenu .knrval {
    text-align: right;
    font-size: .65em;
    padding-bottom: 15px; }
  #usermenu > div {
    line-height: 100%;
    padding: 0 10px; }
  #usermenu .logout {
    text-decoration: none;
    color: #747271; }
    #usermenu .logout i {
      font-size: 1.2em; }
    #usermenu .logout:hover {
      color: #9fbf69; }
  #usermenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both; }
  #usermenu ul li {
    font-size: 0.8em;
    display: block; }
  #usermenu ul li a {
    text-decoration: none;
    display: block;
    color: #9fbf69;
    padding: 7px 15px;
    position: relative;
    border-top: 1px solid #f6a742;
    outline: 0 none !important; }
    #usermenu ul li a i {
      padding-right: 10px;
      color: #f6a742;
      width: 25px;
      display: inline-block;
      text-align: center; }
    #usermenu ul li a .bubble {
      background: #f6a742;
      display: inline-block;
      border-radius: 50%;
      color: #fff;
      height: 20px;
      padding: 3px 7px;
      font-size: .95em;
      line-height: 110%;
      position: absolute;
      right: 10px;
      top: 10px;
      text-align: center; }
  #usermenu ul li a:hover, #usermenu ul li.current a {
    color: #fff !important;
    background: #9fbf69; }
    #usermenu ul li a:hover i, #usermenu ul li.current a i {
      color: #fff !important; }
  #usermenu ul li a:active {
    outline: 0 none; }

#usermenu_ {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 30px 10px 15px;
  width: 266px;
  text-overflow: ellipsis;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  #usermenu_ > div {
    position: absolute;
    left: 15px;
    top: 10px;
    bottom: 0;
    right: 30px; }
  #usermenu_:before {
    font-size: 1.3em;
    margin-right: -15px;
    float: right; }
  #usermenu_.open, #usermenu_:hover {
    background: #f6a742;
    color: #fff; }
  #usermenu_ ul {
    position: absolute;
    list-style: none;
    z-index: 10;
    top: 100%;
    right: 0;
    width: 266px;
    padding: 5px 0px;
    display: none;
    background: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); }
  #usermenu_ ul li {
    font-size: 0.9em; }
  #usermenu_ ul li a {
    text-decoration: none;
    display: block;
    color: #9fbf69;
    padding: 7px 15px; }
    #usermenu_ ul li a i {
      padding-right: 10px;
      color: #f6a742;
      width: 25px;
      display: inline-block;
      text-align: center; }
  #usermenu_ ul li a:hover {
    color: #fff;
    background: #9fbf69; }
    #usermenu_ ul li a:hover i {
      color: #fff; }

.flex_cont {
  /*
   display: flex;flex-direction: row; justify-content:space_between;align-items:center;*/ }

.btn_delete {
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0px;
  color: red;
  font-size: 1rem; }
  .btn_delete:hover {
    color: #f6a742; }

#cardcontainer .partnerbox ol {
  margin: 0;
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */
  font-size: 15px;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
  #cardcontainer .partnerbox ol li {
    position: relative; }
    #cardcontainer .partnerbox ol li:before {
      display: none; }
    #cardcontainer .partnerbox ol li > div {
      margin-left: 0; }
    #cardcontainer .partnerbox ol li a:hover:after, #cardcontainer .partnerbox ol li a.shown:after {
      border-left-color: #9fbf69; }
    #cardcontainer .partnerbox ol li a {
      background: #ddd; }
    #cardcontainer .partnerbox ol li a:before {
      background: #9fbf69; }
  #cardcontainer .partnerbox ol ol {
    margin: 0;
    /* Add some left margin for inner lists */
    counter-reset: item; }
    #cardcontainer .partnerbox ol ol a {
      background: #f7f7f7;
      font-weight: 400; }
    #cardcontainer .partnerbox ol ol a:before {
      content: counters(item,".") ". ";
      counter-increment: li 1;
      background: #f6a742; }
    #cardcontainer .partnerbox ol ol a:hover:after, #cardcontainer .partnerbox ol ol a.shown:after {
      border-left-color: #f6a742; }
    #cardcontainer .partnerbox ol ol li {
      padding-left: 0; }
#cardcontainer .partnerbox ol a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: .45em;
  padding-right: 15px;
  line-height: 111%;
  *padding: .4em;
  margin: .2rem 0 0 3.5em;
  background: #ddd;
  color: #444;
  text-decoration: none;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  #cardcontainer .partnerbox ol a:before {
    content: counter(item) ". ";
    counter-increment: li 1;
    position: absolute;
    left: -3.5em;
    top: 0;
    height: 2em;
    width: 3em;
    padding: .4em;
    line-height: 111%;
    text-align: center;
    font-weight: bold; }
  #cardcontainer .partnerbox ol a:after {
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: .5em;
    transition: all .3s ease-out; }
  #cardcontainer .partnerbox ol a:hover:after, #cardcontainer .partnerbox ol a.shown:after {
    left: -.5em; }
#cardcontainer .partnerbox a.ibutton {
  position: absolute;
  right: -8px;
  top: -1px;
  background: none;
  z-index: 1; }
  #cardcontainer .partnerbox a.ibutton:before, #cardcontainer .partnerbox a.ibutton:after {
    display: none; }
  #cardcontainer .partnerbox a.ibutton:hover {
    color: #f6a742;
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
#cardcontainer .partnerbox .has_ibutton > a:not(.ibutton) {
  padding-right: 20px; }
#cardcontainer .partnerbox .has_bubble > a:not(.ibutton) {
  padding-right: 60px; }

#cardcontainer.archiv .partnerbox li a:hover:after, #cardcontainer.archiv .partnerbox li a.shown:after {
  border-left-color: #747271; }
#cardcontainer.archiv .partnerbox li a {
  background: #ddd; }
#cardcontainer.archiv .partnerbox li a:before {
  background: #747271; }
#cardcontainer.archiv .partnerbox ol a {
  background: #f7f7f7; }
#cardcontainer.archiv .partnerbox ol a:before {
  background: #a7a5a4; }
#cardcontainer.archiv .partnerbox ol a:hover:after, #cardcontainer.archiv .partnerbox ol a.shown:after {
  border-left-color: #a7a5a4; }
#cardcontainer.archiv .partnerbox ol li ol a:before {
  background: #d9d8d8; }
#cardcontainer.archiv .partnerbox ol li ol a:hover:after, #cardcontainer.archiv .partnerbox ol li ol a.shown:after {
  border-left-color: #d9d8d8; }
#cardcontainer.archiv .partnerbox a.ibutton {
  display: none; }
#cardcontainer.archiv .partnerbox .minilogo svg {
  fill: #747271; }

.bigheader h3.title, .bigheader .formee.alt fieldset .row > div label.title, .formee.alt fieldset .row > div .bigheader label.title {
  position: relative;
  font-size: 1em;
  padding-left: 55px; }
  .bigheader h3.title .minilogo, .bigheader .formee.alt fieldset .row > div label.title .minilogo, .formee.alt fieldset .row > div .bigheader label.title .minilogo {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 0; }
    .bigheader h3.title .minilogo svg, .bigheader .formee.alt fieldset .row > div label.title .minilogo svg, .formee.alt fieldset .row > div .bigheader label.title .minilogo svg {
      height: 95% !important;
      width: 95% !important; }

.maxh100 {
  max-height: 100%; }

.maxh50 {
  max-height: 50%; }

.maxh50, .maxh100 {
  overflow: auto; }

.sortmenu {
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 10px; }
  .sortmenu span {
    font-weight: 600;
    color: #111;
    padding-right: 5px; }
  .sortmenu a {
    font-size: 12px;
    font-weight: 400; }

.extmenu {
  float: right; }
  .extmenu .alt2 {
    margin-right: 0;
    padding-bottom: 8px; }

.partnerlist {
  border-bottom: 1px solid #b5b3b2;
  position: relative; }
  .partnerlist .functions {
    padding-left: 5px;
    color: #f6a742;
    white-space: nowrap;
    line-height: 120%;
    vertical-align: top;
    -webkit-order: 1;
    order: 1; }
  .partnerlist h3, .partnerlist .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div .partnerlist label {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-order: -1;
    order: -1;
    font-size: .85em;
    margin-bottom: 2px;
    vertical-align: top;
    line-height: 110%; }
    .partnerlist h3 .subline, .partnerlist .formee.alt fieldset .row > div label .subline, .formee.alt fieldset .row > div .partnerlist label .subline {
      display: block;
      font-size: .8em;
      line-height: 100%;
      color: #747271; }
  .partnerlist p {
    font-size: .65em;
    margin-bottom: 5px;
    color: #747271;
    line-height: 110%; }
  .partnerlist .inner {
    padding: 5px; }
    .partnerlist .inner .top {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: flex-start; }
  .partnerlist .alt2 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .partnerlist .alt3 {
    font-size: 12px;
    font-weight: 400; }
  .partnerlist.addbox {
    background: #9fbf69; }
    .partnerlist.addbox:hover {
      background-color: #f6a742; }
    .partnerlist.addbox .inner {
      padding: 0;
      background: #9fbf69; }
      .partnerlist.addbox .inner:hover {
        background-color: #f6a742; }
    .partnerlist.addbox a {
      text-align: center;
      text-decoration: none;
      background: #9fbf69;
      color: #fff;
      display: inline-block;
      padding: 10px;
      position: absolute;
      font-size: 1rem;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .partnerlist.addbox a > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .partnerlist.addbox a:hover {
        background-color: #f6a742; }
    .partnerlist.addbox a i {
      display: block;
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 5px; }

.partnerbox {
  border: 1px solid #9fbf69;
  margin-bottom: 5%;
  position: relative; }
  .partnerbox h3, .partnerbox .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div .partnerbox label {
    font-size: .85em; }
    .partnerbox h3 .subline, .partnerbox .formee.alt fieldset .row > div label .subline, .formee.alt fieldset .row > div .partnerbox label .subline {
      display: block;
      font-size: .8em;
      line-height: 100%;
      color: #747271; }
  .partnerbox p {
    font-size: .75em;
    line-height: 120%; }
  .partnerbox .inner {
    padding: 10px; }
  .partnerbox .alt2 {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .partnerbox.addbox {
    background: #9fbf69; }
    .partnerbox.addbox:hover {
      background-color: #f6a742; }
    .partnerbox.addbox .inner {
      padding: 0;
      background: #9fbf69; }
      .partnerbox.addbox .inner:hover {
        background-color: #f6a742; }
    .partnerbox.addbox a {
      text-align: center;
      text-decoration: none;
      background: #9fbf69;
      color: #fff;
      display: inline-block;
      padding: 10px;
      position: absolute;
      font-size: 1rem;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .partnerbox.addbox a > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
      .partnerbox.addbox a:hover {
        background-color: #f6a742; }
    .partnerbox.addbox a i {
      display: block;
      font-size: 1.9em;
      text-align: center;
      margin-bottom: 5px; }

#kundenmenu {
  display: flex;
  list-style: none;
  justify-content: flex-end; }
  #kundenmenu li {
    padding: 0 2px;
    font-size: 13px;
    color: #b5b3b2;
    font-style: italic; }
  #kundenmenu a {
    padding: 7px 8px;
    border-bottom: 2px solid #f6a742;
    margin: 0 2px;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    position: relative; }
    #kundenmenu a:hover {
      border-color: #9fbf69;
      background: #9fbf69;
      color: #fff !important; }
    #kundenmenu a .bubble {
      background: #f6a742;
      display: inline-block;
      border-radius: 50%;
      color: #9fbf69;
      padding: 3px;
      position: absolute;
      right: 10px;
      top: 10px; }
  #kundenmenu .current a {
    border-color: #9fbf69;
    background: #9fbf69;
    color: #fff !important; }

h2 .desc, .formee.alt legend .desc, h2 .nr, .formee.alt legend .nr {
  font-size: .6em;
  font-weight: 400;
  color: #747271; }

h2 .nr, .formee.alt legend .nr {
  floaT: right; }

h2 .desc.extend, .formee.alt legend .desc.extend {
  margin-top: 3px; }

h2 .desc, .formee.alt legend .desc {
  display: block;
  line-height: 111%;
  margin-top: 5px; }

.flex {
  display: block;
  justify-content: space-between;
  overflow: auto;
  flex: 0 0 auto;
  width: 100%;
  height: 100% !important;
  min-height: 0; }

.sort {
  display: block;
  padding-bottom: 20px;
  float: right; }
  .sort span {
    font-size: 11px;
    padding-right: 10px; }
  .sort a {
    font-size: 11px;
    padding: 3px 7px;
    border: #b5b3b2 1px solid;
    color: #747271;
    background: #fff;
    margin: 0 3px;
    text-decoration: none; }
    .sort a.current {
      color: #fff;
      background: #9fbf69;
      border-color: #9fbf69; }
    .sort a:hover {
      color: #fff;
      background: #f6a742;
      border-color: #f6a742; }

#editorwrapper {
  padding-right: 10px; }

#editorcontent1 * {
  font-size: 12px; }

#editorcontent1 {
  padding: 10px; }
  #editorcontent1 h1, #editorcontent1 h2, #editorcontent1 .formee.alt legend, .formee.alt #editorcontent1 legend, #editorcontent1 h3, #editorcontent1 .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div #editorcontent1 label, #editorcontent1 h4, #editorcontent1 h5, #editorcontent1 h6 {
    font-weight: normal;
    line-height: 1.2;
    font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
    font-size: 12px;
    color: #333;
    display: block !important; }
  #editorcontent1 pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: "Courier New" ,sans-serif, Arial, Verdana, "Trebuchet MS"; }
  #editorcontent1 h2, #editorcontent1 .formee.alt legend, .formee.alt #editorcontent1 legend {
    font-size: 1.5em; }
  #editorcontent1 h3, #editorcontent1 .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div #editorcontent1 label {
    font-size: 1.17em; }
  #editorcontent1 h1 {
    font-size: 2em; }
  #editorcontent1 ol {
    list-style-type: decimal !important; }
  #editorcontent1 ul {
    list-style-type: disc !important; }
  #editorcontent1 strong, #editorcontent1 b {
    font-weight: 700 !important; }

#editorcontent1 {
  Background: #fff;
  width: 100%;
  border: 1px solid #efefef;
  min-height: 70px;
  /* Font */
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
  font-size: 12px;
  /* Text color */
  color: #333;
  /* Remove the background color to make it transparent */
  background-color: #fff;
  margin-bottom: 20px;
  padding: 20px; }
  #editorcontent1 .cke_editable {
    font-size: 13px;
    line-height: 1.6;
    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word; }
  #editorcontent1 blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0; }
  #editorcontent1 .cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px; }
  #editorcontent1 .cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px; }
  #editorcontent1 a {
    color: #0782C1; }
  #editorcontent1 ol, #editorcontent1 ul, #editorcontent1 dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
    padding: 0 40px; }
  #editorcontent1 h1, #editorcontent1 h2, #editorcontent1 .formee.alt legend, .formee.alt #editorcontent1 legend, #editorcontent1 h3, #editorcontent1 .formee.alt fieldset .row > div label, .formee.alt fieldset .row > div #editorcontent1 label, #editorcontent1 h4, #editorcontent1 h5, #editorcontent1 h6 {
    font-weight: normal;
    line-height: 1.2; }
  #editorcontent1 hr {
    border: 0px;
    border-top: 1px solid #ccc; }
  #editorcontent1 img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px; }
  #editorcontent1 img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px; }
  #editorcontent1 pre {
    white-space: pre-wrap;
    /* CSS 2.1 */
    word-wrap: break-word;
    /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4; }
  #editorcontent1 .marker {
    background-color: Yellow; }
  #editorcontent1 span[lang] {
    font-style: italic; }
  #editorcontent1 figure {
    text-align: center;
    border: solid 1px #ccc;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block; }
  #editorcontent1 figure > figcaption {
    text-align: center;
    display: block;
    /* For IE8 */ }
  #editorcontent1 a > img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782C1; }

#fileswrapper iframe {
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden; }

#fileswrapper, .fileswrapper {
  background: url("../img/loading.svg") no-repeat center; }

.meine_kunden #usermenu {
  border: 1px solid #b5b3b2; }
  .meine_kunden #usermenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both; }
  .meine_kunden #usermenu ul li {
    font-size: 0.8em;
    display: block; }
  .meine_kunden #usermenu ul li a {
    text-decoration: none;
    display: block;
    color: #b5b3b2;
    padding: 7px 15px;
    position: relative;
    border-top: 1px solid #b5b3b2; }
    .meine_kunden #usermenu ul li a i {
      padding-right: 10px;
      color: #b5b3b2;
      width: 25px;
      display: inline-block;
      text-align: center; }
    .meine_kunden #usermenu ul li a .bubble {
      background: #b5b3b2; }
  .meine_kunden #usermenu ul li.current .bubble {
    background: #f6a742; }
  .meine_kunden #usermenu ul li.current a {
    color: #fff;
    background: #9fbf69; }
    .meine_kunden #usermenu ul li.current a i {
      color: #fff; }

ol.notavaiable .ibutton,
.notavaiableitem .ibutton {
  background: none !important; }

#cardcontainer .partnerbox ol li.notavaiableitem a,
#cardcontainer .partnerbox ol.notavaiable li li a,
#cardcontainer .partnerbox ol.notavaiable li > a.shownext,
#cardcontainer .partnerbox ol.notavaiable li > a.inlineframe {
  background: url("../img/stripes.png");
  color: #aaa; }
  #cardcontainer .partnerbox ol li.notavaiableitem a:before,
  #cardcontainer .partnerbox ol.notavaiable li li a:before,
  #cardcontainer .partnerbox ol.notavaiable li > a.shownext:before,
  #cardcontainer .partnerbox ol.notavaiable li > a.inlineframe:before {
    background: url("../img/stripes.png") !important; }
  #cardcontainer .partnerbox ol li.notavaiableitem a:hover:after, #cardcontainer .partnerbox ol li.notavaiableitem a.shown:after,
  #cardcontainer .partnerbox ol.notavaiable li li a:hover:after,
  #cardcontainer .partnerbox ol.notavaiable li li a.shown:after,
  #cardcontainer .partnerbox ol.notavaiable li > a.shownext:hover:after,
  #cardcontainer .partnerbox ol.notavaiable li > a.shownext.shown:after,
  #cardcontainer .partnerbox ol.notavaiable li > a.inlineframe:hover:after,
  #cardcontainer .partnerbox ol.notavaiable li > a.inlineframe.shown:after {
    left: -1.5em;
    display: none; }

#cardcontainer .partnerbox li a .bubble {
  background: #444;
  display: inline-block;
  /*border-radius: 50%;*/
  color: #fff;
  padding: 2px 3px;
  font-size: .60em;
  font-weight: 600;
  line-height: 110%;
  position: absolute;
  right: 5px;
  top: 9px;
  text-align: center;
  text-shadow: none;
  overflow: hidden;
  margin-left: 5px;
  transition: all .3s ease-out; }
  #cardcontainer .partnerbox li a .bubble:hover {
    background: #f6a742;
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5); }

#cardcontainer .partnerbox ol li.notavaiableitem .bubble {
  background: #aaa; }

#cardcontainer .partnerbox li.has_ibutton > a .bubble {
  right: 25px; }

a.active {
  color: #9fbf69;
  text-decoration: none; }

.details_container {
  padding: 10px 0;
  margin: 10px 0;
  display: none; }


label.radio-inline input, .radio input {
    width: 20px !important;
}
.radio label{
	text-align:left !important;
	padding-bottom: 10px !important;
}
.radio{
	width: 49% !important;
    display: block;
    float: left;
	padding-top: 10px !important;
}


@media screen and (min-width: 1024px) {
  #usermenu, .card, .partnerbox, h2, .formee.alt legend, h1 {
    display: none; }

  .art_34 .hs1 {
    display: inline-block;
    width: 28%; } }
/* mobile Button*/
#mobile-btn {
  display: none; }

#mobile-nav > ul {
  margin: 20px 0 20px 5px; }

#mobile-nav li {
  width: 100%;
  display: block;
  clear: both;
  float: none; }
  #mobile-nav li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #545555;
    margin: 0;
    text-align: left;
    padding: 10px 10px 10px 40px;
    display: block;
    line-height: 100%;
    font-weight: 600;
    font-size: .8em;
    position: relative;
    min-width: 170px; }
    #mobile-nav li a > span {
      font-weight: 400;
      text-transform: none;
      position: absolute;
      display: block;
      line-height: 100%;
      text-align: left;
      font-size: .75em; }
    #mobile-nav li a:hover {
      color: #009900; }
  #mobile-nav li.current > a {
    color: #009900; }
  #mobile-nav li ul {
    display: block !important;
    margin: 10px 0 0;
    background: #fcfcfc;
    border-top: #f2f2f2 1px solid;
    border-bottom: #f2f2f2 1px solid; }
    #mobile-nav li ul ul {
      background: #009900; }
      #mobile-nav li ul ul a {
        color: #fff; }
        #mobile-nav li ul ul a:before {
          background-image: url("../img/icon_nav_sub2.png") !important; }
        #mobile-nav li ul ul a:hover {
          color: #2c2c2c; }
      #mobile-nav li ul ul .current a {
        color: #2c2c2c; }
    #mobile-nav li ul li a {
      margin-left: 10px; }
    #mobile-nav li ul li li a {
      margin-left: 15px; }
  #mobile-nav li:hover > a:before, #mobile-nav li.current > a:before {
    background: url("../img/icon_nav_haupt.gif") no-repeat left 0; }
  #mobile-nav li > a:before {
    position: absolute;
    content: "";
    background: url("../img/icon_nav_haupt.gif") no-repeat right 0;
    width: 25px;
    height: 28px;
    top: 0px;
    left: 0; }
  #mobile-nav li ul > li > a {
    min-width: 160px;
    width: auto;
    white-space: nowrap; }
    #mobile-nav li ul > li > a:before {
      position: absolute;
      content: "";
      background: url("../img/icon_nav_haupt.gif") no-repeat right 0;
      width: 25px;
      height: 28px;
      top: 0;
      left: 10px; }

.sb-slidebar {
  background-color: #fff; }

#sb-site {
  -moz-box-shadow: 0 0 10px #222;
  -webkit-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222; }

/* mobile + tablet adds */
@media screen and (max-width: 479px) {
  /* mobile small */
  #sublogo {
    left: 40px; } 

	#mobile-btn {
    font-size: 30px !important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    color: #009900;
	text-decoration:none;
	padding-bottom: 10px;
    margin-top: -20px;
	position: fixed;
	top: 40px;
	right: 20px;
	z-index:10000;
	}
	h1, h1 a {
		font-size: 1.1rem;
		margin-bottom: 0;
	}
	.extmenu{
		float:none;
		margin-bottom:20px;
	}
	.sortmenu .search{
		display:block;
		float:none !important;
		width: 100%;
		margin-bottom: 2vh;
	}
	.inner{
		padding:1vw;
	}
	}
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* mobile big */ }
@media only screen and (max-width: 876px) {
	h3, .formee.alt fieldset .row > div label{
		font-size:2.2vw;
		padding-left:0;
		padding-right:0;
	}
	.formee.alt fieldset .row > div input,
	.formee.alt fieldset .row > div textarea,
	.formee.alt fieldset .row > div select{
		padding-left:1vw;
		padding-right:1vw;
		font-size:2.2vw;
	}
  #mobile-btn {
    font-size: 30px !important;
    cursor: pointer;
    display: block;
    font-weight: bold;
    color: #009900;
	text-decoration:none;
	padding-bottom: 10px;
    margin-top: -20px;
	}
    #mobile-btn i:before {
      font-size: 40px !important; }
    #mobile-btn:hover {
      color: #545555; }

  .footer_bottom {
    height: auto;
    line-height: 120%;
    padding-top: 10px;
    text-align: center; }
    .footer_bottom .tright {
      text-align: center; }
#mainnav{
	width:100%;
}
  #mainnav>ul {
    display: none;
	opacity:0;
	 transition: all 0.5s ease;
	}
  #mainnav>ul.active {
	  display:block;
	  opacity:1;
	   transition: all 0.5s ease;
  }	
   #mainnav>ul.active>li,
   #mainnav>ul.active>li>a{
	   text-align:left !important;
   }
   #mainnav>ul.active ul,
   #mainnav>ul.active li,
    #mainnav>ul.active .sub-menu{
	   display:block;
	   width:100%;
	   max-width:100% !important;
   }
  #mainnav>ul.active ul{
	position: relative;
	max-width: auto;
	text-align: left;
	left: 0;
	top: 0;
	padding: 5px 0 0;
	z-index: 10;
	background: #9fbf69;
  }
  
  [class*="grid"] {
	padding: 0 3vw;
    width: 100%;
	margin:0;
	} 

	#logo{
		padding:3vh 0;
	}
	.img{
		width:90% !important;
		height:auto !important;
	}
	
	#copyright{
		display:block;
		text-align:center;
	}
	#footernav{
		width:100%;
	text-align:center;
	padding-bottom:10px;
	}
	#footernav ul a{
		padding:5px !important;
	}	
	h2, .formee.alt legend {
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	h1, h1 a {
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	h1,h2,p{
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		-ms-hyphenate-limit-chars: auto 3;
		-webkit-hyphenate-limit-chars: auto 3;
		hyphenate-limit-chars: auto 3;
	}
	#cardcontainer .grid_6{
		width:100% !important;
	}
	#cardcontainer a.shownext,#cardcontainer a.inlineframe{
		font-size: 3.7vw;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /* tablet */
  #logo {
    padding-left: 0; }

  #subnav_container {
    z-index: 0; }

  #subnav {
    bottom: 10px;
    z-index: 100;
    width: 360px; }
    #subnav li {
      margin-bottom: 5px; }
      #subnav li a {
        margin-left: 5px;
        font-size: .6em;
        white-space: nowrap; }
      #subnav li:nth-child(2) {
        float: none;
        display: block; }
        #subnav li:nth-child(2) a {
          margin-left: 15px; } }
@media only screen and (max-width: 1023px) {
  #mainnav {
    background-position: -350px 0; } 
	[class*="grid"] {
	padding: 0 3vw;
	}
	.claim{
		font-size:11px;
	}
	}
@media screen and (min-width: 1024px) {
  /* desktop */ }
