/* 
Theme Name: GOM HandsOnMetrology Custom
Theme URI: https://github.com/elementor/hello-theme/
Description: GOM HandsOnMetrology Custom is a child theme of Hello Elementor.
Author: escen GmbH
Author URI: https://www.escen.de
Template: hello-elementor
Version: 1.4.3
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
*/
.swiper .swiper-wrapper {
  touch-action: pan-x pan-y;
}
.swiper .swiper-slide-inner {
  max-width: 1480px;
}
.swiper .elementor-swiper-numbers {
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  margin: 8px;
  padding-top: 2px;
}
.swiper .elementor-swiper-button-wrapper {
  max-width: 1480px;
  margin: 0 auto;
}

.swiper.swiper-container-numbers .swiper-pagination {
  display: none;
}
.swiper.swiper-container-numbers .swiper-pagination {
  display: none;
}
@media (max-width: 576px) {
  .swiper.swiper-container-numbers .swiper-pagination {
    display: block;
  }
}
.swiper.swiper-container-numbers
  .elementor-swiper-button-wrapper
  .elementor-swiper-button-inner {
  margin-top: 10px;
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.swiper.swiper-container-numbers .elementor-swiper-button {
  bottom: 0;
  z-index: 10;
  height: 48px;
  width: 48px;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.swiper.swiper-container-numbers .elementor-swiper-button svg {
  height: 18px;
  margin: auto;
}
.swiper.swiper-container-numbers
  .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0;
}
.swiper.swiper-container-numbers
  .elementor-swiper-button.elementor-swiper-button-next {
  left: 0;
}
.elementor-swiper-button.elementor-swiper-button-next svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 1599.98px) {
  .swiper .swiper-slide-inner,
  .swiper.swiper-container-numbers .elementor-swiper-button-wrapper {
    max-width: 91.6667vw !important;
  }
}
@media (max-width: 576px) {
  .swiper.swiper-container-numbers .elementor-swiper-button-wrapper {
    display: none;
  }
}
/* FOOTER */
.footer-sessions .elementor-inline-item:after {
  border: 0px !important;
  font-family: inherit;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: 0.3px;
  content: "–";
  margin: 0 0.5em;
  display: inline;
}
.footer-sessions .elementor-inline-item:last-child:after {
  display: none;
  content: "";
}
/* BUTTON */
.elementor-button {
  border-width: 4px;
  background-color: transparent;
}
.elementor-button.elementor-size-md {
  line-height: 28px;
  padding: 9px 30px 7px 30px;
  min-width: 64px;
}
.elementor-button.elementor-size-md .play-icon {
  margin-right: 8px;
  margin-top: 2px;
  margin-bottom: 0px;
  width: 12px;
  height: 12px;
}

.checkbox-table {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3c8a2e url(../svg/check.svg) no-repeat 50%;
}

.minusSign-table {
  width: 12px;
  height: 3px;
  margin-top: 18px;
  margin-bottom: 19px;
  background-color: #000000;
}

.three-row-table .elementor-escen-table-cell {
  width: 33.3%;
}

.three-row-table .elementor-escen-table-cell:first-child {
  font-weight: 400;
}

.under-table {
  position: absolute;
  margin-top: -25px;
  font-size: 16px;
  line-height: 20px;
}

.single-video .elementor-escen-video-category {
  display: none;
}

.single-video img {
  width: 100%;
}

.single-video .elementor-escen-video-item {
  padding-top: 0;
}

.single-video
  .elementor-escen-video-skin-classic
  .elementor-escen-video-item-inner:hover
  .elementor-escen-video-image-wrapper,
.single-video
  .elementor-escen-video-skin-slides
  .elementor-escen-video-item-inner:hover
  .elementor-escen-video-image-wrapper {
  transform: scale(1);
}

.zeiss-table .checkbox-table {
  margin: auto;
}

.blue-hover .elementor-button:hover {
  color: #c6daf2 !important;
  border-color: #c6daf2 !important;
}

@media (max-width: 767px) {
  .landing-image-swap .elementor-container {
    flex-direction: column-reverse;
  }
  .landing-image-swap-tablet .elementor-container {
    flex-direction: column-reverse;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .landing-image-swap-tablet .elementor-container {
    flex-direction: column-reverse;
  }
}

.elementor-button[data-fancybox-video] {
  cursor: pointer;
}

form.mktoForm {
  width: 100% !important;
}

.mktoForm .mktoFormCol {
  color: var(--e-global-color-text);
  font-family: "FrutigerNextHOM", Sans-serif !important;
  border: 0px;
}
.mktoForm .mktoFormCol {
  border: 0px;
}
.mktoForm input:not([type="checkbox"]) {
  border: none;
  border-bottom: 2px solid var(--e-global-color-fc4c3af);
  background-color: #f2f2f2;
  border-radius: 0 !important;
  font-size: 18px;
  line-height: 21.3768px;
  padding: 0 !important;
  outline: 0 !important;
  width: 100% !important;
}
.mktoForm .mktoFormCol {
  border: 0px;
}
.mktoForm .mktoFormCol legend {
  font-size: 1rem;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-left: 0px;
}
.mktoForm .mktoFieldWrap {
  display: flex;
}

.mktoForm .mktoOffset,
.mktoFieldDescriptor .mktoGutter {
  display: none;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 18px !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
  font-family: "FrutigerNext", Sans-serif;
  color: var(--e-global-color-text);
  background-color: var(--e-global-color-text) !important;
  border-style: solid;
  border-width: 4px 4px 4px 4px;
  border-color: var(--e-global-color-text) !important;
  border-radius: 0px 0px 0px 0px;
}
.mktoForm .mktoLabel {
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  cursor: text;
}
.mktoForm > .mktoFormRow + .mktoFormRow {
  margin-top: 24px;
}
.mktoForm input[type="checkbox"] {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.mktoFieldDescriptor + .mktoFormCol .mktoHtmlText {
  padding-left: 24px !important;
}
.eventDetail-content .mktoForm > div.mktoButtonRow > span.mktoButtonWrap {
  margin-left: 0 !important;
}
.mktoForm .mktoRequiredField label.mktoLabel,
#LblPostalCode {
  width: 172px !important;
}
.mktoForm input[type="checkbox"]:checked::before {
  font-size: 14px !important;
}
.mktoForm .mktoAsterix {
  position: relative;
  right: 8px;
}
.mktoForm select {
  width: 100% !important;
}
fieldset > .mktoFormRow + .mktoFormRow {
  margin-top: 8px;
}
.eventDetail-content-mktoForm {
  display: flex;
  flex-wrap: wrap;
  padding-top: 16px;
}
.eventDetail-content-mktoForm > div {
  padding: 32px;
  background-color: #f2f2f2;
}
.eventDetail-content-mktoForm > div + div {
  margin-top: 48px;
}
.eventDetail-content-mktoForm .eventDetail-contentHeadline {
  font-size: 24px;
  margin-top: 0px;
}
.eventDetail-time2 {
  margin-top: -48px;
}
.eventListTile-time2 {
  margin-top: -16px;
}
@media (min-width: 1180px) {
  .eventDetail-content-mktoForm {
    flex-wrap: nowrap;
  }
  .eventDetail-content-mktoForm {
    margin-right: -100%;
  }
  .eventDetail-content-mktoForm > div {
    padding: 48px;
    min-width: 480px;
  }
  .eventDetail-content-mktoForm > div + div {
    margin-top: 0px;
    margin-left: 48px;
  }
  .eventDetail-content-mktoForm .eventDetail-mktoForm-3 {
    margin-top: 48px;
    margin-left: 0px;
  }
  .mktoHtmlText.mktoHasWidth {
    width: 340px !important;
  }
}
.eventDetail-hosts[data-count="1"] {
  display: block;
}
