/* ------------------------------------------------------------------------------------- */
/* Variablen für CI-Vorgaben */
/* ------------------------------------------------------------------------------------- */
/* Schriften */
/* Farben */
/* lod = light on dark */
/* Rahmen */
/* Maße */
.ci_radius {
  border-radius: 3px;
}
.AWOfferWrap {
  background: none;
  padding-left: 0;
  padding-right: 0;
}
.AWOfferWrap ::-webkit-input-placeholder {
  color: white;
  opacity: 0;
}
.AWOfferWrap :-moz-placeholder {
  color: white;
  opacity: 0;
}
.AWOfferWrap ::-moz-placeholder {
  color: white;
  opacity: 0;
}
.AWOfferWrap :-ms-input-placeholder {
  color: white;
  opacity: 0;
}
.AWOfferWrap input:not([type="checkbox"]):not([type="radio"]):focus-visible,
.AWOfferWrap select:focus-visible,
.AWOfferWrap textarea:focus-visible,
.AWOfferWrap button:focus-visible,
.AWOfferWrap a:focus-visible {
  outline: 2px solid #262637;
}
.AWOfferWrap * {
  box-sizing: border-box;
}
.AWOfferWrap h2 {
  font-weight: normal;
  padding: 2rem 0;
}
.AWOfferWrap section {
  background: white;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 2rem;
}
.AWOfferWrap section .sk-circle {
  width: 4rem;
  height: 4rem;
  margin: 4rem auto;
}
.AWOfferWrap article h3 {
  margin: 0 0 40px;
  padding: 0;
  font-size: 1.125rem;
  font-weight: bold;
}
.AWOfferWrap article h3:not(:first-child) {
  margin-top: 40px;
}
.AWOfferWrap article h3 + p:not(.AWMandatoryText) {
  font-size: 0.75rem;
  margin-top: -30px;
}
.AWOfferWrap article h3 + p:not(.AWMandatoryText) + .AWSelect {
  margin-top: 40px;
}
.AWOfferWrap article h3 + label {
  margin-top: 0!important;
}
.AWOfferWrap .AWLinks {
  display: none;
}
.AWOfferWrap a:not(.btn) {
  text-decoration: underline;
}
.AWOfferWrap .forreader {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 0;
}
h1 + .AWOfferWrap h2 {
  padding-top: 0;
}
.AWProgress {
  text-align: right;
  height: 0.875rem;
  display: flex;
  align-items: center;
  margin: 25px 0 15px !important;
  padding: 0!important;
}
.AWProgress strong {
  margin-left: auto;
}
.AWProgress > span {
  width: calc(100% - 80px);
  background: white;
  height: 0.875rem;
  display: flex;
  overflow: hidden;
  border-radius: 0.5rem;
}
.AWProgress span span {
  background: #c71418;
  height: 100%;
}
.AWTwoThird {
  max-width: 40rem;
  margin: 0 auto;
  min-height: 12rem;
}
.AWTwoThird .AWInput,
.AWTwoThird input[class*="AWCustomer"] {
  border: 1px solid #ccccd4;
  border-radius: 3px;
}
.AWTwoThird p,
.AWTwoThird ul {
  padding-top: 0;
}
.AWTwoThird ul {
  margin-top: 40px;
}
.AWTwoThird ul li {
  margin-top: 10px;
  padding-left: 2rem;
}
.AWTwoThird ul input {
  float: left;
  margin-left: -1.75rem;
  margin-top: 0.25rem;
  /*width: 1.25rem; height: 1.25rem; border-color:@bg_medi2;*/

}
.AWTwoThird ul input + label:before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #9999a3;
  box-sizing: border-box;
  float: left;
  margin-left: -2rem;
  background: white;
}
.AWTwoThird ul label {
  line-height: 1.25rem;
}
.AWTwoThird ul p {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.AWTwoThird > input,
.AWTwoThird select {
  height: 2.625rem;
}
.AWTwoThird > input,
.AWTwoThird select,
.AWTwoThird textarea {
  width: 100%;
  font-size: 0.875rem;
  padding: 0.75rem 0.625rem;
  color: #262637;
}
.AWTwoThird input:checked + label:before {
  border-color: #c71418;
  background: #c71418;
}
.AWTwoThird input[type="radio"] + label:before {
  border-radius: 50%;
}
.AWTwoThird input[type="radio"]:checked + label:before {
  box-shadow: inset 0 0 0 3px white;
}
.AWTwoThird input[type="radio"]:focus-visible + label:before {
  outline: 2px solid #262637;
  border-radius: 50%;
}
.AWTwoThird input[type="checkbox"] + label:before {
  border-radius: 3px;
}
.AWTwoThird input[type="checkbox"]:checked + label:before {
  content: "\e60f";
  font-family: "tb_font", sans-serif;
  font-size: 1rem;
  color: white;
  padding-left: 0.0625rem;
  line-height: 1.125rem;
}
.AWTwoThird input[type="checkbox"]:focus-visible + label:before {
  outline: 2px solid #262637;
  border-radius: 3px;
}
.AWTwoThird .AWSelect {
  position: relative;
  z-index: 0;
}
.AWTwoThird .AWSelect:before {
  content: "\e657";
  font-family: 'tb_font', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.1875rem;
  bottom: 0.1875rem;
  height: 2.25rem;
  width: 2.375rem;
  background: white;
  pointer-events: none;
  border-radius: 2px;
}
.AWTwoThird textarea {
  resize: vertical;
  height: 6.75rem;
}
.AWTwoThird .AWTinySub {
  font-size: 0.75rem;
  line-height: 1rem;
  float: left;
  background: white;
  padding: 0 0.25rem;
  margin: 0.75rem 0 -0.5rem 0.375rem;
  position: relative;
  z-index: 1;
}
.AWTwoThird .AWError {
  color: #c71418;
}
.AWTwoThird .AWError + input,
.AWTwoThird .AWError + select,
.AWTwoThird .AWError + textarea {
  color: #c71418;
  border-color: #c71418;
}
.AWTwoThird label[class*="AWCompleted"],
.AWTwoThird [class*="AWCustomerStreet"],
.AWTwoThird [class*="AWCustomerHouseNumber"] {
  display: none;
}
.AWTwoThird span[class*="AWCompleted"] {
  float: left;
  margin-bottom: 0.125rem;
}
.AWTwoThird span.AWCompletedName,
.AWTwoThird span.AWCompletedStreet,
.AWTwoThird span.AWCompletedZip,
.AWTwoThird span.AWCompletedPhone,
.AWTwoThird span.AWCompletedEmail,
.AWTwoThird span.AWCompletedEmail + p {
  clear: both;
  margin-right: 0.25rem;
}
.AWTwoThird span.AWCompletedFirstname,
.AWTwoThird span.AWCompletedCity,
.AWTwoThird span.AWCompletedEmail {
  margin-bottom: 1rem;
}
.AWTwoThird img[class*="AW"],
.AWTwoThird .AWServiceInfo,
.AWTwoThird .AWLinks {
  display: none;
}
.AWTwoThird .AWCustomerMsg {
  margin-top: 1rem;
  font-weight: bold;
  color: #c71418;
}
.AWTwoThird .AWDisclaimer {
  margin-top: 40px;
}
.AWTwoThird .AWMandatoryText {
  margin-bottom: 30px;
}
.AWTwoThird .AWDankeText {
  padding-top: 3.5rem;
}
.AWTwoThird .AWDankeText + p {
  font-size: 100%;
  margin-top: 1rem;
}
.AWBtnPanel {
  margin-top: 40px;
  display: flex;
}
.AWBtnPanel button {
  height: 42px;
  padding: 1px 15px;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #e1e1e7;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-size: 0.75rem;
  width: 50%;
  color: #262637;
}
.AWBtnPanel button:first-child {
  margin-right: 0.5rem;
}
.AWBtnPanel button[disabled] {
  opacity: 0.25;
  cursor: default;
}
.AWBtnPanel button + button {
  margin-left: 0.5rem;
}
.AWBtnPanel [class*="Submit"] {
  background: #177b00;
  color: white;
}
.AWFeatures {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  width: 100%;
}
.AWFeatures li {
  white-space: nowrap;
  padding-left: 2rem;
  line-height: 1.5rem;
}
.AWFeatures li:not(:last-child) {
  padding-right: 20px;
}
.AWFeatures li:before {
  content: "\e60f";
  font-family: "tb_font", sans-serif;
  font-size: 1.375rem;
  float: left;
  margin-left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #262637;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5rem;
  padding-right: 0.0625rem;
  box-sizing: border-box;
}
.AWFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.AWFooter .AWLinks {
  margin-left: 0.75rem;
  padding-left: 0.75rem;
  border-left: 0.062rem solid #262637;
}
.AWFooter .AWfurtherInformations {
  display: none;
}
@media screen and (max-width: 1023px) {
  .AWFeatures {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .AWFeatures li {
    margin-bottom: 0.75rem;
    padding-right: 2.5rem!important;
  }
}
@media screen and (max-width: 599px) {
  #AWCategoryButton {
    width: 100%;
    margin: 0;
  }
}
