body {background-color:#000; color:#fff; width:100%;}
h2 {color:#e30613; font-family:'HeadlineFont', sans-serif};
a {color:#fff; display:block;}
a:hover {color:#fff; text-decoration:none;}
.logo {z-index:200;}
main {padding-top:60px; padding-bottom:80px;}

@media (min-width: 1600px) {
	.container {
		max-width: 1600px;
	}
}


.navigation.navService {position:relative;}
.hinweisText {font-size:0.9em; margin-top:40px;}
.registerText {text-transform:uppercase; font-size:1.3em; font-weight:bold; margin-top:40px; margin-bottom:40px;}
#serialForm {margin:0px auto;}
#serialForm input {
  width: 50%;
  border-radius: 30px;
  padding: 6px;
  border: 2px solid #e30613;
}
.submitButton {
  display:block;
  background-color: #e30613;
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.suggestion-box {
  border: 2px solid #e30613;
  max-height: 200px;
  overflow-y: auto;
  display: none;
  background: #fff;
  color:#000;
  z-index: 1000;
  width:50%;
  border-radius:30px;
}
.suggestion-box div {
  padding: 8px;
  cursor: pointer;
}
.bigText {font-size:2em; margin-bottom:20px;}
.serviceBoxen {margin-top:40px;}
.boxenDiv {text-align:center;}
.serviceContainer .registerText {margin-bottom:10px;}
.serviceButton {margin-top:20px;}
.ersatzButton {margin-top:20px;}
.aButton {margin-top:20px; display:block; width:100%; text-align:center;}
.submitButton {width:100%;}
.registerFormDiv .submitButton {width:50%;}
/*.buttonBox {
  flex-direction:column;
  justify-content:center;
  align-items:start;
  display:flex;
}*/
.ersatzForm input {
  border-radius: 30px;
  padding: 6px;
  border: 2px solid #e30613;
  width:100%;
}
.message .submitButton {background-color:transparent;}
.ersatzForm label {width:100%;}
.ersatzForm textarea {
  border-radius: 30px;
  padding: 6px;
  border: 2px solid #e30613;
  width:100%;
}
.anfrageForm {
  width:100%;
  flex-direction:column;
  justify-content:center;
  align-items:start;
  display:flex;
}
.formBox h2 {margin-bottom:60px;}
.formBoxDiv {margin-bottom:30px;}
.formBoxDiv label {margin-bottom:10px;}
.ersatzForm .upload {background-color:#fff; color:#000; padding:60px;}
.formBoxDiv .submitButton {width:auto; float:right;}
.boxDivUnder p {
  font-size:0.8em;
  flex-direction: column;
  justify-content: end;
  display: flex;
  height:100%;
}
.boxDivUnder {margin-top:40px;}
.upload-label {
  display: inline-block;
  width: 100%;
  padding: 60px;
  background-color: #fff;
  color: #000;
  border: 2px solid #e30613;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin-top: 6px;
  border-radius:30px;
}
.file-name-display {margin-top: 2px; font-size: 0.95em; color: #fff; font-style: italic;}
.upload-label i {font-size:1.8em; margin-bottom:10px;}
.moreButton {background-color:transparent; color:#e30613; border:none;}
.checkBoxDiv {display:flex; margin-top:20px; margin-bottom:60px;}
.checkBoxDiv input {width:25px; height:25px; margin-right:20px;}
.checkBoxDiv label {width:auto;}
.custom-checkbox {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  display: inline-block;
  line-height: 22px;
}
.custom-checkbox input {position: absolute; opacity: 0; cursor: pointer;}
.custom-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  border: 2px solid #e30613;
  background-color: #fff;
  box-sizing: border-box;
}
.custom-checkbox input:checked ~ .checkmark {background-color: #e30613; border-color: #e30613;}
.custom-checkbox .checkmark:after {content: ""; position: absolute; display: none;}
.custom-checkbox input:checked ~ .checkmark:after {display: block;}
.custom-checkbox .checkmark:after {
  left: 6px;
  top: 0px;
  width: 9px;
  height: 16px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.message a {color:#e30613;}
.message a:hover {color:#e30613;}
.message i {color:#e30613;}
.zusatzLinks {margin-top:20px;}
.zusatzLinks .submitButton {display:inline-block; margin-right:25px; width:auto;}
.overMenuDiv a {display:inline;}
.boxButton {margin-top:40px;}
.servicePartner a {margin-top:5px; display:inline;}
.servicePartner p {margin-bottom:5px; width:fit-content;}
.machineDiv p {margin-bottom:5px;}
.schadenBoxDiv {margin-top:20px;}
header {position:relative;}
.registerText.abstandNo {margin-top:0px;}

/*### Upload CSS ###*/
.csvUploadForm {color:#fff; margin-top:20px;}
.csvUploadForm button {
  background-color: #e30613;
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.csvUploadForm input {display:block; border:1px solid #e30613; padding:5px; margin-bottom:20px;}
.csvUploadDiv h2 {margin-bottom:40px;}
#uploadResult {margin-top:10px; font-weight:bold;}

.csvUploadFormCodes {color:#fff; margin-top:20px;}
.csvUploadFormCodes button {
  background-color: #e30613;
  color: #fff;
  border: none;
  padding: 10px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  text-transform: uppercase;
}
.csvUploadFormCodes input {display:block; border:1px solid #e30613; padding:5px; margin-bottom:20px;}
.csvUploadDivCodes h2 {margin-bottom:40px;}
#uploadResultCodes {margin-top:40px; font-weight:bold;}
.csvUploadDiv p {margin-bottom:20px;}


/*### Mobil ###*/
@media (max-width:991px) {
  h2 {font-size:3em;}
  .registerFormDiv .submitButton {width:100%;}
  #serialForm input {width:100%;}
  .overMenuDiv {display:block; font-size:0.7em;}
  .logo {display:block;}
  .sprachenDiv {display:block;}
  .logo {width:200px;}
  .overMenuDiv a {float:left; display:inline;}
  .navigation a {margin-left:0px; margin-right:10px; padding-left:5px; padding-right:5px;}
  .registerText {font-size:1em;}
  main {padding-top:20px; padding-bottom:40px;}
  .registerText {margin-top:20px; margin-bottom:20px;}
  .suggestion-box {width:100%;}
  .upload-label {padding:15px;}
  .formBoxDiv .submitButton {float:left;}
  .boxDivUnder {margin-top:0px;}
  .boxDivUnder .aButton {margin-top:0px;}
  .formBoxDiv {margin-top:0px; margin-bottom:20px;}
  .zusatzLinks {margin-top:40px;}
  #upload-wrapper {margin-bottom:25px;}
  .formBox h2 {margin-bottom:20px; font-size:3em;}
  .checkBoxDiv {margin-bottom:35px;}
  .boxButton {margin-top:40px;}
  .weitereDiv .aButton {margin-top:0px; margin-bottom:20px;}
  .schadenBoxDiv {margin-top:0px;}
}