﻿/*!
Theme Name: LSG Skychefs
Theme URI: https://www.ommax-digital.com/
Author: David Haas – OMMAX GmbH
Author URI: https://www.ommax-digital.com/
Description: LSG Lufthansa Service Holding AG
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lsg
Tags:
*/
.wpcf7-response-output:empty {
    display: none;
}
.page p {
    font-size: 18px;
    line-height: 26px;
}
.clearfix {
    clear: both;
}
.page-header .logo {
    background: url("../svg/logoxmpi.svg") no-repeat left center !important;
    margin-left: calc(50% - 77px);
}
.main-content {
    margin-top: 64px;
}
.home .hero.container-full .no-gutters {
    height: 100%;
}
/********* mobile menu starts ************/
.mobile-menu {
    background-color: #071D49;
}
.mobile-menu .sub-menu {
    display: none;
}
.mobile-menu > ul > li {
    border-bottom: 1px solid #fff;
    position: relative;
}
.mobile-menu > ul > li.translate {
    background-color: #fff;
}
.mobile-menu > ul > li a {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    display: block;
}
.mobile-menu > ul > li.translate a {
    color: #071D49;
    border-bottom: 1px solid #071D49;
}
.mobile-menu > ul > li.translate.item-violet > a {
    border-bottom: 3px solid #a5007d;
}
.mobile-menu > ul > li.translate.item-yellow > a {
    border-bottom: 3px solid #F58C00;
}
.mobile-menu > ul > li.translate > a {
    color: #071D49;
    font-weight: 800;
    font-size: 16px;
    border-bottom: 3px solid #00afd7;
}
.mobile-menu .sub-menu li:last-of-type a {
    border: 0 !important;
}
.mobile-menu > ul > li .openSub{
    width:13px;
    height:13px;
    position:absolute;
    right:20px;
    top:44px;
    transform:rotate(135deg);
    transform-origin:right top;
    padding:15px;
    font-size:0;
    background:transparent
}
.mobile-menu > ul > li .openSub:before, .mobile-menu > ul > li .openSub:after{
    content:' ';
    width:13px;
    height:2px;
    background:#fff;
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    border-radius:2px
}
.mobile-menu > ul > li .openSub.translate:before, .mobile-menu > ul > li .openSub.translate:after {
    background: #071D49;
}
.mobile-menu .sub-menu.translate {
    display: block;
    padding: 0 16px;
    transition: opacity 0.3s ease-in-out 2s;
}
.mobile-menu > ul > li .openSub.translate{
    transform:rotate(-45deg);
    right: 20px;
    top: 5px;
}
.mobile-menu > ul > li .openSub:after{
    width:2px;
    height:13px
}
/********* mobile menu ends ************/
.home .hero.container-full .header-col {
    position: relative;
    overflow: hidden;
    color: #111;
    max-height: 1080px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    transition: 1.5s .1s ease-in-out;
}
.home .hero.container-full .header-col video {
    display: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home .hero.container-full .header-col:hover video {
    display: block;
}
.home .hero.container-full .header-col .cover-image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.home .hero.container-full .header-col:hover .cover-image {
    display: none;
}
.home .hero.container-full .header-col .overlay-one {
    background: rgba(255,255,255,0.75);
    margin: 0;
    padding: 1em;
    position: absolute;
    top: 18%;
    left: 10%;
    width: 80%;
    height: 50%;
    /*min-height: 250px;
    transition: opacity .75s ease-in-out .3s;*/
}
.home .hero.container-full .header-col:hover .overlay-one {
    opacity: 0;
}
.overlay-one .overlay1-content {
    margin-bottom: 30px;
    font: 18px "HelveticaNeue-Light", "Helvetica Neue", Arial, Sans-serif;
    line-height: 26px;
}
.header-col .overlay-one .overlay1-footer {
    position: absolute;
    bottom: 1em;
}
.home .hero.container-full .header-col .overlay-two {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /*background: rgba(255,255,255,0.75);*/
    transition: opacity .25s ease-out;
    opacity: 0;
}
.overlay-one .header-img, .overlay-two .header-img {
    background-color: transparent;
    padding: 6px;
    margin: 0 auto;
    max-width: 200px;
    height: 72px;
}
.header-img img {
    height: 50px;
    max-width: 90%;
    width: auto;
    margin: 0 auto;
    display: block;
}
.arrow {
    border: solid black;
    border-width: 0 16px 16px 0;
    display: inline-block;
    width: 64px;
    height: 64px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    float: right;
}
.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.news-element {
    position: relative;
	min-height: 272px;
    background-color: #e6e6e6;
}
.news-title {
    position: absolute;
    bottom: 0;
    background: rgba(255,255,255,0.75);
    width: 100%;
    min-height: 90px;
    padding: 10px;
    text-align: center;
}
.pn-link-prev, .pn-link-next {
    height: 100%;
    position: relative;
}
.pn-link-prev a, .pn-link-next a {
    display: block;
    position: absolute;
    width: 100%;
    top: calc(50% - 32px);
}
.pn-link-prev a {
    text-align: right;
}
.mt-0 {
    margin-top: 0 !important;
}
/********* secondary menu starts ************/
.secondary-menu {
    background-color: #071D49;
    padding: 0 10px;
}
.secondary-menu .menu {
    display: inline-block;
}
.secondary-menu .menu > .menu-item {
    display: inline-block;
    padding: 15px 0;
    position: relative;
    border-bottom: 2px solid transparent;
}
.secondary-menu .menu > .menu-item.mb-right > a {
    border-right: 1px solid #fff;
}
.secondary-menu .menu > .menu-item:hover {
    background-color: #fff;
    border-bottom: 2px solid #00afd7;
}
.secondary-menu .menu > .menu-item.item-violet:hover {
    background-color: #fff;
    border-bottom: 2px solid #a5007d;
}
.secondary-menu .menu > .menu-item.item-yellow:hover {
    background-color: #fff;
    border-bottom: 2px solid #F58C00;
}
.secondary-menu .menu > .menu-item > a {
    color: #fff;
    display: inline-block;
    line-height: 16px;
    font-weight: 400;
    font-size: 14px;
    padding: 0 10px;
}
.secondary-menu .menu > .menu-item:hover > a {
    color: #071D49;
}
.secondary-menu .menu > .menu-item > a i, .mobile-menu > ul > .menu-item > a i {
    color: #00AFD7;
}
.secondary-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 2px);
    min-width: 500px !important;
    z-index: 9;
    background-color: #fff;
    padding: 60px 10px 10px 10px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.secondary-menu .menu > .menu-item:hover .sub-menu {
    display: block;
}
.secondary-menu .sub-menu .menu-item {
    padding: 6px;
}
.secondary-menu .sub-menu .menu-item.mb-left {
    border-left: 2px solid #ccc;
    margin-top: -5px;
}
.secondary-menu .sub-menu .menu-item.dropdown-full {
    display: block;
    position: absolute;
    left: 3%;
    top: 5px;
    padding: 6px;
    width: 94%;
    border-bottom: 2px solid #00AFD7;
	pointer-events: none;
}
.secondary-menu .item-violet .sub-menu .menu-item.dropdown-full {
    border-color: #a5007d;
}
.secondary-menu .item-yellow .sub-menu .menu-item.dropdown-full {
    border-color: #F58C00;
}
.secondary-menu .dropdown-full .nav-img {
    float: right;
    display: inline-block;
    width: 100px;
    text-align: right;
}
.secondary-menu .dropdown-full.retail-inmotion::after {
    content: "";
    display: inline-block;
    background-image: url("../png/retail-in-motiontb1h.png");
    background-size: 110px 30px;
    background-repeat: no-repeat;
    background-position: center;
    height: 30px;
    width: 120px;
    position: absolute;
    right: 0;
}
.secondary-menu .dropdown-full.lsgsky-chefs::after {
    content: "";
    display: inline-block;
    background-image: url("../png/logo_sky-chefs7npo.png");
    background-size: 80px 30px;
    height: 30px;
    width: 80px;
    position: absolute;
    right: 0;
}
.secondary-menu .sub-menu .menu-item a {
    line-height: 16px;
    font-weight: 400;
    font-size: 16px;
}
.search-form.show-md {
    display: inline-block;
    float: right;
    padding: 5px;
    min-width: 220px;
}
.search-text {
    background-color: transparent;
    width: 100%;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid #cfcece;
}
.page-footer .socialmedia ul li a[href*="instagram"] {
    background-image: url("../png/instagrambkc3.png");
    background-size: 22px auto;
}
.post-thumbnail {
    position: relative;
}
.list-cat-thumb {
    position: absolute;
    max-width: 100px;
    max-height: 50px;
    right: 0;
    top: 0;
    /*background-color: rgba(0, 0, 0, 0.1);*/
    background-color: #fff;
}
/********* secondary menu ends ************/
h2, .like-h2 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.btn{
    font-size: 18px !important;
    line-height: 26px !important;
}
h6, .like-h6,
h3, .like-h3{
    font-size: 18px !important;
    line-height: 26px !important;
}
.wpcf7-form input:not(.btn),
.wpcf7-form textarea,
.wpcf7-form label,
.nice-select span{
    font-size: 18px !important;
    line-height: 26px !important;
}
.page-id-37158 .colored--lgrey figure.img.cursor_pointer img {
    max-width: 120px;
	max-height: 120px;
    width: auto;
    margin: 0 auto;
}
.page-id-604 .img.cursor_pointer img {
    max-width: 100px;
    max-height: 100px;
}
.page-id-37156 .img.cursor_pointer img,
.page-id-37159 .img.cursor_pointer img {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto;
}
.main-content > .container.colored--purple, .main-content .container-fluid.colored--purple, .main-content .container-full.colored--purple {
    background: #A5007D;
    color: #fff;
}
#sitemap-menu .menu-item-has-children > a {
    pointer-events: none;
}
.page-id-37161 .img.cursor_pointer img {
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 768px){
    .main-content {
        margin-top: 0;
    }
    .home .hero.container-full .header-col .overlay-two,
    .home .hero.container-full .header-col video,
    .overlay-one .overlay1-content,
    .header-col .overlay-one .overlay1-footer {
        display: none !important;
    }
    .home .hero.container-full .header-col {
        border-bottom: 2px solid #ccc;
    }
    .home .hero.container-full .header-col .overlay-one {
        position: relative;
        width: 80%;
        float: right;
        height: 140px;
        padding: 2em 1em;
    }
    .home .hero.container-full .header-col .cover-image {
        width: 20%;
        height: 140px;
        float: left;
    }
    .overlay-one .header-img {
        margin-bottom: 0;
    }
    .news-title {
        top: 20%;
    }
    .arrow {
        border-width: 0 8px 8px 0;
        width: 25px;
        height: 25px;
    }
    .pn-link-prev, .pn-link-next {
        position: fixed;
        height: 32px;
        top: 30%;
    }
    .pn-link-prev {
        left: 8%;
    }
    .pn-link-next {
        right: 8%;
    }
}
@media (min-width: 768px){
    .secondary-menu .container {
        max-width: 1200px;
    }
    .home .hero.container-full {
        height: 80vh;
    }
    .home .hero.container-full:hover .header-col {
        width: 17%;
        max-width: 17%;
        flex-basis: 17%;
    }
    .home .hero.container-full .header-col:hover {
        width: 66%;
        max-width: 66%;
        flex-basis: 66%;
    }
    .home .hero.container-full .header-col:hover .overlay-two {
        -webkit-animation: fadeOutIn 1s;
        animation: fadeOutIn 1s;
        left: 0;
        -ms-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        opacity: 1;
    }
    .home .hero.container-full:hover .header-col .overlay-one {
        width: 98%;
        left: 1%;
        padding: .5em;
    }
    .mb-0 {
        margin-bottom: 0 !important;
    }
}


.logo {
    background: url(/lsg-themes/img/LSGSC_Logo_color_web_RGB.svg) no-repeat left center !important;
}


.wpcf7-form input:not(.btn):focus ~ label, .wpcf7-form input:not(.btn).has-val ~ label, .wpcf7-form textarea:focus ~ label, .wpcf7-form textarea.has-val ~ label {
    background: transparent !important;
}


.faq-wrapper h1 {
    margin-bottom: 2rem;
}

.faq-section {
    padding: 40px 0;
}

.faq-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
}

.faq-question {
    width: 100%;
    text-align: left;
    padding: 1rem 2rem 1rem 0;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1rem;
}

.faq-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.faq-icon:before,
.faq-icon:after {
    content: '';
    position: absolute;
    background-color: #000;
    transition: transform 0.25s ease-out;
}

.faq-icon:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
}

.faq-icon:after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
}

.faq-question[aria-expanded="true"] .faq-icon:after {
    transform: rotate(90deg);
}

.faq-answer {
    display: none;
    padding: 0 0 1rem;
}

.faq-answer.active {
    display: block;
}

.wpcf7-form textarea {
   height: auto;
}

form[data-status="sent"] .wpcf7-response-output {
  border: 2px solid green;
}

@media (min-width: 768px) {
    .wpcf7-form .row+.row {
        margin-top: 10px !important;
    }
}

