/*
 * 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 */
/* red */
/* grey */
/* opacity .6 */
/* opacity .8 */
/* dunkler Untergrund (Footer, Topline, CTA, ..) */
/* FONT */
/* FONT-FAMILY */
/* Font-Size*/
/* Font-Weight */
/* Special Options */
/* WRAP */
/* SCROLL-TO-TOP */
/* Top-Line */
/* STICKY */
/* PAGE-ASIDE */
/* Aside Links */
/* SECTION / PAGE-CONTENT */
/* BREADCRUMBS */
/*
 * COLS
 */
/* List-View */
/* SEARCH */
/* background-hover */
/* background */
/*
 * NAVIGATION VARIABLES
 */
/*
 * Main
 */
/* General */
/* List-Elements */
/* Related for Level-0 */
/* Related for Level-1 */
/* Related for Level-2 */
/*
 * Mobile Navigation
 */
/* Pagination */
/* Nav-Pageview */
/* Single-Content Navigation */
/*
 * LOGO
 */
/* 
 * FOOTER
 */
.application-form-address ul.form-block-address > li.address-street,
.application-form-address ul.form-block-address > li.address-locality,
.application-form-address ul.form-block-address > li.address-number,
.application-form-address ul.form-block-address > li.address-zip {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.application-form-msg > .default-field {
  margin: 15px 0;
}
.DropZone,
.ImageDropZoneMulti {
  border: 1px dashed #808080;
  border-radius: 5px;
  color: #808080;
  min-height: 70px;
  padding: 2% 5%;
  margin: 1% 0;
  cursor: url('https://www.alphatec-personal.de/images//default/AddCursor.png'), auto;
  text-align: center;
}
.DropZone:hover,
.ImageDropZoneMulti:hover {
  background: #333;
  color: #fff;
  text-shadow: 1px 1px 1px #1a1a1a;
  border: 1px dashed #fff;
}
.DropZone .SelectedFileOverview,
.ImageDropZoneMulti .SelectedFileOverview {
  list-style: none;
}
.UploadBlockScreen {
  background: #000;
  color: #202020;
  font-size: 5vh;
  font-weight: bold;
  height: 100%;
  left: 0;
  opacity: 0.5;
  padding-top: 50vh;
  position: fixed;
  text-align: center;
  text-shadow: 2px 2px 5px #fff;
  top: 0;
  width: 100%;
  z-index: 999;
}
.contact-form-action input.button {
  background: #e3051a;
  color: #fff;
  border-color: #e3051a;
}
.contact-form-action input.button:hover {
  background: #333;
  border-color: #333;
  color: #fff;
}
#upload-list-File {
  margin: 0 0 15px 30px;
}
#upload-list-File li {
  list-style: disc;
}
#upload-list-File li:nth-child(n+2) {
  padding-top: 5px;
}
#upload-list-File li .RemoveFile {
  cursor: pointer;
}
#upload-list-File li .RemoveFile:hover {
  color: #e3051a;
}
