html, body {
  overflow-x: hidden;
}

body {
  font-size: 1.15rem;
  color: #7c7c7c;
  touch-action: pan-y;
}

h1, h2 {
  font-weight: bold;
}

h3 {
  text-transform: uppercase;
  font-size: 1.63rem;
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

iframe {
  max-width: 100%;
  height: 100%;
  width: 100%;
  overflow-y: hidden
}

.darkGray {
  color: #555555;
}

/**
Fixing bootstrap columns for safari
 */
.row:before, .row:after {
  display: inline-block !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1em;
  width: 100%;
}

.styled-select {
  overflow: hidden;
  background: url('../img/sel.png') no-repeat right #FFF;
  font-size: 15px;
  border: 1px solid #acacac;
  border-radius: 4px;
}

.styled-select select {
  background: transparent;
  padding: .375rem .75rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  color: #7c7c7c;
  margin-bottom: 0;
  cursor: pointer;
}

.styled-select select::-ms-expand {
  display: none;
}

.selectlabeltext {
  font-size: 1.035em;
}

#horizontalmenu {
  z-index: 1000;
}

/*
  Header
 */

/*
  Header Ende
 */

ul > li, ol > li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none !important;
  outline: 0;
}

a:hover {
  color: inherit;
}

.text-underline {
  text-decoration: underline !important;
}

.mbottom1 {
  margin-bottom: 1.25em;
}

.mbottom3 {
  margin-bottom: 3em;
}

.mtop3 {
  margin-top: 3em;
}

.nav-list {
  padding: 0;
}

.einleitung p {
  margin-top: 0.5em;
  margin-bottom: 2em;
}

.bonlist {
  margin-top: 25px;
  font-size: 18px;
}

.bonlistbox {
  margin-top: 1.1em;
}

.bonlistbox img {
  float: left;
}

.bonlistext {
  padding-left: 55px;
  padding-top: 8px;
}

.abox {
  padding-top: 12px;
  margin-top: -9px;
}

.bbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.cbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.dbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.ebox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.fbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.gbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.hbox {
  padding-top: 12px;
  margin-bottom: -1px;
}

.teilnahmeformular {
  padding-top: 3em;
  padding-bottom: 3em;
}

.teilnahmeformular h2 {
  padding-bottom: 3em;
}

.teilnahmeformular h3 {
  padding-bottom: 1em;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label div {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #acacac;
  border-radius: 4px;
  cursor: pointer;
  background-color: #ffffff;
}

input[type="checkbox"]:checked + label div {
  background: url(../img/x.png) 0px top no-repeat;
  height: 26px;
  width: 26px;
  background-color: #ffffff;
}

#invalidcheckboxtnb {
  float: left;
  margin-right: 15px;
  margin-top: 3px;
}

#invalidcheckboxds {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}

#invalidcheckboxnl {
  float: left;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 3em;
}

.imageBox {
  padding: 15px;
  border: 1px solid #acacac;
  border-radius: 4px;
  width: 100%;
  height: 350px;
}

.imageBox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.no-pdright {
  padding-right: 0;
}

.min-pdleft {
  padding-left: 5px;
}

input::-webkit-input-placeholder {
  color: #acacac !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #acacac !important;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #acacac !important;
}

input:-ms-input-placeholder {
  color: #acacac !important;
}

.gender-label {
  float: right;
  margin-left: 10px;
  margin-top: 0px;
}

.upload-info {
  font-size: 14px;
  line-height: 1.4em;
  margin-top: 3.2em;
}

.upload-info2 {
  font-size: 14px;
  line-height: 1.1em;
  margin-top: 0.25em;
  margin-bottom: 2.25em;
}

.uplbtn {
  background-image: url('../img/upload.png');
  background-repeat: no-repeat;
  background-color: #ffffff;
  width: 45px;
  height: 33px;
  background-position: center;
  border: none;
}

.uplbtn:hover {
  background-color: #ffffff;
  background-position: center;
}

.uplbtn:focus {
  background-color: #ffffff;
  background-position: center;
  box-shadow: none;
}

.uplbtn:active {
  background-color: #ffffff;
  background-position: center;
  background-image: url('../img/upload.png');
}

.file {
  display: none;
  position: absolute;
  font-size: 6px;
}

.imageUpload {
  border-right: none;
  background-color: #ffffff;
}

.bankverbindung h3 {
  padding-bottom: 0.75em;
}

#file1 {
  border-right: none;
  background-color: #ffffff;
}

#file2 {
  border-right: none;
  background-color: #ffffff;
}

.input-group-btn {
  border-right: 1px solid #acacac;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px 5px;
}

.input-icon {
  position: relative;
}

.input-icon > i {
  position: absolute;
  display: block;
  transform: translate(0, -50%);
  top: 50%;
  pointer-events: none;
  width: 25px;
  text-align: center;
  font-style: normal;
}

.input-icon-right > i {
  right: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon {
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #acacac;
  border-left: none !important;
  border-radius: 4px;
}

.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

.input-group-text {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #203b90;
  height: 27px;
}

.input-group .form-control {
  border-right: none !important;
}

.form-control {
  border-color: #acacac !important;
  padding: .575rem .75rem !important;
}

.form-control:focus {
  color: inherit;
}

.form-control:focus-visible {
  text-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,0) !important;
}

.makefull {
  width: 100% !important;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -2px;
}

.mtopbottom {
  margin: 1.5em 0;
}

.has-error {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}

.listdecimal li {
  list-style-type: decimal;
  line-height: 1.5em;
  margin-bottom: 1em;
}

/*
  Rating
*/

.rating {
  border: none;
  float: left;
}

.rating > input {
  display: none;
}

.rating > label:before {
  margin: 5px;
  font-size: 1.4em;
  font-family: 'Font Awesome 5 Free';
  display: inline-block;
  content: "\f005";
  cursor: pointer;
  font-weight: 900;
}

.rating > .half:before {
  content: "\f089";
  position: absolute;
  cursor: pointer;
}

.rating > label {
  color: #c8c8c8;
  float: right;
  cursor: pointer;
  font-size: 15px;
}

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label {
  color: #f8db30;
}

/* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label {
  color: #f8db30;
}

.fullStar {
  color: #f8db30;
  font-size: 1rem;
}

.selectProductForRating {
  padding-top: 10px;
  padding-bottom: 10px;
}

/*
  Vorschau, Wartung, Endscreen
*/

.previewbox {
  padding-top: 3em;
  padding-bottom: 5em;
}

.previewbox h2 {
  margin-bottom: 0.75em;
}

.previewfoot .component-meta .component-footer {
  padding: 0.5rem 0 1.25rem;
}

/*
  Cookies
*/

.no-pdleftright-mobile {
  padding-left: 0;
  padding-right: 0;
}

.text-area {
  font-size: 1.1em;
  line-height: 1.4;
  word-wrap: break-word;
}

.component-split-content .cookies.collection {
  font-size: 1.1em;
}

.cookies > .description {
  float: left;
  clear: both;
  width: 100%;
  border-bottom: 1px solid #a5adbb;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.cookies > .description:last-child {
  border-bottom: 0 none;
}

.cookies .cookie-description {
  display: table;
  vertical-align: top;
  width: 100%;
}

.component-split-content .cookies .cookie-description .title {
  display: table-row;
  width: 100%;
}

.component-split-content .cookies .cookie-description .names {
  display: table-cell;
  width: 40%;
  vertical-align: top;
}

.cookies.collection h3 {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 .25em 0;
  text-transform: none;
}

.cookies .cookie-description .names ul {
  font-style: italic;
}

.cookies .cookie-description .names li {
  list-style: none;
}

.component-split-content .cookies .cookie-description .names ul {
  margin: 0;
}

.cookies .cookie-description .names ul {
  list-style: none;
  padding-left: 0;
  font-style: italic;
}

.loadImage {
  margin-left: auto;
  margin-right: auto;
}

.disabledCursor {
  cursor: not-allowed;
}

/*
  Datenabgleich
 */

.modal-content {
  max-height: 75vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.datenabgleich h4 {
  margin-bottom: 1.5em;
}

.datenabgleich h5 {
  text-transform: uppercase;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}

.datenabgleich .form-group {
  margin-bottom: 45px;
}

.datenabgleich strong {
  font-size: 0.85em;
}

.modal-header {
  display: initial;
}

.modal-footer {
  display: initial;
}

.modalOpen {
  overflow: hidden;
  padding-right: 17px;
}

.img-full {
  width: 100%;
}

.imgcenter {
  margin-left: auto;
  margin-right: auto;
}

.mafoheadline1 {
  padding-bottom: 2em !important;
}

.has-error small {
  font-size: 100%;
}

.listwithstyle li {
  list-style: decimal;
  line-height: 1.75em;
  margin-bottom: 1em;
}

.overviewAnswers span {
  font-size: 0.85em;
}

.teilnahme-ollist {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
  line-height: 1.75em;
}

.teilnahme-ollist > li {
  display: table;
  counter-increment: item;
  margin-bottom: 1em;
}

.teilnahme-ollist > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li .teilnahme-ollist > li {
  margin: 0;
}

li .teilnahme-ollist > li:before {
  content: counters(item, ".") " ";
}

.loadgifbox {
  text-align: center;
}

.requiredfield {
  font-size: 0.75rem;
}

.li1 {
  max-width: 10rem;
}

.li2 {
  max-width: 8rem;
}

.li3 {
  max-width: 11rem;
}

.li4 {
  max-width: 11rem;
}

.li5 {
  max-width: 7rem;
}

.li6 {
  max-width: 13rem;
}

.li7 {
  max-width: 9rem;
}

#iban {
  text-transform: uppercase;
}

#bic {
  text-transform: uppercase;
}

.textUpper {
  text-transform: uppercase;
}

.smallCheckBox {
  font-size: .875em;
  cursor: pointer;
}

.thankstext {
  font-size: 1.25em;
  color: #555555;
}

.li1_preview {
  max-width: 11rem;
}

.li2_preview {
  max-width: 9rem;
}

.li3_preview {
  max-width: 8rem;
}

.li4_preview {
  max-width: 16rem;
}

.li5_preview {
  max-width: 11rem;
}

#teilnahme_anchor {
  height: 50px;
}

#datenschutz_anchor {
  height: 50px;
}

#datenumgang_anchor {
  height: 50px;
}

#contact_anchor {
  height: 50px;
}

#cookies_anchor {
  height: 50px;
}

#endmask_anchor {
  height: 25px;
}

#loadgif {
  width: 32px;
}

.form-group {
  margin-bottom: 1rem;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

label {
  margin-bottom: 0.5rem;
}

#bondate {
  border-right: none !important;
}

#bontime {
  border-right: none !important;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.alert_box {
  margin-top: 1.25em;
  margin-bottom: 0.5em;
  border: 2px solid #f05922;
  border-radius: 4px;
  padding: 20px;
  font-size: 1rem;
}

.alert_box strong {
  font-size: 1.15rem;
}

#fourthStepForm {
  margin-top: 2em;
}

.retroact_headline {
  font-size: 1.25rem;
}

.bluecolor {
  color: #05adbc;
}

.remove_product_button {
  cursor: pointer;
}

.kassenbon {
  color: #05adbc;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 2em;
}

.kassenbon strong {
  font-size: 1.35rem;
}

.kassenbon img {
  width: initial;
}

/* Autofill Address */

.autocomplete-suggestions {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.autocomplete-suggestions li {
  padding: 8px;
  cursor: pointer;
}

.autocomplete-suggestions li:hover {
  background-color: #f0f0f0;
}

.suggestions {
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.suggestions li {
  padding: 10px;
  cursor: pointer;
}

.suggestions li:hover {
  background-color: #f0f0f0;
}

/*
  Mobil
*/

@media (min-width: 992px) {
  .col-lg-5 {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .col-md-5 {
    width: 48%;
  }

  .offset-md-2 {
    margin-left: 4%;
  }
}

@media (min-width: 1200px) {
  .kbon_container {
    padding: 2rem 10rem 2rem 10rem;
  }

  .alert_box {
    width: 995px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-wrap {
    margin-bottom: 3em;
  }
}

@media (min-width: 1005px) {
  .mobileMarginTop {
    margin-top: 2em;
  }

  .pd_left_no {
    padding-left: 0;
  }

  .pd_right_no {
    padding-right: 0;
  }

  .img_box_2 img {
    padding-left: 4.65em;
  }

  .img_box_3 img {
    padding-left: 4em;
  }

  .img_box_4 img {
    padding-left: 4.4em;
  }
}

@media only screen and (min-width: 40.063em) {
  .previewfoot .component-meta .component-footer {
    min-height: 284.16px;
    min-height: 26vh
  }
}

@media (max-width: 1800px) {

}

@media (max-width: 1750px) {

}

@media (max-width: 1700px) {

}

@media (max-width: 1680px) {
  .nav-main-horizontal .nav-list {
    max-width: 70%;
  }

  .datenabgleich h5 {
    font-size: 1em;
  }

  .li1 {
    max-width: 19rem;
  }

  .li1_preview {
    max-width: 32rem;
  }
}

@media (max-width: 1600px) {

}

@media (max-width: 1550px) {

}

@media (max-width: 1500px) {

}

@media (max-width: 1449px) {
  .li1_preview {
    max-width: 28rem;
  }

  .li1 {
    max-width: 16rem;
  }

}

@media (max-width: 1399px) {
  .li1_preview {
    max-width: 25rem;
  }

  .li1 {
    max-width: 10.75rem;
  }
}

@media (max-width: 1349px) {

}

@media (max-width: 1299px) {
  .nav-main-horizontal .nav-list {
    max-width: 100%;
  }

  .li1 {
    max-width: 12.75rem;
  }

  .li1_preview {
    max-width: 23rem;
  }
}

@media (max-width: 1249px) {

}

@media (max-width: 1199px) {
  #invalidcheckboxds {
    margin-bottom: 1em;
  }

  .smallCheckBox {
    font-size: 0.8em;
  }

  .li1_preview {
    max-width: 15rem;
  }

  .button {
    padding: .825rem 2.0375rem;
    font-size: 1.125rem;
    line-height: 1.2625rem;
  }

  .img_box_3 img {
    padding-left: 0;
  }

  .teilnahmeformular {
    padding-top: 0.5em;
    padding-bottom: 1em;
  }
}

@media (max-width: 1149px) {

}

@media (max-width: 1099px) {

}

@media (max-width: 1049px) {

}

@media (max-width: 1004px) {
  .li1 {
    max-width: 100%;
  }

  .li2 {
    max-width: 100%;
  }

  .li3 {
    max-width: 100%;
  }

  .li4 {
    max-width: 100%;
  }

  .li5 {
    max-width: 100%;
  }

  .li6 {
    max-width: 100%;
  }

  .li7 {
    max-width: 100%;
  }

  .li1_preview {
    max-width: 100%;
  }

  .li2_preview {
    max-width: 100%;
  }

  .li3_preview {
    max-width: 100%;
  }

  .li4_preview {
    max-width: 100%;
  }

  .li5_preview {
    max-width: 100%;
  }

  .buttonbox a {
    width: 100%;
    text-align: center;
  }

  .hideOnMobileMenu {
    display: none;
  }
}

@media (max-width: 991px) {
  .teilnahmeformular h3 {
    font-size: 1.50rem;
  }

  #invalidcheckboxds {
    margin-bottom: 0;
  }

  #invalidcheckboxnl {
    margin-bottom: 3em;
  }

  .thankstext {
    font-size: 1rem;
  }

  .loadgifbox {
    text-align: unset;
  }

  .datenabgleich h5 {
    font-size: 1em;
  }

  .datenabgleich strong {
    font-size: 0.9rem;
  }

  .datenabgleich span {
    font-size: 0.9rem;
  }

  .absentbutton {
    font-size: 0.95rem !important;
    text-align: center;
  }

  .upload-info {
    font-size: 12px;
    margin-top: 1.75em;
  }

  .upload-info2 {
    font-size: 12px;
    margin-bottom: 6.25em;
  }

  .component-split-content .cookies .cookie-description .names {
    width: 45%;
  }

  .min-pdleft {
    padding-left: 5px;
  }

  .no-pdright {
    padding-right: 0;
  }

  .button-decoration.button, .button-decoration .button {
    padding-left: 2.438rem;
    padding-right: 2.438rem;
  }
}

@media (max-width: 767px) {
  .hinweis_desc_box_buttons_img img {
    margin-top: 0;
  }

  .button-decoration.button, .button-decoration .button {
    padding-left: 2.438rem;
    padding-right: 2.438rem;
  }

  .loadgifbox {
    text-align: unset;
  }

  .previewbox {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .datenabgleich strong {
    font-size: 0.85rem;
  }

  .datenabgleich span {
    font-size: 0.85rem;
  }

  .absentbutton {
    font-size: 0.95rem !important;
    text-align: center;
  }

  .no-pdleftright {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .kassenbon {
    padding: 2em 0.75em;
  }

  .btn-danger {
    width: 100%;
    padding: 10px 15px;
  }

  .product-inner-main {
    height: 250px;
  }

  .modal-content {
    max-height: 85vh;
  }

  .teilnahmeformular {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .teilnahmeformular h2 {
    padding-bottom: 1em;
  }

  .teilnahmeformular h3 {
    padding-bottom: 0.25em;
    padding-top: 1em;
    font-size: 1.25em;
  }

  .smallCheckBox {
    font-size: 0.75em;
  }

  .anchorbox {
    height: 50px;
  }

  .has-error {
    font-size: 65%;
  }

  #validatehousenr {
    width: 100%;
  }

  .loadgifbox {
    text-align: unset;
  }

  .teilnahme-ollist {
    padding-left: 0;
  }

  .mafoheadline1 {
    padding-bottom: 1em !important;
  }

  .upload-info {
    font-size: 12px;
  }

  .upload-info2 {
    font-size: 12px;
  }

  .previewbox h2 {
    margin-bottom: 0.5em;
    font-size: 1.25em;
    font-weight: normal;
  }

  .datenabgleich h5 {
    font-size: 1em;
  }

  .datenabgleich strong {
    font-size: 0.75rem;
  }

  .datenabgleich span {
    font-size: 0.75rem;
  }

  .absentbutton {
    padding: 5px !important;
    font-size: 0.80rem !important;
    width: 100%;
  }

  .absentbutton.button-decoration.button .item, .absentbutton.button-decoration .button .item {
    left: .4375rem;
    top: .4375rem;
    width: 1.2625rem;
    height: 1.2625rem;
  }

  .modal-header {
    padding: 1rem 0.5rem;
  }

  .modal-body {
    padding: 1rem 0.5rem;
  }

  .modal-footer {
    padding: 1rem 0.5rem;
  }

  .button {
    padding: .725rem 0.975rem;
    width: 100%;
  }

  .button-decoration.button .item, .button-decoration .button .item {
    width: 1.563rem;
    height: 1.563rem;
    left: 0.538rem;
    top: 0.738rem;
  }

  .button-decoration.button, .button-decoration .button {
    padding-left: 1.538rem;
    padding-right: 1.538rem;
  }

  .cookies .cookie-description .names ul {
    margin-bottom: 1em !important;
  }

  .component-split-content .cookies .cookie-description .names {
    display: block;
    width: 100%;
  }

  .lheight_small {
    line-height: 1.1em;
  }

  .mtop3 {
    margin-top: 1.5em;
  }

  .upload-info2 {
    margin-bottom: 1em;
  }

  .upload-info {
    margin-top: 1em;
  }

  .min-pdleft {
    padding-left: 15px;
  }

  .no-pdright {
    padding-right: 0;
  }

  .item {
    width: 3.1rem;
    height: 3.1rem;
    line-height: 3.1rem;
  }

  .component-header {
    padding: 10vh 0;
  }

  .component-header h1 {
    font-size: 2rem;
  }

  .no-pdleftright {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 375px) {
  .absentbutton {
    font-size: 0.7rem !important;
  }

  .absentbutton.button-decoration.button .item, .absentbutton.button-decoration .button .item {
    left: .5375rem;
    top: .5375rem;
    width: 1.1625rem;
    height: 1.1625rem;
  }
}

@media (max-width: 360px) {
  .absentbutton {
    font-size: 0.7rem !important;
  }

  .absentbutton.button-decoration.button .item, .absentbutton.button-decoration .button .item {
    left: .5375rem;
    top: .5375rem;
    width: 1.1625rem;
    height: 1.1625rem;
  }
}

@media (max-width: 320px) {
  .teilnahmeformular h3 {
    font-size: 1em;
  }

  body {
    font-size: 0.95rem;
  }

  .h2, h2 {
    font-size: 1.5rem;
  }

  .bonlist {
    font-size: 16px;
  }

  .bonlistbox {
    margin-top: 1.5em;
  }

  .absentbutton {
    font-size: 0.75rem !important;
    line-height: 0.95rem;
  }

  .absentbutton.button-decoration.button .item, .absentbutton.button-decoration .button .item {
    left: .4375rem;
    top: .6375rem;
    width: 1.0625rem;
    height: 1.0625rem;
  }
}

/*
  IE
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .modal-header {
    display: inline;
  }

  .modal-footer {
    display: inline;
  }

  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    flex: 0 0 auto;
  }
}