/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/



/* Add your custom styles here */

body {
  overflow-x: hidden;
}

/* Language Dropdown - Desktop */
#language-dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 122px;
  right: -58px;
  min-width: 214px;
  border-radius: 0 0 30px 30px;
  border-right: 2px solid #101923;
  border-bottom: 2px solid #101923;
  border-left: 2px solid #101923;
  background: #FEFEFE;
  transition: all 0.2s ease;
  transform: translateY(10px);
  z-index: 999;
  pointer-events: none;
  padding: 46px 51px 45px 47px;

}

#language-dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#language-trigger {
  cursor: pointer;
}

/* Icons-Zentrieren */

.elementor-widget-icon .elementor-icon-wrapper,
.elementor-widget-icon .elementor-icon {
  line-height: 0 !important;
}

/* HEADER - SEARCH BOX Desktop */
#search,
#search-close {
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: 101;
}

#search-close {
  display: none;
}

#searchbox {
  /* Position ABSOLUT innerhalb header */
  position: absolute;
  top: 17px;
  left: 0;
  /* Animation - Fade In */
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-in-out;
}

.search-box-desktop {
  max-width: 510px !important;
}

#searchbox.visible {
  opacity: 1;
  visibility: visible;
}


/* HEADER - SEARCH BOX Mobile */

#search-mobile,
#search-close-mobile {
  cursor: pointer;
  z-index: 101;
}

#search-close-mobile {
  display: none;
}

/* Overlay */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease;
  z-index: 99;
}

.search-overlay.visible {
  opacity: 1;
  visibility: visible;
}



/* Search Box */
#searchbox-mobile {
  position: absolute;
  top: 79px;
  left: 0;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 300ms cubic-bezier(0.18, 0.88, 0.32, 1.28);
  z-index: 100;
}

#searchbox-mobile.visible {
  max-height: 100px;
  opacity: 1;
  visibility: visible;
  padding: 20px;
}

/* main-offcanvas-menu */

/* entfern border von submenu */

#main-offcanvas-menu .sub-menu,
#main-offcanvas-menu .sub-menu li {
  border: none !important;
}

/* Style submenu links */

#main-offcanvas-menu .sub-menu li a {
  font-family: 'Satoshi', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.32px;
}

/* indikator */

#main-offcanvas-menu li.menu-item-has-children>a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-offcanvas-menu .elementor-nav-menu--dropdown .menu-item-has-children>a[aria-expanded="true"] .sub-arrow {
  transform: rotate(90deg);
}

/* ==========================================================================
Desktop große, diese probe menu steht in impressum seite  
==========================================================================  */

/* UL - Flex layout horizontal */
.mega-menu-container ul.elementor-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 15px !important;
}

/* ==========================================================================
   2. (COLUMNS) - jedes Top-Level-Item ist eine Spalte
   ========================================================================== */

.mega-menu-container ul.elementor-nav-menu>li {
  display: flex !important;
  flex-direction: column !important;
}

/* ==========================================================================
   3. PARENT TITLES
   ========================================================================== */

.mega-menu-container ul.elementor-nav-menu>li>a.elementor-item {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #080F0F !important;
  margin-bottom: 20px !important;
  padding: 0px 0px 0px 32px !important;
  white-space: normal !important;
  word-wrap: break-word !important;
  height: auto !important;
  border-radius: 4px !important;
}

/* Fix: Erste Spalte bekommt gleichen margin-inline-start wie die anderen */
.mega-menu-container .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:first-child>a.elementor-item {
  margin-inline-start: 5px !important;
}

/* Parent Title Hover */
.mega-menu-container ul.elementor-nav-menu>li>a.elementor-item:hover {
  background-color: #1019231A;
  box-shadow: -3px 0 0 8px #1019231A;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}

/* Nicht anklickbare Überschriften (automatisch per PHP) */
.mega-menu-container li.unanklickbar-titel>a.elementor-item,
.mega-menu-container li.unanklickbar-titel>span.elementor-item {
  pointer-events: none !important;
}

/* Versteckte Titel (automatisch per PHP) */
.mega-menu-container li.vse-hidden-title>a.elementor-item,
.mega-menu-container li.vse-hidden-title>span.elementor-item {
  display: none !important;
}

/* ==========================================================================
   4. SUBMENUS
   ========================================================================== */

.mega-menu-container ul.elementor-nav-menu>li>ul.sub-menu {
  display: flex !important;
  flex-direction: column !important;
  gap: 20px;
  width: 100% !important;
}

/* Submenu links */
.mega-menu-container .elementor-nav-menu--main ul.sub-menu li a.elementor-sub-item {
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #080F0F !important;
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
  display: inline-flex !important;
  height: auto !important;
  border-radius: 4px !important;
}

/* Mega-Menu Hover-Effekt: Hintergrund-Box */
.mega-menu-container .elementor-nav-menu--main ul.sub-menu li a.elementor-sub-item:hover {
  background-color: #1019231A;
  box-shadow: 0 0 0 8px #1019231A;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}

/* Kein Clipping: auch Eltern-Container ueber mega-menu-container */
.menu-item-has-mega-menu.e-con,
.menu-item-has-mega-menu.e-con > .e-con,
.mega-menu-container,
.mega-menu-container .elementor-widget-nav-menu,
.mega-menu-container .elementor-nav-menu--main,
.mega-menu-container .elementor-nav-menu--main .elementor-nav-menu,
.mega-menu-container .elementor-nav-menu--main .elementor-nav-menu > li,
.mega-menu-container .elementor-nav-menu--main ul.sub-menu {
  overflow: visible !important;
}

/* Icons werden per Inline-Style über die Mediathek gesetzt (siehe functions.php) */

/* ==========================================================================
   11. FIXES & OVERRIDES
   ========================================================================== */

/* Submenus ohne pos absolut */
.mega-menu-container ul.sub-menu {
  position: static !important;
}

/* Reset default list styling */
.mega-menu-container ul,
.mega-menu-container li {
  margin: 0 !important;
  padding-left: 0 !important;
}

/* ==========================================================================
 end fur menu dropdown
 ========================================================================== */

/* Navigation Arrows - Default State */
.elementor-swiper-button,
.elementor-swiper-button-prev,
.elementor-swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border: 2px solid #000000 !important;
  border-radius: 9999px !important;
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.2s ease !important;
  overflow: visible !important;
}

/* Pseudo-element für hover background */
.elementor-swiper-button::before,
.elementor-swiper-button-prev::before,
.elementor-swiper-button-next::before {
  content: '' !important;
  position: absolute !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 9999px !important;
  background: transparent !important;
  transition: background 0.2s ease !important;
  z-index: -1 !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

/* Hover State */

.elementor-swiper-button:hover::before,
.elementor-swiper-button-prev:hover::before,
.elementor-swiper-button-next:hover::before {
  background: #CBEAEC !important;
}

.elementor-button-icon svg {
  fill: #00000000 !important;
}

/* ==========================================================================
  Elementor Buttons - default, secondary, tertiary
========================================================================== */

/* Base button styles */
.elementor-button-default .elementor-button,
.elementor-button-secondary .elementor-button,
.elementor-button-tertiary .elementor-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  overflow: hidden;
  cursor: pointer;
  isolation: isolate;
  transition: color 0.3s ease;
}

/* Text + arrow container */
.elementor-button .elementor-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.elementor-button .elementor-button-text {
  display: flex;
  align-items: center;
}

/* Background hover animation */
.elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  z-index: -1;
  transform: translateX(-100%) scale(1);
  transition: transform 0.7s ease;
}

.elementor-button:hover::before {
  transform: translateX(0) scale(1.5);
}

/* Arrow after text */
.elementor-button-text::after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 0;
  height: 30px;
  opacity: 0;
  margin-left: 0;
  background: url('assets/image/arrow-right.svg') center/contain no-repeat;
  transition: width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

.elementor-button:hover .elementor-button-text::after {
  width: 30px;
  opacity: 1;
  margin-left: 10px;
}

/* Colors per class */
/* -------------------------
  Default Button
------------------------- */
.elementor-button-default .elementor-button {
  color: #fff;
  background-color: #101923;
}

/* .elementor-button-default .elementor-button::before {
  background-color: #FDFD00;
} */

.elementor-button-default .elementor-button:hover {
  background-color: #FDFD00;
}

.elementor-button-default .elementor-button:hover {
  color: #101923;
}

/* -------------------------
  Secondary Button
------------------------- */
.elementor-button-secondary .elementor-button {
  color: #101923;
  background-color: #FEFEFE;
}

/* .elementor-button-secondary .elementor-button::before {
  background-color: #CBEAEC;
} */

.elementor-button-secondary .elementor-button:hover {
  background-color: #CBEAEC;
}

.elementor-button-secondary .elementor-button:hover {
  color: #101923;
}

/* -------------------------
  Tertiary Button
------------------------- */
.elementor-button-tertiary .elementor-button {
  color: #101923;
  /* Text color */
  background-color: #FDFD00;
  /* Button background */
}

/* .elementor-button-tertiary .elementor-button::before {
  background-color: #FEFEFE;
}  */

.elementor-button-tertiary .elementor-button:hover {
  background-color: #FEFEFE;
  /* Background animation color */
}

.elementor-button-tertiary .elementor-button:hover {
  color: #101923;
  /* Change text color on hover */
}

/* -------------------------
 Call BTN
------------------------- */

.call-button svg {
  height: 23px;
  width: 23px;
}

.call-button span {
  align-items: center;
}

.call-button:hover svg path {
  fill: #101923;
}

/* akkordeon downloads- title und symbol */
.akkordeon-downloads .e-n-accordion-item>.e-n-accordion-item-title {
  display: flex;
  justify-content: space-between;
}

/* akkordeon downloads- rotation effekt  */
.akkordeon-downloads .e-n-accordion-item-title-icon .e-opened {
  display: none !important;
}

.akkordeon-downloads .e-n-accordion-item-title-icon .e-closed {
  display: flex !important;
  transition: transform 0.3s ease;
}

.akkordeon-downloads .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
  transform: rotate(90deg);
}


@media (max-width: 768px) {
  .call-button span {
    gap: 10px !important;
  }
}

@media (max-width: 768px) {
  .call-button svg {
    width: 20px;
    height: 20px;
  }
}


/* icon-list*/
@media (max-width: 768px) {
  .icon_list .elementor-icon-list-items {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: start !important;
  }
}

/* tabs */
.custom_tabs .e-n-tabs-heading {
  background-color: white;
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  border: 2px solid white;
}

@media (max-width: 768px) {
  .e-n-tabs-heading {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    box-sizing: border-box;
  }

  .e-n-tabs-heading::-webkit-scrollbar {
    display: none;
  }

  .e-n-tabs-heading {
    scrollbar-width: none;
  }
}

/* karusell */

.carousel-abstand .swiper-slide {
  padding: 10px !important;

}

@media (min-width: 1025px) {
  .slider .swiper {
    overflow: visible;
  }

  .slider .swiper {
    clip-path: inset(0 -200% 0 0);
  }
}

/*----- Scale hover -----*/
.transform:hover {
  transform: scale(1.03) !important;
  transition: transform 0.3s ease !important;
}

/* entfern hover in mobile */
@media (max-width: 767px) {
  .transform:hover {
    transform: none !important;
  }
}

/*----- Scale hover events carousel -----*/
.transform-events:hover {
  transform: scaleY(1.08) !important;
  transition: transform 0.3s ease !important;
}

.carousel-abstand-events .swiper-slide {
  padding: 15px 0px !important;

}

/* entfern hover in mobile */
@media (max-width: 767px) {
  .transform-events:hover {
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .elementor-swiper-button {
    display: none !important;
  }
}


/* FAQ */
.custom_faq .e-n-accordion-item>.e-n-accordion-item-title>.e-n-accordion-item-title-icon {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 90px !important;
  display: flex !important;
  align-items: center !important;
  z-index: 3;
}

@media (max-width: 1024px) {
  .custom_faq .e-n-accordion-item>.e-n-accordion-item-title>.e-n-accordion-item-title-icon {
    width: 60px !important;
  }
}

@media (max-width: 767px) {
  .custom_faq .e-n-accordion-item>.e-n-accordion-item-title>.e-n-accordion-item-title-icon {
    width: 60px !important;
  }
}

.custom_faq .e-n-accordion-item-title {
  display: flex;
  align-items: stretch;
}

.custom_faq .e-n-accordion-item-title-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  background: #101923 !important;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.custom_faq details[open] .e-n-accordion-item-title-icon {
  background: #FDFD00 !important;
}

@media (max-width: 767px) {
  .custom_faq .e-n-accordion-item-title-text {
    width: 85% !important;
  }
}

/* Download */
.download_datei:hover svg path {
  fill: #101923;
  stroke: #101923;
}

.download_datei:hover svg path[fill="#101923"] {
  fill: #FDFD00;
}

.akkordeon-downloads .elementor-widget-theme-post-title .elementor-heading-title {
  text-transform: uppercase;
}

/* Links generell: Textfarbe + unterstrichen */
.elementor-widget-text-editor a,
.elementor-widget-heading a,
.elementor-widget-form a {
  color: inherit;
  text-decoration: underline;
}

/* Hauptmenü Hover + Active Effekt */
.elementor-element-d981732 .e-n-menu-title:hover .e-n-menu-title-text,
.elementor-element-d981732 .e-n-menu-title:hover .e-n-menu-title-container,
.elementor-element-d981732 .e-n-menu-item.e-current .e-n-menu-title-text,
.elementor-element-d981732 .e-n-menu-item.e-current .e-n-menu-title-container {
  color: #CBEAEC !important;
  transition: color 0.3s ease;
}

/* Suchergebnisse Posts */
.search_post .elementor-post {
  border: 2px solid black;
  border-radius: 20px;
  padding: 40px 50px !important;
  display: flex;
  flex-direction: row;
  align-items: flex-start;/
}

@media (max-width: 768px) {
  .search_post .elementor-post {
    padding: 30px 30px !important;
    flex-direction: column;
  }

  .search_post .elementor-post__text {
    margin-top: 20px !important;
  }
}


/* Magazin Pgination */
.custom_magazin .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #101923;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #CBEAEC;
  font-weight: 700;
  font-size: 16px;
}

.custom_magazin .page-numbers:hover,
.custom_magazin .page-numbers.current {
  background-color: #CBEAEC;
  color: #101923;
}

.custom_magazin .page-numbers.prev,
.custom_magazin .page-numbers.next {
  font-size: 0;
}

.custom_magazin .page-numbers.prev::before,
.custom_magazin .page-numbers.next::before {
  content: "";
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

/* Linker Pfeil */
.custom_magazin .page-numbers.prev::before {
  -webkit-mask: url('assets/image/navigation-arrow-left.svg') no-repeat center;
  mask: url('assets/image/navigation-arrow-left.svg') no-repeat center;
  background-color: #CBEAEC;
}

.custom_magazin .page-numbers.prev:hover::before {
  background-color: #101923;
}

/* Rechter Pfeil */
.custom_magazin .page-numbers.next::before {
  -webkit-mask: url('assets/image/navigation-arrow-right.svg') no-repeat center;
  mask: url('assets/image/navigation-arrow-right.svg') no-repeat center;
  background-color: #CBEAEC;
}

.custom_magazin .page-numbers.next:hover::before {
  background-color: #101923;
}

.custom_magazin.pagination-absolute .elementor-pagination {
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
}

/* Pfeil-Buttons Tablet & Mobile */
@media (max-width: 1024px) {
  .custom_magazin .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
  }

  .custom_magazin.pagination-absolute .elementor-pagination {
    bottom: -150px;

  }

}

@media (max-width: 768px) {
  .custom_magazin .page-numbers {
    width: 35px;
    height: 35px;
    font-size: 14px;
    font-weight: 700;
  }

  .custom_magazin.pagination-absolute .elementor-pagination {
    bottom: -120px;
  }
}

/* 3-zeiliger Text */
.custom_magazin .elementor-widget-theme-post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Kategorie tags */
.tags .elementor-icon-list-item {
  padding: 6px 12px;
  border: 1px solid black;
  border-radius: 100px;
}

.tags .elementor-icon-list-items {
  gap: 12px;
}

.tags .elementor-inline-item:hover {
  background-color: #CBEAEC;
}

/* Tabelle */
.custom-table .table-container {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #CBEAEC;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.custom-table table {
  width: 100%;
  border-collapse: collapse;
  margin-block-end: 0px !important;
  min-width: 600px;
  table-layout: auto;
}

.custom-table thead {
  background: #101923;
}

.custom-table table td,
.custom-table table th {
  vertical-align: middle;
}

.custom-table th,
.custom-table td {
  padding: 20px !important;
  font-family: Satoshi !important;
  font-size: 18px !important;
  text-align: center;
  border: none !important;
}

.custom-table th {
  color: white;
  font-weight: 500;
}

.custom-table th:first-child,
.custom-table td:first-child {
  text-align: left;
  font-weight: 500;
}

.custom-table tbody td {
  background-color: #fff !important;
}

.custom-table th,
.custom-table td {
  border: none;
}

.custom-table th+th,
.custom-table td+td {
  border-left: 2px solid #CBEAEC !important;
}

.custom-table tbody tr+tr td {
  border-top: 2px solid #CBEAEC !important;
}

.custom-table .check {
  display: inline-block;
  width: 23px;
  height: 20px;
  background-image: url('https://vse.ima.vc/wp-content/uploads/2026/01/grau_check.svg') !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.custom-table .note {
  display: inline-block;
  color: #101923;
  font-size: 15px;
  font-family: Satoshi !important;
  font-weight: 400;
  padding-left: 10px;
}

@media (max-width: 600px) {
  .custom-table body {
    padding: 10px;
  }

  .custom-table .table-container {
    border-radius: 20px;
  }

  .custom-table th,
  .custom-table td {
    padding: 12px 10px;
    font-size: 13px !important;
  }

  .custom-table .check {
    width: 16px;
    height: 14px;
  }

  .custom-table .note {
    font-size: 11px !important;
  }

  .custom-table th:first-child,
  .custom-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background: #101923;
    width: 180px;
  }

  .custom-table th:not(:first-child),
  .custom-table td:not(:first-child) {
    min-width: 120px;
  }
}



/* leistungen-box tags */
.custom_terms .elementor-post-info__terms-list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 6px;
}

.custom_terms .elementor-post-info__terms-list-item {
  border: 1px solid #101923;
  border-radius: 100px;
  padding: 7px 12px;
  word-break: auto-phrase;
}


.custom_terms .elementor-post-info__terms-list span {
  color: #101923;
}

/* klasse fuer einen block mit flex-grow */
.custom-flex-grow .e-con.e-flex {
  flex-grow: 1 !important;
  /* nimmt verfuegbaren platz ein */
}


/*----- hover-leistungbox*/
/* Hover — oben  */
.custom-flex-grow:hover .elementor-widget-theme-post-featured-image {
  background-color: #F5FBFB !important;
}

.custom-flex-grow:hover {
  background-color: #F5FBFB !important;
}

/* KONTAKTFORMULAR */
.custom_contactform #form-field-field_51e5509 {
  width: 60%;
  background-color: #101923 !important;
  color: white !important;
}

.custom_contactform #form-field-field_51e5509:hover {
  background-color: #CBEAEC !important;
  color: #101923 !important;
  box-shadow: none;
}

.custom_contactform .select-caret-down-wrapper {
  inset-inline-end: 20px;
  width: 12px;
  height: 12px;
  background-image: url("https://vse.ima.vc/wp-content/uploads/2026/02/caret-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom_contactform .select-caret-down-wrapper svg {
  display: none;
}

/* .custom_contactform .elementor-field-type-select {
  position: absolute;
  top: -100px;
  width: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

@media (max-width: 768px) {
  .custom_contactform .elementor-field-type-select {
    width: 100%;
  }
}

/* ---  ISO 27001-Zertifizierung --*/

@media (max-width: 360px) {
  .iso-zertifizierung {
    width: 255px;
  }
}

.custom_faq a {
  color: #333333;
  text-decoration: underline;

}

.post-tags {
  display: none;
}

li.e-n-menu-item:has(#menu-branchen) {
  position: relative;
}

li.e-n-menu-item:has(#menu-branchen) .e-n-menu-content {
  top: 24px !important;
  left: -45px !important;
  right: unset;
}

/* Branchen Menu: Hover-Effekt gleich wie Produkte & Loesungen */
li.e-n-menu-item:has(#menu-branchen) .elementor-nav-menu li a.elementor-item {
  border-radius: 4px !important;
}

li.e-n-menu-item:has(#menu-branchen) .elementor-nav-menu li a.elementor-item:hover {
  background-color: #1019231A;
  box-shadow: -3px 0 0 8px #1019231A;
  border-radius: 4px !important;
  transition: all 0.3s ease;
}