:root {
  --primary-color: #e30b13;
  --secondary-colour: #f3f3f3;
  --error-color: #fbd40f;
  --white: white;
  --black: black;
}

/* Error */

label.error {
	display: none !important;
}

input.error {
	background-color:var(--error-color);
}

select.error {
	background-color:var(--error-color);
}

/* Error End */

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f8f8f8;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  color: #00a3e3;
  text-decoration: underline;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.wrapper {
  outline-offset: 0px;
  background-color: #fff;
  border-left: 0 solid #000;
  border-radius: 5px;
  outline: 3px #333;
  width: 450px;
  height: 100%;
  margin: 50px auto;
  padding: 30px 30px 20px;
  box-shadow: 2px 2px 12px -1px #0003;
}

.container {
  height: 100%;
}

.body {
  background-color: #f7f9fc;
  font-family: Droidsans, Arial, Helvetica Neue, Helvetica, sans-serif;
}

.logo {
  aspect-ratio: auto;
  max-width: 100%;
  margin: 0 auto 20px;
  position: static;
}

.infoblock {
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit {
  background-color: var(--primary-color);
  border-radius: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 700;
  box-shadow: 0 2px 5px #0003;
}

.text-field {
  color: #000;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 15px;
}

.field-label {
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 15px;
  font-weight: 600;
}

.div-block {
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.paragraph.title {
  font-family: Rubikdirt, Arial, Helvetica Neue, Helvetica, sans-serif;
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.paragraph.sub-title {
  background-color: var(--secondary-colour);
  color: #333;
  border-radius: 5px;
  margin-top: 30px;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
}

.link {
  color: var(--primary-color);
}

.checkbox-field {
  margin-bottom: 10px;
}

.checkbox-field.under-radio {
  padding-left: 40px;
}

.radio-button-field {
  margin-bottom: 15px;
}

.textarea {
  border-radius: 5px;
}

/* @media screen and (max-width: 479px) {
  .wrapper {
    width: 320px;
    margin-top: 0;
    margin-bottom: 0;
  }*/
  @media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@font-face {
  font-family: 'Rubikdirt';
  src: url('https://apps.mexperts.de/gpseries/assets/fonts/RubikDirt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('https://apps.mexperts.de/gpseries/assets/fonts/DroidSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidsans';
  src: url('https://apps.mexperts.de/gpseries/assets/fonts/DroidSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
