/* RESET CSS PROPERTIES */
/*
 * GENERAL VARIABLES
 */
/* COLORS */
/* #ccc */
/* #f2f2f2 */
/* #000 */
/* opacity .8 */
/* opacity .8 */
/* opacity .7 */
/* SPACING */
/* FONTS */
/* font weight */
/* DEFAULT ELEMENTS */
/* WRAP */
/* BASIC ELEMENTS */
/* EXTENDED ELEMENTS */
/*
 * LOGIN-FORM FE
 */
/*
 * COLS
 */
/*
 * ColRight & ColLeft Space
 */
/*
 * Listings
 */
/*
 * Space If elements > cols-numer (4 items > .cols .items-x3) || .doubleSpace-break
 */
/*
 * Listings
 */
/* Card-Item */
/* Shadow */
/* Zoom */
/* link-cover */
/* List-View */
/* Border */
/* Zoom */
/* Vertical Align Content */
/* Vertical Align Image */
/* Spacing */
/* link-cover */
/* Oversize */
/*
 * BUTTON VARIABLES
 */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main Navigation
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Main-Aside Navigation
 */
/* General */
/* Color */
/*
 * Main MegaDropdown Navigation
 */
/*
 * Mobile Navigation
 */
/*
 * MicroNav
 */
/*
 * FooterNavi
 */
/*
 * Aside
 */
/*
 * Pagination
 */
/*
 * Single-Content Navigation
 */
/*
 * PAGE VARIABLES
 */
/*
 * GENERAL VARIABLES
*/
/* COLORS */
/* #000 */
/* orange - hort */
/* red - kindergarten */
/* blue - school */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* WRAP */
/* SCROLL-TO-TOP */
/*Space */
/*
 * NAVIGATION VARIABLES
 */
/* Main */
/* MOBILE */
/* STICKY */
/* PAGE-ASIDE */
/* SECTION / PAGE-CONTENT */
/*
 * COLS
 */
/* List-View */
/*
 * WIDGETS
 */
/* Aside Link */
/* BREADCRUMBS */
/* SEARCH */
/* General */
/* List-Elements */
/* Related for Level-0 */
/*
 * basic mixins
 */
/*
 * GRID MIXINS
 */
/*
 * IMAGE MIXINS
 */
/*
 * @deprecated - use .object-fit
 */
/*
 * COLOR MIXINS
 */
.background-gradient-pseudo {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(30deg, #ef8e40 0%, #991434 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/* KeyFrames for Animate-Border */
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-moz-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@-webkit-keyframes animate-border {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
/* KeyFrames for Animate-Waves */
@keyframes transform-matrix-1 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, -526, 55.5);
    width: calc(100% + 526px);
  }
}
@keyframes transform-matrix-2 {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.506, -250, 50.4);
    width: calc(100% + 250px);
  }
}
@keyframes transform-matrix-1-rotate {
  0% {
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
  100% {
    transform: matrix(1, 0, 0, 0.455, 526, 55.5);
    width: calc(100% + 526px);
  }
}
/*
 * HEADLINE MIXINS
 */
/*
 * LISTING MIXINS
 */
/*
 * LINK MIXINS
 */
/*
 * Forms
 */
.transition-opacity {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.transition-height {
  -webkit-transition: height 0.3s ease-in;
  -moz-transition: height 0.3s ease-in;
  -o-transition: height 0.3s ease-in;
  -ms-transition: height 0.3s ease-in;
  transition: height 0.3s ease-in;
}
.box-shadow {
  -webkit-box-shadow: 2px 2px 2px #000;
  -moz-box-shadow: 2px 2px 2px #000;
  box-shadow: 2px 2px 2px #000;
}
/**************************************
 *
 * 01) GERNERAL CSS
 *
 **************************************/
/*
 * RESET CSS PROPERTIES
 */
* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * HTML AND BODY
 */
body {
  color: #333;
  background: #fff;
  font-size: 110%;
  font-family: 'Quicksand', sans-serif;
  position: relative;
}
/*
 * WRAPPER
 */
.wrap {
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
}
.overflow {
  overflow: hidden;
}
/*
 * HIDING ELEMENTS // usability, responsive design buttons
 */
.donotdisplay,
.printonly,
.mobileonly,
.screanreader {
  left: -9999px;
  position: absolute;
}
li.hidden.rte-plugin-data {
  display: none;
}
/*
 * COLS AND SIDEBARS
 */
/*
 * COLS ALIGNMENT
 */
.colLeft,
.col-left {
  padding-right: 15px;
  float: left;
  order: 1;
}
.colLeft.space-null,
.col-left.space-null,
.colLeft.nullSpace,
.col-left.nullSpace {
  padding-right: 0px;
}
.colLeft.space-double,
.col-left.space-double,
.colLeft.doubleSpace,
.col-left.doubleSpace,
.colLeft.space-lr-double,
.col-left.space-lr-double {
  padding-right: calc(15px * 2);
}
.colLeft.space-tripple,
.col-left.space-tripple,
.colLeft.tripleSpace,
.col-left.tripleSpace,
.colLeft.space-lr-tripple,
.col-left.space-lr-tripple {
  padding-right: calc(15px * 3);
}
.colRight,
.col-right {
  padding-left: 15px;
  float: right;
  order: 2;
}
.colRight.space-null,
.col-right.space-null,
.colRight.nullSpace,
.col-right.nullSpace {
  padding-left: 0px;
}
.colRight.space-double,
.col-right.space-double,
.colRight.doubleSpace,
.col-right.doubleSpace,
.colRight.space-lr-double,
.col-right.space-lr-double {
  padding-left: calc(15px * 2);
}
.colRight.space-tripple,
.col-right.space-tripple,
.colRight.tripleSpace,
.col-right.tripleSpace,
.colRight.space-lr-tripple,
.col-right.space-lr-tripple {
  padding-left: calc(15px * 3);
}
/*
 * COLS WIDTH
 */
.col-w100 {
  width: 100%;
  margin: 0 !important;
  clear: both;
  overflow: hidden;
}
.col-w90 {
  width: 90%;
}
.col-w80 {
  width: 80%;
}
.col-w75 {
  width: 75%;
}
.col-w70 {
  width: 70%;
}
.col-w66 {
  width: 66%;
}
.col-w60 {
  width: 60%;
}
.col-w50 {
  width: 50%;
}
.col-w40 {
  width: 40%;
}
.col-w33 {
  width: 33.3333%;
}
.col-w30 {
  width: 30%;
}
.col-w25 {
  width: 25%;
}
.col-w20 {
  width: 20%;
}
.col-w10 {
  width: 10%;
}
.cols-5 {
  width: 20%;
  padding: 0 15px;
  float: left;
}
.cols-5:nth-child(5n + 1) {
  padding-left: 0;
  clear: left;
}
.cols-5:nth-child(5n + 5) {
  padding-right: 0;
}
.cols-4 {
  width: 25%;
  padding: 0 15px;
  float: left;
}
.cols-4:nth-child(4n + 1) {
  padding-left: 0;
  clear: left;
}
.cols-4:nth-child(4n + 4) {
  padding-right: 0;
}
.cols-3 {
  width: 33.333%;
  padding: 0 15px;
  float: left;
}
.cols-3:nth-child(3n + 1) {
  padding-left: 0;
  clear: left;
}
.cols-3:nth-child(3n + 3) {
  padding-right: 0;
}
.cols-2 {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.cols-2:nth-child(2n + 1) {
  padding-left: 0;
  clear: left;
}
.cols-2:nth-child(2n + 2) {
  padding-right: 0;
}
.cols-1 {
  width: 100%;
  clear: both;
}
/*
 * GENERAL TEXT STYLES - headlines
 */
h1 {
  font-size: 260%;
  font-weight: 400;
  color: #333;
  padding: 10px 0 15px;
  line-height: initial;
  font-family: 'The Girl Next Door', sans-serif;
  hyphens: auto;
  word-break: break-word;
}
h2 {
  font-size: 220%;
  font-weight: 400;
  color: #333;
  padding: 10px 0 5px;
  line-height: initial;
  font-family: 'The Girl Next Door', sans-serif;
  hyphens: auto;
  word-break: break-word;
}
h3 {
  color: #333;
  font-weight: 400;
  font-size: 140%;
  padding: 5px 0;
  line-height: initial;
  font-family: 'The Girl Next Door', sans-serif;
  hyphens: auto;
  word-break: break-word;
}
h4 {
  color: #333;
  font-weight: 400;
  font-size: 100%;
  padding: 5px 0 0;
  line-height: initial;
  hyphens: auto;
  word-break: break-word;
}
h5 {
  color: #333;
  font-weight: 400;
  font-size: 90%;
  padding: 5px 0 0;
  line-height: initial;
  hyphens: auto;
  word-break: break-word;
}
/*
 * GENERAL TEXT STYLES - abstracts
 */
p {
  padding: 0 0 10px;
  line-height: 135%;
}
p.small-text {
  width: 50%;
  margin: 0 auto;
}
p.medium-text {
  width: 75%;
  margin: 0 auto;
}
a {
  color: #ef8e40;
  text-decoration: underline;
  outline: none;
}
a:hover {
  color: #ef8e40;
  text-decoration: none;
}
a:active,
a:focus {
  outline: none;
}
.disabled,
a.disabled {
  text-decoration: line-through !important;
}
a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover {
  text-decoration: none;
  color: #333;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.floatleft,
.float-left {
  float: left;
}
.floatright,
.float-right {
  float: right;
}
.clearboth,
.clear-both {
  clear: both;
}
.clearleft,
.clear-left {
  clear: both;
}
.clearright,
.clear-right {
  clear: both;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}
.small,
.text-small {
  font-size: 90% !important;
}
.smaller,
.text-smaller {
  font-size: calc(110% - 15%) !important;
}
.large,
.text-large {
  font-size: calc(110% + 20%) !important;
}
.larger,
.text-larger {
  font-size: calc(110% + 40%) !important;
}
.honey,
.screenreader {
  position: absolute;
  left: -99999px;
}
.line-through {
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.inline,
.display-inline {
  display: inline;
}
.inlineblock,
.inline-block,
.display-inlineblock,
.display-inline-block {
  display: inline-block;
}
.block,
.display-block {
  display: block;
}
.hidden {
  display: none;
}
.text-red {
  color: #c02e2e;
}
.text-green {
  color: #28c73d;
}
.text-grey {
  color: #E5E5E5;
}
.space-top-small {
  padding-top: calc(15px / 2) !important;
}
.space-bottom-small {
  padding-bottom: calc(15px / 2) !important;
}
.space-tb-small {
  padding-top: calc(15px / 2) !important;
  padding-bottom: calc(15px / 2) !important;
}
.space-top-medium {
  padding-top: 15px !important;
}
.space-bottom-medium {
  padding-bottom: 15px !important;
}
.space-tb-medium {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.space-top-large {
  padding-top: 45px !important;
}
.space-bottom-large {
  padding-bottom: 45px !important;
}
.space-tb-large {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.space-top-xlarge {
  padding-top: calc(15px * 3) !important;
}
.space-bottom-xlarge {
  padding-bottom: calc(15px * 3) !important;
}
.space-tb-xlarge {
  padding-top: calc(15px * 3) !important;
  padding-bottom: calc(15px * 3) !important;
}
.space-top-xxlarge {
  padding-top: 90px !important;
}
.space-bottom-xxlarge {
  padding-bottom: 90px !important;
}
.space-tb-xxlarge {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.space-arround {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.margin-top-small {
  margin-top: calc(15px / 2) !important;
}
.margin-bottom-small {
  margin-bottom: calc(15px / 2) !important;
}
.margin-tb-small {
  margin-top: calc(15px / 2) !important;
  margin-bottom: calc(15px / 2) !important;
}
.margin-top-medium {
  margin-top: 15px !important;
}
.margin-bottom-medium {
  margin-bottom: 15px !important;
}
.margin-tb-medium {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.margin-top-large {
  margin-top: 45px !important;
}
.margin-bottom-large {
  margin-bottom: 45px !important;
}
.margin-tb-large {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.margin-top-xlarge {
  margin-top: calc(15px * 3) !important;
}
.margin-bottom-xlarge {
  margin-bottom: calc(15px * 3) !important;
}
.margin-tb-xlarge {
  margin-top: calc(15px * 3) !important;
  margin-bottom: calc(15px * 3) !important;
}
.margin-top-xxlarge {
  margin-top: 90px !important;
}
.margin-bottom-xxlarge {
  margin-bottom: 90px !important;
}
.margin-tb-xxlarge {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.toggle-btn {
  cursor: pointer;
}
.round-tiny {
  border-radius: 3px;
}
.round-small {
  border-radius: 5px;
}
.round-medium {
  border-radius: 10px;
}
.round-large {
  border-radius: 15px;
}
.round-full {
  border-radius: 50%;
}
.absolute-fullsize {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
/*
 * GENERAL TEXT STYLES - tables
 */
table {
  border: none;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}
table td,
table th {
  padding: 3px 5px;
  border: none;
  text-align: left;
  vertical-align: top;
}
table td.vmiddle,
table th.vmiddle {
  vertical-align: middle;
}
table td.vbottom,
table th.vbottom {
  vertical-align: bottom;
}
table td.no-wrap,
table th.no-wrap {
  white-space: nowrap;
}
table > thead th {
  color: #ef8e40;
  border-bottom: solid 2px #ef8e40;
  word-break: break-word;
}
table > tbody tr:nth-child(n+2) td {
  border-top: dotted 1px #ef8e40;
}
table tr > th:first-child,
table tr > td:first-child {
  padding-left: 0;
}
table tr > th:last-child,
table tr > td:last-child {
  padding-right: 0;
}
.table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.table .trow {
  display: table-row;
  width: 100%;
}
.table .trow .tcell {
  display: table-cell;
  vertical-align: top;
}
.table .trow .tcell.vmiddle {
  vertical-align: middle;
}
.table .trow .tcell.vbottom {
  vertical-align: bottom;
}
.table .trow .tcell.no-wrap {
  white-space: no-wrap;
}
.tcell {
  display: table-cell;
  vertical-align: top;
}
.tcell.vmiddle {
  vertical-align: middle;
}
.tcell.vbottom {
  vertical-align: bottom;
}
.tcell.no-wrap {
  white-space: no-wrap;
}
/*
 * GENERAL TEXT STYLES - lists
 */
ul.bullet,
ul.square,
ul.bar,
ul.check,
ul.tags,
ul.angle {
  margin: 0 0 0 20px;
}
ul.bullet > li,
ul.square > li,
ul.bar > li,
ul.check > li,
ul.tags > li,
ul.angle > li {
  list-style: none !important;
}
ul.bullet > li:before,
ul.square > li:before,
ul.bar > li:before,
ul.check > li:before,
ul.tags > li:before,
ul.angle > li:before {
  display: inline-block;
  margin-left: -20px;
  width: 20px;
  text-align: center;
  color: #ef8e40;
}
ul.bullet > li:before {
  content: "\2022";
}
ul.square > li:before {
  content: "\25A0";
}
ul.bar > li:before {
  content: "-";
  font-size: 150%;
  font-weight: 600;
}
ul.check > li:before {
  content: "\f00c";
  font-family: FontAwesome;
}
ul.tags > li:before {
  content: "\f02b";
  font-family: FontAwesome;
}
ul.angle > li:before {
  content: "\f105";
  font-family: FontAwesome;
}
/* text columns */
.two-text-cols {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.three-text-cols {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
/*
 * TRANSITIONS AND SHADOWS
 */
.transitions,
.multi-level-navigation span.nav-item-wrap,
.multi-level-navigation a,
.multi-level-navigation .dropdown-indicator {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*
 * FORMS
 */
.default-field {
  overflow: hidden;
  padding-bottom: 10px;
}
.default-field input,
.default-field textarea,
.default-field select {
  width: 100%;
  border: solid 1px #333;
  padding: 5px;
  margin: 5px 0px;
}
.default-field input:focus,
.default-field textarea:focus,
.default-field select:focus {
  border: solid 1px #000000;
  outline: none;
}
.default-field textarea {
  height: 200px;
  font-family: 'Quicksand', sans-serif;
  font-size: 100%;
  color: #333;
}
.default-field input[type="checkbox"] {
  width: auto;
  margin-top: 4px;
  margin-right: 10px;
}
.default-field input:not([type="radio"]):not([type="checkbox"]) {
  height: 40px;
}
.default-field.multi-radio input.radio {
  width: auto;
  display: inline-block;
}
.default-field.multi-radio label {
  display: inline-block;
  padding-left: 5px;
}
.default-field input.field-error,
.default-field textarea.field-error {
  border: solid 1px #c02e2e;
  margin-bottom: 0;
}
.default-field label,
.default-field div.labelFake {
  padding: 5px 0;
}
.default-field label.noFloat,
.default-field div.labelFake.noFloat {
  float: none;
}
.default-field.label-hidden label,
.default-field.label-hidden div.labelFake {
  display: none;
}
.default-field div.field-error {
  width: 100%;
  clear: left;
  color: #fff;
  background: #c02e2e;
  font-size: 90%;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 120%;
  display: inline-block;
}
.default-field .input-wrapper {
  overflow: hidden;
}
.default-field .input-wrapper span.small {
  line-height: 120%;
  display: inline-block;
}
.default-field.password .input-wrapper {
  position: relative;
}
.default-field.password .input-wrapper span.toggle-passwordfield {
  position: absolute;
  top: 0px;
  right: 0;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  color: #333;
  cursor: pointer;
}
.default-field.password span#generate-password {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  border: solid 1px #E5E5E5;
  margin: 0 5px;
}
.default-field.password span#generate-password:hover {
  background: #E5E5E5;
}
.default-field.multi .itemWrap {
  display: inline-block;
  float: left;
  padding-right: 15px;
}
.default-field.multi label.noFloat {
  float: none;
  display: inline-block;
  width: auto;
  padding: 2px 0;
}
.default-field.multi input {
  width: auto;
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.default-field.multi input-wrapper {
  margin: 0 0 5px;
}
.default-field.leftCB {
  margin: 5px 0;
}
.default-field.hidden {
  position: absolute;
  left: -9999px;
}
.default-field.select:focus {
  border: 1px solid #ef8e40;
}
.default-field.select .input-wrapper {
  position: relative;
}
.default-field.select .input-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: none;
  height: 40px;
}
.default-field.select .input-wrapper select option {
  border-radius: 0px;
  width: 100%;
}
.default-field.select .input-wrapper:after {
  content: '\f078';
  font: normal normal normal 12px/0 FontAwesome;
  color: #000;
  right: 10px;
  top: 10px;
  height: 15px;
  padding: 15px 0px 0px 8px;
  border-left: 1px solid #000;
  position: absolute;
  pointer-events: none;
}
.default-field.select .input-wrapper select::-ms-expand {
  display: none;
}
.modern-field {
  overflow: hidden;
  padding-bottom: 10px;
}
.modern-field.checkbox .input-wrapper {
  position: relative;
  display: inline-block;
}
.modern-field.checkbox .input-wrapper input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.modern-field.checkbox .input-wrapper input[type="checkbox"]:checked + .slider {
  background-color: #94bf1f;
}
.modern-field.checkbox .input-wrapper input[type="checkbox"]:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.modern-field.checkbox .input-wrapper input[type="checkbox"]:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.modern-field.checkbox .input-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E5E5E5;
  -webkit-transition: .4s;
  transition: .4s;
  width: 50px;
  height: 25px;
}
.modern-field.checkbox .input-wrapper .slider.round {
  border-radius: 34px;
}
.modern-field.checkbox .input-wrapper .slider.round:before {
  border-radius: 50%;
}
.modern-field.checkbox .input-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.modern-field.checkbox .input-wrapper label {
  padding-left: 65px;
  line-height: 25px;
  position: relative;
  cursor: pointer;
}
.modern-field.multi-radio ul > li {
  padding: 5px 0;
}
.modern-field.multi-radio ul > li input.radio {
  position: relative;
  margin: 0 15px 0 0 ;
  cursor: pointer;
}
.modern-field.multi-radio ul > li input.radio:before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 0;
  left: 0.125rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.75rem;
  background: #16a085;
  border-radius: 50%;
}
.modern-field.multi-radio ul > li input.radio:checked:before {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.modern-field.multi-radio ul > li input.radio:after {
  content: "";
  position: absolute;
  top: -0.25rem;
  left: -0.125rem;
  width: 1rem;
  height: 1rem;
  background: #fff;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
}
.modern-field.select {
  padding: 10px;
}
.modern-field.select .input-wrapper {
  position: relative;
}
.modern-field.select .input-wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ef8e40;
  padding: 5px;
  margin: 5px 0px;
}
.modern-field.select .input-wrapper select option {
  border-radius: 0px;
  width: 100%;
}
.modern-field.select .input-wrapper select:focus {
  outline: none;
}
.modern-field.select .input-wrapper select::-ms-expand {
  display: none;
}
.modern-field.select .input-wrapper:after {
  content: '\f078';
  font: normal normal normal 12px/0 FontAwesome;
  color: #ef8e40;
  right: 10px;
  top: 10px;
  height: 15px;
  padding: 15px 0px 0px 8px;
  position: absolute;
  pointer-events: none;
}
label.cbFloat {
  width: 200px;
  float: left;
}
.checkbox.label-right input,
.radio.label-right input {
  float: left;
  width: 20px;
}
.checkbox.label-right label,
.radio.label-right label {
  width: calc(100% - 30px);
  float: right;
  padding: 0;
}
.checkbox.label-right .checkbox-postfield,
.radio.label-right .checkbox-postfield {
  display: inline-block;
  padding-left: 30px;
  padding-top: 5px;
}
.default-field.label-hide label {
  position: absolute;
  left: -9999999px;
}
fieldset.form-set {
  overflow: hidden;
  padding: 10px;
  border: solid 1px #e9e9e9;
}
input.button,
button.button {
  border: none;
  color: #fff;
  background: #ef8e40;
  padding: 10px 25px;
  margin: 15px 0 0 0;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
input.button:hover,
button.button:hover {
  background: #991434;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
input.button span,
button.button span {
  position: relative;
}
input.button span sup,
button.button span sup {
  position: absolute;
  top: -4px;
}
input.button.disabled,
button.button.disabled {
  background: #f2f2f2;
  color: #E5E5E5;
  border: solid 1px #E5E5E5;
  text-decoration: none !important;
  cursor: not-allowed;
}
.form-wrap {
  overflow: hidden;
}
.form-wrap .form-block {
  overflow: hidden;
}
.form-wrap .form-block .form-icon {
  width: 80px;
  float: left;
  text-align: center;
  font-size: 200%;
  padding-top: 10px;
}
.form-wrap .form-block .form-content {
  width: calc(100% - 80px);
  float: right;
  border-left: solid 1px #E5E5E5;
  padding-left: 35px;
}
.form-wrap .form-block .form-content h2 span.small {
  display: block;
  font-size: 60%;
  color: #E5E5E5;
}
.form-wrap .form-block .form-content .cols > li {
  margin-bottom: 0;
}
.form-wrap .form-block .table .trow .tcell.info {
  width: calc(100% - 30px);
}
.form-wrap .form-block .table .trow .tcell.info label {
  font-weight: 600;
}
.form-wrap .form-block .table .trow .tcell.info .info-text {
  font-style: italic;
  font-size: 90%;
}
.form-wrap .form-block .table .trow .tcell.action {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.form-wrap .form-block ul.option-list {
  padding: 15px 0;
}
.form-wrap .form-block ul.option-list > li:nth-child(n+2) {
  padding-top: 10px;
  margin-top: 10px;
  border-top: dotted 1px #E5E5E5;
}
/* address form block */
ul.form-block-address {
  width: calc(100% +  30px);
  margin: 0 -15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
ul.form-block-address > li {
  padding: 0 15px;
}
ul.form-block-address > li.address-street,
ul.form-block-address > li.address-locality {
  width: calc(100% - 200px);
}
ul.form-block-address > li.address-number,
ul.form-block-address > li.address-zip {
  width: 200px;
}
/* RANGE SLIDER WITH TWO HANDLES */
[slider] {
  position: relative;
  height: 14px;
  border-radius: 10px;
  text-align: left;
  margin: 45px 0 10px 0;
}
[slider] > div {
  position: absolute;
  left: 13px;
  right: 15px;
  height: 14px;
}
[slider] > div > [inverse-left] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin: 0 7px;
}
[slider] > div > [inverse-right] {
  position: absolute;
  right: 0;
  height: 14px;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin: 0 7px;
}
[slider] > div > [range] {
  position: absolute;
  left: 0;
  height: 14px;
  border-radius: 14px;
  background-color: #ef8e40;
}
[slider] > div > [thumb] {
  position: absolute;
  top: -7px;
  z-index: 2;
  height: 28px;
  width: 28px;
  text-align: left;
  margin-left: -11px;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  background-color: #0000ff;
  border-radius: 50%;
  outline: none;
}
[slider] > input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 3;
  height: 14px;
  top: -2px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
[slider] [sign] {
  opacity: 1;
  position: absolute;
  margin-left: -11px;
  top: -39px;
  z-index: 3;
  background-color: #ef8e40;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -webkit-border-radius: 28px;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
[slider] [sign]:after {
  position: absolute;
  content: '';
  left: 0;
  border-radius: 16px;
  top: 19px;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top-width: 16px;
  border-top-style: solid;
  border-top-color: #ef8e40;
}
[slider] [sign] > span {
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
}
[slider]:hover > div > [sign] {
  opacity: 1;
}
div[slider] > input[type=range]::-ms-track {
  -webkit-appearance: none;
  background: transparent;
  color: transparent;
}
div[slider] > input[type=range]::-moz-range-track {
  -moz-appearance: none;
  background: transparent;
  color: transparent;
}
div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
  border: transparent;
}
div[slider] > input[type=range]:focus {
  outline: none;
}
div[slider] > input[type=range]::-ms-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
div[slider] > input[type=range]::-moz-range-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
}
div[slider] > input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 28px;
  height: 28px;
  border-radius: 0px;
  border: 0 none;
  background: red;
  -webkit-appearance: none;
}
div[slider] > input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0 none;
}
div[slider] > input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0 none;
}
div[slider] > input[type=range]::-ms-tooltip {
  display: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  color: #fff;
  font-size: 80%;
  font-family: 'Quicksand', sans-serif;
  background: #94bf1f;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.donotdisplay,
.printonly,
.mobileonly,
.screanreader {
  left: -9999px;
  position: absolute;
}
#loginWrap {
  max-width: 350px;
  margin: 10% auto;
}
#loginWrap header {
  width: 100%;
}
#loginWrap header object,
#loginWrap header img {
  display: inline-block;
  width: 70%;
  height: auto;
  margin: 0 15%;
  padding-bottom: 5px;
}
#loginWrap header h1 {
  padding: 0 0 15px;
  font-weight: 600;
  color: #fff;
}
#loginWrap main {
  min-height: auto;
  padding: 20px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
  -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.2);
  background: #424043;
}
#loginWrap main h1 {
  padding: 0 0 5px;
  font-weight: 600;
  color: #fff;
}
#loginWrap main .moduleContent a {
  color: #fff;
}
#loginWrap main .moduleContent a:hover {
  color: #94bf1f;
}
#loginWrap main .login-form .login,
#loginWrap main .password-form .login {
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding: 5px 0;
}
#loginWrap main .login-form ul.login-form-list,
#loginWrap main .password-form ul.login-form-list {
  list-style: none;
}
#loginWrap main .login-form .inputlogin,
#loginWrap main .password-form .inputlogin,
#loginWrap main .login-form .submitBtn,
#loginWrap main .password-form .submitBtn {
  width: 100%;
  padding: 0 15px;
  margin: 0;
  border: 1px solid #555;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#loginWrap main .login-form .inputlogin,
#loginWrap main .password-form .inputlogin {
  border-color: #E5E5E5;
}
#loginWrap main .login-form .inputlogin:focus,
#loginWrap main .password-form .inputlogin:focus {
  border-color: #94bf1f;
  outline: none;
}
#loginWrap main .login-form .default-field.label-hide,
#loginWrap main .password-form .default-field.label-hide {
  padding-top: 15px;
}
#loginWrap main .login-form .default-field.label-hide label,
#loginWrap main .password-form .default-field.label-hide label {
  position: absolute;
  left: -9999999px;
}
#loginWrap main .login-form .default-field.password .input-wrapper,
#loginWrap main .password-form .default-field.password .input-wrapper {
  position: relative;
}
#loginWrap main .login-form .default-field.password .input-wrapper span.toggle-passwordfield,
#loginWrap main .password-form .default-field.password .input-wrapper span.toggle-passwordfield {
  position: absolute;
  top: 0px;
  right: 0;
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  color: #333;
  cursor: pointer;
}
#loginWrap main .login-form .default-field.password span#generate-password,
#loginWrap main .password-form .default-field.password span#generate-password {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  border: solid 1px #E5E5E5;
  margin: 0 5px;
}
#loginWrap main .login-form .default-field.password span#generate-password:hover,
#loginWrap main .password-form .default-field.password span#generate-password:hover {
  background: #E5E5E5;
}
#loginWrap main .login-form .default-field.password .login-form-links,
#loginWrap main .password-form .default-field.password .login-form-links {
  padding-bottom: 15px;
  cursor: pointer;
}
#loginWrap main .login-form .default-field.password .login-form-links:hover,
#loginWrap main .password-form .default-field.password .login-form-links:hover {
  color: #94bf1f;
}
#loginWrap main .login-form .submitBtn,
#loginWrap main .password-form .submitBtn {
  width: auto;
  margin: 15px 0 10px;
  background: #424043;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  border: 1px solid #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#loginWrap main .login-form .submitBtn:hover,
#loginWrap main .password-form .submitBtn:hover {
  cursor: pointer;
  background: #94bf1f;
}
#loginWrap main .msg-list > li {
  background: #fff;
}
#loginWrap footer {
  clear: both;
  padding-top: 15px;
  text-align: center;
  color: #424043;
}
#loginWrap footer a {
  color: #424043;
  text-decoration: none;
}
#loginWrap footer a:hover {
  color: #fff;
}
#loginWrap .small {
  font-size: 80%;
}
@media screen and (max-width: 370px) {
  #loginWrap {
    width: 96%;
    margin: 0;
    padding: 2%;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    /* WebKit */
    -moz-box-shadow: none;
    /* Firefox */
    box-shadow: none;
    /* Standard */
  }
  #loginWrap footer {
    text-align: center;
  }
}
