@charset "UTF-8";
:root {
  --primary: $primary;
  --secondary: $secondary;
  --spacer: 8px;
  --spacer-s: 8px;
  --spacer-m: 16px;
  --spacer-l: 24px;
  --spacer-xl: 32px;
  --spacer-xxl: 64px;
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --stepper-color-completed: #177c09;
  --stepper-color-active: #cd0e16;
  --stepper-border-width: 2px;
  --stepper-circle-size: clamp(2.5rem, 5vw, 4rem);
  --stepper-spacing: clamp(0.25rem, 2vw, 0.5rem);
  counter-reset: stepper;
  counter-reset: stepper-horizontal;
}

:root {
  --primary: $primary;
  --secondary: $secondary;
  --spacer: 8px;
  --spacer-s: 8px;
  --spacer-m: 16px;
  --spacer-l: 24px;
  --spacer-xl: 32px;
  --spacer-xxl: 64px;
  --spacing-s: 8px;
  --spacing-m: 16px;
  --spacing-l: 24px;
  --spacing-xl: 32px;
  --spacing-xxl: 64px;
  --stepper-color-completed: white;
  --stepper-color-active: white;
  --stepper-border-width: 2px;
  --stepper-circle-size: clamp(3rem, 5vw, 4rem);
  --stepper-spacing: clamp(0.25rem, 2vw, 0.5rem);
  counter-reset: stepper;
  counter-reset: stepper-horizontal;
}

.lv_contact-item-person {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .lv_contact-item-person {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.lv_contact-item-person img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 5px solid #dee2e6;
}
@media (max-width: 767.98px) {
  .lv_contact-item-person img {
    width: 120px;
    height: 120px;
  }
}
.lv_contact-item-person .primary {
  border-color: #3f536f;
}
.lv_contact-item-person .secondary {
  border-color: #0B8358;
}
.lv_contact-item-person .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 767.98px) {
  .lv_contact-item-person .info {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.lv_contact-item-person .actions {
  margin-top: 1rem;
}
.lv_contact-item-person .data {
  display: flex;
  flex-direction: column;
  gap: 0.1666666667rem;
}
.lv_contact-item-person .label {
  display: inline;
  font-weight: 700;
}
.lv_contact-item-person .job {
  font-weight: 700;
}
.lv_contact-item-person .name {
  font-size: 1.4rem;
  font-weight: bolder;
}
.lv_contact-item-person .name .primary {
  color: #3f536f;
}
.lv_contact-item-person .name .secondary {
  color: #0B8358;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nexa", sans-serif;
  font-weight: bolder;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.custom-laimburg {
  /* Global, accessible focus styles */
  /* Remove redundant outline when clicked with mouse */
  /* on "Über uns" page, there`s a image at the bottom, that needed to centered, wasn't possible in KONTENT.AI, so did it here */
}
.custom-laimburg *:focus-visible {
  outline: 3px solid var(--focus-color, orange);
  outline-offset: 0.25rem;
  border-radius: 0.125rem;
  transition: outline-color 0.2s ease, outline-offset 0.2s ease;
}
.custom-laimburg *:focus:not(:focus-visible) {
  outline: none;
}
.custom-laimburg .lv_heading_primary span,
.custom-laimburg .lv_heading_secondary span {
  border: 0;
  padding: 0;
}
.custom-laimburg .content_section .container > ul > li {
  margin-bottom: 0;
  position: static;
  padding-left: 0;
}
.custom-laimburg .nav-pills .nav-link {
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .custom-laimburg .nav-tabs {
    display: block;
    text-align: left;
    border-color: transparent;
  }
}
@media (max-width: 767.98px) {
  .custom-laimburg .nav-tabs .nav-item {
    text-align: start;
  }
}
.custom-laimburg .nav-tabs .nav-link {
  color: #345d8e;
  cursor: pointer;
}
.custom-laimburg .nav-tabs .nav-link:hover {
  background-color: rgba(63, 83, 111, 0.1);
}
.custom-laimburg .nav-tabs .nav-link:not(.active) {
  text-decoration: underline;
  color: #345d8e;
}
.custom-laimburg .nav-tabs .nav-link.active {
  background-color: #3f536f;
  border-color: #3f536f;
  border-bottom-color: rgba(63, 83, 111, 0.1);
  color: #fff;
}
.custom-laimburg .nav-tabs .nav-link.active:hover {
  background-color: #3f536f;
}
.custom-laimburg #lv_header .social_icons a {
  background-color: #fff;
}
.custom-laimburg .site_subtitle_link {
  display: none;
}
.custom-laimburg #content {
  padding-top: 0rem;
  transition: height 0.4s ease-in-out;
}
.custom-laimburg .carousel-control-prev,
.custom-laimburg .carousel-control-next,
.custom-laimburg .carousel-indicators {
  display: none;
}
.custom-laimburg .lv_slider_full .carousel-item {
  background-color: #3f536f;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  height: 90dvh;
}
@media (max-width: 991.98px) {
  .custom-laimburg .lv_slider_full .carousel-item {
    height: 100vh;
    height: 100dvh;
  }
}
.custom-laimburg .lv_slider_full.lv_slider_01 .carousel-caption {
  text-align: left;
  text-wrap: balance;
  right: 5%;
  top: 30%;
  left: 5%;
  top: 25%;
}
@media (max-width: 1199.98px) {
  .custom-laimburg .lv_slider_full.lv_slider_01 .carousel-caption {
    top: 20%;
  }
}
@media (max-width: 991.98px) {
  .custom-laimburg .lv_slider_full.lv_slider_01 .carousel-caption {
    top: 15%;
    hyphens: auto;
  }
}
@media (max-width: 767.98px) {
  .custom-laimburg .lv_slider_full.lv_slider_01 .carousel-caption {
    top: 5%;
  }
}
.custom-laimburg .carousel-item video {
  width: 100%;
  height: 90vh;
  height: 90dvh;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .custom-laimburg .carousel-item video {
    height: 100vh;
    height: 100dvh;
  }
}
.custom-laimburg .carousel_title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  text-wrap: balaance;
  font-size: 3.2rem;
}
@media (max-width: 1199.98px) {
  .custom-laimburg .carousel_title {
    font-size: 2.8rem;
  }
}
@media (max-width: 991.98px) {
  .custom-laimburg .carousel_title {
    font-size: 2.4rem;
  }
}
@media (max-width: 767.98px) {
  .custom-laimburg .carousel_title {
    font-size: 1.6rem;
  }
}
.custom-laimburg .carousel_text {
  margin-bottom: 3rem !important;
  font-weight: 400;
  text-wrap: balaance;
  color: #fff;
  font-size: 1.5rem;
}
@media (max-width: 1199.98px) {
  .custom-laimburg .carousel_text {
    font-size: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  .custom-laimburg .carousel_text {
    font-size: 1.15rem;
  }
}
@media (max-width: 767.98px) {
  .custom-laimburg .carousel_text {
    font-size: 1.15rem;
  }
}
.custom-laimburg .primary {
  color: #3f536f;
}
.custom-laimburg .secondary {
  color: #0B8358;
}
.custom-laimburg .header_wrapper .website_title a .site_logo {
  height: 55px !important;
  border: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .custom-laimburg .header_wrapper .website_title a .site_logo {
    height: 65px !important;
  }
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a .lv_sn_text::before {
  color: #3f536f;
}
.custom-laimburg .lv_breadcrumb {
  margin-top: 30px;
}
.custom-laimburg .anchor {
  scroll-margin-top: 160px;
}
.custom-laimburg .anchor_box {
  background-color: #fff;
  padding: 1rem;
  border-top: 1rem solid #0B8358;
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
}
.custom-laimburg .anchor_box .anchor_title {
  font-size: 1.4rem;
  font-weight: 700;
}
.custom-laimburg .anchor_box ul,
.custom-laimburg .anchor_box ol {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}
.custom-laimburg .anchor_box ul li,
.custom-laimburg .anchor_box ol li {
  padding-bottom: 0.25rem;
}
.custom-laimburg .contact-item .view {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.custom-laimburg .contact-item .view img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
  border: 2px solid #dee2e6;
}
@media (max-width: 991.98px) {
  .custom-laimburg .contact-item .view img {
    width: 60px;
    height: 60px;
  }
}
.custom-laimburg .contact-item .view p {
  margin-bottom: 0;
}
.custom-laimburg .contact-item__info a:hover i,
.custom-laimburg .contact-item__info a:focus i {
  background-color: rgb(73.8831775701, 78.453271028, 89.1168224299);
}
.custom-laimburg #masthead {
  position: sticky;
  border-bottom: 1px solid #3f536f;
}
.custom-laimburg .shrink {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  background-color: #fff;
}
.custom-laimburg .top_bar {
  display: none;
}
@media (min-width: 768px) {
  .custom-laimburg .top_bar {
    display: flex;
  }
}
.custom-laimburg .top_bar .corporate_top_text {
  font-size: 1.1rem;
  color: #616775;
}
.custom-laimburg .top_bar .corporate_top_text:hover, .custom-laimburg .top_bar .corporate_top_text:focus, .custom-laimburg .top_bar .corporate_top_text:active {
  text-decoration: underline;
}
.custom-laimburg .top_bar .languages {
  display: none;
}
.custom-laimburg .header_wrapper .menu_box #menu_btn:hover .bar1,
.custom-laimburg .header_wrapper .menu_box #menu_btn:hover .bar2,
.custom-laimburg .header_wrapper .menu_box #menu_btn:hover .bar3 {
  background-color: #0B8358;
}
.custom-laimburg #main_nav {
  font-family: "Asap", "Open Sans", Arial, sans-serif;
  background-color: #3f536f;
  border-top: 1px solid #3f536f;
  border-bottom: 1px solid #3f536f;
  color: #fff;
  position: relative;
}
.custom-laimburg #main_nav .container {
  position: relative;
}
.custom-laimburg #main_nav.secondary {
  background-color: rgb(73.8831775701, 78.453271028, 89.1168224299);
  border-color: #3f536f;
}
.custom-laimburg #main_nav .lv_nav_toggler {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.35rem 0.55rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0.25rem;
}
.custom-laimburg #main_nav .lv_nav_toggler:hover, .custom-laimburg #main_nav .lv_nav_toggler:focus {
  text-decoration: none;
  background-color: rgb(51.9206896552, 68.4034482759, 91.4793103448);
  outline: none;
}
.custom-laimburg #main_nav .lv_nav_toggler.lv_search_toggler {
  display: inline-block;
}
@media (min-width: 768px) {
  .custom-laimburg #main_nav .lv_nav_toggler.lv_search_toggler {
    display: none;
  }
}
.custom-laimburg #main_nav .curated_nav {
  display: none;
}
@media (min-width: 768px) {
  .custom-laimburg #main_nav .curated_nav {
    display: flex;
  }
}
.custom-laimburg #main_nav .curated_nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  padding: 0.5rem 0.6rem;
}
.custom-laimburg #main_nav .curated_nav .nav-link:hover {
  background-color: rgb(51.9206896552, 68.4034482759, 91.4793103448);
}
.custom-laimburg #main_nav .curated_nav .active .nav-link {
  background-color: rgb(48.2275862069, 63.5379310345, 84.9724137931);
}
.custom-laimburg #m_search_container {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media (min-width: 768px) {
  .custom-laimburg #m_search_container {
    display: none;
  }
}
.custom-laimburg .btn {
  border-radius: 0;
  padding: 0.4rem 1rem;
}
.custom-laimburg .btn > .fa-angle-double-right {
  display: inline-block;
  margin-left: 0.3rem;
}
.custom-laimburg .btn[type=submit], .custom-laimburg .btn[type=button] {
  padding: 0.2rem 1rem;
}
.custom-laimburg .btn-primary,
.custom-laimburg .btn-primary:not(:disabled):not(.disabled) {
  background-color: #3f536f;
  color: #fff;
  border-color: #3f536f;
  opacity: 1;
}
.custom-laimburg .btn-primary.active, .custom-laimburg .btn-primary:active, .custom-laimburg .btn-primary:hover,
.custom-laimburg .btn-primary:not(:disabled):not(.disabled).active,
.custom-laimburg .btn-primary:not(:disabled):not(.disabled):active,
.custom-laimburg .btn-primary:not(:disabled):not(.disabled):hover {
  background-color: #3f536f;
  border-color: #3f536f;
  opacity: 0.9;
}
.custom-laimburg .btn-secondary,
.custom-laimburg .btn-secondary:not(:disabled):not(.disabled) {
  background-color: #0B8358;
  color: #fff;
  border-color: #0B8358;
  opacity: 1;
}
.custom-laimburg .btn-secondary.active, .custom-laimburg .btn-secondary:active, .custom-laimburg .btn-secondary:hover,
.custom-laimburg .btn-secondary:not(:disabled):not(.disabled).active,
.custom-laimburg .btn-secondary:not(:disabled):not(.disabled):active,
.custom-laimburg .btn-secondary:not(:disabled):not(.disabled):hover {
  background-color: #0B8358;
  border-color: #0B8358;
  opacity: 0.9;
}
.custom-laimburg .lv_background_primary {
  background-color: #3f536f;
}
.custom-laimburg .lv_background_primary .lv_heading_primary,
.custom-laimburg .lv_background_primary .lv_heading_secondary {
  color: #fff;
}
.custom-laimburg .lv_background_secondary {
  background-color: #0B8358;
}
.custom-laimburg .lv_background_secondary .lv_heading_primary,
.custom-laimburg .lv_background_secondary .lv_heading_secondary {
  color: #fff;
}
.custom-laimburg .lv_background_primary_light {
  background-color: rgba(63, 83, 111, 0.1);
}
.custom-laimburg .lv_background_primary_light .lv_icon .fa {
  color: #3f536f;
}
.custom-laimburg .lv_background_secondary_light {
  background-color: rgba(0, 161, 108, 0.1);
}
.custom-laimburg .lv_background_secondary_light .lv_icon .fa {
  color: #0B8358;
}
.custom-laimburg .lv_background_splitted {
  background: linear-gradient(to bottom, white, white 50%, #e9ecef 50%, #e9ecef);
}
.custom-laimburg .lv_slider_full .carousel-control-prev, .custom-laimburg .lv_slider_full .carousel-control-next {
  background-color: #0B8358;
  opacity: 1;
}
.custom-laimburg .lv_slider_full .carousel-control-prev:hover, .custom-laimburg .lv_slider_full .carousel-control-next:hover {
  opacity: 0.9;
}
.custom-laimburg .lv_hilite h1 {
  color: #0B8358;
}
.custom-laimburg .lv_hilite .btn_hero {
  background-color: #3f536f;
  border-color: #3f536f;
}
.custom-laimburg .lv_hilite .btn_hero:hover {
  background-color: rgb(49.150862069, 64.7543103448, 86.599137931);
  border-color: rgb(44.5344827586, 58.6724137931, 78.4655172414);
}
.custom-laimburg .lv_box_b_top_primary {
  border-top-color: #3f536f;
}
.custom-laimburg .lv_box_b_top_secondary {
  border-top-color: #0B8358;
}
.custom-laimburg .lv_box_primary {
  border-color: #3f536f;
}
.custom-laimburg .lv_box_primary > .lv_icon .fa {
  color: #3f536f;
}
.custom-laimburg .lv_box_secondary {
  border-color: #0B8358;
}
.custom-laimburg .lv_box_secondary > .lv_icon .fa {
  color: #0B8358;
}
.custom-laimburg .card .lv_heading_secondary a,
.custom-laimburg .card .card-header a {
  font-weight: 700;
  color: #3f536f;
  text-decoration: none;
  text-decoration-color: currentColor;
}
.custom-laimburg .card .lv_heading_secondary a:hover,
.custom-laimburg .card .card-header a:hover {
  text-decoration: underline;
  text-decoration-color: #3f536f;
}
.custom-laimburg .lv_overlay_a .card-img-overlay {
  background-color: #fff;
  border-radius: 0;
}
.custom-laimburg .lv_overlay_a .card-img-overlay .lv_overlay_text {
  color: #3f536f;
}
.custom-laimburg .lv_sn_grid {
  display: flex;
  flex-direction: column;
  align-content: center;
}
.custom-laimburg .lv_sn_grid a {
  display: block;
  min-height: 80px;
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a {
  display: flex;
  align-items: center;
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a:hover {
  color: #fff;
  border-color: currentColor;
  background-color: #3f536f;
  transition: all 0.2s ease-in-out;
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid > a:hover .lv_sn_text::before {
  color: #fff;
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text h1, .custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text h2, .custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text h3, .custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text h4 {
  margin-top: 0;
}
.custom-laimburg #lv_second_navbar .lv_sn_container ul li.lv_sn_grid .lv_sn_text::before {
  content: "\f061";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.25rem;
  top: 0px;
  left: 4px;
}
.custom-laimburg .metismenu a:hover,
.custom-laimburg .metismenu .mm-active > a,
.custom-laimburg .metismenu ul .mm-active > a,
.custom-laimburg .metismenu ul ul .mm-active > a {
  border-bottom-color: #0B8358;
  color: #3f536f;
}
.custom-laimburg .metismenu a:hover:hover,
.custom-laimburg .metismenu .mm-active > a:hover,
.custom-laimburg .metismenu ul .mm-active > a:hover,
.custom-laimburg .metismenu ul ul .mm-active > a:hover {
  color: currentColor;
}
@media (min-width: 992px) {
  .custom-laimburg .site-search-form {
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  .custom-laimburg .header-controls {
    justify-content: flex-end;
  }
}
.custom-laimburg .lv_search_box.lighter {
  border-color: #3f536f;
}
.custom-laimburg .lv_search_box.lighter .input-group {
  gap: 1rem;
}
.custom-laimburg .lv_search_box.lighter .btn {
  padding: 0.3rem 0.9rem;
  border-radius: 30px;
}
.custom-laimburg #corporate_foot,
.custom-laimburg .footer_nav {
  background-color: #3f536f;
  border-color: #3f536f;
}
.custom-laimburg footer {
  height: initial;
}
.custom-laimburg .content_section .container > ul > li:before {
  display: none;
}
.custom-laimburg .lv_list > li:before,
.custom-laimburg .content_section .card .card-body ul > li:before,
.custom-laimburg .content_section_lg .container > ul > li:before,
.custom-laimburg .content_section_lg .card .card-body ul > li:before,
.custom-laimburg .content_section_sm .container > ul > li:before,
.custom-laimburg .content_section_sm .card .card-body ul > li:before {
  color: #3f536f;
}
.custom-laimburg #anc477afb9 .container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.custom-laimburg .page-item.active .page-link {
  background-color: #0B8358;
  border-color: #0B8358;
}
.custom-laimburg .charts {
  min-height: 1.25rem;
  padding: 1rem;
  margin-bottom: 1.25rem;
  border: 0.0625rem solid #e3e3e3;
  border-radius: 0.1875rem;
  box-shadow: 0 0.3rem 0.65rem rgba(0, 0, 0, 0.16);
}
.custom-laimburg .charts li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.custom-laimburg ul.legend {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  border-top: 0.125rem solid #ddd;
  padding-top: 0.9375rem;
}
.custom-laimburg ul li.vz_laimburg-legend:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  background-image: url("/upload/icon-map-vz_laimburg.png");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-laimburg ul li.eufrin-legend:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  background-image: url("/upload/icon-map-eufrin_laimburg.png");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-laimburg #map {
  height: 500px;
  margin-bottom: 20px;
}
.custom-laimburg .researchTopic {
  max-width: 270px;
  min-width: 220px;
}
.custom-laimburg ul li.fp_laimburg-legend:before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  flex-shrink: 0;
  background-image: url("/upload/icon-map-fp_laimburg.png");
  background-size: 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-laimburg .content_section_lg {
  overflow: auto;
}

#sidebar {
  background-color: #3f536f;
}
@media (min-width: 768px) {
  #sidebar {
    width: 620px;
    left: -620px;
  }
}
#sidebar .close_icon {
  fill: #fff;
  stroke: #fff;
}
#sidebar .dismiss_text,
#sidebar .languages > a {
  color: #fff;
}
#sidebar .dismiss_text:hover,
#sidebar .languages > a:hover {
  border-bottom: 2px solid currentColor;
}
#sidebar .site_search_field {
  background-color: #f5f5f5;
  border-bottom: 2px solid transparent;
}
#sidebar .site_search_field:hover {
  background-color: #fff;
  border-bottom: 2px solid #0B8358;
}
#sidebar a,
#sidebar .close {
  color: #fff;
}
#sidebar a:hover,
#sidebar .close:hover {
  background-color: rgb(49.150862069, 64.7543103448, 86.599137931);
}
#sidebar .metismenu {
  background-color: #3f536f;
}
#sidebar .metismenu a {
  background-color: #3f536f;
  border-color: rgb(44.5344827586, 58.6724137931, 78.4655172414);
}
#sidebar .metismenu a:hover {
  background-color: rgb(49.150862069, 64.7543103448, 86.599137931);
}
#sidebar .social_label {
  color: #fff;
}
#sidebar .social_icons a .lv_social_icon {
  background-color: #fff;
  padding: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}

#corporate_foot {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fd2a20d .lv_heading_primary > span {
  background-color: #e9ecef;
}
.fd2a20d .btn-social-icon {
  background-color: #3f536f;
  border-radius: 100%;
}
.fd2a20d ul > li > a {
  padding-left: 0;
}

.lv_events .date {
  background-color: #0B8358;
}

.stepper {
  /* Example using Font Awesome Icons */
  /*&__item-laimburg-2 {
      &:before {
          content: "\f1bb";
          font-family: 'FontAwesome';
          color: var(--stepper-color-active) !important;
          background-color: $secondary;
          border: var(--stepper-border-width) solid var(--stepper-color-completed);
      }
  }*/
}
.stepper__item:before {
  content: "";
  background-color: #fff;
  border-color: #0B8358;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75%;
  vertical-align: middle;
}
.stepper__item-laimburg-1:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-1.png");
}
.stepper__item-laimburg-2:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-2.png");
}
.stepper__item-laimburg-3:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-3.png");
}
.stepper__item-laimburg-4:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-4.png");
}
.stepper__item-laimburg-5:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-5.png");
}
.stepper__item-laimburg-6:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-6.png");
}
.stepper__item-laimburg-7:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-7.png");
}
.stepper__item-laimburg-8:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-8.png");
}
.stepper__item-laimburg-9:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-9.png");
}
.stepper__item-laimburg-10:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-10.png");
}
.stepper__item-laimburg-11:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-11.png");
}
.stepper__item-laimburg-12:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-12.png");
}
.stepper__item-laimburg-13:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-13.png");
}
.stepper__item-laimburg-14:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-14.png");
}
.stepper__item-laimburg-15:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-15.png");
}
.stepper__item-laimburg-16:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-16.png");
}
.stepper__item-laimburg-17:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-17.png");
}
.stepper__item-laimburg-18:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-18.png");
}
.stepper__item-laimburg-19:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-19.png");
}
.stepper__item-laimburg-20:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-20.png");
}
.stepper__item-laimburg-21:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-21.png");
}
.stepper__item-laimburg-22:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-22.png");
}
.stepper__item-laimburg-23:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-23.png");
}
.stepper__item-laimburg-24:before {
  background-image: url("../img/laimburg/icons/icon-geschichte-24.png");
}
.stepper__content {
  width: 60ch;
  padding: 1rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}