* {
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 1.9rem;
}

footer {
  padding: 0;
}

.form-item {
  margin-bottom: 1rem;
}

.responsive-menu-toggle-icon:before,
.responsive-menu-toggle-icon:after,
.responsive-menu-toggle-icon span.icon {
  background: var(--bs-primary);
}

#denk-theme-search-form .form-item {
  margin: 0;
}

#denk-theme-search-form {
  display: flex;
  align-items: end;
  justify-content: end;
}

#denk-theme-search-form #edit-search {
  width: 320px;
  margin: 0;
  margin-right: 0.5rem;
}

#denk-theme-search-form .form-submit {
  border-radius: 4px;
  background-image: url('../images/magnifying-glass-solid-full.svg');
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 1rem;
  padding-right: 1rem;
  background-size: 20px;
  background-color: var(--bs-primary);
}

.element.icon-banner .icon {
  width: 96px;
}

.product-overview-images .product-title {
  background: rgba(0, 0, 0, .3);
}

.breadcrumb ul {
  display: flex;
  font-size: 0.9rem;
  margin: 0;


}

.breadcrumb ul li a {
  color: var(--bs-text);
  opacity: 0.8;
}

.breadcrumb ul li:last-child a {
  opacity: 1;
}

.breadcrumb ul li::after {
  content: '\25B6';
  color: var(--bs-primary);
  margin: 0 0.5rem;
  font-size: 0.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
  vertical-align: top;
}

.breadcrumb ul li:last-child::after {
  content: none;
}

.subgroup-pages a {
  background: var(--bs-white);
  padding: 1rem;
  border-radius: var(--dmc-rounded);
  display: block;
  position: relative;
}

.subgroup-pages a:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 8px;
  width: 2px;
  height: 66%;
  background-color: var(--bs-accent);
}

.child-links a {
  background: var(--bs-light);
  padding: 1rem;
  border-radius: var(--dmc-rounded);
  display: block;
  position: relative;
}

.child-links a:hover {
  background: var(--bs-white);
  padding: 1rem;
  border-radius: var(--dmc-rounded);
  display: block;
  position: relative;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.child-links a:before {
  content: "";
  position: absolute;
  top: 17%;
  left: 8px;
  width: 2px;
  height: 66%;
  background-color: var(--bs-accent);
}

.bg-light .child-links a {
  background: var(--bs-white);
}

.iconlist.checklist {
  list-style: none;
  padding-left: 0;
  font-size: 1rem;
  color: #333;
}

.iconlist.checklist li {
  padding-left: 1rem;
  margin-bottom: 0.2rem;
  position: relative;
}

.iconlist.checklist li::before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: var(--bs-accent);
  position: absolute;
  left: 0;
  top: 2px;
}

.element-list .row:first-child {
  border-top: 1px solid var(--bs-border);
}

.element-list .row {
  border-bottom: 1px solid var(--bs-border);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.carousel {
  background: var(--bs-primary);
}

#mobile-menu .navbar {
  justify-content: flex-end;
}

#mobile-menu .navbar-nav>.nav-item {
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}

#mobile-menu .dropdown-item:hover {
  background: none;
  color: var(--bs-white);
}

#mobile-menu .navbar-nav>.nav-item details[open] {
  padding-bottom: 1rem;
}

.text-body {
  color: var(--dmc-text);
}

.element.bg-accent a {
  color: var(--bs-white);
}

.element.bg-accent h4 {
  color: var(--bs-white);
}

.element.bg-accent i {
  color: var(--bs-white);
}

.form-item.webform-type-radios.error .fieldset-wrapper>div {
  color: #B30000;
}

.form-item.webform-type-radios legend {
  font-size: 1.1rem;
}

.form-item.error,
.form-control.error,
.form-select.error {
  border-color: #B30000;
}

.form-item--error-message {
  color: #B30000;
}

.toastify.toastify--error {
  color: var(--bs-white) !important;
}

.bg-primary.text-white {
  color: var(--bs-white) !important;
}

.bg-primary.text-white h4 {
  color: var(--bs-white) !important;
}

.icon-banner h4 {
  font-size: 1.3rem;
}

footer strong {
  font-size: 1.2rem;
  color: #FFF;
}

.menu-icon i {
  margin-right: 0.5rem;
}

#edit-privacy--description {
  font-size: 0.8rem;
}
.webform-submission-form .form-actions {
  display:flex;margin-top:1rem;justify-content:flex-end;
}
.webform-submission-form input.webform-button--submit {
  position: relative;
}

.webform-submission-form input.webform-button--submit::after {
  font-family: "Font Awesome 6 Pro"; /* Ensure this matches your FA version */
  font-weight: 900;
  content: "\f1d8"; /* The Unicode value */
  margin-right: 8px;
  color: #ffffff;
  position: absolute;
  right:10px;
  top: 50%;
}
.navbar-toggler:focus {
  box-shadow: none;
  border: none;
}

.rounded {
  border-radius: var(--dmc-rounded) !important;
}

.filesize {font-size:0.8rem;opacity:0.8;}