html, body {
  overflow-x: hidden;
}

body {
  font-size: 1rem;
  color: #4e4f51;
  touch-action: pan-y;
  background-color: #f5f4ef;
}

.FagoProMedium {
  font-family: "FagoProMedium", sans-serif;
}

form {
  margin-bottom: 0;
}

h2, h3 {
  font-weight: bold;
  color: #e30613;
}

.h2, h2 {
  font-size: calc(1.375rem + 1.5vw);
}

.h3, h3 {
  font-size: calc(1.325rem + .9vw);
}

.form-label {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}

.h4-label {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.2;
}

.f-bold {
  font-weight: bold;
}

.redcolor {
  color: #e30613;
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

/**
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;
  border-radius: 1.5rem;
  border: 1px solid #cececeba;
  box-shadow: 1px -1px 4px #cecece;
}

.styled-select select {
  background: url('../img/sel.png') no-repeat right #FFF;
  padding: .375rem 1.25rem;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #4e4f51;
  margin-bottom: 0;
  cursor: pointer;
  padding-right: 2.75rem;
}

.styled-select:focus-within {
  box-shadow: 0 0 0 .2rem rgba(227,6,19,0.5) !important;
}

.styled-select select::-ms-expand {
  display: none;
}

.link1 {
  cursor: pointer;
}

.breadcrumb {
  color: #4e4f51;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: " ";
  display: inline-block;
  width: 15px;
  height: 12px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%234e4f51" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"/></svg>') no-repeat center;
  background-size: contain;
  margin-top: 8px;
  margin-right: 5px;
}

.breadcrumb li:last-child {
  color: #007387;
}

.pos_relative {
  position: relative;
}

.pos_left_top_1 {
  position: absolute;
  top: 3%;
  left: 0;
}

.pos_left_top_2 {
  position: absolute;
  top: 40%;
  left: 0;
}

.pos_right_top_1 {
  position: absolute;
  top: 25%;
  right: 0;
}

.pos_right_top_2 {
  position: absolute;
  top: 60%;
  right: 0;
}

ol > li {
  line-height: 1.75rem;
  margin-bottom: .75rem;
}

a {
  color: inherit;
  text-decoration: none !important;
  outline: 0;
  cursor: pointer;
}

a:hover {
  color: inherit;
}

.text-underline {
  text-decoration: underline !important;
}

.mbottom1 {
  margin-bottom: 1.25em;
}

.mbottom3 {
  margin-bottom: 3em;
}

.sogehts {
  padding-top: 3em;
  padding-bottom: 3em;
}

.sogehts img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 100%;
}

.kassenbon {
  padding-top: 3em;
  padding-bottom: 3em;
}

.kassenbon img {
  width: initial;
}

.bonlistbox {
  margin-top: 2em;
}

.bonlistbox img {
  float: left;
}

.bonlistext {
  padding-left: 70px;
  padding-top: 8px;
  font-weight: bold;
  font-size: 1.25rem;
}

.kbon-box {
  margin-top: -1.5em;
}

.abox {
  padding-top: 16px;
  margin-top: -9px;
}

.bbox {
  padding-top: 16px;
  margin-bottom: -1px;
}

.cbox {
  padding-top: 16px;
  margin-bottom: -1px;
}

.dbox {
  padding-top: 16px;
  margin-bottom: -1px;
}

.ebox {
  padding-top: 16px;
  margin-bottom: -1px;
}

.fbox {
  padding-top: 16px;
  margin-bottom: -1px;
}

.teilnahmeformular {
  padding-top: 3em;
  padding-bottom: 3em;
}

.upload_field img {
  cursor: pointer;
}

.checkbox-container {
  display: flex;
}

.checkbox-container input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 66px;
  height: 28px;
  border: 1px solid #cececeba;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 1px -1px 4px #cecece;
  margin-right: 10px;
}

.checkbox-container input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #cececeba;
}

.checkbox-container input[type="checkbox"]:checked::after {
  content: ''; /* Leerer Inhalt */
  position: absolute;
  background: url(../img/x.png) 0px top no-repeat;
  height: 28px;
  width: 28px;
}

.checkbox-container input[type="checkbox"]:focus-visible {
  outline: none;
  box-shadow: 0 0 0 .2rem rgba(227,6,19,0.5) !important;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper input {
  padding-right: 25px; /* Platz für das €-Zeichen */
}

.input-currency {
  position: absolute;
  right: 15px;
  top: 24px;
  transform: translateY(-50%);
  font-size: 1.5rem;
  pointer-events: none;
}

input::-webkit-input-placeholder {
  color: #c2c1bd !important;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #c2c1bd !important;
}

input::-moz-placeholder { /* Firefox 19+ */
  color: #c2c1bd !important;
}

input:-ms-input-placeholder {
  color: #c2c1bd !important;
}

.file {
  display: none;
  position: absolute;
  font-size: 6px;
}

#file1 {
  border-right: none;
  background-color: #ffffff;
}

.form-control {
  color: #4e4f51;
  border-color: #cececeba !important;
  border-radius: 1.5rem;
  height: 50px;
  font-size: 1.25rem;
  padding: .375rem 1.25rem;
  box-shadow: 1px -1px 4px #cecece;
}

.form-control:focus {
  color: #4e4f51;
}

.form-control:focus-visible {
  text-shadow: none;
}

.form-control:focus {
  box-shadow: 0 0 0 .2rem rgba(227,6,19,0.5) !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #d3d1d1ed;
  cursor: not-allowed;
}

.mtopbottom {
  margin: 1.5em 0;
}

.has-error {
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #e30613;
}

/*
  Vorschau, Wartung, Endscreen
*/

.previewbox {
  padding-top: 3em;
  padding-bottom: 3em;
}

.previewbox .subheader {
  font-size: 1.7rem;
  margin-bottom: initial;
}

.img-full {
  width: 100%;
}

.imgcenter {
  margin-left: auto;
  margin-right: auto;
}

.has-error small {
  font-size: 100%;
}

#iban {
  text-transform: uppercase;
}

#bic {
  text-transform: uppercase;
}

.textUpper {
  text-transform: uppercase;
}

.smallCheckBox {
  font-size: 0.92em;
  display: block;
  cursor: pointer;
}

.thankstext {
  font-size: 1.25em;
}

#teilnahme_anchor {
  height: 50px;
}

#datenschutz_anchor {
  height: 50px;
}

#endmask_anchor {
  height: 50px;
}

.form-group {
  margin-bottom: 1.25rem;
}

.button_rotbaeckchen {
  font-size: 1.75rem;
  color: #FFFFFF;
  background-color: #e30613;
  border-radius: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 3px solid #fff;
  font-weight: bold;
  padding: 0.5rem 3rem;
  box-shadow: 1px 3px 4px #757474;
}

.button_rotbaeckchen:hover {
  background-color: #FFFFFF;
  color: #e30613;
}

.thanks_box {
  font-size: 2rem;
}

.hinweis_box {
  background: #FFFFFF;
  color: #323231;
  border-radius: 1.5rem;
  padding: 1.25em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

.faqbox {
  padding-top: 3em;
  padding-bottom: 3em;
  background: url(../img/faq_bg.png);
  background-size: 100% 100% ;
  background-repeat: repeat-x;
}

.brown_bg {
  padding-top: 1em;
  padding-bottom: 3.5em;
  background: url(../img/brown_bg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: 100%;
}

.tnb_bg {
  padding-top: 1em;
  padding-bottom: 3.5em;
  background: url(../img/tnb_bg.png);
  background-size: 100% 100%;
  background-repeat: repeat-x;
  width: 100%;
}

.body_bg {
  background: url(../img/body_bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.toggle-box {
  margin-bottom: 1em;
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 15px 50px 15px 50px;
  background: #FFFFFF;
  position: relative;
  box-shadow: 1px -1px 4px #cecece;
}

.section-headline-faq {
  font-weight: bold;
  font-size: 1.25rem;
  cursor: pointer;
}

.faqplusimg {
  position: absolute;
  top: 17px;
  right: 20px;
}

.answerfaqbox {
  margin-top: 1em;
  margin-bottom: 15px;
  font-family: "FagoProMedium", sans-serif;
}

.hideshowfaq {
  display: none;
}

#recaptcha {
  width: 304px;
  margin: 0 auto;
}

.loadsvgbox svg {
  width: 50px;
  height: 50px;
  display:inline-block;
}

.previewImage img {
  width: 300px;
  max-width: 300px;
}

.pdf_file_name {
  word-break: break-all;
}

.removeFileButton {
  font-size: 16px;
  color: #e30613;
}

#gzaform .fileSelector {
  padding: 15px;
  text-align: center;
}

#gzaform .fileSelector.fileDragOver {
  border-color: #cececeba;
}

#gzaform .fileSelector label {
  margin-bottom: 0;
}

.cursor-pointer {
  cursor: pointer;
}

.h-px {
  height: 1px;
}

.absolute {
  position: absolute;
}

[v-cloak] {
  display: none;
}

.block {
  display: block;
}

.w-px {
  width: 1px;
}

.upload_icon {
  max-width: 100%;
}

.f-s-135 {
  font-size: 1.35rem;
}

/*
Dropdown Mehrfachauswahl
 */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  width: 100%;
  z-index: 1000;
  padding: 0.5rem;
  max-height: 300px;
  overflow-y: auto;
}

.dropdown-item {
  white-space: unset;
  padding: .25rem;
}

.dropdown-item input[type="checkbox"] {
  display: inline-block;
  cursor: pointer;
}

.dropdown-item input[type="checkbox"]:checked {
  accent-color: #e30613;
}

.dropdown-item:active {
  color: #212529;
  background: #e9ecef;
}

.dropdown-item label {
  cursor: pointer;
}

.toggleDropdownButton {
  text-align: left;
  overflow: hidden;
  background: url('../img/sel.png') no-repeat right #FFF;
  padding: .375rem 1.25rem;
  padding-right: 2.75rem;
}

.toggleDropdownButtonClose {
  background-color: #e30613;
  border: none;
}

.toggleDropdownButtonClose:hover {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
  border: none;
}

/*
  Mobil
*/

@media (min-width: 1200px) {
  .h3, h3 {
    font-size: 2rem;
  }

  .h2, h2 {
    font-size: 2.5rem;
  }

  .h4-label {
    font-size: 1.35rem;
  }

  .form-label {
    font-size: 1.35rem;
  }

  h4 {
    font-size: 1.35rem;
  }

  #gzaform .fileSelector label {
    width: 547px;
    margin-left: auto;
    margin-right: auto;
  }

  .questionheader {
    width: 93%;
  }

  .hinweis_box {
    width: 800px;
  }
}

@media (min-width: 1005px) {
  .f-1-15 {
    font-size: 1.15rem;
  }

  .f-1-25 {
    font-size: 1.25rem;
  }

  .f-1-35 {
    font-size: 1.35rem;
  }

  .l-h-2 {
    line-height: 2rem;
  }
}

@media (max-width: 1600px) {
  .pos_left_top_1 img {
    width: 250px;
  }

  .pos_left_top_2 img {
    width: 250px;
  }

  .pos_right_top_1 img {
    width: 250px;
  }

  .pos_right_top_2 img {
    width: 250px;
  }
}

@media (max-width: 1500px) {
  .pos_left_top_1 img {
    width: 200px;
  }

  .pos_left_top_2 img {
    width: 200px;
  }

  .pos_right_top_1 img {
    width: 200px;
  }

  .pos_right_top_2 img {
    width: 200px;
  }
}

@media (max-width: 1349px) {
  .pos_left_top_1 img {
    width: 200px;
  }

  .pos_left_top_2 img {
    width: 100px;
  }

  .pos_right_top_1 img {
    width: 150px;
  }

  .pos_right_top_2 img {
    width: 125px;
  }
}

@media (max-width: 1199px) {
  .pos_left_top_1 img {
    width: 150px;
  }

  .button {
    padding: .825rem 2.0375rem;
    font-size: 1.125rem;
    line-height: 1.2625rem;
  }

  .teilnahmeformular {
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

@media (max-width: 1099px) {
  .pos_left_top_1 img {
    width: 100px;
  }
}

@media (max-width: 1004px) {
  .pos_left_top_1 img {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .mobileHide {
    display: none;
  }

  .pos_left_top_1 {
    display: none;
  }

  .pos_left_top_2 {
    display: none;
  }

  .pos_right_top_1 {
    display: none;
  }

  .pos_right_top_2 {
    display: none;
  }

  .questionheader {
    width: 90%;
  }

  .section-headline-faq {
    font-size: 1rem;
  }

  .faqbox {
    background: url(../img/faq_bg_mobile.png);
    background-size: 100% 100% ;
    background-repeat: repeat-x;
  }

  .brown_bg {
    background: url(../img/brown_bg_mobile.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
  }

  .tnb_bg {
    background: url(../img/tnb_bg_mobile.png);
    background-size: 100% 100%;
    background-repeat: repeat-x;
  }

  .thankstext {
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .checkbox-container input[type="checkbox"] {
    width: 96px;
  }

  .previewbox {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .kbon-box {
    margin-top: 1em;
  }

  .sogehts img {
    width: 50%;
  }
}

@media (max-width: 575px) {
  .toggle-box {
    padding: 15px 15px 15px 15px;
  }

  .sogehts img {
    width: 75%;
  }

  .answerfaq {
    font-size: 0.9em;
  }

  .questionheader {
    width: 85%;
  }

  .teilnahmeformular {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .anchorbox {
    height: 50px;
  }

  .has-error {
    font-size: 65%;
  }

  #validatehousenr {
    width: 100%;
  }

  .kassenbon {
    padding: 2em 0.75em;
  }

  .kbon-box {
    margin-top: 2em;
  }

  .kbon-box img {
    width: 100%;
  }

  h4 {
    font-size: 1.2rem;
  }

  .form-label {
    font-size: 1.2rem;
  }

  .h4-label {
    font-size: 1.2rem;
  }

  .form-control {
    font-size: 1.2rem;
  }
}

@media (max-width: 500px) {
  .checkbox-container input[type="checkbox"] {
    width: 116px;
  }
}

@media (max-width: 475px) {

}

@media (max-width: 400px) {
  .checkbox-container input[type="checkbox"] {
    width: 136px;
  }
}

@media (max-width: 375px) {
  .checkbox-container input[type="checkbox"] {
    width: 145px;
  }
}

@media (max-width: 320px) {
  body {
    font-size: 0.95rem;
  }

  .bonlist {
    font-size: 16px;
  }

  .bonlistbox {
    margin-top: 1.5em;
  }
}

/*
  IE
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .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;
  }
}