.elementor-kit-12484{--e-global-color-primary:#009A9B;--e-global-color-secondary:#F1EA75;--e-global-color-text:#535353;--e-global-color-accent:#F1EA75;--e-global-color-3f560ee:#64C2C8;--e-global-color-635ab9e:#009A9B;--e-global-color-087b00a:#F4F4F4;--e-global-color-cf1bf13:#000000;--e-global-color-d0d2d48:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-5f6a244-font-family:"Inter";--e-global-typography-5f6a244-font-size:80px;--e-global-typography-5f6a244-font-weight:600;--e-global-typography-5f6a244-line-height:90px;--e-global-typography-211d812-font-family:"Inter";--e-global-typography-211d812-font-size:54px;--e-global-typography-211d812-font-weight:600;--e-global-typography-211d812-line-height:60px;--e-global-typography-bdc920f-font-family:"Inter";--e-global-typography-bdc920f-font-size:35px;--e-global-typography-bdc920f-font-weight:600;--e-global-typography-bdc920f-line-height:45px;}.elementor-kit-12484 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================================
   IDLAB – GLOBALE STYLES
   Bereinigt & strukturiert am 22.07.2026
   ============================================================ */


/* =======================
   1. GLOBAL / RESET
======================= */

.page-content a {
  text-decoration: none !important;
  color: #333;
}

h1 a,
h2 a,
h3 a {
  text-decoration: none !important;
  color: #333;
}

a:hover h2 {
  color: #009A9B;
}

.is-empty {
  display: none;
}

.sr-title {
  text-transform: uppercase;
}


/* =======================
   2. HEADER
======================= */

#idl-header .elementor-widget-image img {
  transform: scale(1);
  transition: transform .3s ease;
  transform-origin: left center;
}

#idl-header.scrolled .elementor-widget-image img {
  transform: scale(.7);
}

#idl-header.scrolled {
  top: 18px !important;
  min-height: 60px;
}

.open {
  top: 92px !important;
  position: fixed;
}

@media (max-width: 767px) {
  #idl-header {
    min-height: 60px;
    padding-bottom: 10px;
  }

  #idl-header.scrolled {
    top: 0 !important;
    position: fixed;
  }
}

.mmenu{
    display:none;
}
.mmenu.active{
    display:block;
}
.menu-toggle {
    width: 42px;
    height: 42px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.menu-toggle span {
    position: absolute;
    left: 8px;
    width: 26px;
    height: 3px;
    background: #333;
    border-radius: 2px;
    transition: all .3s ease;
}

.menu-toggle span:nth-child(1) {
    top: 11px;
}

.menu-toggle span:nth-child(2) {
    top: 19px;
}

.menu-toggle span:nth-child(3) {
    top: 27px;
}

/* Animation zum X */
.menu-toggle.active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
}

.menu-toggle{
    background-color: white;
    background:white;
}


.menu-toggle:hover{
    background-color: white;
    background:white;
}

.menu-toggle.active{
        background-color: white;
    background:white;
}

.menu-toggle.active:hover{
        background-color: white;
    background:white;
}

/* =======================
   3. LISTEN-RESET (MENÜ / FOOTER)
======================= */

.header-menu,
.header-menu ul,
.header-menu li,
.elementor-location-footer,
.elementor-location-footer ul,
.elementor-location-footer li {
  list-style: initial;
  padding-left: 0;
}

.header-menu li::before,
.elementor-location-footer li::before {
  content: none !important;
}


/* =======================
   4. BUTTONS
======================= */

/* Slide-Hover Button (Standard) */
.idl-button-slide > .elementor-button {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  color: #000;
}

.idl-button-slide > .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #64C2C8;
  transition: all 0.5s ease;
  z-index: 0;
}

.idl-button-slide > .elementor-button:hover::before {
  left: 0;
}

.idl-button-slide:hover .elementor-button {
  color: white;
}

.idl-button-slide > .elementor-button span {
  position: relative;
  z-index: 1;
}

/* Button zentriert */
.idl-button-slide-z {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  border: solid 2px #009a9b;
  border-radius: 30px;
  padding: 8px 24px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  overflow: hidden;
  color: rgb(0, 0, 0);
  text-decoration: none;
  z-index: 2;
  transition: all 300ms;
}

.idl-button-slide-z a {
  color: #009A9B;
  font-weight: 500;
}

.idl-button-slide-z:hover {
  background: #009A9B;
  color: #ffffff;
}

.idl-button-slide-z:hover a {
  color: white;
}

.idl-button-slide-z p {
  margin: 0 !important;
}

.wrapper {
  text-align: center;
}

/* Button als Div */
.idl-button-slide-div {
  position: relative;
  display: inline-block;
  border: solid 2px #009a9b;
  border-radius: 30px;
  padding: 8px 24px;
  cursor: pointer;
  font-family: Inter, sans-serif;
  overflow: hidden;
  color: #009A9B !important;
  text-decoration: none;
  z-index: 2;
  transition: all 300ms;
}

.idl-button-slide-div a {
  color: #009A9B;
  font-weight: 500;
}

.idl-button-slide-div:hover {
  background: #009A9B;
  color: white !important;
}

.idl-button-slide-div:hover a {
  color: white;
}

.idl-button-slide-div p {
  margin: 0 !important;
}

/* Newsletter Button */
.idl-button-slide-nl {
  position: relative;
  overflow: hidden;
  transition: color 0.3s ease;
  z-index: 1;
  isolation: isolate;
  padding: 18px 40px !important;
  display: flex !important;
  flex-direction: row !important;
  align-content: center !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 10px !important;
}

.idl-button-slide-nl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #64C2C8;
  transition: all 0.5s ease;
  z-index: -1;
}

.idl-button-slide-nl:hover::before {
  left: 0;
}

.idl-button-slide-nl:hover {
  color: white;
}

.idl-button-slide-nl[type="submit"]:focus,
.idl-button-slide-nl[type="submit"]:hover,
.idl-button-slide-nl:focus,
.idl-button-slide-nl:hover {
  background: inherit;
  color: #ffffff;
  border-color: #64C2C8;
  box-shadow: none;
  outline: none;
}


/* =======================
   5. SONSTIGES (EDITOR / MISC)
======================= */

.cr_ipe_item {
  font-family: "Inter" !important;
  font-size: 20px !important;
}

.idl-smalltext {
  font-size: 11px;
  color: #888;
  vertical-align: super;
}


/* =======================
   6. FLIPBOX
======================= */

.flipbox3 {
  cursor: pointer;
}

.flipbox3 .elementor-flip-box__back .elementor-flip-box__layer__description {
  position: absolute;
  top: 35px;
  left: 25px;
  text-align: center;
  border: solid 2px white;
  border-radius: 30px;
  padding: 10px 20px;
}

.flipbox3 .elementor-flip-box__front .elementor-flip-box__layer__description {
  position: absolute;
  top: 35px;
  left: 25px;
  text-align: center;
  background: #000;
  border: solid 2px #000;
  border-radius: 30px;
  padding: 10px 20px;
}

.flipbox3 .elementor-flip-box__layer__title {
  width: 250px;
}

.flipbox3 .elementor-flip-box__button {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

/* Flipbox Container (Variante 2) */
.flipboxContainer .elementor-flip-box__layer__title {
  text-align: end;
}

.flipboxContainer .elementor-flip-box__layer__inner {
  margin-top: -50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flipboxContainer .elementor-icon-wrapper {
  max-height: 0px;
}

.flipboxContainer .elementor-flip-box__layer__description {
  min-height: 105px;
  align-content: end;
}


/* =======================
   7. GALLERY / SLIDER (SWIPER)
======================= */

.swiper {
  width: 100% !important;
  max-width: 1150px;
  padding: 0;
}

.start-gallery .swiper-pagination {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .start-gallery .swiper-pagination {
    margin-bottom: 5px;
  }
}

.info-slider .elementor-slides-wrapper {
  position: relative;
  overflow: visible;
}

.info-slider .swiper-slide,
.swiper-slide-bg {
  border-radius: 20px !important;
}

.info-slider .swiper-slide-contents {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between !important;
  height: 100%;
}

.info-slider .swiper-slide-inner {
  display: flex;
  padding: 30px !important;
  justify-content: space-between;
}

.info-slider .elementor-swiper-button-prev,
.info-slider .elementor-swiper-button-next {
  position: absolute !important;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.info-slider .elementor-swiper-button-prev {
  top: 110% !important;
  left: 68% !important;
  width: 60px;
  height: 45px;
  background: #F1EA75;
  border-radius: 20px 0px 0px 20px;
  z-index: 1;
}

.info-slider .elementor-swiper-button-prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 30px;
  background: url('https://silicon-austria-labs.com/wp-content/uploads/2026/02/Vector-8.svg') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.info-slider .elementor-swiper-button-next {
  position: absolute !important;
  top: 110% !important;
  right: 0 !important;
  width: 60px;
  height: 45px;
  background: #F1EA75;
  border-radius: 0px 20px 20px 0px;
  z-index: 1;
}

.info-slider .elementor-swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 30px;
  background: url('https://silicon-austria-labs.com/wp-content/uploads/2026/02/Vector-9.svg') no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.info-slider .elementor-swiper-button-prev svg,
.info-slider .elementor-swiper-button-next svg {
  display: none !important;
}

.info-slider .elementor-slide-description {
  background: black !important;
  text-align: center;
  border-radius: 20px;
  padding: 8px;
}


/* =======================
   8. LOOP ITEM (HOVER-CARD)
======================= */

.hover-card {
  position: relative;
  min-height: 250px;
}

.hover-card .item-front,
.hover-card .item-back {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}

.hover-card .item-back {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
}

.hover-card .item-front {
  opacity: 1;
}

.hover-card:hover .item-front {
  opacity: 0;
  visibility: hidden;
}

.hover-card:hover .item-back {
  opacity: 1;
  visibility: visible;
}


/* =======================
   9. EVENTS
======================= */

.event-icon {
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.8s ease-out,
    transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.e-loop-item:hover .event-icon {
  opacity: 1;
  transform: translateX(0);
}


/* =======================
   10. FOOTER STANDORT
======================= */

.so-graz,
.so-linz,
.so-villach {
  position: absolute;
  left: 20px;
  right: 0;
  top: 20%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
  margin-top: 12px;
}

.standort-offen {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: static;
  margin-top: 12px;
}

@media (max-width: 767px) {
  .so-graz,
  .so-linz,
  .so-villach {
    left: 0px;
    top: 150px;
  }
}


/* =======================
   11. BREADCRUMB
======================= */

.breadcrumbs a:first-child {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.breadcrumbs a:first-child::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://silicon-austria-labs.com/wp-content/uploads/2026/02/home.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumbs p {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}

.breadcrumbs a,
.breadcrumbs span {
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Inter";
  font-weight: 500;
  color: #000;
}

.rank-math-breadcrumb .separator {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('https://silicon-austria-labs.com/wp-content/uploads/2026/02/bcarrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  text-indent: -9999px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .breadcrumbs p {
    gap: 20px;
  }

  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 10px;
  }

  .breadcrumbs {
    width: 100%;
    max-width: 450px;
  }
}


/* =======================
   12. LISTEN / TEXT (IDL-TEXT)
======================= */

.idl-text ul {
  list-style: none;
  padding-left: 0;
}

.idl-text ul li {
  position: relative;
  padding-left: 35px;
  line-height: 40px;
}

.idl-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px !important;
  width: 16px;
  height: 16px;
  background-image: url("https://silicon-austria-labs.com/wp-content/uploads/2026/01/Beitragicon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.idl-text a {
  color: var(--e-global-color-text);
}

@media (max-width: 767px) {
  .idl-text ul li {
    line-height: 32px;
  }
}


/* =======================
   13. DOWNLOAD / KONTAKT
======================= */

.download-container:hover {
  transform: scale(1.03);
}

.kontakt-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.kontakt-container h3 {
  transition: transform 400ms;
}

.kontakt-container h3:hover {
  transform: scale(1.05);
}

.kontakt-container .kontakt-image img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  border-radius: 50%;
}

.kontakt-container .kontakt-image .default-img {
  border: solid 8px #26a9ac;
}

.kontakt-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.kontakt-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  fill: #ffffff;
  display: block;
}

.kontakt-text,
.kontakt-text a {
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: var(--e-global-color-2aa04b7);
}

.kontakt-text a:hover {
  color: white;
}

.kontakt-funktion {
  margin-top: -20px;
}

.kontakt-name {
  font-family: "Inter", Sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
}

.kontakt-headline {
  font-family: Inter;
  font-size: 33px;
  font-weight: 600;
  color: white;
  line-height: 45px;
}


/* =======================
   14. PROJEKT (KONSORTIUM)
======================= */

.projekt-konsortium-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.projekt-konsortium-buttons a {
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
  line-height: 45px;
  color: #000;
  background: #D1EDEF !important;
  border: solid 1px #D1EDEF !important;
  padding: 10px 22px !important;
  border-radius: 30px !important;
}


/* =======================
   15. MIXED LOOP / NEWS
======================= */

.mixed-loop-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-auto-rows: 1fr;
}

.mixed-loop-grid .e-loop-item {
  max-width: 550px !important;
}

.mixed-loop-grid a {
  height: 310px !important;
  border: solid 1px #e4e4e4;
}

@media (max-width: 767px) {
  .mixed-loop-grid {
    grid-template-columns: none;
  }
}


/* =======================
   16. KARRIERE
======================= */

.kachel img {
  filter: grayscale(100%) saturate(0.6);
  transition: all 300ms ease;
}

.kachel:hover img {
  filter: grayscale(0%) saturate(1);
  transform: scale(1.03);
}


/* =======================
   17. FILTER (FACETWP)
======================= */

.projektfilter .facetwp-checkbox {
  display: flex;
  justify-content: space-between;
}

.facetwp-display-value {
  font-family: Inter;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}

.facetwp-counter {
  font-family: Inter;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  color: grey;
}

.facetwp-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-left: 22px;
  margin-bottom: 10px !important;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
}

.facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: solid 1px #111111;
  border-radius: 3px;
  background-color: #fff;
  transition: background-color 0.2s, border-color 0.2s;
}

.facetwp-checkbox.checked::before {
  background-color: #009A9B;
  border-color: #111111;
}

.facetwp-checkbox.checked::after {
  content: "✓";
  position: absolute;
  left: 1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}

.facetwp-facet {
  display: flex !important;
  flex-direction: column !important;
}


/* Standort Footer*/
.so-graz, .so-linz, .so-villach { position: absolute; left: 20px; right: 0; top: 20%; opacity: 0; pointer-events: none; transition: opacity 0.35s ease, transform 0.35s ease;
margin-top:12px;}

.standort-offen { opacity: 1; transform: translateY(0); pointer-events: auto; position: static;
margin-top:12px;}
@media(max-width:767px){
.so-graz, .so-linz, .so-villach { position: absolute; left: 0px; right: 0; top: 150px; opacity: 0; pointer-events: none; transition: opacity 0.4s ease, transform 0.4s ease;

}  
.standort-offen {   opacity: 1;   transform: translateY(0);   pointer-events: auto;   position: static; 
}
}

.ttext{
    color:#009A9B;
    font-weight: 600;
    
}/* End custom CSS */