/*

	(c) 2021 KUPFERRAUSCH WERBEAGENTUR // www.kupferrausch.de

	*/
/* ===== global vars ===== */
/* ===== global mixins ===== */
/* ===== general settings & classes ===== */
.no-margin-top {
  margin-top: 0 !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

/* ===== buttons ===== */
.btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -kthtml-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  width: auto;
  font-family: "Open Sans", arial;
  font-size: 0.9rem;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #057d8c;
  border: 0 !important;
  margin: 0;
  padding: 0.4rem 1rem;
  cursor: pointer; }
  .btn:hover {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background-color: #004d5e; }

#trigger-form-application {
  margin-top: 1rem; }

/* ===== spinner ===== */
.spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 99999;
  width: 40px;
  height: 40px;
  color: white;
  margin-top: -20px;
  margin-left: -20px;
  background: #004d5e;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); }

/* ===== application ===== */
#application {
  background: #f5f9f9;
  padding: 2rem;
  margin: 2rem 0 0 0; }
  #application h2.underline {
    border-bottom: 1px solid #c8c8c8 !important; }
  #application .col-50 {
    float: left;
    width: 50%; }
    #application .col-50:first-child {
      padding: 0.5rem 2rem 0.5rem 0;
      border-right: 1px solid #c8c8c8; }
    #application .col-50:last-child {
      padding: 0.5rem 0 0.5rem 2rem; }
  @media only screen and (max-width: 660px) {
    #application {
      padding: 1.75rem 1.5rem 0.5rem 1.5rem; }
      #application .col-50 {
        width: 100%; }
        #application .col-50:first-child {
          padding: 0 0 1rem 0;
          border-right: 0; }
        #application .col-50:last-child {
          padding: 0; } }

/* ===== forms ===== */
#form-messages {
  *zoom: 1;
  display: none;
  color: #505050;
  padding: 0.8rem 1rem;
  margin: 0 auto;
  background: white; }
  #form-messages:before, #form-messages:after {
    content: "";
    display: table; }
  #form-messages:after {
    clear: both; }
  #form-messages .txt {
    width: 100%;
    font-size: 0.9rem;
    line-height: 160%;
    padding: 0.5rem;
    /* prevents slide-jumps of #cf-messages */ }
    #form-messages .txt h3 {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      margin-top: 0;
      margin-bottom: 0.75rem; }
    #form-messages .txt ul {
      list-style-type: square;
      margin-top: 10px; }
      #form-messages .txt ul li {
        margin: 0;
        line-height: 140%; }

.error-message {
  display: inline-block;
  font-size: 0.9rem;
  font-style: italic;
  line-height: 140%;
  color: #787878;
  padding: 0 0.6rem 0 0.5rem;
  margin: 0 0 0.4rem 0; }

.form-wrapper {
  position: relative;
  background: #f5f9f9;
  padding: 2rem 2rem 1rem 2rem;
  margin: 2rem 0 0 0; }
  .form-wrapper #close-form {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.25rem;
    line-height: 100%;
    color: white;
    padding: 0.3rem 0.75rem 0.4rem;
    background-color: #aaa;
    cursor: pointer; }
    .form-wrapper #close-form:hover {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -kthtml-transition: all 0.2s linear;
      transition: all 0.2s linear;
      color: white;
      background: #004d5e; }
  .form-wrapper .required-notice {
    font-size: 0.8rem; }
  .form-wrapper h2.underline {
    border-bottom: 1px solid #c8c8c8 !important; }
  .form-wrapper h4 {
    text-transform: uppercase;
    letter-spacing: 1px; }
    .form-wrapper h4.form-sec-hl {
      margin-top: 3rem;
      padding-top: 3rem;
      border-top: 1px solid #c8c8c8; }
  .form-wrapper .form-row {
    *zoom: 1;
    margin: 0 0 1rem 0; }
    .form-wrapper .form-row:before, .form-wrapper .form-row:after {
      content: "";
      display: table; }
    .form-wrapper .form-row:after {
      clear: both; }
    .form-wrapper .form-row .form-cell {
      float: left;
      width: 100%; }
      .form-wrapper .form-row .form-cell.fc-50 {
        width: 50%; }
        .form-wrapper .form-row .form-cell.fc-50:first-child {
          padding: 0 1rem 0 0; }
        .form-wrapper .form-row .form-cell.fc-50:last-child {
          padding: 0 0 0 1rem; }
      .form-wrapper .form-row .form-cell .form-label label {
        font-size: 0.8rem; }
      .form-wrapper .form-row .form-cell .form-field input,
      .form-wrapper .form-row .form-cell .form-field select,
      .form-wrapper .form-row .form-cell .form-field textarea {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
        float: left;
        width: 100%;
        height: 2rem;
        font-family: "Open Sans", arial;
        font-size: 0.9rem;
        color: #787878;
        background-color: white;
        padding: 0.2rem 0.3rem;
        border: 1px solid #c8c8c8; }
        .form-wrapper .form-row .form-cell .form-field input:hover,
        .form-wrapper .form-row .form-cell .form-field select:hover,
        .form-wrapper .form-row .form-cell .form-field textarea:hover {
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -kthtml-transition: all 0.2s linear;
          transition: all 0.2s linear;
          border-color: #057d8c; }
        .form-wrapper .form-row .form-cell .form-field input:focus,
        .form-wrapper .form-row .form-cell .form-field select:focus,
        .form-wrapper .form-row .form-cell .form-field textarea:focus {
          -webkit-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -kthtml-transition: all 0.2s linear;
          transition: all 0.2s linear;
          color: #010101;
          background-color: white;
          border-color: #057d8c; }
        .form-wrapper .form-row .form-cell .form-field input[type="checkbox"],
        .form-wrapper .form-row .form-cell .form-field select[type="checkbox"],
        .form-wrapper .form-row .form-cell .form-field textarea[type="checkbox"] {
          float: left;
          width: auto !important;
          height: 1rem;
          margin-top: 3px;
          margin-right: 0.5rem; }
          @media only screen and (max-width: 480px) {
            .form-wrapper .form-row .form-cell .form-field input[type="checkbox"],
            .form-wrapper .form-row .form-cell .form-field select[type="checkbox"],
            .form-wrapper .form-row .form-cell .form-field textarea[type="checkbox"] {
              margin-top: 7px; } }
        .form-wrapper .form-row .form-cell .form-field input[type="submit"],
        .form-wrapper .form-row .form-cell .form-field select[type="submit"],
        .form-wrapper .form-row .form-cell .form-field textarea[type="submit"] {
          float: right;
          display: inline-block;
          width: auto;
          font-family: "Open Sans", arial;
          font-size: 0.9rem;
          color: white;
          text-align: center;
          text-transform: uppercase;
          background-color: #057d8c;
          border: 0 !important;
          margin: 0;
          padding: 0.4rem 1rem;
          cursor: pointer; }
          .form-wrapper .form-row .form-cell .form-field input[type="submit"]:hover,
          .form-wrapper .form-row .form-cell .form-field select[type="submit"]:hover,
          .form-wrapper .form-row .form-cell .form-field textarea[type="submit"]:hover {
            color: white;
            background: #004d5e; }
          .form-wrapper .form-row .form-cell .form-field input[type="submit"]:active,
          .form-wrapper .form-row .form-cell .form-field select[type="submit"]:active,
          .form-wrapper .form-row .form-cell .form-field textarea[type="submit"]:active {
            color: white;
            background: #505050; }
      .form-wrapper .form-row .form-cell .form-field select:active, .form-wrapper .form-row .form-cell .form-field select:focus {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      .form-wrapper .form-row .form-cell .form-field textarea {
        height: 100px; }
      .form-wrapper .form-row .form-cell.required .form-label label {
        font-weight: bold; }
        .form-wrapper .form-row .form-cell.required .form-label label:after {
          content: ' *'; }
      .form-wrapper .form-row .form-cell.required .form-field input,
      .form-wrapper .form-row .form-cell.required .form-field select,
      .form-wrapper .form-row .form-cell.required .form-field textarea {
        border-left: 3px solid #057d8c; }
      .form-wrapper .form-row .form-cell p {
        font-family: "Open Sans", arial;
        font-size: 0.9rem;
        color: #787878;
        margin-top: 0; }
  @media only screen and (max-width: 660px) {
    .form-wrapper {
      padding: 1.75rem 1.5rem 0.5rem 1.5rem; }
      .form-wrapper #close-form {
        font-size: 1.2rem;
        padding: 0.3rem 0.5rem 0.4rem; }
      .form-wrapper .form-row .form-cell {
        float: none; }
        .form-wrapper .form-row .form-cell.fc-50 {
          width: 100%; }
          .form-wrapper .form-row .form-cell.fc-50:first-child {
            padding: 0;
            margin: 0 0 1rem 0; }
          .form-wrapper .form-row .form-cell.fc-50:last-child {
            padding: 0; } }

#form-application {
  display: none; }

/* ===== plugins: dropzone ===== */
.dz-preview {
  background: #ccc;
  padding: 0.5rem;
  margin-top: 1rem; }

#semdate-previewtemplate {
  display: none; }

ul#semdate-upload-errors {
  background: #e5e5e5;
  margin: 0;
  margin-top: 1.5rem; }
  ul#semdate-upload-errors li {
    padding: 0.5rem 0.75rem; }
    ul#semdate-upload-errors li .fa {
      color: #ae0836;
      margin-right: 0.5rem; }

#semdate-uploadprogress .dz-details .dz-size {
  display: inline;
  color: #fff; }

#semdate-uploadprogress .dz-details .dz-progress-text {
  position: relative;
  float: right;
  width: 15%;
  color: #fff;
  text-align: right; }
  #semdate-uploadprogress .dz-details .dz-progress-text .dz-progress-value {
    margin-right: 25px; }

#semdate-uploadprogress .dz-details .dz-progress-spinner {
  display: block;
  top: calc(50% - 0.35rem);
  right: 0; }

#semdate-uploadprogress .dz-details .dz-filename {
  float: left;
  width: 80%;
  color: #fff; }

#semdate-uploadprogress span.dz-upload {
  display: block;
  height: 10px !important;
  background: #aaa;
  margin-top: 0.5rem; }

#semdate-downloads-list {
  display: none;
  background: white;
  padding: 0.5rem 1.25rem; }
  #semdate-downloads-list #semdate-file-list {
    width: 100%;
    border-collapse: collapse; }
    #semdate-downloads-list #semdate-file-list tr {
      border-bottom: 1px solid #ddd; }
      #semdate-downloads-list #semdate-file-list tr .file-name {
        font-size: 0.8rem;
        font-weight: bold;
        padding: 0.5rem; }
      #semdate-downloads-list #semdate-file-list tr .file-delete {
        text-align: right;
        padding: 0.5rem; }
        #semdate-downloads-list #semdate-file-list tr .file-delete span {
          font-size: 0.8rem;
          color: #057d8c;
          cursor: pointer; }
          #semdate-downloads-list #semdate-file-list tr .file-delete span i {
            margin-right: 0.3rem; }
          #semdate-downloads-list #semdate-file-list tr .file-delete span:hover {
            color: #004d5e; }
      #semdate-downloads-list #semdate-file-list tr:last-child {
        border-bottom: none; }

#dropzone-wrapper {
  margin: 0.5rem 0 0 0; }
  #dropzone-wrapper .dropzone {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 70px;
    height: 70px;
    background: #eee;
    padding: 0 20px;
    border: 2px dashed #bbb; }
    #dropzone-wrapper .dropzone .dz-message {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -kthtml-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      display: block;
      font-size: 0.9rem;
      line-height: 140%;
      text-align: center;
      color: #bbb;
      margin: 0; }
    #dropzone-wrapper .dropzone.dz-drag-hover, #dropzone-wrapper .dropzone:hover {
      -webkit-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -kthtml-transition: all 0.2s linear;
      transition: all 0.2s linear;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
      background: white;
      border: 2px dashed #057d8c; }
      #dropzone-wrapper .dropzone.dz-drag-hover .dz-message, #dropzone-wrapper .dropzone:hover .dz-message {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -kthtml-transition: all 0.2s linear;
        transition: all 0.2s linear;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #666; }
  @media only screen and (max-width: 660px) {
    #dropzone-wrapper .dropzone {
      height: 60px; } }

i.fa.fa-spin {
  display: none;
  position: absolute;
  top: calc(50% - 0.5rem);
  right: 0.5rem;
  font-size: 1rem; }
