@import url(../fonts/stylesheet-opensans.css);
@import url(../fonts/auto-hint/optima.css);
a, a:hover, a:visited {
  outline: none !important; }

.clickable {
  cursor: pointer; }

.FLEXverticalCenterBody {
  position: relative; }
  .FLEXverticalCenterBody .verticalCenterBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.verticalCenterBody .verticalCenterBox {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-height: 100%; }

.btn {
  text-decoration: none; }

.btn.btn-primary {
  background-color: #e94e00;
  border-color: #e94e00; }

.simpleLine {
  border-bottom: 2px solid #e94e00;
  margin-bottom: 2rem; }

.patternLineFrame {
  height: 9px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .patternLineFrame .patternLine {
    display: inline-block;
    height: 9px;
    width: 100%;
    background-image: linear-gradient(135deg, #e94e00 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, #e94e00 50%, #e94e00 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
    background-size: 6.00px 6.00px;
    position: absolute;
    top: 0; }
    .patternLineFrame .patternLine:before {
      content: "";
      width: 8px;
      height: 14px;
      left: -2px;
      top: -4px;
      background: #fff;
      display: block;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      overflow: hidden; }
    .patternLineFrame .patternLine:after {
      content: "";
      width: 8px;
      height: 14px;
      right: -2px;
      top: 0;
      background: #fff;
      display: block;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      overflow: hidden; }
  .patternLineFrame.onGray .patternLine:before {
    background-color: #fff; }
    @media only screen and (min-width: 992px) {
      .patternLineFrame.onGray .patternLine:before {
        background-color: #f9f9f9; } }

.buttonRound {
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid;
  border-color: #cad7a2;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  position: relative;
  padding: 0; }
  .buttonRound:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 0;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: center center; }
  .buttonRound:hover:before {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .buttonRound:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #517e08;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .buttonRound.big {
    width: 4rem;
    height: 4rem; }
  .buttonRound.orange {
    border-color: #f4a67f; }
    .buttonRound.orange:after {
      background-color: #e94e00;
      background: -webkit-linear-gradient(-45deg, #e94e00 50%, #f0834d 50%);
      background: -moz-linear-gradient(-45deg, #e94e00 50%, #f0834d 50%);
      background: linear-gradient(-45deg, #e94e00 50%, #f0834d 50%); }
  .buttonRound.arrowright:before {
    background-size: 1rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1024 1024'%3E%3Cpath d='M596.7,460.9c28.2,28.2,28.2,74.1,0,102.3L260,899.8L362.3,1002l336.6-336.6c84.5-84.6,84.5-222.2,0-306.8L362.3,22L260,124.3L596.7,460.9z'/%3E%3C/svg%3E"); }
  .buttonRound.arrowleft {
    transform: scaleX(-1); }
    .buttonRound.arrowleft:before {
      background-size: 1rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1024 1024'%3E%3Cpath d='M596.7,460.9c28.2,28.2,28.2,74.1,0,102.3L260,899.8L362.3,1002l336.6-336.6c84.5-84.6,84.5-222.2,0-306.8L362.3,22L260,124.3L596.7,460.9z'/%3E%3C/svg%3E"); }
  .buttonRound.arrowup {
    transform: rotate(270deg); }
    .buttonRound.arrowup:before {
      background-size: 1rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 1024 1024'%3E%3Cpath d='M596.7,460.9c28.2,28.2,28.2,74.1,0,102.3L260,899.8L362.3,1002l336.6-336.6c84.5-84.6,84.5-222.2,0-306.8L362.3,22L260,124.3L596.7,460.9z'/%3E%3C/svg%3E"); }

.popover {
  background-color: #cad7a2;
  border: 1px solid #517e08;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .popover .popover-body {
    color: #517e08; }

.bs-popover-auto[x-placement^="left"] .arrow::after, .bs-popover-left .arrow::after {
  border-left-color: #cad7a2; }

.bs-popover-auto[x-placement^="left"] .arrow::before, .bs-popover-left .arrow::before {
  border-left-color: #517e08; }

.accordion .box {
  margin-bottom: 16px; }
  .accordion .box .head {
    border: 1px solid #CAD7A2;
    font-family: 'Optima', sans-serif;
    font-size: 18px;
    color: #014F25;
    text-transform: uppercase;
    position: relative;
    padding: 3px 10px 1px;
    cursor: pointer; }
  .accordion .box .head {
    background-color: #CAD7A2; }
  .accordion .box .head::after {
    display: block;
    position: absolute;
    content: "";
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 15px 13px 0 13px;
    border-color: #cad7a2 transparent transparent transparent; }
  .accordion .box .head.collapsed::after {
    display: none; }
  .accordion .box .head.collapsed {
    background-color: transparent;
    border: 1px solid #B0B0B0; }
  .accordion .box .head:hover {
    background-color: #CAD7A2; }
  .accordion .box .head.collapsed::before {
    content: "";
    background: transparent linear-gradient(225deg, white 12px, #666666 13px, #ffffff 0px) repeat scroll right top;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 18px;
    height: 18px; }
  .accordion .box .head.collapsed:hover::before {
    background: transparent linear-gradient(225deg, white 12px, #666666 13px, #CAD7A2 0px) repeat scroll right top; }
  .accordion .box.open.head {
    border: 1px solid #B0B0B0;
    font-family: 'Optima', sans-serif;
    font-size: 18px;
    color: #014F25;
    text-transform: uppercase;
    position: relative;
    padding: 3px 10px 1px;
    cursor: pointer; }
  .accordion .box .head::after {
    top: auto;
    bottom: -15px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    width: 0px;
    height: 0px;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 15px 13px 0 13px;
    border-color: #cad7a2 transparent transparent transparent; }
  .accordion .box .body {
    padding: 20px 10px; }

body {
  color: #4f4f4f;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  hyphens: manual;
  font-weight: 300;
  overflow-x: hidden; }

.container {
  position: relative; }

svg.icon {
  min-width: 12px;
  min-height: 12px;
  display: block;
  fill: #fff;
  color: #fff; }

.topContent h1 {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem; }
  .topContent h1 .h1Icon {
    display: table-cell;
    vertical-align: middle; }
    .topContent h1 .h1Icon svg.icon {
      display: inline-block;
      fill: #d5d5d5;
      width: 3rem;
      height: 3rem; }
  .topContent h1 .h1Text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 0.5rem; }

h1, h2, h3, h4 {
  background-color: transparent;
  font-family: "Optima", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #014f25;
  margin-bottom: 1rem; }

.topContent h1 {
  color: #e94e00;
  text-transform: none;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  margin-bottom: 1rem; }
  .topContent h1 svg.icon {
    display: inline-block;
    fill: #d5d5d5;
    width: 3rem;
    height: 3rem; }

h1 {
  font-size: 2rem; }

h2, .h2 {
  margin-bottom: 0.5rem; }

.topContent h2, .topContent .h2 {
  text-align: center;
  font-size: 2rem; }
  @media only screen and (min-width: 992px) {
    .topContent h2, .topContent .h2 {
      font-size: 2.5rem; } }

h3, .h3 {
  font-size: 1.5rem;
  margin-bottom: 0.25rem; }

h4 {
  font-size: 1.1rem;
  margin-bottom: 0; }

a {
  color: #014f25;
  text-decoration: underline;
  font-weight: bold; }
  a:hover {
    color: inherit;
    text-decoration: none; }

strong {
  font-weight: bold; }

.special {
  color: #014f25; }

/* ###################################################################### */
a.specialButton {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 3rem;
  cursor: pointer; }
  a.specialButton span.buttonRound {
    margin: 0 auto;
    margin-bottom: 0.5rem; }
  a.specialButton span.text {
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #e94e00;
    line-height: normal; }

a.specialInlineButton {
  display: block;
  text-align: right;
  text-decoration: none;
  cursor: pointer; }
  a.specialInlineButton span.buttonRound {
    display: inline-block;
    vertical-align: middle; }
  a.specialInlineButton span.text {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #e94e00;
    vertical-align: middle;
    margin-right: 0.5rem; }

a.specialInlineButton.leftSide {
  float: left; }
  a.specialInlineButton.leftSide span.text {
    margin-left: 0.5rem;
    margin-right: 0; }

button.specialInlineButton {
  background-color: #fff;
  border: none; }
  button.specialInlineButton span.text {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #e94e00;
    vertical-align: middle;
    margin-right: 0.5rem; }

/* ###################################################################### */
p.big {
  font-size: 1.25rem;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    p.big {
      font-size: 1.5rem; } }

p.thick {
  font-size: 1rem;
  font-weight: bold;
  text-align: center; }

/* ###################################################################### */
.topContent .rightCol .content {
  margin-top: 2rem; }
  @media only screen and (min-width: 768px) {
    .topContent .rightCol .content {
      margin-top: 16.5rem;
      min-height: 29rem; } }

.rightCol .content {
  /*margin-bottom: 2rem;*/ }

/* ###################################################################### */
ul.check {
  padding-left: 2rem; }
  ul.check li {
    position: relative;
    list-style-type: none;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem; }
    ul.check li:after {
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b81015' viewBox='0 0 1024 1024'%3E%3Cpath d='M924.3,46.9C898.1,30.6,868.1,22,837.4,22c-57.1,0-109.1,28.9-139.1,77.3L400.9,576.5L302.7,478 c-31.1-31-72.3-48.1-116-48.1c-43.8,0-85,17.2-116.1,48.3c-63.7,64-63.7,168.1,0.1,232l244,244.7c31.5,31.6,72.5,47.1,128.4,47.1 c2.1,0,4.3,0,6.5-0.1c49.9-5.9,93.7-33.6,120.2-76.1l406.7-652.6C1024.2,196.6,1000.8,95.1,924.3,46.9z M918,236.8L511.3,889.4 c-14.8,23.8-39,39.6-66.8,43.7c-0.5,0-1,0-1.5,0c-46.8,0-67.1-14.4-79.6-26.9l-244-244.7c-37-37.1-37-97.6,0-134.7 c18-18.1,41.9-28,67.2-28s49.3,9.9,67.3,27.9l159.6,160l343.5-551c17.3-28,47.4-44.7,80.5-44.7c17.8,0,35.2,5,50.1,14.3 C932.1,133.2,945.7,192.3,918,236.8z'/%3E%3C/svg%3E");
      width: 1.25rem;
      height: 1.25rem;
      margin-top: 0.125rem;
      margin-left: -2rem; }
  ul.check.beige li:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a08a58' viewBox='0 0 1024 1024'%3E%3Cpath d='M924.3,46.9C898.1,30.6,868.1,22,837.4,22c-57.1,0-109.1,28.9-139.1,77.3L400.9,576.5L302.7,478 c-31.1-31-72.3-48.1-116-48.1c-43.8,0-85,17.2-116.1,48.3c-63.7,64-63.7,168.1,0.1,232l244,244.7c31.5,31.6,72.5,47.1,128.4,47.1 c2.1,0,4.3,0,6.5-0.1c49.9-5.9,93.7-33.6,120.2-76.1l406.7-652.6C1024.2,196.6,1000.8,95.1,924.3,46.9z M918,236.8L511.3,889.4 c-14.8,23.8-39,39.6-66.8,43.7c-0.5,0-1,0-1.5,0c-46.8,0-67.1-14.4-79.6-26.9l-244-244.7c-37-37.1-37-97.6,0-134.7 c18-18.1,41.9-28,67.2-28s49.3,9.9,67.3,27.9l159.6,160l343.5-551c17.3-28,47.4-44.7,80.5-44.7c17.8,0,35.2,5,50.1,14.3 C932.1,133.2,945.7,192.3,918,236.8z'/%3E%3C/svg%3E"); }
  ul.check.green li:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23517e08' viewBox='0 0 1024 1024'%3E%3Cpath d='M924.3,46.9C898.1,30.6,868.1,22,837.4,22c-57.1,0-109.1,28.9-139.1,77.3L400.9,576.5L302.7,478 c-31.1-31-72.3-48.1-116-48.1c-43.8,0-85,17.2-116.1,48.3c-63.7,64-63.7,168.1,0.1,232l244,244.7c31.5,31.6,72.5,47.1,128.4,47.1 c2.1,0,4.3,0,6.5-0.1c49.9-5.9,93.7-33.6,120.2-76.1l406.7-652.6C1024.2,196.6,1000.8,95.1,924.3,46.9z M918,236.8L511.3,889.4 c-14.8,23.8-39,39.6-66.8,43.7c-0.5,0-1,0-1.5,0c-46.8,0-67.1-14.4-79.6-26.9l-244-244.7c-37-37.1-37-97.6,0-134.7 c18-18.1,41.9-28,67.2-28s49.3,9.9,67.3,27.9l159.6,160l343.5-551c17.3-28,47.4-44.7,80.5-44.7c17.8,0,35.2,5,50.1,14.3 C932.1,133.2,945.7,192.3,918,236.8z'/%3E%3C/svg%3E"); }

/* ###################################################################### */
form .form-control {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: normal;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #efefef;
  border-color: #4f4f4f; }
  form .form-control::-webkit-input-placeholder {
    color: #b5b5b5; }
  form .form-control:-moz-placeholder {
    color: #b5b5b5; }
  form .form-control::-moz-placeholder {
    color: #b5b5b5; }
  form .form-control:-ms-input-placeholder {
    color: #b5b5b5; }
  form .form-control[type=radio] {
    display: inline;
    margin: 5px;
    width: 16px;
    height: 16px; }
  form .form-control.hasError {
    border-color: red; }
form .inputBlock {
  padding: 5px; }
  form .inputBlock:nth-child(even) {
    background-color: rgba(200, 200, 200, 0.1); }
  form .inputBlock .form-group {
    margin-bottom: 0; }

#uploadPhotoList .img-thumbnail_wrapper {
  position: relative; }
  #uploadPhotoList .img-thumbnail_wrapper .deletePhotoDiv {
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.9);
    display: inline-box;
    padding: 5px 15px 5px 5px;
    margin: 0;
    box-sizing: border-box; }
    #uploadPhotoList .img-thumbnail_wrapper .deletePhotoDiv svg.icon {
      display: inline;
      fill: red;
      width: 20px;
      height: 20px; }

div.img-thumbnail_wrapper {
  max-width: 200px;
  max-height: 200px; }
  div.img-thumbnail_wrapper img.img-thumbnail {
    max-width: 100%;
    max-height: 200px; }

.deleteDocumentDiv {
  display: inline-block;
  cursor: pointer;
  padding: 5px 15px 5px 15px;
  margin: 0;
  box-sizing: border-box;
  text-align: right; }
  .deleteDocumentDiv svg.icon {
    display: inline;
    fill: red;
    width: 20px;
    height: 20px; }

/* ###################################################################### */
.stepsContainer {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .stepsContainer .col {
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 768px) {
      .stepsContainer .col {
        padding-left: 15px;
        padding-right: 15px; } }
    .stepsContainer .col .stepBox {
      display: block;
      text-align: center;
      text-decoration: none;
      font-weight: normal; }
      .stepsContainer .col .stepBox .number {
        display: inline-block;
        width: 3rem;
        height: 3rem;
        line-height: 3rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        background-color: #d7d7d7;
        font-size: 1.5rem;
        font-size: 1.25rem;
        font-weight: bold;
        color: #fff;
        text-align: center;
        margin-bottom: 0.5rem; }
      .stepsContainer .col .stepBox .text {
        display: none;
        font-size: 0.9375rem;
        color: #d7d7d7; }
        @media only screen and (min-width: 768px) {
          .stepsContainer .col .stepBox .text {
            display: block; } }
    .stepsContainer .col.active .stepBox .number {
      background-color: #b0b0b0; }
    .stepsContainer .col.active .stepBox .text {
      color: #b0b0b0; }
    .stepsContainer .col.current {
      flex-grow: 1; }
      .stepsContainer .col.current .stepBox .text {
        color: #e94e00; }

/* ###################################################################### */
.hiddenInputTemplate,
.jsTemplate {
  display: none; }

.formularContainer .formularBox {
  border-bottom: 2px solid #e94e00;
  margin-bottom: 2rem;
  /*
  *	Input Groups (HTML after Textinput)
  */
  /*
  *	Custom Checkboxes and Radios
  */
  /*
  *	Custom Selects
  */
  /*
  *	Context Helper (Circle with "?")
  */ }
  .formularContainer .formularBox .content {
    margin-bottom: 2rem;
    /* CheckOrEdit */ }
    .formularContainer .formularBox .content .checkMode {
      display: none; }
    .formularContainer .formularBox .content .checkOrEditContainer.isCheck .checkMode {
      display: block; }
      .formularContainer .formularBox .content .checkOrEditContainer.isCheck .checkMode.form-row {
        display: flex; }
    .formularContainer .formularBox .content .checkOrEditContainer.isCheck .editMode {
      display: none; }
    .formularContainer .formularBox .content .checkOrEditContainer.isEdit .editMode {
      display: block; }
      .formularContainer .formularBox .content .checkOrEditContainer.isEdit .editMode.form-row {
        display: flex; }
    .formularContainer .formularBox .content .checkOrEditContainer.isEdit .checkMode {
      display: none; }
    .formularContainer .formularBox .content .checkOrEditContainer {
      border-bottom: 2px solid #e94e00;
      margin-bottom: 2rem; }
      .formularContainer .formularBox .content .checkOrEditContainer:last-of-type {
        border-bottom: none; }
    .formularContainer .formularBox .content .checkOrEditSwitcher {
      font-weight: normal;
      text-align: right;
      color: #e94e00;
      padding-right: 0.5rem;
      margin-left: auto;
      margin-bottom: 2rem;
      cursor: pointer; }
      .formularContainer .formularBox .content .checkOrEditSwitcher svg {
        display: inline-block;
        fill: #e94e00;
        width: 1.5rem;
        height: 1.5rem;
        margin-top: -0.25rem; }
    .formularContainer .formularBox .content .hideDiv {
      display: none; }
  .formularContainer .formularBox .is-invalid {
    background-color: #fee;
    border-color: #dc3545; }
  .formularContainer .formularBox label,
  .formularContainer .formularBox .label {
    font-weight: bold; }
    .formularContainer .formularBox label.form-check-label,
    .formularContainer .formularBox .label.form-check-label {
      font-weight: normal;
      font-size: 0.875rem; }
    .formularContainer .formularBox label a,
    .formularContainer .formularBox .label a {
      font-weight: normal; }
  .formularContainer .formularBox .label {
    margin-bottom: 0.25rem; }
  .formularContainer .formularBox small a {
    font-weight: normal; }
  .formularContainer .formularBox .linkDescription {
    color: #e94e00;
    font-weight: 400; }
  .formularContainer .formularBox .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none; }
  .formularContainer .formularBox .input-group .input-group-append .input-group-text {
    background-color: #efefef;
    border-color: #4f4f4f;
    font-size: 0.875rem;
    border-top-right-radius: 1px;
    border-bottom-right-radius: 1px; }
    .formularContainer .formularBox .input-group .input-group-append .input-group-text svg {
      display: inline;
      fill: #4f4f4f;
      width: 1.5rem;
      height: 1.5rem; }
  .formularContainer .formularBox .input-group .input-group-append.withBorder {
    border-left: 1px solid #4f4f4f; }
  .formularContainer .formularBox .custom-control-label {
    padding-left: 0.375rem; }
    .formularContainer .formularBox .custom-control-label:before, .formularContainer .formularBox .custom-control-label:after {
      top: 0.05rem;
      width: 1.25rem;
      height: 1.25rem;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box; }
    .formularContainer .formularBox .custom-control-label:before {
      background-color: #efefef; }
  .formularContainer .formularBox label.nettoValue {
    display: none; }
  .formularContainer .formularBox .importantBox .custom-control-label {
    padding-left: 1.375rem;
    font-size: 16px !important; }
    .formularContainer .formularBox .importantBox .custom-control-label:before, .formularContainer .formularBox .importantBox .custom-control-label:after {
      width: 2rem;
      height: 2rem; }
  .formularContainer .formularBox .custom-radio .custom-control-label:before, .formularContainer .formularBox .custom-radio .custom-control-label:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .formularContainer .formularBox .payment .custom-radio {
    margin-bottom: 1rem; }
    .formularContainer .formularBox .payment .custom-radio .custom-control-label {
      font-size: 1rem;
      font-weight: bold;
      line-height: 48px; }
      .formularContainer .formularBox .payment .custom-radio .custom-control-label img {
        height: 48px; }
      .formularContainer .formularBox .payment .custom-radio .custom-control-label:before, .formularContainer .formularBox .payment .custom-radio .custom-control-label:after {
        top: 0.9rem; }
  .formularContainer .formularBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #efefef; }
  .formularContainer .formularBox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23014f25' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .formularContainer .formularBox .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #efefef; }
  .formularContainer .formularBox .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23014f25'/%3E%3C/svg%3E"); }
  .formularContainer .formularBox .custom-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234f4f4f' viewBox='0 0 1024 1024'%3E%3Cpath d='M562.2,597.6c-28.2,28.2-74.1,28.2-102.3,0L123.3,260.9L21.1,363.2l336.6,336.6c84.6,84.5,222.2,84.5,306.8,0 l336.6-336.6L898.8,260.9L562.2,597.6z'/%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-position: right 0.5rem center; }
  .formularContainer .formularBox .select2-container--default .select2-selection--single {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-transform: normal;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #efefef;
    border-color: #4f4f4f;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%234f4f4f' viewBox='0 0 1024 1024'%3E%3Cpath d='M562.2,597.6c-28.2,28.2-74.1,28.2-102.3,0L123.3,260.9L21.1,363.2l336.6,336.6c84.6,84.5,222.2,84.5,306.8,0 l336.6-336.6L898.8,260.9L562.2,597.6z'/%3E%3C/svg%3E");
    background-size: 1.25rem;
    background-position: right 0.5rem center;
    background-repeat: no-repeat; }
    .formularContainer .formularBox .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding-left: .75rem;
      padding-right: 2.5rem;
      line-height: 38px; }
    .formularContainer .formularBox .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 38px; }
      .formularContainer .formularBox .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }
  .formularContainer .formularBox .contextHelper {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    margin-left: auto;
    margin-top: 0.4rem;
    cursor: help;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.75); }
    .formularContainer .formularBox .contextHelper.nettoValue {
      display: none; }
  .formularContainer .formularBox .form-group > .specialInlineButton {
    margin-top: 1.5rem; }
  .formularContainer .formularBox .form-group p {
    margin-bottom: 0; }
.formularContainer .content .headline {
  font-family: "Optima", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #014f25;
  margin-bottom: 1rem; }
  @media only screen and (min-width: 576px) {
    .formularContainer .content .headline {
      font-size: 2rem; } }
.formularContainer .content .subheadline {
  font-size: 1.25rem;
  font-weight: bold; }
.formularContainer .content .money {
  display: inline-block;
  background-color: transparent;
  font-family: "Optima", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  color: #014f25;
  margin-bottom: 1rem; }
.formularContainer .content .smallBox .subheadline {
  font-size: 1.0rem;
  font-weight: bold;
  margin-bottom: 0.25rem; }
.formularContainer .content .smallBox .money {
  font-size: 1.2rem;
  margin-bottom: 0; }
.formularContainer .content p.small {
  font-size: 0.875rem; }
.formularContainer .content .importantBox {
  border-top: 1px solid #b81015;
  border-bottom: 1px solid #b81015;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .formularContainer .content .importantBox .important {
    position: relative;
    color: #b81015;
    font-weight: bold;
    border-bottom: 1px solid #b81015;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    padding-left: 2rem; }
    .formularContainer .content .importantBox .important a {
      color: #b81015; }
    .formularContainer .content .importantBox .important:after {
      position: absolute;
      top: 0;
      left: 0;
      content: " ";
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b81015' viewBox='0 0 1024 1024'%3E%3Cpath d='M511.89,754.94c-66.91,0-121.14,54.23-121.14,121.14c0,66.9,54.23,121.14,121.14,121.14s121.14-54.24,121.14-121.14C633.04,809.17,578.8,754.94,511.89,754.94z M511.9,936.65c-33.39,0-60.57-27.17-60.57-60.57c0-33.41,27.18-60.57,60.57-60.57s60.57,27.17,60.57,60.57C572.47,909.48,545.29,936.65,511.9,936.65z'/%3E%3Cpath d='M511.89,28.08c-89.21,0-161.52,72.31-161.52,161.52c0,4.17,0.31,8.27,0.62,12.36l40.26,381.16c5.05,62.25,57.08,111.23,120.64,111.23c62.78,0,114.39-47.75,120.53-108.92l0,0l40.24-380.77c0.46-4.96,0.75-9.97,0.75-15.06C673.41,100.39,601.1,28.08,511.89,28.08z M612.4,198.3l-40.25,381.1c-3.11,31-29.01,54.38-60.25,54.38c-31.26,0-57.73-24.41-60.39-57.02l-40.13-379.64c-0.18-2.5-0.44-4.97-0.44-7.51c0-55.66,45.31-100.96,100.97-100.96s100.94,45.3,100.94,100.96C612.84,192.74,612.64,195.85,612.4,198.3z'/%3E%3C/svg%3E");
      width: 1.75rem;
      height: 1.75rem;
      margin-top: 0.375rem; }
  .formularContainer .content .importantBox.noBorder {
    border-top: none;
    border-bottom: none; }
    .formularContainer .content .importantBox.noBorder .important {
      border-bottom: none; }
  .formularContainer .content .importantBox p {
    font-size: 0.875rem; }
.formularContainer .content .downloadBox {
  margin-bottom: 1rem; }
  .formularContainer .content .downloadBox .rubrik {
    color: #014f25;
    font-weight: bold; }
  .formularContainer .content .downloadBox a.download {
    font-weight: normal;
    color: #4f4f4f;
    text-decoration: none; }
.formularContainer .content .apBox {
  margin-bottom: 2rem; }
  .formularContainer .content .apBox .image {
    border: 0.375rem solid #e7e7e7;
    float: left; }
    .formularContainer .content .apBox .image img {
      width: 6.75rem;
      height: auto; }
  .formularContainer .content .apBox .text {
    margin-left: 8.25rem; }
    .formularContainer .content .apBox .text a {
      position: relative;
      text-decoration: none;
      font-weight: normal;
      padding-left: 1.75rem; }
      .formularContainer .content .apBox .text a:after {
        position: absolute;
        top: 0;
        left: 0;
        content: " ";
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23014f25' viewBox='0 0 1024 1024'%3E%3Cpath d='M148.8,376.3c11.4,8,45.7,31.9,102.9,71.5c57.3,39.7,101.1,70.3,131.6,91.7c3.3,2.3,10.5,7.5,21.3,15.3c10.9,7.9,19.9,14.2,27.1,19.1c7.2,4.9,15.9,10.3,26.1,16.3c10.2,6,19.8,10.5,28.9,13.5c9.1,3,17.4,4.5,25.1,4.5h1c7.7,0,16.1-1.5,25.1-4.5c9-3,18.7-7.6,28.9-13.5c10.2-6,18.9-11.5,26.1-16.3c7.2-4.8,16.2-11.2,27.1-19.1c10.9-7.9,18-13,21.4-15.3c30.8-21.4,109.1-75.8,235-163.2c24.4-17.1,44.9-37.7,61.3-61.8c16.4-24.1,24.6-49.4,24.6-75.8c0-22.1-8-41-23.9-56.8c-15.9-15.7-34.7-23.6-56.5-23.6H142.8c-25.8,0-45.6,8.7-59.5,26.1c-13.9,17.4-20.8,39.2-20.8,65.3c0,21.1,9.2,43.9,27.6,68.6C108.4,342.9,128,362.2,148.8,376.3L148.8,376.3z M148.8,376.3'/%3E%3Cpath d='M912.2,430C802.4,504.3,719,562.1,662.1,603.3c-19.1,14.1-34.6,25-46.5,32.9c-11.9,7.9-27.7,15.9-47.4,24.1c-19.8,8.2-38.2,12.3-55.3,12.3h-1c-17.1,0-35.5-4.1-55.3-12.3c-19.7-8.2-35.6-16.2-47.5-24.1c-11.9-7.9-27.4-18.8-46.4-32.9c-45.2-33.1-128.4-90.9-249.6-173.2c-19.1-12.7-36-27.3-50.7-43.7v398.8c0,22.1,7.9,41,23.6,56.8c15.7,15.7,34.7,23.6,56.8,23.6H882c22.1,0,41-7.9,56.8-23.6c15.7-15.7,23.6-34.6,23.6-56.8V386.3C948,402.4,931.2,417,912.2,430L912.2,430z M912.2,430'/%3E%3C/svg%3E");
        width: 1.25rem;
        height: 1.25rem;
        margin-top: 0.125rem; }

#discountCodeBox {
  display: block; }
  #discountCodeBox.noDiscount {
    display: none; }

.select2-hidden-accessible.disabled + .select2::after {
  content: ' ';
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }

.customerArea {
  padding-top: 6rem; }
  @media only screen and (min-width: 768px) {
    .customerArea {
      padding-top: 15rem; } }
  .customerArea .formularContainer .content .headline svg {
    display: inline-block;
    fill: #e94e00;
    width: 2rem;
    height: 2rem;
    margin-top: -0.25rem; }
  .customerArea .formularContainer .content .nav-tabs {
    border-bottom: 2px solid #e94e00;
    margin-bottom: 2rem; }
    .customerArea .formularContainer .content .nav-tabs .nav-item {
      margin-bottom: -2px;
      margin-right: 0.25rem; }
      .customerArea .formularContainer .content .nav-tabs .nav-item.active .nav-link {
        color: #fff;
        background-color: #e94e00;
        border-color: #e94e00; }
    .customerArea .formularContainer .content .nav-tabs .nav-link {
      border: 2px solid #e94e00;
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      font-family: "Optima", sans-serif;
      font-size: 1.25rem;
      font-weight: normal;
      text-decoration: none;
      padding: 0.25rem 1rem; }
    .customerArea .formularContainer .content .nav-tabs .nav-link:hover,
    .customerArea .formularContainer .content .nav-tabs .nav-link.active,
    .customerArea .formularContainer .content .nav-tabs .nav-item.show .nav-link {
      color: #fff;
      background-color: #e94e00;
      border-color: #e94e00; }
  .customerArea .formularContainer .content .hintNoEdit {
    display: none;
    margin-top: -1.5em;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #e94e00; }
    .customerArea .formularContainer .content .hintNoEdit .hintNoEditHl {
      font-weight: bold;
      color: #e94e00; }

@media only screen and (min-width: 768px) {
  body.isHome {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/$colorHomeBg+0,e7e7e7+50,ffffff+51,ffffff+100 */
    background: #fff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e7e7e7 0%, #e7e7e7 50%, #fff 50%, #fff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e7e7e7 0%, #e7e7e7 50%, #fff 50%, #fff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e7e7e7 0%, #e7e7e7 50%, #fff 50%, #fff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colorHomeBg', endColorstr='$colorWhite',GradientType=1 );
    /* IE6-9 */ } }
body.isHome .leftCol .kundenlogin {
  display: none; }
  @media only screen and (min-width: 768px) {
    body.isHome .leftCol .kundenlogin {
      display: block;
      margin-top: 42rem;
      padding-bottom: 1rem;
      margin-right: -15px; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    body.isHome .leftCol .kundenlogin {
      margin-top: 60rem; } }

  @media only screen and (min-width: 992px) {
    body.isHome .leftCol .kundenlogin form.login .btnLogin {
      margin-top: 1.7rem;
      width: 3rem;
      height: 3rem; } }
@media only screen and (min-width: 768px) {
  body.isHome .rightCol .content {
    padding-left: 10px; } }

.language_choose,
.kundenlogin {
  border-bottom: 2px solid #e94e00; }
  .language_choose .headline,
  .kundenlogin .headline {
    color: #014f25;
    text-align: right;
    font-family: "Optima", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e94e00;
    margin-bottom: 1.5rem; }
    .language_choose .headline svg.icon,
    .kundenlogin .headline svg.icon {
      display: inline-block;
      fill: #e94e00;
      width: 2rem;
      height: 2rem;
      margin-top: -6px; }
  .language_choose .link_text,
  .kundenlogin .link_text {
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  .language_choose form.login div.text,
  .kundenlogin form.login div.text {
    padding-left: 2rem; }
  .language_choose form.login .form-control,
  .kundenlogin form.login .form-control {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #efefef; }
  .language_choose form.login .text,
  .language_choose form.login label,
  .language_choose form.login input,
  .language_choose form.login small,
  .kundenlogin form.login .text,
  .kundenlogin form.login label,
  .kundenlogin form.login input,
  .kundenlogin form.login small {
    text-align: right; }
  .language_choose form.login label,
  .kundenlogin form.login label {
    display: block;
    text-transform: uppercase;
    font-weight: bold; }
  .language_choose form.login .btnLogin,
  .kundenlogin form.login .btnLogin {
    margin-top: 1.9rem;
    width: 2.5rem;
    height: 2.5rem; }

.puzzle {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .puzzle .puzzleBox {
    position: relative;
    background-color: #e9e4ce;
    border: 2px solid #a08a58;
    padding: 0.5rem;
    margin-bottom: 4px;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
    .puzzle .puzzleBox .puzzleHeadline {
      text-align: center;
      cursor: pointer; }
      .puzzle .puzzleBox .puzzleHeadline .headline {
        font-family: "Optima", sans-serif;
        font-size: 1.25rem;
        font-weight: bold;
        color: #a08a58;
        margin-bottom: 0.5rem; }
        @media only screen and (min-width: 768px) {
          .puzzle .puzzleBox .puzzleHeadline .headline {
            font-size: 1.5rem; } }
      .puzzle .puzzleBox .puzzleHeadline span {
        font-size: 1rem;
        color: #a08a58; }
    .puzzle .puzzleBox .puzzleContent {
      display: none;
      padding: 0 0.5rem; }
      @media only screen and (min-width: 768px) {
        .puzzle .puzzleBox .puzzleContent {
          padding: 0 0.5rem 2rem; } }
      @media only screen and (min-width: 992px) {
        .puzzle .puzzleBox .puzzleContent {
          padding: 0 4.5rem; } }
      .puzzle .puzzleBox .puzzleContent p {
        text-align: center; }
    .puzzle .puzzleBox.open .puzzleHeadline span {
      display: none; }
    @media only screen and (min-width: 992px) {
      .puzzle .puzzleBox:before, .puzzle .puzzleBox:after {
        position: absolute;
        content: " ";
        z-index: 1;
        width: 51px;
        height: 55px; }
      .puzzle .puzzleBox:before {
        bottom: -9px;
        left: 1rem; }
      .puzzle .puzzleBox:after {
        top: -8px;
        right: 1rem; } }
    .puzzle .puzzleBox:nth-child(1):before {
      background-image: url(../img/puzzle/puzzle_box_br_left.png); }
    .puzzle .puzzleBox:nth-child(2) {
      background-color: #f4a67f;
      border: 2px solid #b81015; }
      .puzzle .puzzleBox:nth-child(2):before {
        background-image: url(../img/puzzle/puzzle_box_rg_left.png); }
      .puzzle .puzzleBox:nth-child(2):after {
        background-image: url(../img/puzzle/puzzle_box_br_right.png); }
      .puzzle .puzzleBox:nth-child(2) .puzzleHeadline .headline,
      .puzzle .puzzleBox:nth-child(2) .puzzleHeadline span {
        color: #b81015; }
      @media only screen and (min-width: 992px) {
        .puzzle .puzzleBox:nth-child(2) .puzzleHeadline .headline {
          padding-left: 4.3rem;
          padding-right: 4.3rem; } }
    .puzzle .puzzleBox:nth-child(3) {
      background-color: #cad7a2;
      border: 2px solid #517e08; }
      .puzzle .puzzleBox:nth-child(3):after {
        background-image: url(../img/puzzle/puzzle_box_rg_right.png); }
      .puzzle .puzzleBox:nth-child(3) .puzzleHeadline .headline,
      .puzzle .puzzleBox:nth-child(3) .puzzleHeadline span {
        color: #517e08; }
      @media only screen and (min-width: 992px) {
        .puzzle .puzzleBox:nth-child(3) .puzzleHeadline .headline {
          padding-left: 4.3rem;
          padding-right: 4.3rem; } }

/*
 O V E R L A Y
*/
div#transDiv {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 19;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  opacity: 0;
  transition: visibility 0s 0s, opacity 0.5s 0.2s; }

div#transDiv.display {
  display: initial;
  opacity: 1;
  transition: visibility 0s 0s, opacity 0.5s 0.2s; }

.overlay {
  position: absolute;
  min-width: 310px;
  min-height: 12em;
  border: 0.1em solid #aaaaaa;
  overflow: hidden;
  text-align: left;
  /* inside of header */
  background-color: white;
  z-index: 20;
  display: none;
  transition: visibility 0s 0.5s, opacity 0.5s;
  padding: 15px;
  padding-top: 20px; }
  .overlay h2 {
    font-size: 24px; }
  .overlay p {
    margin: 0 0 20px 0;
    font-size: 18px; }

.overlay.active {
  display: block; }

.overlay button {
  background-color: transparent;
  border: none; }

.overlay svg {
  width: 20px;
  height: 20px; }

.overlay.error {
  color: #f00;
  border-color: #f00;
  z-index: 10000; }

.overlay.error svg {
  fill: #f00; }

.overlay.notice {
  color: #FFA500;
  border-color: #FFA500; }

.overlay.notice a {
  color: #FFA500;
  text-decoration: none; }

.overlay.notice.allDone {
  color: #84ab1c;
  border-color: #84ab1c; }

.overlay.notice hr {
  color: #FFA500;
  border: solid 1px #FFA500; }

.overlay.notice.allDone hr {
  color: #84ab1c;
  border: solid 1px #84ab1c; }

.overlay.notice svg {
  fill: #FFA500; }

.overlay.notice.allDone svg {
  fill: #84ab1c; }

.overlay.forms {
  color: #636363;
  border-color: #636363; }

.overlay.forms a {
  color: #636363;
  text-decoration: none; }

.overlay.forms button.actionButton {
  border: 1px solid #636363;
  padding: 5px;
  cursor: pointer; }

.overlay.forms.allDone {
  color: #636363;
  border-color: #636363; }

.overlay.forms hr {
  color: #636363;
  border: solid 1px #636363; }

.overlay.forms.allDone hr {
  color: #636363;
  border: solid 1px #636363; }

.overlay.forms svg {
  fill: #636363; }

.overlay.forms.allDone svg {
  fill: #636363; }

.overlay.success {
  color: #84ab1c;
  border-color: #84ab1c;
  z-index: 10000; }

.overlay.success h2#title {
  color: #84ab1c;
  border-color: #84ab1c; }

.overlay.success svg,
svg.active {
  fill: #84ab1c; }

.overlay .close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 20px;
  cursor: pointer; }

.overlay .overlayContent {
  padding: 15px;
  padding-top: 20px; }

.overlay .reports span.success {
  color: #84ab1c; }

.overlay .reports span.error {
  color: #f00; }

.overlay #doneHint {
  text-align: right;
  display: none; }

div.rotate {
  width: 200px;
  height: 200px;
  margin: 20px;
  transform-origin: 50% 50%;
  animation-name: spin;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.overlay#ajaxOverlay {
  left: 50%;
  transform: translate(-50%);
  width: 300px;
  min-width: 300px;
  height: 300px;
  background: transparent;
  border: none; }

#ajaxOverlay svg {
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  fill: #fff; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.leftImage {
  position: relative;
  background-image: url(../img/bg/title_index_mobile_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: cover;
  width: 100%;
  height: 56.25vw;
  margin-top: 5.5rem; }
  body.isContent .leftImage {
    background-image: url(../img/bg/title_step01_bg.jpg); }
  body.isContent .leftImage.details {
    background-image: url(../img/bg/title_content_details_bg.jpg); }

@media only screen and (min-width: 768px) {
  .bgDreieck {
    position: absolute;
    background-image: url(../img/bg/pattern.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 150%;
    height: 100%;
    min-height: 1630px;
    display: none; }

  .leftImage {
    position: absolute;
    background-image: url(../img/bg/title_index_bg.jpg);
    background-position: top right;
    height: 100%;
    margin-top: 0;
    min-height: 1000px; } }
  @media only screen and (min-width: 768px) and (min-width: 768px) {
    .leftImage {
      background-size: 651px auto; } }
  @media only screen and (min-width: 768px) and (min-width: 992px) {
    .leftImage {
      background-size: 828px auto; } }
  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    .leftImage {
      background-size: auto auto; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*
  nav.navbar {
          position: relative;
          height: 0px;
          padding-top: 0;
          padding-bottom: 0;
          a.logoCenter {
                  display: block;
                  margin: 0 auto;
                  position: relative;
                  z-index: 1;
                  @media only screen and (max-width:1199px) {
                          //top: -23px;
                  }
                  img.logo {
                          position: relative;
                          z-index: 1;
                          top: 40px;
                          left: 0;
                          right: 0;
                          margin: 0 auto;
                          max-height: 100%;
                  }
                  &:after {
                          position: absolute;
                          width: 150px;
                          height: 150px;
                          background-color: $colorGreen;
                          -webkit-transform: rotate(45deg) translateX(-52%);
                          transform: rotate(45deg) translateX(-52%);
                          border-radius: 5px;
                          margin: 0 21px;
                          content: "";
                          left: 0;
                          top: 0 !important;
                  }
          }
  }
  */ }
  header .topBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 14; }
    body.modal-open header .topBar {
      display: none; }
    header .topBar .logoClickTag {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 140px;
      height: 80px;
      margin: 0 auto; }
    header .topBar .topBarBox {
      display: flex;
      flex-basis: auto; }
      header .topBar .topBarBox .leftLogo {
        margin-top: 0.875rem;
        display: flex; }
        @media only screen and (min-width: 576px) {
          header .topBar .topBarBox .leftLogo {
            display: none; } }
        header .topBar .topBarBox .leftLogo .iconBox {
          position: relative;
          display: inline-block;
          margin-left: 0.5rem;
          cursor: pointer;
          z-index: 13; }
          header .topBar .topBarBox .leftLogo .iconBox svg {
            width: 1.25rem;
            height: 1.25rem;
            fill: #b0b0b0; }
      header .topBar .topBarBox .rightIcons {
        display: inline-block;
        margin-top: 0.875rem; }
        @media only screen and (min-width: 576px) {
          header .topBar .topBarBox .rightIcons {
            margin-top: 1.0625rem; } }
        @media only screen and (min-width: 768px) {
          header .topBar .topBarBox .rightIcons {
            margin-top: 1.8125rem; } }
        header .topBar .topBarBox .rightIcons .iconBox {
          position: relative;
          display: inline-block;
          margin-left: 0.5rem;
          cursor: pointer;
          z-index: 13; }
          header .topBar .topBarBox .rightIcons .iconBox svg {
            width: 1.25rem;
            height: 1.25rem;
            fill: #b0b0b0; }
          header .topBar .topBarBox .rightIcons .iconBox img {
            width: 1.25rem;
            height: 1.25rem;
            display: block; }
  header .logoContainer {
    /*display: none;
    @media only screen and (min-width:576px) {
            display: block;
    }*/
    position: absolute;
    height: 300px;
    width: 120px;
    left: 0;
    right: 0;
    margin: -130.0009px auto 0;
    z-index: 12; }
    header .logoContainer .cover {
      height: 300px;
      width: 120px;
      overflow: hidden;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
      header .logoContainer .cover .arrow-left {
        position: absolute;
        width: 300px;
        height: 300px;
        left: 60px;
        background-color: #014f25;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 5px;
        margin-left: 5px; }
    header .logoContainer a {
      position: absolute;
      top: 137.00009px;
      left: 0;
      right: 0;
      text-align: center; }
      header .logoContainer a img {
        width: 65px;
        margin-top: 6px; }
        @media only screen and (min-width: 768px) {
          header .logoContainer a img {
            width: auto;
            margin-top: 0; } }
    @media only screen and (min-width: 768px) {
      header .logoContainer {
        margin: -90.0009px auto 0; }
        header .logoContainer a {
          top: 110.00009px; } }

.abdunkler {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: #000; }
  .abdunkler.fade {
    opacity: 0; }
  .abdunkler.show {
    opacity: 0.8; }

.loginContainer {
  background-color: red; }

.menuContainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15; }
  .menuContainer .rollOutLanguageContainer,
  .menuContainer .rollOutProfileContainer {
    display: none;
    overflow: hidden; }
    .menuContainer .rollOutLanguageContainer .language_choose,
    .menuContainer .rollOutLanguageContainer .kundenlogin,
    .menuContainer .rollOutProfileContainer .language_choose,
    .menuContainer .rollOutProfileContainer .kundenlogin {
      border-left: 2px solid #e94e00;
      border-right: 2px solid #e94e00;
      border-bottom: none;
      background-color: #efefef;
      padding: 2rem;
      padding-bottom: 1rem; }
      .menuContainer .rollOutLanguageContainer .language_choose .btnLanguageMenuClose,
      .menuContainer .rollOutLanguageContainer .language_choose .btnProfileMenuClose,
      .menuContainer .rollOutLanguageContainer .kundenlogin .btnLanguageMenuClose,
      .menuContainer .rollOutLanguageContainer .kundenlogin .btnProfileMenuClose,
      .menuContainer .rollOutProfileContainer .language_choose .btnLanguageMenuClose,
      .menuContainer .rollOutProfileContainer .language_choose .btnProfileMenuClose,
      .menuContainer .rollOutProfileContainer .kundenlogin .btnLanguageMenuClose,
      .menuContainer .rollOutProfileContainer .kundenlogin .btnProfileMenuClose {
        position: absolute;
        right: 1.75rem;
        top: -0.5rem;
        padding: 1rem;
        font-size: 2.5rem;
        line-height: 2.5rem;
        z-index: 1;
        cursor: pointer; }
      .menuContainer .rollOutLanguageContainer .language_choose .headline,
      .menuContainer .rollOutLanguageContainer .kundenlogin .headline,
      .menuContainer .rollOutProfileContainer .language_choose .headline,
      .menuContainer .rollOutProfileContainer .kundenlogin .headline {
        font-size: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e94e00;
        margin-bottom: 1rem;
        text-align: left; }
        .menuContainer .rollOutLanguageContainer .language_choose .headline svg.icon,
        .menuContainer .rollOutLanguageContainer .kundenlogin .headline svg.icon,
        .menuContainer .rollOutProfileContainer .language_choose .headline svg.icon,
        .menuContainer .rollOutProfileContainer .kundenlogin .headline svg.icon {
          width: 1.5rem;
          height: 1.5rem;
          margin-top: -6px; }
      .menuContainer .rollOutLanguageContainer .language_choose div.text,
      .menuContainer .rollOutLanguageContainer .kundenlogin div.text,
      .menuContainer .rollOutProfileContainer .language_choose div.text,
      .menuContainer .rollOutProfileContainer .kundenlogin div.text {
        text-align: left;
        padding-left: 0; }
      .menuContainer .rollOutLanguageContainer .language_choose img,
      .menuContainer .rollOutLanguageContainer .kundenlogin img,
      .menuContainer .rollOutProfileContainer .language_choose img,
      .menuContainer .rollOutProfileContainer .kundenlogin img {
        width: 1.5rem;
        height: 1.5rem; }
    .menuContainer .rollOutLanguageContainer .kundenloginBottom,
    .menuContainer .rollOutProfileContainer .kundenloginBottom {
      background-image: url(../img/login.png);
      background-repeat: no-repeat;
      background-position: bottom right;
      width: 100%;
      height: 82px;
      border-left: 2px solid #e94e00; }
      .menuContainer .rollOutLanguageContainer .kundenloginBottom a.specialInlineButton,
      .menuContainer .rollOutProfileContainer .kundenloginBottom a.specialInlineButton {
        text-align: center; }

#shareOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8888; }
  #shareOverlay .shareOverlayContent {
    position: relative;
    margin-top: 3rem;
    padding-top: 6rem;
    text-align: center;
    color: #fff;
    font-size: 1rem; }
    #shareOverlay .shareOverlayContent .btnShareOverlayClose {
      position: absolute;
      right: 0;
      top: -3.5rem;
      padding: 1rem;
      font-size: 2.5rem;
      line-height: 2.5rem;
      cursor: pointer; }
    #shareOverlay .shareOverlayContent .url {
      margin-bottom: 1rem; }
    #shareOverlay .shareOverlayContent h2 {
      color: #fff;
      font-size: 1.25rem;
      margin-bottom: 1.25rem; }
    #shareOverlay .shareOverlayContent img.brief {
      margin-bottom: 1rem; }
    #shareOverlay .shareOverlayContent a.specialInlineButton {
      background-color: #CAD7A2;
      color: #014F25;
      text-align: center;
      border-radius: 1rem;
      cursor: pointer;
      display: inline-block;
      background-image: url(../img/btn_round_arrow.png);
      background-repeat: no-repeat;
      background-position: right center;
      background-size: auto 32px;
      padding: 5px 3rem 5px 1rem;
      margin-bottom: 2rem; }
    #shareOverlay .shareOverlayContent .shareIcons a {
      display: inline-block;
      margin: 0 0.5rem 2rem; }

footer {
  margin-top: 3rem;
  border-top: 0.5rem solid #4f4f4f;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 0.8125rem; }
  footer p.bold {
    font-weight: bold;
    text-transform: uppercase; }
  footer a {
    text-decoration: none;
    font-weight: normal;
    color: #4f4f4f; }
    footer a.ggw {
      color: #014f25;
      font-weight: bold;
      text-transform: uppercase; }

/*# sourceMappingURL=css.css.map */
