@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * General - https://wordpress.org/documentation/article/css/
 */

 

.page-content a,
.comments-area a {
  text-decoration: underline;
}

.alignright {
  float: right;
  margin-left: 1rem;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignwide {
  margin-left: -80px;
  margin-right: -80px;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.alignfull img {
  width: 100vw;
}

.wp-caption {
  margin-block-end: 1.25rem;
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  margin: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.75rem;
}

.pagination {
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
}

.sticky {
  position: relative;
  display: block;
}

.bypostauthor {
  font-size: inherit;
}

.hide {
  display: none !important;
}

.post-password-form p {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.post-password-form [type=submit] {
  margin-inline-start: 3px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; 
}
.screen-reader-text:focus {
  background-color: #eeeeee;
  clip: auto !important;
  clip-path: none;
  color: #333333;
  display: block;
  font-size: 1rem;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 12px 24px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; 
}

.post .entry-title a {
  text-decoration: none;
}
.post .wp-post-image {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .post .wp-post-image {
    max-height: 400px;
  }
}
@media (max-width: 575px) {
  .post .wp-post-image {
    max-height: 300px;
  }
}

#comments .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}
#comments .comment,
#comments .pingback {
  position: relative;
}
#comments .comment .comment-body,
#comments .pingback .comment-body {
  display: flex;
  flex-direction: column;
  padding-block-start: 30px;
  padding-block-end: 30px;
  padding-inline-start: 60px;
  padding-inline-end: 0;
  border-block-end: 1px solid #cccccc;
}
#comments .comment .avatar,
#comments .pingback .avatar {
  position: absolute;
  left: 0;
  border-radius: 50%;
  margin-inline-end: 10px;
}
html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar,
html[dir=rtl] #comments .pingback .avatar,
body.rtl #comments .pingback .avatar {
  left: auto;
  right: 0;
}

#comments .comment-meta {
  display: flex;
  justify-content: space-between;
  margin-block-end: 0.9rem;
}
#comments .reply,
#comments .comment-metadata {
  font-size: 11px;
  line-height: 1;
}
#comments .children {
  position: relative;
  list-style: none;
  margin: 0;
  padding-inline-start: 30px;
}
#comments .children li:last-child {
  padding-block-end: 0;
}
#comments ol.comment-list .children:before {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  line-height: 100%;
  content: "↪";
  position: absolute;
  top: 45px;
  left: 0;
  width: auto;
}
html[dir=rtl] #comments ol.comment-list .children:before, body.rtl #comments ol.comment-list .children:before {
  content: "↩";
  left: auto;
  right: 0;
}

@media (min-width: 768px) {
  #comments .comment-author,
  #comments .comment-metadata {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #comments .comment .comment-body {
    padding: 30px 0;
  }
  #comments .children {
    padding-inline-start: 20px;
  }
  #comments .comment .avatar {
    position: inherit;
    float: left;
  }
  html[dir=rtl] #comments .comment .avatar, body.rtl #comments .comment .avatar {
    float: right;
  }
}

.site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
  margin-inline-start: auto;
  margin-inline-end: auto;
  width: 100%;
}

@media (max-width: 575px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    padding-inline-start: 10px;
    padding-inline-end: 10px;
  }
}
@media (min-width: 576px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 500px;
  }
  .site-header.header-full-width .header-inner {
    max-width: 100%;
  }
  .site-footer.footer-full-width .footer-inner {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 600px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 800px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .site-header .header-inner, .site-header:not(.dynamic-header), .site-footer .footer-inner, .site-footer:not(.dynamic-footer), body:not([class*=elementor-page-]) .site-main, .page-header .entry-title {
    max-width: 1140px;
  }
  .site-header.header-full-width {
    max-width: 100%;
  }
  .site-footer.footer-full-width {
    max-width: 100%;
  }
}
.site-header + .elementor {
  min-height: calc(100vh - 320px);
}

.hero-section {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-section {
    height: 200px;
  }

  .hero::before, .hero-slider .swiper-slide-inner::before {
    top: 0;
  }
}

.hero-main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-main-image img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0); 
  will-change: transform;
}

.hero-overlay-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: contain;
  z-index: 2;
  opacity: 1;
}

.hero-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  color: red;
  padding: 10px 20px;
  font-size: 36px;
}

.post-content .container {
  padding: 40px 20px;
  max-width: 944px;
  margin: 0 auto;
}

.single-job-wrap .post-content.odd{
  background: #F5F5F5;
}

.single-job-wrap h1 {
  text-align: center;
  font-size: 38px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .single-job-wrap h1 {
    font-size: 28px;
  }
}

.single-job-wrap h1, 
.single-job-wrap h2, 
.single-job-wrap h3, 
.single-job-wrap h4 {
  color: #004A92;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "calibri", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  font-style: normal;
}

.single-job-wrap h3 {
  font-size: 22px; 
}

.single-job-wrap p,
.single-job-wrap ul li {
  font-size: 16px;
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.single-job-wrap ul {
  padding-left: 15px;
}

.job-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  max-width: 422px;
  width: 100%;
}


@media (max-width: 768px) {
  .job-badge {
    position: absolute;
    margin-bottom: 50px;
    bottom: -50px;
    width: 50%;
  }
}




.rocket {
  position: absolute;
  left: 127px;
  top: 73px;
  z-index: 9;
  width: 10vw;
}

@media (max-width: 1420px) {
  .rocket {
    left: 0;
  }
}

@media (max-width: 1180px) {
  .rocket {
    display: none;
  }
}




/* Przykladowe animacje */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

/* Zastosowanie animacji do wybranych elementów */
.karriereContact__left,
.karriereContact__right img {
  animation: fadeIn 1.5s ease-in-out;
}

.karriereContact__left .karriereContact__inner {
  animation: slideInLeft 1.5s ease-in-out;
}

.karriereContact__right img {
  animation: slideInRight 1.5s ease-in-out;
}

.karriereContact h2 {
  text-transform: uppercase;
  color: #004A92;
  font-family: "Open Sans Condensed";
  font-weight: 700;
}

.karriereContact .container {
  padding: 40px 20px;
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}




.karriereContact__row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.karriereContact__left {
  background-color: #004A92;
  color: #fff;
  padding: 30px;
  flex: 1;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: relative;
}

.karriereContact__inner {
  width: 100%;
}

.karriereContact__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karriereContact__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

/* Media queries na mobile */
@media (max-width: 768px) {
  .karriereContact__row {
    flex-direction: column; /* Ustawia elementy jedno pod drugim */
  }

  .karriereContact__left, .karriereContact__right {
    flex: none; /* Zresetuj flex dla kolumn, aby miały odpowiednią wysokość */
    width: 100%; /* Ustaw szerokość na 100% */
  }

  .karriereContact__left {
    margin-bottom: 20px; /* Dodaj odstęp między kolumnami */
  }
}


.karriereContact__outer {
  border: 1px solid #fff;
  width: 92%;
  height: 87%;
  padding: 30px;
  position: absolute;
  left: 20px;
  top: 20px;
}


@media (max-width: 768px) {
  .karriereContact__outer {
    width: 89%;
    height: 81%;
  }
}

.karriereContact__inner {
  width: 100%; 
  text-align: left;
  padding-left: 210px;
  position: relative;
}


@media (max-width: 768px) {
  .karriereContact__inner {
    padding-left: 75px;
  }
}



.karriereContact__inner svg {
  position: absolute;
  left: 160px;
  bottom: 20px;
}

@media (max-width: 768px) {
  .karriereContact__inner svg {
    left: 10px;
  }
}

.karriereContact__inner h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans Condensed";
  font-weight: 700;
}

.karriereContact__inner p {
  margin-bottom: 0;
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.karriereContact__inner a {
  color: #fff;
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.karriereContact__right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.karriereContact__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
}

.karriereContact__top {
  position: relative;
  max-width: 798px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 70px;
}

.karriereContact__top svg {
  position: absolute;
  left: 110px;
  top: -45px;
}


@media (max-width: 768px) {
  .karriereContact__top svg {
    position: static;
    display: none;
  }
}


.post-content svg {
  transform: scale(0.9);
  transition: transform 0.5s ease;
}

.post-content svg:hover {
  transform: scale(1);
}

.post-content.deine-aufgaben ul {
  list-style-type: none;
  padding-left: 0;
}

.post-content.deine-aufgaben ul li::before {
  content: "// "; 
  margin-right: 8px;
}

.post-content .button {
  border: 1px solid #4A4A49;
  color: #4A4A49;
  padding: 12px 18px;
  text-transform: uppercase;
  font-family: "calibri", sans-serif;
  font-weight: 400;
  font-style: normal;
}


@media (max-width: 768px) {
  .post-content.deine-aufgaben .container {
    padding-top: 0;
  }

  .post-content.deine-aufgaben .container .title { 
    margin-top: 30px;
  }

  .custom-post-title,
  .custom-post-standort {
    font-size: 12px !important;
  }

}




.elementor-social-icons-wrapper {
  margin-top: 10px;
}

.elementor-social-icons-wrapper .fab {
  font-size: 25px;
}

.post-content .title {
  margin-top: 40px;
  margin-bottom: 20px;
}


@media (max-width: 768px) { 
  .hero::before, .hero-slider .swiper-slide-inner::before {
    top: 0 !important;
  }
  .icon-boxes .elementor-column.elementor-col-20.elementor-inner-column.elementor-element {
    width: 100% !important;
  }
  .icon-boxes .elementor-column.elementor-col-25.elementor-inner-column.elementor-element {
    width: 100% !important;
  }

  .elementor-element .swiper-container .elementor-swiper-button-next, .elementor-element .swiper-container~.elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper~.elementor-swiper-button-next, .elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper-container~.elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: -10px !important;
  }

  .elementor-element .swiper-container .elementor-swiper-button-prev, .elementor-element .swiper-container~.elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper~.elementor-swiper-button-prev, .elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper-container~.elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: -10px !important;
  }

}


.elementor-20 .elementor-element.elementor-element-d5dd6cc:not(.elementor-motion-effects-element-type-background), .elementor-20 .elementor-element.elementor-element-d5dd6cc > .elementor-motion-effects-container > .elementor-motion-effects-layer,
.elementor-4055 .elementor-element.elementor-element-d5dd6cc:not(.elementor-motion-effects-element-type-background), .elementor-4055 .elementor-element.elementor-element-d5dd6cc > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-image: url(../wp-content/uploads/Gruppenbild_Kreta_gross.png);
  background-attachment: fixed !important;
}


.job-list {
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 4;
}

.areoplane img {
  position: relative;
  right: -287px;
}


.elementor-section.elementor-inner-section.elementor-element.elementor-element-f2b3653.icon-boxes.icon-boxes__second.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default,
.elementor-section.elementor-inner-section.elementor-element.elementor-element-bcd6bbb.icon-boxes.icon-boxes__second.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  width: 80%;
  margin: 0 auto;
}

.elementor-element-d8cdfff.icon-boxes.icon-boxes__second {
  margin-top: 50px !important;
}

.elementor-element-f2b3653.icon-boxes.icon-boxes__second {
  margin-bottom: 50px !important;
}
/* Dla SVG */
.svg-scroll-move {
  transition: transform 0.5s ease-out;
  transform: translateY(0); /* Domyślna pozycja */
}

.svg-scroll-move.move {
  transform: translateY(-10px); /* Delikatne przesunięcie w górę */
}

/* Dla .paper-plane img oraz .areoplane img */
.paper-plane img, .areoplane img {
  transition: transform 0.7s ease-out;
  transform: translateX(0); /* Domyślna pozycja */
}

.paper-plane img.move, .areoplane img.move {
  transform: translateX(20px); /* Przesunięcie w prawo */
}

/* Dla .elementor-image-box-img img z efektem zoom-in */
.elementor-image-box-img img {
  transition: transform 0.5s ease-out;
  transform: scale(1); /* Domyślna skala */
}

.elementor-image-box-img img.move {
  transform: scale(1.1); /* Delikatny zoom-in */
}

section.wen-wir-suchen {
  overflow: hidden;
}

.hero-section {
  max-width: 1500px;
  margin: 0 auto;
}


@media (max-width: 768px) { 
  .hero-section {
    max-width: 100%;
    margin-top: 60px;
  }
}

.elementor-widget-image-box .elementor-image-box-img {
	background-color: none !important;
}

.hero.heroscrollfix {
  @media (max-width: 768px) { 
    margin-top: 60px;
  }
}

@media (max-width: 768px) { 
  html {
    margin-top: 0 !important;
  }
}


.exclamation-mark {
  top: -60px;
}