iframe {
  aspect-ratio: 16 / 9;
  width: 100% !important;
}
#main_banner1 img {
  border-radius: 5px;
}
.headline__name {
  font-weight: bold;
}
.headline {
  font-weight: bold;
  text-transform: uppercase;
}
header .nav-link {
  text-transform: uppercase;
}
.article__image {
  object-fit: cover;
  border-radius: 5px;
}
.response-container-content.ng-tns-c2120999959-66 {
  background-color: #f3f3f3;
  padding: 3.5rem;
}
#Navigation .navigation_item .name {
  padding: 0 0.5rem;
}
#menu_categories2 ul li {
  background: #f1f1f1;
  padding: 10px;
  margin-top: 5px;
  border-radius: 5px;
}
#main_cms2 ul {
  padding-left: 2rem;
}
#projector_longdescription ul, #projector_longdescription ol {
  padding-left: 4rem !important;
}
.dictionary__group.--first {
  margin-top: 2rem;
}
.cm h1, .cm h2, .cm h3, .cm h4, .cm h5, .cm h6, .cm p, .cm ol, .cm ul {
  margin: 15px 0;
  color: inherit;
  line-height: normal;
}
@media (min-width: 1200px) {
  header .navbar-subnav.--cols2 {
	width: calc(68% - 2rem) !important;
  }
}
html, body {
  background: #ffffff !important;
  color: #000000 !important;
}
:root {
  color-scheme: light !important;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: light !important;
  }
}
:root {
  color-scheme: only light !important;
  forced-color-adjust: none !important;
}