.element3cols.flex-mode {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
}
.element3cols.flex-mode > div {
  display: block;
  float: none !important;
  margin: 0;
  width: 31.333%;
}
@media (max-width: 768px) {
  .element3cols.flex-mode > div {
    width: 100%;
    margin-bottom: 20px;
  }
}
.element3cols.flex-mode > div > .frame {
  height: 100%;
  margin: 0;
}
.bd-teaser-bild-text-badge {
  height: 100%;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner {
  position: relative;
  height: 100%;
  background: #fff;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .badge {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 55px;
  height: 55px;
  font-family: "Open Sans SmBd Cnd";
  font-size: 35px;
  font-weight: 600;
  line-height: 56px;
  color: #fff;
  text-align: center;
  background: #0F3068;
  border-radius: 100px;
  transform-origin: top left;
  transform: scale(0.95);
}
@media (max-width: 1079px) {
  .bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .badge {
    transform: scale(0.7);
  }
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .bd-responsiveimage img {
  margin-top: 0;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .text-wrapper {
  padding: 0 30px 10px 30px;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .text-wrapper h4 {
  margin: 7px 0 5px 0;
  padding-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
  color: #0F3068;
  border: none;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .text-wrapper p {
  margin-top: 12px;
  font-family: "Open Sans Regular";
  font-size: 16px;
  line-height: 1.5;
  color: #0F3068;
}
.bd-teaser-bild-text-badge .bd-teaser-bild-text-badge-inner .text-wrapper p img {
  float: right;
  width: auto;
  max-width: 112px;
  height: auto;
  margin: -15px 0 0 15px;
}
.gewinncode .code--btn-arrow {
  position: relative;
  left: 0;
  display: inline;
  width: 0;
  height: 1em;
  padding-left: 18px;
  margin-left: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.244' height='16.397' viewBox='0 0 18.244 16.397'%3E%3Cpath id='Pfad_11' data-name='Pfad 11' d='M685.334,377.622l-1.429,1.419,5.64,5.641H675.373v1.994h14.172l-5.64,5.642,1.429,1.419,8.042-8.06Z' transform='translate(-675.273 -377.48)' fill='%23fff' stroke='%23fff' stroke-width='0.2'/%3E%3C/svg%3E%0A");
  transition: left 0.2s;
}
.gewinncode .code--btn-arrow-blue {
  position: relative;
  left: 0;
  display: inline;
  width: 0;
  height: 1em;
  padding-left: 18px;
  margin-left: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.244' height='16.397' viewBox='0 0 18.244 16.397'%3E%3Cpath id='Pfad_11' data-name='Pfad 11' d='M685.334,377.622l-1.429,1.419,5.64,5.641H675.373v1.994h14.172l-5.64,5.642,1.429,1.419,8.042-8.06Z' transform='translate(-675.273 -377.48)' fill='%233BA5DA' stroke='%233BA5DA' stroke-width='0.2'/%3E%3C/svg%3E%0A");
  transition: left 0.2s;
}
.gewinncode .gewinncode--codeform {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 41px 50px;
  margin-bottom: 80px;
  background: #0F3068;
}
@media (max-width: 1400px) {
  .gewinncode .gewinncode--codeform {
    flex-wrap: wrap;
  }
}
@media (max-width: 620px) {
  .gewinncode .gewinncode--codeform {
    padding: 30px 20px;
  }
}
.gewinncode .gewinncode--codeform .codeform--img {
  width: 118px;
  min-width: 118px;
  max-width: 118px;
  height: 130px;
  background: url(..//media/img/gewinncode_2021/form-deckel.png) left center no-repeat;
  background-size: contain;
}
@media (max-width: 920px) {
  .gewinncode .gewinncode--codeform .codeform--img {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.gewinncode .gewinncode--codeform .codeform--msg {
  max-width: 450px;
  margin: 0 30px;
  font-family: "Open Sans SmBd Cnd";
  font-size: 29px;
  line-height: 32px;
  color: #fff;
}
@media (max-width: 1400px) {
  .gewinncode .gewinncode--codeform .codeform--msg {
    max-width: 35%;
    margin: 0 15px;
  }
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .codeform--msg {
    max-width: calc(100% - 70px);
    margin: 0 0 0 20px;
    font-size: 20px;
    line-height: 24px;
  }
}
.gewinncode .gewinncode--codeform .codeform--msg b {
  font-family: "Open Sans SmBd Cnd";
  font-weight: 800;
}
.gewinncode .gewinncode--codeform .codeform--spacer {
  width: 10%;
}
@media (max-width: 1400px) {
  .gewinncode .gewinncode--codeform .codeform--spacer {
    width: 0;
  }
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .codeform--spacer {
    width: 100%;
  }
}
.gewinncode .gewinncode--codeform .codeform--input {
  width: 50%;
  max-width: 400px;
  min-width: 300px;
}
@media (max-width: 1400px) {
  .gewinncode .gewinncode--codeform .codeform--input {
    width: 40%;
    min-width: 256px;
  }
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .codeform--input {
    width: 100%;
    max-width: 100%;
  }
}
.gewinncode .gewinncode--codeform .codeform--input input {
  width: 100%;
  height: 72px;
  font-family: "Open Sans SmBd Cnd";
  font-size: 29px;
  line-height: 39px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border: 3px dashed #3BA5DA;
  background: none;
  outline: none;
  box-shadow: none;
  box-sizing: border-box;
}
.gewinncode .gewinncode--codeform .codeform--input input::placeholder {
  text-transform: none !important;
  color: #fff;
  opacity: 0.33;
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .codeform--input input {
    width: calc(100% - 20px);
    margin: 30px 10px;
  }
}
@media (max-width: 1400px) {
  .gewinncode .gewinncode--codeform .codeform--btn {
    width: 100%;
    text-align: right;
  }
}
.gewinncode .gewinncode--codeform .codeform--btn button {
  height: 72px;
  padding: 0 40px;
  margin-left: 10px;
  font-family: "Open Sans Cnd";
  font-size: 28px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  border: 3px solid #3BA5DA;
  background: #3BA5DA;
  transition: background 0.2s, border 0.2s;
}
.gewinncode .gewinncode--codeform .codeform--btn button.is-valid {
  background: #B80219;
  border-color: #B80219;
}
.gewinncode .gewinncode--codeform .codeform--btn button:active [class*="code--btn-arrow"],
.gewinncode .gewinncode--codeform .codeform--btn button:focus [class*="code--btn-arrow"],
.gewinncode .gewinncode--codeform .codeform--btn button:hover [class*="code--btn-arrow"] {
  left: 5px;
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .codeform--btn button {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
}
.gewinncode .gewinncode--codeform .tests {
  position: absolute;
  right: 6em;
  bottom: 1.5em;
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .tests {
    right: 5.5em;
    bottom: 12px;
  }
}
.gewinncode .gewinncode--codeform .tests .test {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 10px;
  color: #fff;
  background: #B80219;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .gewinncode .gewinncode--codeform .tests .test {
    opacity: 0.5;
  }
}
.gewinncode .gewinncode--codeform .tests .test:hover {
  opacity: 1;
}
.fancybox-gewinncode {
  width: 750px !important;
  max-width: calc(100vw - 20px) !important;
  box-shadow: none;
  overflow: auto !important;
}
.fancybox-gewinncode .fancybox-skin,
.fancybox-gewinncode .fancybox-outer,
.fancybox-gewinncode .fancybox-inner {
  width: 100% !important;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
html.page-codedialog {
  scrollbar-width: thin;
}
html.page-codedialog::-webkit-scrollbar {
  width: 7px;
  background-color: #f0f0f0;
}
html.page-codedialog::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}
html.page-codedialog::-webkit-scrollbar-thumb:hover {
  background: #a6a6a6;
}
.gewinncode--dialog {
  background: #fff;
  box-shadow: 0 100vw 0 0 #fff;
}
.gewinncode--dialog .px-150 {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-150 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .px-120 {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-120 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .px-90 {
  padding-left: 90px;
  padding-right: 90px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-90 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-50 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .px-35 {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-35 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .px-20 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.gewinncode--dialog .pt-20 {
  padding-top: 20px;
}
.gewinncode--dialog .pb-10 {
  padding-bottom: 10px;
}
.gewinncode--dialog .pb-20 {
  padding-bottom: 20px;
}
.gewinncode--dialog .pb-70 {
  padding-bottom: 70px;
}
.gewinncode--dialog .mt-20 {
  margin-top: 20px;
}
.gewinncode--dialog .dialog--header {
  position: relative;
}
.gewinncode--dialog .dialog--header img {
  display: block;
  margin-bottom: 30px;
}
.gewinncode--dialog .dialog--header h4 {
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  font-family: "Open Sans SmBd Cnd";
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: center;
  border: none;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 620px) {
  .gewinncode--dialog .dialog--header h4 {
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
  }
}
.gewinncode--dialog .dialog--content-text {
  color: #0F3068;
  text-align: center;
}
.gewinncode--dialog .dialog--content-text h2 {
  font-family: "Open Sans SmBd Cnd";
  font-size: 29px;
  line-height: 32px;
  letter-spacing: -0.2px;
  margin-top: 0;
  text-align: center;
}
.gewinncode--dialog .dialog--content-text p {
  font-size: 18px;
  line-height: 24px;
}
.gewinncode--dialog .dialog--content-text p strong,
.gewinncode--dialog .dialog--content-text p b {
  font-family: "Open Sans SmBd Cnd";
  font-size: 20px;
  font-weight: 600;
}
.gewinncode--dialog .dialog--content-form {
  padding: 0 50px 70px;
}
@media (max-width: 620px) {
  .gewinncode--dialog .dialog--content-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.gewinncode--dialog .dialog--content-form .form-group {
  display: flex;
  margin: 0 0 10px 0;
}
.gewinncode--dialog .dialog--content-form .form-group .form-control {
  width: 100%;
  height: 57px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  border: 2px solid rgba(15, 48, 104, 0.2);
  outline: none;
  box-shadow: none;
}
.gewinncode--dialog .dialog--content-form .form-group .form-control#plz {
  width: 33%;
  min-width: 70px;
  max-width: 170px;
  margin-right: 10px;
}
.gewinncode--dialog .dialog--content-form .form-group button.form-control {
  color: #fff;
  white-space: nowrap;
  border: 3px solid #B80219;
  background: #B80219;
  transition: background 0.2s, border 0.2s;
}
.gewinncode--dialog .dialog--content-form .form-group button.form-control:active [class*="code--btn-arrow"],
.gewinncode--dialog .dialog--content-form .form-group button.form-control:focus [class*="code--btn-arrow"],
.gewinncode--dialog .dialog--content-form .form-group button.form-control:hover [class*="code--btn-arrow"] {
  left: 5px;
}
.gewinncode--dialog .dialog--content-form .form-check {
  margin: 20px 0;
  align-items: flex-start;
  text-align: left;
}
.gewinncode--dialog .dialog--content-form .form-check label {
  margin-left: 3px;
  padding-left: 22px !important;
}
.gewinncode--dialog .dialog--content-form .form-check + .form-check {
  margin-top: -10px;
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input {
  position: absolute;
  opacity: 0;
  /*&:checked + label:after {
          content: "\2714";
          position: absolute;
          left: 4px;
          top: 4px;
          font-size: 10px;
          line-height: 15px;
          color: #fff;
        }*/
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input + label:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 9px;
  height: 9px;
  background: white;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(15, 48, 104, 0.2);
  overflow: hidden;
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input:hover + label:before {
  background: rgba(15, 48, 104, 0.2);
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input:checked + label:before {
  background: #0F3068;
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.gewinncode--dialog .dialog--content-form .form-check .form-check-input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.gewinncode--dialog .code--btn-arrow,
.gewinncode--dialog .code--btn-arrow-blue {
  padding-left: 15px;
  margin-left: 20px;
  background-size: 15px auto;
}
.gewinncode--dialog .btn-secondary {
  display: block;
  width: 100%;
  height: 57px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #3BA5DA;
  white-space: nowrap;
  border: 3px dashed #3BA5DA;
  background: none;
  transition: color 0.2s, background 0.2s, border 0.2s;
}
.gewinncode--dialog .btn-secondary:active [class*="code--btn-arrow"],
.gewinncode--dialog .btn-secondary:focus [class*="code--btn-arrow"],
.gewinncode--dialog .btn-secondary:hover [class*="code--btn-arrow"] {
  left: 5px;
}
.gewinncode--dialog .btn-primary {
  display: block;
  width: 100%;
  height: 57px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  border: 3px solid #B80219;
  background: #B80219;
  transition: background 0.2s, border 0.2s;
}
.gewinncode--dialog .btn-primary:active [class*="code--btn-arrow"],
.gewinncode--dialog .btn-primary:focus [class*="code--btn-arrow"],
.gewinncode--dialog .btn-primary:hover [class*="code--btn-arrow"] {
  left: 5px;
}
html.lock-scroll {
  overflow-y: hidden;
}
html.lock-scroll body {
  position: relative;
  overflow: hidden;
}
/*# sourceMappingURL=codegewinnspiel-2021.css.map */
