/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.25.1.1716289701
Updated: 2024-05-21 11:08:21

*/

.et_pb_section .mybutton:after {
            line-height: 1.4em!important;
           
        }


/* Möglichkeit 1 mit absolut positionierten Elementen: */

/* #region min-width: 981px */
@media only screen and (min-width: 981px) {
  .button-hoehe .et_pb_column .et_pb_module:nth-last-child(2) { margin-bottom: 4rem; }
  .button-hoehe .et_pb_column .et_pb_module:last-of-type {
    position: absolute;
    bottom: 5px;
    left: 20px;
	 
  }
}
/* #endregion */



/* Vertikales Zentrieren von Elementen */
.vertikal-zentrieren {
display: flex;
flex-direction: column;
justify-content: center;
}

/* Navi Zeilenhöhe */
  .nav li li {
        position: relative;
        line-height:1.2em
    }




/*----------Scroll bar ------------*/
/* Standard Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #202020;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  background-color: #808080;
  border-radius: 2px;
}

/* Hauptseite + Unterseiten = blau */
body.page-id-85::-webkit-scrollbar-thumb,
body.page-child.parent-pageid-85::-webkit-scrollbar-thumb {
  background-color: #6281bf !important;
}


/* Hauptseite + Unterseiten = rot */
body.page-id-326::-webkit-scrollbar-thumb,
body.page-child.parent-pageid-326::-webkit-scrollbar-thumb {
  background-color: #c3071d !important;
}

/* Hauptseite + Unterseiten = türkis */
body.page-id-2082::-webkit-scrollbar-thumb,
body.page-child.parent-pageid-2082::-webkit-scrollbar-thumb {
  background-color: #387f7f !important;
}



.video-fullwidth {
    width: 100%;
    height: 100vh;
    object-fit: contain;
}


/* Divi Slider: Bild ohne Rein-Slide und ohne "Plopp" */
.et_pb_slide_image,
.et_pb_slide_image img {
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  transform: none !important;
  opacity: 1 !important;
}



/* ---------- Header Höhe mit Bild ---------- */
@media (min-width: 981px) {

  .header-menu,
  .header-hero,
  .header-bottom {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .header-hero,
  .header-hero .et_pb_row {
    min-height: calc(100vh - 282px);
    height: 100%;
  }

}

.hero-center {
  display: flex;
  align-items: center;     /* vertikal mittig */
  justify-content: center; /* horizontal mittig */
  text-align: center;
}








/* =========================================================
   HEADER / HERO = immer 100% Bildschirmhöhe
   ========================================================= */
@media (min-width: 981px) {

  /* --- obere Bereiche zurücksetzen (OHNE bottom!) --- */
  .header-slider-menu,
  .header-slider {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* --- unterer Bereich darf Padding behalten --- */
  .header-slider-bottom {
    margin: 0 !important;
  }

  /* --- Divi Section Reset (oben + Slider) --- */
  .header-slider-menu.et_pb_section,
  .header-slider.et_pb_section {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* --- untere Section NICHT padding resetten --- */
  .header-slider-bottom.et_pb_section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  /* --- Slider Höhe dynamisch --- */
  .header-slider {
    height: var(--hero-slider-height, 60vh) !important;
    min-height: var(--hero-slider-height, 60vh) !important;
    overflow: hidden !important;
  }

  /* --- Slider Elemente vollflächig --- */
  .header-slider .et_pb_module,
  .header-slider .et_pb_fullwidth_slider,
  .header-slider .et_pb_slider,
  .header-slider .et_pb_slider_container_inner,
  .header-slider .et_pb_slides,
  .header-slider .et_pb_slide,
  .header-slider .et_pb_container {
    height: 100% !important;
    min-height: 100% !important;
  }

  .header-slider .et_pb_slide {
    position: relative;
    overflow: hidden;
  }

  .header-slider .et_pb_slide_description {
    height: auto !important;
  }

  .header-slider .et_pb_container {
    display: flex !important;
    align-items: center !important;
  }

  /* --- Text unten sauber --- */
  .header-slider-bottom .et_pb_module,
  .header-slider-bottom .et_pb_text,
  .header-slider-bottom p {
    margin-bottom: 0 !important;
  }

  .header-slider-bottom .et_pb_text_inner > *:last-child {
    margin-bottom: 0 !important;
  }
}


/* =========================================================
   SLIDER SPEZIAL
   ========================================================= */

/* Bild rechts im ersten Slide */
@media (min-width: 981px) {

  .header-slider .et_pb_slide:first-child .et_pb_slide_image {
    position: absolute !important;
    right: 6% !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 5 !important;
  }

  .header-slider .et_pb_slide:first-child .et_pb_slide_description {
    z-index: 5 !important;
  }
}


/* Personen links - gemeinsame Positionierung */
@media (min-width: 981px) {

  .header-slider .et_pb_slide:first-child::after {
    content: "";
    position: absolute;
    left: 3%;
    bottom: 0;
    width: 45%;
    height: 75%;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    z-index: 3;
    pointer-events: none;
  }
}


/* Background Zoom - gemeinsame Technik */
@media (min-width: 981px) {

  .header-slider .et_pb_slide:first-child {
    background-image: none !important;
  }

  .header-slider .et_pb_slide:first-child::before {
    content: "";
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    animation: bg-zoom-slide 20s ease-in-out infinite;
  }

  .header-slider .et_pb_slide:first-child .et_pb_slide_description,
  .header-slider .et_pb_slide:first-child .et_pb_slide_image {
    position: relative;
    z-index: 5;
  }
}


/* =========================================================
   SEITENBILDER
   ========================================================= */

/* World of Surface Systems */
@media (min-width: 981px) {

  .slider-surface .et_pb_slide:first-child::before {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2024/05/background-surface-systems.webp");
  }

  .slider-surface .et_pb_slide:first-child::after {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2026/03/hurec-eckstein.webp");
  }
}


/* World of Metal Processing */
@media (min-width: 981px) {

  .slider-metal .et_pb_slide:first-child::before {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2026/03/surface-systems-head-farbe.jpg");
  }

  .slider-metal .et_pb_slide:first-child::after {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2026/03/bki-personen.png");
  }
}


	/* World Industrial Service */
@media (min-width: 981px) {

  .slider-industrial .et_pb_slide:first-child::before {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2024/05/background-surface-systems.webp");
  }

  .slider-industrial .et_pb_slide:first-child::after {
    background-image: url("https://bk-innovative-technik.com/wp-content/uploads/2026/05/klee-dangel.webp");
  }
	
}

/* =========================================================
   ANIMATION
   ========================================================= */
@keyframes bg-zoom-slide {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}


/* =========================================================
   Slider Text vertikal mittig - sichere Version
   ========================================================= */
@media (min-width: 981px) {

  .header-slider .et_pb_slide_description {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    width: auto !important;
  }

  .header-slider .et_pb_slide:first-child .et_pb_slide_description {
    margin: 0 48% 0 0 !important;
  }

}

/* =========================================================
Menüpunkt blau   ========================================================= */
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu.current-menu-item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu.current_page_item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu.current-menu-ancestor > a {
  color: #6281bf !important;
  opacity: 1 !important;
}

/* =========================================================
Menüpunkt rot   ========================================================= */
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-rot > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-rot.current-menu-item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-rot.current_page_item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-rot.current-menu-ancestor > a {
  color: #c3071d !important;
  opacity: 1 !important;
}


/* =========================================================
Menüpunkt türkis   ========================================================= */
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-tuerkis > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-tuerkis.current-menu-item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-tuerkis.current_page_item > a,
.et_pb_fullwidth_menu_0_tb_header .et_pb_menu__wrap .et-menu > li.highlight-menu-tuerkis.current-menu-ancestor > a {
  color: #387f7f !important;
  opacity: 1 !important;
}


.blurb-links .et_pb_blurb_content{
    max-width:100% !important;
    margin:0 !important;
}