.hero-section {display: inline-block;}

.hero-section img {float:left; width: 300px; height: auto; margin: 10px 20px 10px 0;}

@media (max-width: 500px) {
	.hero-section img {float:left; width:100%; height: auto;}
}

.schnaeppchen-wrapper {width: 100%; margin-top: 20px; background: #e20612; height: 116px;}
@media only screen and (max-width: 699px) {
  .schnaeppchen-wrapper {
     padding-bottom: 20px; height: 482px;
  }
}
.schnaeppchen-text {width: calc(100% - 122px); padding: 20px; color: #ffffff; font-weight: 600; text-align: center; line-height: 1.3; display: inline-block; vertical-align: bottom;}
@media only screen and (max-width: 699px) {
  .schnaeppchen-text {
    width: 100%; display: block;
  }
}
.schnaeppchen-image {width: 116px; height: 116px; display: inline-block; vertical-align: bottom; float: right;}
@media only screen and (max-width: 699px) {
  .schnaeppchen-image {
    margin-right: auto; margin-left: auto; display: block; height: 272px; width: 272px; float: none;
  }
}
.region-page-title { text-align: center; padding: 4px 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600; background-color: red;}
h1 {color: #ffffff!important;}

.button-heading {font-size: 1.1em; line-height: 1.5; text-align: center; color: #333333; font-weight: 600;}
.button-heading-text {font-size: 1.1em; line-height: 1.5; text-align: center; color: #333333; font-style: italic;}

.solid-button-box a {
    font-size: 1.1em!important;}


.item-wrapper {padding: 14px; background-color: var(--light-background-color5); font-family: 'Open Sans',sans-serif, Arial; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */; border-radius: 10px;}

#wrapper h2 {text-decoration: underline; font-size: 1.4em;}

#wrapper h3 {color: #333; font-weight: 600;}

#page-title .block {margin-bottom: 0;}

.nbsp-spacer {line-height: 0.5em;}

/*START Sign Up Alerts*/
.custom-info-panel-container {
  justify-content: center; /* Center the content horizontally */
  align-items: center;
}

.custom-info-panel-box {
  padding: 20px;
  border-radius: 10px;
  background-color: #FFEFD7;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow for depth */
  text-align: center;
}

.custom-info-panel-content {
  padding: 20px;
}


@media (max-width: 992px) {
  .custom-info-panel-container {
    flex-direction: column;
    margin: 20px;
  }
  .custom-info-panel-box {
    width: 100%;
    margin: 20px 0;
  }
}
/*END Sign Up Alerts*/


/*START FAQ Section*/
.faq-container h3 {padding-bottom: 10px;}
.faq-container .fas {color: #3498db; font-size: 1.6em;}
.faq-question {font-size: 1.1em;}
.faq-answer {padding-bottom: 10px;}
/*END FAQ Section*/