html {
  scroll-padding-top: calc(var(--header-height) + var(--admin-bar-height) + 78px) !important;
}
body:not(.emove) #brx-header .ajaxsearchpro {
  right: 0px !important;
}
body:not(.emove) #brx-header #menu-top-menue {
  margin-right: 35px;
}
body {
  background-color: #eff4f7;
  color: #000;
  line-height: 1.5;
  min-width: 320px;
}
body #ajaxsearchprores1_1 .asp_nores, body #ajaxsearchprores1_2 .asp_nores, body div.asp_r.asp_r_1 .asp_nores {
  box-shadow: none !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #000 !important;
}
body #ajaxsearchprores1_1 .results .asp_res_text, body #ajaxsearchprores1_1 .results .item .asp_content h3 a, body #ajaxsearchprores1_2 .results .item .asp_content h3 a, body div.asp_r.asp_r_1 .results .item .asp_content h3 a {
  line-height: 1.2 !important;
}
body.standard-page h2, body.standard-page h3 {
  font-weight: bold;
  font-size: var(--apps-h2-font-size);
  line-height: 1.2;
  margin-bottom: 10px;
}
body.standard-page h3 {
  font-size: var(--cta-h2-font-size);
}
body .wavy {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: currentColor;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
}
body .bricks-nav-menu li a {
  position: relative;
}
body .small-font {
  font-size: 15px;
  color: #666;
  line-height: 1.3;
}
body .large-font {
  font-weight: 600;
  letter-spacing: -0.78px;
  line-height: 1.1;
  font-size: var(--h3-font-size);
}
body #emove-top-menu {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
body #emove-top-menu.brx-open {
  opacity: 1;
}
body:not([data-builder-mode]) button:not(.brxe-toggle):not(.bricks-mobile-menu-toggle):not(.splide__arrow):hover, body:not([data-builder-mode]) input[type="submit"]:hover, body:not([data-builder-mode]) .orange-outline-btn a:hover, body:not([data-builder-mode]) .bricks-button:hover {
  transform: translateY(-1px);
}
body:not([data-builder-mode]) button:not(.brxe-toggle):not(.bricks-mobile-menu-toggle):not(.splide__arrow), body:not([data-builder-mode]) input[type="submit"], body:not([data-builder-mode]) .bricks-nav-menu li a, body:not([data-builder-mode]) .orange-outline-btn a, body:not([data-builder-mode]) .bricks-button {
  overflow: hidden;
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.25s cubic-bezier(0.4, 0, 0.2, 1), background-position 0.4s ease;
  background-size: 200% 200%;
}
body:not([data-builder-mode]) button:not(.brxe-toggle):not(.bricks-mobile-menu-toggle):not(.splide__arrow):hover:after, body:not([data-builder-mode]) input[type="submit"]:hover:after, body:not([data-builder-mode]) .bricks-nav-menu li a:hover:after, body:not([data-builder-mode]) .orange-outline-btn a:hover:after, body:not([data-builder-mode]) .bricks-button:hover:after {
  opacity: 1;
  transform: translateX(120%);
}
body:not([data-builder-mode]) button:not(.brxe-toggle):not(.bricks-mobile-menu-toggle):not(.splide__arrow):after, body:not([data-builder-mode]) input[type="submit"]:after, body:not([data-builder-mode]) .bricks-nav-menu li a:after, body:not([data-builder-mode]) .orange-outline-btn a:after, body:not([data-builder-mode]) .bricks-button:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.18), transparent 70%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform 0.6s ease, opacity 0.3s ease;
}
body .brxe-back-to-top {
  border-radius: 11px;
  height: 40px;
  width: 40px;
}
body .brxe-back-to-top .brxe-icon {
  position: relative;
  flex-shrink: 0;
  background: var(--ci-color);
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
body .brxe-back-to-top .brxe-icon:after {
  --distance: -5px;
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - var(--distance) * 2);
  height: calc(100% - var(--distance) * 2);
  border-radius: 10.921px;
  border: 1px solid var(--ci-color);
  opacity: 0.4;
  left: var(--distance);
  top: var(--distance);
}
body header {
  font-size: 16px;
}
body.home header .brxe-breadcrumbs {
  display: none;
}
body h1 {
  font-weight: 600;
  font-size: var(--hero-h1-font-size);
  line-height: 1;
  letter-spacing: -0.61px;
}
body.news-archive .news-item img {
  display: none;
}
body .single-news h1 {
  font-size: var(--news-h1-font-size);
  hyphens: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 20px;
}
body .single-news .social-share {
  width: auto;
  display: inline-block;
}
body .single-news h2 {
  font-size: var(--news-h2-font-size);
  hyphens: auto;
}
body h2, body h3 {
  font-size: var(--h2-font-size);
  font-weight: 400;
  line-height: 1.2;
}
body h4, body h5, body h6 {
  font-size: var(--content-font-size);
  font-weight: 400;
  line-height: 1.2;
  hyphens: auto;
  margin-bottom: 10px;
}
body section.brxe-section {
  padding: 0 var(--horizontal-padding);
}
body .hide {
  display: none;
}
body input[type="search"] {
  background-color: transparent;
  border: none;
  padding-left: 5px;
}
body .brxe-filter-select {
  padding-right: 40px;
  background-color: transparent;
  border: none;
}
body .head {
  font-size: 20px;
}
body .content-width {
  width: var(--content-width);
  margin: 0 auto;
}
body .text-content-width {
  width: var(--text-content-width);
  margin: 0 auto;
}
body #brx-content {
  min-height: 35svh;
}
body #brx-content .shariff a:focus {
  border: 2px solid black;
}
body #brx-content .faq-cat {
  border-radius: 10px;
}
body #brx-content .faq-cat.cat-faktencheck-elektromobilitaet {
  background-color: #4176A7;
}
body #brx-content .faq-cat.cat-emove-austria-hintergrund-umfeld {
  background-color: #D7AE00;
}
body #brx-content .faq-cat.cat-emove-austria-hintergrund-umfeld h4 {
  color: #000;
}
body #brx-content .faq-cat.cat-emove-austria-hintergrund-umfeld .faq-box {
  background-color: #FFED99;
}
body #brx-content .faq-cat .faq-box {
  position: relative;
  border-radius: 10px;
}
body #brx-content .faq-cat .faq-box a {
  display: block;
  padding-top: 4px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-left: 8px;
}
body .left-side-bar {
  column-gap: 50px;
  min-height: 35svh;
  align-items: stretch;
}
body .left-side-bar > .brxe-block:first-child {
  padding-top: 40px;
  width: 205px;
  flex-shrink: 0;
  border-right: 1px solid var(--dark-gray-color);
}
body .left-side-bar > .brxe-block:first-child h1 {
  display: block;
  border-bottom: 1px solid var(--dark-gray-color);
  width: 100%;
  padding-bottom: 30px;
}
body .brxe-breadcrumbs {
  flex-wrap: nowrap;
}
body .brxe-breadcrumbs .item {
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body .banner-width {
  width: var(--banner-width);
  margin: 0 auto;
}
body .brxe-post-content {
  color: rgba(0, 0, 0, 0.75);
}
body .brxe-post-content a {
  text-decoration: underline;
}
body .brxe-post-content a:hover {
  text-decoration: none;
}
body .brxe-post-content h2, body .brxe-post-content h3, body .brxe-post-content h4, body .brxe-post-content h5, body .brxe-post-content h6 {
  margin-top: 2.5rem;
}
body #menu-top-menue li:not(.btn) a, body .footer-bottom-section li a {
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease-out;
}
body #menu-top-menue li:not(.btn) a::before, body .footer-bottom-section li a::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0px;
  width: calc(100% + 10px);
  top: initial;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
}
body #menu-top-menue li:not(.btn).current-menu-item a:before, body #menu-top-menue li:not(.btn) a:hover::before, body .footer-bottom-section li.current-menu-item a:before, body .footer-bottom-section li a:hover::before {
  transform: scaleX(1);
  opacity: 1;
}
body #menu-top-menue li:not(.btn) {
  margin-right: 30px;
}
body #menu-top-menue li:not(.btn) a::before {
  left: 10px;
  bottom: 10px;
  width: calc(100% - 20px);
}
body #menu-top-menue li a {
  padding: 10px 20px;
  margin: 6px 0px;
  border-radius: 5px;
  line-height: 1;
  height: 38px;
}
body .brxe-nav-menu li.white a {
  border: 1px solid #d7e1f3;
  background-color: #fff;
  color: #3278a6;
  font-weight: 600;
}
body .brxe-nav-menu li.blue a {
  border: 1px solid #d7e1f3;
  background-color: #4176a7;
  color: #fff;
  font-weight: 600;
  outline-color: black;
}
body .brxe-nav-menu li.icon a {
  display: flex;
  align-items: center;
  gap: 8px;
}
body .brxe-nav-menu li.icon a:after {
  content: "";
  background-image: url("../images/euro.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}
body #brx-content .news-slider-wrapper .splide__list {
  align-items: stretch;
}
body #brx-content .news-slider-wrapper .splide__pagination {
  position: relative;
  bottom: 0px;
  margin-top: -34px;
}
body #brx-content .news-slider-wrapper .splide__arrows.custom {
  width: 100%;
  text-align: center;
}
body #brx-content .news-slider-wrapper .splide__arrows.custom .splide__arrow {
  position: relative;
  display: inline-flex;
  margin: 0 30px;
}
body #brx-content .news-slider-wrapper .splide__arrows.custom .splide__arrow.splide__arrow--next {
  transform: none;
}
body .news-wrapper {
  gap: 20px;
  align-items: stretch;
  width: 100%;
}
body .news-wrapper .brxe-template {
  height: 100%;
}
body .news-wrapper:not(.news-slider) .news-item {
  width: calc(33.33% - 14px);
}
body .news-wrapper:not(.news-slider) .news-item .content {
  display: flex;
  flex-flow: column;
  height: 100%;
}
body .news-wrapper .news-item {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  hyphens: auto;
  transition: background-color 0.3s ease;
}
body .news-wrapper .news-item .content {
  padding: 30px;
}
body .news-wrapper .news-item .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body .news-wrapper .news-item:hover {
  background-color: var(--ci-color);
  color: #fff;
}
body .news-wrapper.news-slider {
  background-color: #fff;
  border-radius: 10px;
  height: auto;
  overflow: hidden;
  justify-content: flex-start;
  transition: background-color 0.3s ease;
  position: relative;
}
body .news-wrapper.news-slider:hover {
  background-color: var(--ci-color);
  color: #fff;
}
body .news-wrapper.news-slider .news-item {
  height: auto;
  background-color: transparent !important;
  position: initial;
}
body .footer-social {
  gap: 10px;
  display: flex;
}
body .footer-social > .brxe-div {
  line-height: 1;
  background-color: var(--bg-color);
  padding: 5px;
  border-radius: 50%;
  width: 26px;
  text-align: center;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .footer-social > .brxe-div img {
  filter: invert(32%) sepia(27%) saturate(1520%) hue-rotate(182deg) brightness(92%) contrast(92%);
}
body .footer-social .linkedin, body .footer-social .bluesky {
  padding: 0px;
}
body .footer-social .linkedin img, body .footer-social .bluesky img {
  width: 18px;
  height: 18px;
}
body .footer-trapez {
  position: relative;
}
body .footer-trapez:before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 58%;
  left: -432px;
  width: 1000px;
  height: 1000px;
  transform: rotate(40deg);
  border-radius: 13px;
}
body .bricks-mobile-menu-wrapper {
  padding-top: 70px;
}
.footer-logo.brxe-image {
  height: 60px;
  width: auto;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Femove-austria.gv.at%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fbricks-child%2Fassets%2Fscss%2Famha_1.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBI%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAyBJ%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAmBF%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAON%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%22%7D */