/*
 Theme Name:   LKC
 Description:  
 Author:       Kellenberger Interactive
 Author URI:   https://kellenberger-interactive.ch
 Template:     Divi
 Version:      1.0
 Text Domain:  lkc
*/

.fupi_buttons button {
    border: none;
}

/********************************************/
/*          MENU                          */
/********************************************/

.et_pb_menu .et_pb_menu__menu>nav>ul>li {
    height: 50px;
}

.menu-item {
    padding-right: 50px !important;
}

.musical-menu .menu-item {
    padding-right: 25px !important;
}

.menu-item:last-child {
    padding-right: 0 !important;
}
    

.menu-item a {
    font-weight: 600 !important;
    border-bottom: 2px solid transparent;
    color: #011922;
}

.menu-item a:hover, .current-menu-item a {
    border-bottom: 2px solid #011922;
}

.home .menu-item a:hover, .home .current-menu-item a,
.page-id-14 .menu-item a:hover, .page-id-14 .current-menu-item a,
.page-id-25 .menu-item a:hover, .page-id-25 .current-menu-item a {
    border-bottom: 2px solid #ffffff;
}




.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
    padding: 0.3em 2em !important;
    font-weight: 400;
    letter-spacing: 0.1em;
}

.et_pb_module h1 {
  font-size: 120px !important;
  font-weight: 300 !important
}

.et_pb_module h2, .single-post-title h1 {
    font-size: 46px !important;
    line-height: 60px;
    font-weight: 500 !important
}

.et_pb_module h3 {
    font-size: 22px !important;
    color: #38CBF6 !important;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 600 !important;
}
    
.et_pb_module h3, .termin-titel h2 {
  padding-bottom: 0;
  font-size: 22px !important;
}


@media (max-width: 980px) {
  .et_pb_module h1 {
    font-size: 60px !important;
  }
  .et_pb_module h2, .single-post-title h1  {
    font-size: 30px !important;
  }
  .et_pb_module h3, .termin-titel h2 {
    font-size: 18px !important;
  }

}

@media (max-width: 767px) {
  .et_pb_module h1 {
    font-size: 50px !important;
  }
  .et_pb_module h2, .single-post-title h1  {
    font-size: 30px !important;
  }
  .et_pb_module h3, .termin-titel h2 {
    font-size: 18px !important;
  }
}

/* Fix outline button spacing */
.et-menu-nav .menu-button-outline a {
    padding: 6px 14px !important;   /* ↓ reduce vertical padding */
    line-height: 2 !important;    /* ↓ prevents tall button */
    display: inline-block;
}

/* Stop menu items from stretching full height */
.et-menu-nav > ul > li {
    display: flex;
    align-items: center !important;
}

/* Reset Divi's big link height */
.et-menu-nav > ul > li > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: auto !important;
    line-height: normal !important;
}

.menu-button-outline a {
    border: 1px solid #062531;
    background: #ffffff;
    border-radius: 25px;
    opacity: 1 !important;
}

.menu-button-outline a:hover {
    color: #ffffff !important;
    background: #062531 !important;
}

.menu-light .menu-button-outline a {
  border: 1px solid #ffffff;
  background: transparent;
}

.menu-light .menu-button-outline a:hover {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #062531 !important;
}

.et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
  font-weight: 600;
}

@media (min-width: 981px) {
  .et-menu .wpml-ls-item {
    display: none !important;
  }
}

/********************************************/
/*          AGENDA                          */
/********************************************/

#agenda h2, #agenda h3 {
    font-family: SurveyorDisplayBook;
    margin-bottom: 15px;
}

.termine {
    margin-bottom: 50px !important;
    border: none !important;
}

.termine tr td {
    padding: 24px 24px !important;
    vertical-align: top;
    border-top: 1px solid #011922;
    border-bottom: 1px solid #011922;
}

.termine thead {
  background-color: #011922!important;
  color: #ffffff;
}

.termine thead, .termin-titel {
    font-weight: 500;
}

.termine_datum, .termine_zeit {
    /*width: 15%;*/
    width: 20% !important;
}

.termine_anlass {
    width: 30%;
}


/****       MOBILE TERMIN table-layout:     ****/

@media only screen and (max-width: 600px) {
    
    .termine thead {
        display: none;
    }
    
    .termine tr td {
        padding: 10px 24px !important;
        display: flex;
        border: none !important;
    }
    
    .termine tr {
        border-bottom: 2px solid black;
    }
}

/********************************************/
/*          AGENDA                          */
/********************************************/

.ti-widget .ti-widget-card {
    border-radius: 15px !important;
}


/********************************************/
/*          Mobile Reverse Columns          */
/********************************************/

@media (max-width: 980px) {
  .reverse {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .reverse > .et_pb_column {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
  }

  .reverse > .et_pb_column:first-child {
    grid-row: 2;
  }

  .reverse > .et_pb_column:last-child {
    grid-row: 1;
  }
}

@media (max-width: 980px) {
  .reverse > .et_pb_column {
    margin-bottom: 100px !important;
  }

  .reverse > .et_pb_column:first-child {
    margin-bottom: 0 !important;
  }
}



.et_pb_blog_grid .et_pb_post {
  padding: 0;
}

.et_pb_blog_grid  .et_pb_image_container{
  margin: 0 !important;
}


/********************************************/
/*          Video overlay:                  */
/********************************************/
.ki-video-overlay {
  position: relative;
  overflow: hidden;
}

.ki-video-overlay:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.ki-video-overlay .et_pb_section_video_bg {
  z-index: 0 !important;
}

.ki-video-overlay .et_pb_row {
  position: relative;
  z-index: 2;
}

/********************************************/
/*          Language Selector               */
/********************************************/
.wpml-ls-legacy-dropdown-click a {
  padding: 10px;
  border-radius: 20px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: none !important;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
  border-width: : 1px !important;
  border-top-width: 1px !important;
}

.wpml-ls-legacy-dropdown-click>ul {
  padding-bottom: 15px;
}