@font-face {
  font-family: 'Sansation';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/Sansation_Regular.ttf') format('truetype');
      
}

@font-face {
  font-family: 'Sansation';
  font-style: italic;
  font-weight: 400;
  src: local(''),
       url('../fonts/Sansation_Italic.ttf') format('truetype'); 
}

@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../fonts/Sansation_Bold.ttf') format('truetype');
}

@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/Sansation_Light.ttf') format('truetype');
}

@font-face {
  font-family: "Sansation";
  font-style: italic;
  font-weight: 300;
  src: local(''),
       url('../fonts/Sansation_Light_Italic.ttf') format('truetype');
}

body { 
    font-family: "Sansation",sans-serif !important;
    font-weight: 400;
  }

h1, h2, h3, h4, h5, h6 {
    font-family: "Sansation",sans-serif !important;
    text-decoration: none;
}

/* CRIADERO MOD 16.02.2023 - when being referred to a page with #div in link, the scroll position is being calculated by the browser
before the JS can add the scroll-margin ... so its being scrolled to the wrong position. To fix that, I added this class */
.criadero-scroll-corrected{
    scroll-margin-block-start: 120px;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-family: "Sansation",sans-serif !important;
    font-size: 16px;
    text-decoration: none;
}


/* #sp-top-bar {display:none;} */

.sp-megamenu-wrapper {float:right;}

.logoneu {
    height: 120px;
    display: inline-flex;
    margin: 0;
    align-items: center;
}

#sp-header {
    height: 120px !important;
    
}

#sp-header .logo {
    height: 120px !important;
   
}

.sp-megamenu-parent>li {
       text-transform: uppercase;
}

.sp-page-title {
    background: #48B28C;
  padding: 15px 0 !important;
  margin-top:10px;
}

#sp-header {
   
    box-shadow: none !important;
   
}

#sp-main-body {
    /*padding: 50px 0 !important;*/
}


.article-list .article .article-header h1, .article-list .article .article-header h2 {
    font-size: 18px !important;
   
}


.d-flex {
   background-color: #FFF;
}

.burger-icon>span {
   
    background-color: #034D6A;
    
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #074C6D;
}

.logo-image-phone {
    height: 50px !important;
}

@media (max-width: 767px){
.sp-slider #sp-slider-item-1671544926161-num-0-key #sp-slider-inner-item-1671544926162-num-0-key {
margin-left: 200px !important;
}
  
.sp-slider #sp-slider-inner-item-1671544926162-num-1-key {
margin-left: 200px !important;
}

.sp-slider #sp-slider-inner-item-1671544926162-num-2-key{
margin-left: 200px !important;
}
#section-id-1674408705361 {display:none;}    
}

/*.sp-page-builder .page-content #section-id-1674567761834 {
	background-attachment: unset !important;
}*/

.cf-control-input h3{color:#044D6D;}


/* === OK-Living Stellenangebote — шаблон вакансии (2026-07) ===
   Разметку рендерит override html/com_content/article/stellenangebot.php.
   Общее фото хедера: images/jobs/header.jpg (замена через Медиа-менеджер).
   Заголовки — Oswald (вариативный woff2 в ../fonts), текст — Arial: как в
   оригинальных PNG-баннерах вакансий. */
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-600.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
.okl-job { max-width: 950px; margin: 0 auto 50px; }
.okl-job__photo img { display: block; width: 100%; height: auto; }
.okl-job__body { background: #DCB423; color: #3A4147; padding: 56px 46px 40px; }
.okl-job__title { font-family: 'Oswald', 'Arial Narrow', sans-serif !important; font-size: 45px; font-weight: 600; line-height: 1.05; text-transform: uppercase; color: #1D1D1B; letter-spacing: .5px; margin: 0; }
.okl-job__mwd { font-size: .6em; font-weight: 600; letter-spacing: 1px; }
.okl-job__rule { width: 280px; height: 12px; background: #3A4147; margin: 22px 0 44px; }
.okl-job__content h2 { font-family: 'Oswald', 'Arial Narrow', sans-serif !important; color: #FFFFFF !important; text-transform: uppercase; font-size: 34px; font-weight: 600; line-height: 1.1; margin: 44px 0 20px; }
.okl-job__content h2:first-child { margin-top: 0; }
.okl-job__content p, .okl-job__content li { font-family: Arial, Helvetica, sans-serif; color: #3A4147; font-size: 17px; line-height: 1.5; }
.okl-job__content p { margin: 0 0 16px; }
.okl-job__content ul { list-style: disc; padding-left: 24px; margin: 0 0 22px; }
.okl-job__content ul li { margin-bottom: 8px; }
.okl-job__closing { margin-top: 26px; }
.okl-job__footer { background: #F3F4F3; padding: 34px 46px 30px; font-family: Arial, Helvetica, sans-serif; }
.okl-job__facts { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.okl-job__facts-col { font-size: 17px; line-height: 1.6; color: #3A4147; }
.okl-job__facts-col + .okl-job__facts-col { border-left: 3px solid #DCB423; padding-left: 40px; }
.okl-job__cta { text-align: center; margin: 30px 0 22px; }
.okl-job__btn { display: inline-block; border: 3px solid #DCB423; border-radius: 32px; padding: 8px 56px; font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: 700; color: #3A4147 !important; text-decoration: none !important; }
.okl-job__btn:hover { background: #DCB423; color: #FFFFFF !important; }
.okl-job__contact { text-align: center; font-size: 17px; color: #3A4147; }
.okl-job__contact a { color: #3A4147; text-decoration: none; }
/* Мультиязычность: в EngageBox-попапах лежат обе формы, прячем не-текущий язык */
html[lang="de-de"] .okl-cf-en { display: none; }
html[lang="en-gb"] .okl-cf-de { display: none; }
/* Переключатель языков: флажки в строку с кнопкой JOBS, справа.
   У SPPB-секции кнопки JOBS вшит padding-top:34px — в шапке гасим,
   иначе кнопка и флажки стоят на разных линиях. */
/* .sp-column уже d-flex; тянем её на высоту шапки (120px из #sp-header),
   сам #sp-position7 не трогаем — его display перебивает бутстраповский d-lg-block */
#sp-position7 .sp-column { height: 120px; width: 100%; justify-content: flex-end; align-items: center; gap: 14px; }
#sp-position7 .sp-module { margin: 0 !important; }
#sp-position7 .sppb-section { padding-top: 0 !important; padding-bottom: 0 !important; }
.okl-langswitch ul.lang-inline { margin: 0; padding: 0; display: flex; gap: 7px; align-items: center; }
.okl-langswitch ul.lang-inline li { list-style: none; margin: 0; padding: 0; line-height: 1; }
.okl-langswitch img { width: 24px; height: auto; display: block; border-radius: 2px; box-shadow: 0 0 2px rgba(0,0,0,.35); }
.okl-langswitch li:not(.lang-active) img { opacity: .5; transition: opacity .15s; }
.okl-langswitch li:not(.lang-active) img:hover { opacity: 1; }
/* Страницы вакансий: убираем пустую полосу (пустой #sp-page-title)
   и лишний верхний отступ основного блока */
body.com-content.view-article #sp-page-title,
body.com-content.view-category #sp-page-title { display: none; }
body.com-content.view-article #sp-main-body,
body.com-content.view-category #sp-main-body { padding-top: 14px !important; }
@media (max-width: 767px) {
  .okl-job__body { padding: 30px 22px 24px; }
  .okl-job__title { font-size: 30px; }
  .okl-job__rule { width: 200px; height: 9px; margin: 16px 0 28px; }
  .okl-job__content h2 { font-size: 25px; margin-top: 32px; }
  .okl-job__footer { padding: 26px 22px 22px; }
  .okl-job__facts { flex-direction: column; gap: 16px; }
  .okl-job__facts-col + .okl-job__facts-col { border-left: 0; padding-left: 0; border-top: 3px solid #DCB423; padding-top: 16px; }
  .okl-job__btn { font-size: 21px; padding: 7px 38px; }
}

/* Вакансии: вся карточка кликабельна (оверлей-ссылка из blog_item.php) */
.blog .article { position: relative; }
.blog .article .vacancy-card-link { position: absolute; inset: 0; z-index: 2; }
.blog .article:hover { box-shadow: 0 6px 24px rgba(0,0,0,.10); transition: box-shadow .15s ease; }

/* Футер всегда прижат к низу экрана (короткие страницы не оставляют белый подвал) */
.body-innerwrapper { display: flex; flex-direction: column; min-height: 100vh; }
#sp-main-body { flex: 1 0 auto; }
