/*
Theme Name: igjt
Theme URI: https://www.kocmoc.net/
Author: KOCMOC
Description: Child theme for b9p-blank
Version: 1.0.0
Template: wp-b9p-blank-theme
Tested up to: 5.4
Requires PHP: 5.6
Text Domain: igjt
*/
/* Links font size */
.linkMail {
  font-size: 20px !important;
}

.linkMail:hover {
  color: #a5e8e6;
}

.wp-block-file a {
  font-size: 20px !important;
}

.wp-block-file a:hover {
  color: #a5e8e6;
}

.elementor-widget-theme-post-content a {
  font-size: 20px !important;
}

.elementor-widget-theme-post-content a:hover {
  color: #a5e8e6;
}

/* Mega menu */
.igjt-mega-menu-close img {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -20px;
  left: 80%;
  z-index: 20;
  cursor: pointer;
}

.elementor-nav-menu li {
  cursor: pointer !important;
}

.igjt-mega-menu {
  display: none;
  position: absolute !important;
  z-index: 100;
  width: 100vw;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-floating-text {
  left: 96%;
  width: 100px;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-floating-text .elementor-widget-container {
  border-radius: 50%;
  padding: 55px 33px 55px 33px;
  width: 180px;
  height: 180px;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-floating-text .elementor-widget-container p {
  font-weight: 400;
  font-size: 20px;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-location div a {
  background-image: url(./assets/img/location_icon_white.svg);
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-location div a:hover {
  background-image: url(./assets/img/location_icon_blue.svg);
  color: #a5e8e6;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-email div a {
  background-image: url(./assets/img/contact_icon_white.svg);
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
  color: white;
  font-size: 18px;
  cursor: pointer;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-email div a:hover {
  background-image: url(./assets/img/contact_icon_blue.svg);
  color: #a5e8e6;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-email.insta div a {
	background-image: url(/wp-content/uploads/2023/05/instagram.svg);
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .menu-email.insta div a:hover {
  background-image: url(/wp-content/uploads/2023/05/instagram-blue.svg);
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper a {
  background-image: url(./assets/img/arrow_white.svg);
  background-position: left top 12px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 24px;
}

.igjt-mega-menu .menu-left-section .elementor-widget-wrap .elementor-section .elementor-container .elementor-column .elementor-widget-wrap .elementor-widget-button .elementor-widget-container .elementor-button-wrapper a:hover {
  background-image: url(./assets/img/arrow_blue.svg);
  color: #a5e8e6;
}

.igjt-mega-menu .besuch-submenu {
  display: block;
}

.igjt-mega-menu .angebote-submenu,
.igjt-mega-menu .aktuelles-submenu,
.igjt-mega-menu .historischer-submenu {
  display: none;
}

.igjt-mega-menu .primary-mega .elementor-widget-container nav ul li {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: solid 1px;
  border-bottom-color: white;
}

.igjt-mega-menu .primary-mega .elementor-widget-container nav ul li a {
  padding: 13px 0px !important;
}

.igjt-mega-menu .secondary-mega .elementor-widget-container nav ul li a {
  background-image: url(./assets/img/arrow_white.svg);
  background-position: left top 13px;
  background-repeat: no-repeat;
  background-size: 20px !important;
  padding-left: 30px;
  -webkit-transition: unset;
  transition: unset;
}

.igjt-mega-menu .secondary-mega .elementor-widget-container nav ul li a:hover {
  background-image: url(./assets/img/arrow_blue.svg);
}

.igjt-mega-menu .secondary-mega.main.hide,
.igjt-mega-menu .secondary-mega.besuch.hide {
	display: none;
}

/* Styles for Cookies */
#cmplz-document {
  max-width: 1140px !important;
  margin: 80px auto !important;
}

@media (max-width: 1024px) {
  #cmplz-document {
    margin: 80px 20px !important;
  }
}

.cmplz-btn {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.cmplz-btn:hover {
  background-color: #e1f1f1 !important;
  border-color: #e1f1f1 !important;
}

/* Hero header overlay */
.homepage-text-section {
  position: absolute !important;
  left: 0;
  width: 100%;
  height: 640px;
  top: 170px;
}

.background-overlay-left {
  left: 0px;
  width: 100vw;
  position: absolute !important;
  opacity: 0.8;
  float: left;
  height: 640px;
  background-color: #cb4b22;
  -webkit-clip-path: polygon(51% 0px, 74% 100%, 31% 100%, 0% 100%, 0px 51%, 0% 0%);
          clip-path: polygon(51% 0px, 74% 100%, 31% 100%, 0% 100%, 0px 51%, 0% 0%);
  -webkit-animation: slideLeft 1s forwards;
  animation: slideLeft 1s forwards;
}

@-webkit-keyframes slideLeft {
  0% {
    left: -200px;
  }
  100% {
    left: -150px;
  }
}

@keyframes slideLeft {
  0% {
    left: -200px;
  }
  100% {
    left: -150px;
  }
}

.background-overlay-right {
  left: 0px;
  width: 100vw;
  position: absolute !important;
  opacity: 0.8;
  float: right;
  height: 640px;
  background-color: #cb4b22;
  -webkit-clip-path: polygon(74% 0, 100% 0%, 100% 100%, 100% 100%);
          clip-path: polygon(74% 0, 100% 0%, 100% 100%, 100% 100%);
  -webkit-animation: slideRight 1s forwards;
  animation: slideRight 1s forwards;
}

@-webkit-keyframes slideRight {
  0% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}

@keyframes slideRight {
  0% {
    left: 200px;
  }
  100% {
    left: 0px;
  }
}

/* Styles for arrows */
a.elementor-post__read-more:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 20px;
  margin-left: 5px;
  margin-bottom: -5px;
  background-image: url(./assets/img/arrow.svg);
  background-size: content;
  background-repeat: no-repeat;
}

/* Years Navigator */
.igjt-navigator .elementor-container .elementor-column .elementor-widget-wrap .navigator-arrow-left {
  width: auto !important;
  padding-top: 14px;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.igjt-navigator .elementor-container .elementor-column .elementor-widget-wrap .navigator-arrow-right {
  width: auto !important;
  padding-top: 14px;
  margin-bottom: 0 !important;
  cursor: pointer;
}

.igjt-navigator .elementor-container .elementor-column .elementor-widget-wrap .navigator-menu {
  width: auto !important;
  margin-bottom: 0 !important;
}

.igjt-navigator .elementor-container .elementor-column .elementor-widget-wrap .navigator-menu li {
  display: none;
}

/* Floating circle */
.igjt-floating-circle .elementor-widget-container .elementor-button-wrapper .elementor-button-link .elementor-button-content-wrapper {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

@media (max-width: 767px) {
  .igjt-floating-circle {
    left: 0px !important;
  }
}

/* Mobile Menu bottom section */
.igjt-mobile-menu-bottom-section {
  bottom: 0px;
  position: fixed !important;
  width: 100%;
}

/* Mobile menu first entry */
.mobilemenue {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 20px !important;
}

/* Schicksale Cards */
.igjt-schicksale-card {
  height: 220px !important;
  margin: 10px;
}

@media (max-width: 767px) {
  .igjt-schicksale-card {
    width: auto !important;
    min-width: 160px;
    margin: 5px auto;
  }
}

.igjt-schicksale-card:hover .igjt-schicksale-card-item {
  opacity: 1;
}

.igjt-schicksale-card .igjt-schicksale-card-item {
  opacity: 0;
}

@media (max-width: 767px) {
  .igjt-schicksale-card .igjt-schicksale-card-item {
    opacity: 1;
  }
}

.igjt-schicksale-card .igjt-schicksale-card-item .igjt-card-name {
  font-weight: 600;
  margin-bottom: 10px;
  background-size: 20px;
}

.igjt-schicksale-card .igjt-schicksale-card-item .igjt-card-link a {
  color: white !important;
  font-size: 20px !important;
  background-image: url(./assets/img/arrow_white.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding-left: 25px;
  font-weight: 400;
}

.igjt-schicksale-card .igjt-schicksale-card-item .igjt-card-link a:hover {
  background-image: url(./assets/img/arrow_blue.svg);
  color: #a5e8e6 !important;
}

@media (min-width: 768px) {
  .igjt-schicksale-card .elementor-background-overlay {
    background-color: transparent !important;
  }
}

/* Newsletter custom select */
/*input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}*/
.flatpickr-input {
  background-image: url(./assets/img/calendar.svg);
  background-repeat: no-repeat;
  background-position: center right 14px;
}

.elementor-field-type-select {
  display: none !important;
}

.select-label {
  color: white;
  height: 42px;
  border: solid;
  border-width: 1px;
  border-color: white;
  border-radius: 30px 30px 30px 30px;
  padding: 12px 16px;
  width: 200%;
}

@media (max-width: 767px) {
  .select-label {
    width: 100%;
  }
}

.custom-select {
  position: relative;
}

.custom-select select {
  display: none;
}

.select-selected {
  border: solid 2px;
  background-color: transparent;
  border-radius: 100px;
  color: white;
  background-image: url(./assets/img/arrow_down.svg);
  background-repeat: no-repeat;
  background-position: center right 14px;
  padding: 7px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 42px;
}

.select-arrow-active {
  background-image: url(./assets/img/arrow_up.svg) !important;
  border-radius: 20px 20px 0px 0px !important;
}

.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #44474a;
  border: solid 2px;
  border-top: 0px;
  margin-top: -5px;
  border-radius: 0px 0px 20px 20px;
}

.select-items div {
  padding: 9px 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 42px;
  background-color: white;
  border-radius: 100px;
  margin: 10px;
  color: #44474a;
}

.select-hide {
  display: none;
}

/* Text and bullets for bildungsprojekt */
.igjt-bildungsprojekt-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.igjt-bildungsprojekt-text .number {
  font-size: 50px;
  margin-right: 30px;
  font-weight: 500;
}

.igjt-bildungsprojekt-bullet ul {
  list-style: none;
}

.igjt-bildungsprojekt-bullet ul li::before {
  content: "\2022";
  color: #ea6840;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

/* Image for presse and fachbeitreage articles */
article.category-presse-kategorie .elementor-post__thumbnail__link .elementor-post__thumbnail img,
article.category-fachbeitreage-kategorie .elementor-post__thumbnail__link .elementor-post__thumbnail img {
  height: auto !important;
  width: 90% !important;
}

/* Load more message */
.e-load-more-message {
  opacity: 0;
}

/* Presse links */
.single-presse_post .elementor-widget-wrap .elementor-inner-section .elementor-container .elementor-column .elementor-element-populated .elementor-widget-theme-post-content .elementor-widget-container p a {
  background-color: #a5e8e6;
  padding: 10px 20px;
  border-radius: 100px;
  text-decoration: none;
}

.single-presse_post .elementor-widget-wrap .elementor-inner-section .elementor-container .elementor-column .elementor-element-populated .elementor-widget-theme-post-content .elementor-widget-container p a:hover {
  color: black !important;
}

/* Changing size of the logo */
.igjt-logo-mobile .elementor-widget-container .elementor-icon-wrapper {
  text-align: left !important;
}

.igjt-logo-mobile .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
  font-size: 32px;
}

.igjt-hamburger-mobile .elementor-widget-container .elementor-icon-wrapper {
  text-align: right !important;
}

.igjt-hamburger-mobile .elementor-widget-container .elementor-icon-wrapper .elementor-icon {
  font-size: 32px;
}

/* Prevent images download */
/*.igjt-image-protected {
  pointer-events: none;
  -webkit-touch-callout: none;
}*/
/* Prevent menu entries from click */
.menu-non-active a {
  color: #d6d6d6 !important;
  pointer-events: none;
  cursor: default !important;
}

/* Show more/less */
.section-show-more.hide,
.button-show-more.hide,
.button-show-less.hide {
	display: none;
}

.button-show-more,
.button-show-less {
	cursor: pointer;
}

/* FAQs links */
.igjt-faqs .elementor-tab-content a {
	font-size: 20px !important;
    text-decoration: underline !important;
}

/* Mobile menu */
.igjt-mobile-menu a {
	font-size: 20px !important;
    color: white !important;
}

/* Floating button link in mega menu */
.menu-floating-text a {
	font-size: 20px !important;
}
.menu-floating-text:hover .elementor-widget-container {
	background-color: #E1F1F1 !important;
}
.menu-floating-text:hover .elementor-widget-container a {
	color: #44474A !important;
}
/*# sourceMappingURL=style.css.map */