/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

h1, h2, h3, h4, h5
.et_pb_module_heading {
    hyphens: auto;
    overflow-wrap: normal;
    word-break: normal;
}

.et-menu li li a {    
    width: 380px;
}



@media only screen and (min-width: 1475px) {
  header.et-l.et-l--header {
    margin-bottom: 50px;
}
}

.dsm_advanced_tabs .dsm-advanced-tabs-content-wrapper .dsm-content-wrapper {
    border-width: 0px;
    border-color: #d9d9d9;
    border-style: solid;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	background: rgba(0, 0, 0, .02);
}

.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content {
    
    padding: 0;
}
@media screen and (min-width: 681px) {
.dsm-advanced-tabs-container .dsm-advanced-tabs-content-wrapper .dsm-inner-content {
    width: 100%;
    padding: 20px;
}
}




.dsm_advanced_tabs .dsm-tab {
    background: #ffffff;
	
}
.dsm_advanced_tabs .dsm-tab.dsm-active {
    background: rgba(0, 0, 0, .02);
}

.dsm_advanced_tabs .dsm-inner-content .dsm-title, .dsm_advanced_tabs .dsm-tab .dsm-title, {
    color: var(--gcid-secondary-color) !important;
    font-size: 21px !important;
    line-height: 1.4em !important;
}


/* =========================================
   HM Spezifikations-Tabellen – sachlich & klar
   (kein Schatten, keine Spielereien)
   ========================================= */

.hm-spec-table{
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 0px solid rgba(0,0,0,.12);
  font-size: 16px;
  line-height: 1.5;
}

/* Zellen */
.hm-spec-table .hm-spec-row > *{
  padding: 12px 14px;
  vertical-align: top;
  border-bottom: 0px solid rgba(0,0,0,.08);
}

.hm-spec-table .hm-spec-row:last-child > *{
  border-bottom: 0;
}

/* Spalten */
.hm-spec-table .hm-spec-key{
  width: 34%;
  font-weight: 700;
  color: #111827;
  background: rgba(0,0,0,.02);
  border-right: 0px solid rgba(0,0,0,.08);
}

.hm-spec-table .hm-spec-val{
  color: #1f2937;
}

/* Sehr dezentes Zebra nur über ganze Zeile */
.hm-spec-table .hm-spec-row:nth-child(even) > *{
  background: rgba(0,0,0,.015);
}

/* Umbrüche/Overflows sauber */
.hm-spec-table .hm-spec-key,
.hm-spec-table .hm-spec-val{
  overflow-wrap: anywhere;
  word-break: normal;
  hyphens: auto;
}

/* Mehrzeilige Werte: etwas Luft zwischen Zeilen */
.hm-spec-table .hm-spec-val br{
  content: "";
  display: block;
  margin: 6px 0;
}

/* =========================================
   Responsive (Mobile): Key + Value untereinander
   (ohne HTML-Anpassung)
   ========================================= */
@media (max-width: 680px){
  .hm-spec-table,
  .hm-spec-table tbody,
  .hm-spec-table tr,
  .hm-spec-table th,
  .hm-spec-table td{
    display: block;
    width: 100%;
  }

  .hm-spec-table{
    border: 1px solid rgba(0,0,0,.12);
    font-size: 15px;
  }

  .hm-spec-table .hm-spec-row > *{
    border-bottom: 0;
    padding: 10px 12px;
  }

  .hm-spec-table .hm-spec-row{
    border-bottom: 1px solid rgba(0,0,0,.08);
  }

  .hm-spec-table .hm-spec-row:last-child{
    border-bottom: 0;
  }

  .hm-spec-table .hm-spec-key{
    width: 100%;
    border-right: 0;
    background: rgba(0,0,0,.02);
    padding-bottom: 6px;
  }

  .hm-spec-table .hm-spec-val{
    padding-top: 6px;
  }

  /* Zebra auf Mobile aus (mehr Übersicht) */
  .hm-spec-table .hm-spec-row:nth-child(even) > *{
    background: transparent;
  }
}
.section_pic .et_pb_image_wrap {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.section_pic .et_pb_image_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Mobile Version */
@media only screen and (max-width: 767px) {
	
	
	
	   .section_pic .et_pb_row {
        display: flex;
        flex-wrap: wrap !important;
    }

    .section_pic .et_pb_column {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .section_pic .et_pb_column:not(:last-child) {
        margin-bottom: 20px;
    }
	
    .section_pic .et_pb_image_wrap {
        aspect-ratio: auto;
        overflow: visible;
    }

    .section_pic .et_pb_image_wrap img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}




@media only screen and (min-width: 1475px) {
    .et_pb_section.section_pic  {
       padding: 0 0 60px 0;
    }
}


.contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    color: #fff;
    font-style: normal;
    font-size: 15px;
}

.contact-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.contact a {
    color: inherit;
    text-decoration: none;
}

.contact a:hover {
    text-decoration: underline;
}

.contact span {
    font-size: 15px;
	line-height: 1.4em;
}


/* =====================================================
   DFH-14 Menü: Hamburger ab 1300px erzwingen
   (nur dieses Menü-Modul, Scope: .dfh-14)
   ===================================================== */

	
	@media (max-width: 1300px) and (min-width: 981px){
  .dfh-14 .et_pb_menu_inner_container{
    justify-content: flex-end !important;
  }
}

/* bis 1300px: Mobile/Hamburger anzeigen, Desktop-Menü aus */
@media (max-width: 1300px){
  .dfh-14 .et_pb_menu__menu{ display: none !important; }
  .dfh-14 .et_mobile_nav_menu{ display: block !important; }
}

/* ab 1301px: Desktop-Menü anzeigen, Hamburger aus */
@media (min-width: 1301px){
  .dfh-14 .et_pb_menu__menu{ display: block !important; }
  .dfh-14 .et_mobile_nav_menu{ display: none !important; }
}

/* Optional: eure bestehende 980px-Kleinigkeit auf 1300 erweitern */
@media (max-width: 1300px){
  .dfh-14 .et_pb_menu__wrap{ margin: 15px; }
}
/* Infotexte: immer nebeneinander, bei Bedarf umbrechen */
.et_pb_column_1_tb_header{
  display: flex;
  flex-wrap: wrap;              /* bricht in die nächste Zeile statt untereinander erzwingen */
  align-items: center;
  justify-content: flex-end;    /* Block sitzt rechts im Header */
  gap: 18px 28px;               /* Zeilen-/Spaltenabstand */
}

/* Blurbs: linksbündig, nicht auf 100% ziehen */
.et_pb_column_1_tb_header > .et_pb_blurb{
  width: auto;
  text-align: left;
  flex: 0 1 auto;
}
@media (min-width: 980px) {
    .et_pb_column_1_tb_header.et_pb_column.et-last-child.et_block_column.et_pb_css_mix_blend_mode_passthrough.et_flex_column_18_24.et_flex_column_18_24_tablet.et_flex_column_24_24_phone {
    
        margin-bottom: 0;
        display:  none !important; 
    }
}

@media (max-width: 979px) {
    .et_pb_column_1_tb_header.et_pb_column.et-last-child.et_block_column.et_pb_css_mix_blend_mode_passthrough.et_flex_column_18_24.et_flex_column_18_24_tablet.et_flex_column_24_24_phone {
    
        margin-bottom: 0;
        display:  block !important; 
    }
}
.grafe-language-switcher {
  width: 100%;
  padding: 8px 0;
  text-align: center;
}

.grafe-language-switcher ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.grafe-language-switcher li {
  margin: 0;
  padding: 0;
}

.grafe-language-switcher a {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  color: #222;
  opacity: 0.65;
  transition: opacity 0.2s ease;
}

.grafe-language-switcher a:hover,
.grafe-language-switcher a:focus {
  opacity: 1;
}

.grafe-language-switcher .current-lang a {
  opacity: 1;
  font-weight: 600;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.current-menu-item.page_item.current_page_item>a{
	color: #2ea3f2 !important;
}

ul.dsm_icon_list_items.dsm_icon_list_layout_vertical.dsm_icon_list_direction_left a{
	color: #004070 !important;
	
}

@media only screen and (max-width: 980px) {
footer .et_pb_menu__menu {
display: block !important;
}
footer #et_mobile_nav_menu, footer .et_mobile_nav_menu {
display: none !important;
}
}

.et_pb_menu_0_tb_footer.et_pb_menu {
    background-color: transparent !important;
}

.et_pb_menu_0_tb_footer.et_pb_menu a {
    color: #ffffff;
    
}