/****************************************************************************
*****************************************************************************
👉 SECTION - Header
****************************************************************************
****************************************************************************/

/* Header - Vertical padding */
.sectionHeader.elementor-section:not(.elementor-inner-section){
padding-top: 8px;
padding-bottom: 8px;
transition: 0.3s;
z-index: 11;
}

/* Header - Sticky effects */
.sectionHeader.elementor-sticky--effects {
background: var(--white);
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.08);
}
.sectionHeader.elementor-sticky--effects .listLink  ul > li a {
color: var(--black);
}
.sectionHeader.elementor-sticky--effects .elementor-button {
background: var(--red);
color: var(--white);
font-weight: 500;
}

/* Header alt (Quicklunch) - Sticky effects */
.sectionHeader.alt.elementor-sticky--effects {
background: var(--deepBlue);
}
.sectionHeader.alt.elementor-sticky--effects .listLink  ul > li a {
color: var(--white);
}

.sectionHeader.alt.elementor-sticky--effects .textTagline.textPhone.var2 a {
color: var(--white);
}

/* Quicklunch alt */
.sectionHeader.alt.elementor-sticky--effects .menu-button span:not(:last-child) {
background-color: var(--white);
}

.sectionHeader.alt.elementor-sticky--effects .menu-button span:nth-child(3) {
color: var(--white);
}

/* Header - Vertical negative margin
.sectionHeader {
margin-bottom: -81.2333px;
}
*/

/* Header - List Links */
.sectionHeader .listLink ul {
list-style: none;
margin: 0;
padding-left: 0;
font-size: 16px;
font-family: var(--paragraphFontFamily);
display: flex;
font-weight: 500;
margin-right: 32px;
}
.sectionHeader .listLink  ul > li a {
color: var(--white);
}
.sectionHeader .listLink  ul > li:not(:last-child) {
margin-right: 32px;
}
.sectionHeader .listLink  ul > li:hover{
border-bottom: 2px solid var(--green2);
margin-bottom: -4px;
padding-bottom: 2px;
}

/* Header - Button styling */
.sectionHeader .elementor-button {
font-size: 14px;
padding: 12px 24px;
min-width: auto;
}

/* Header - Button styling - Alt */
.sectionHeader .elementor-button {
background: var(--white);
color: var(--red);
font-weight: 500;
}

/* Header - Text - Tagline */
.sectionHeader .textTagline p {
font-size: 14px;
}


/* Header - Text - Phone */
.sectionHeader .textPhone span.preText {
font-size: 15px;
display: block;
line-height: 16px;
}
.sectionHeader .textPhone span.number {
font-size: 16px;
font-weight: 600;
}

/* Header - Vertical line */
.verticalLine  {
height: 100%;
border-left: 1px solid #E2E2E2;
margin-left: 24px;
margin-right: 24px;
width: 0px !important;
}

/* Header - Vertical line - Alt */
.verticalLine.alt  {
height: 100%;
border-left: 1px solid #A2C5CC;
width: 0px !important;
}

/* Header - Hamburger menu */
.menu-button {
width: 32px;
cursor: pointer;
margin-right: 24px;
}

.menu-button span:not(:last-child) {
background-color: var(--black);
width: 100%;
height: 1.75px;
display: block;
border-radius: 180px;
}
.menu-button:hover span {
background-color: var(--black);
}
.menu-button span:nth-child(1) {
margin-top: 8px;
}
.menu-button span:nth-child(2) {
margin-top: 8px !important;
margin-bottom: -4px;
}
.menu-button span:nth-child(3) {
font-size: 10.5px;
line-height: 1em;
color: var(--black);
font-weight: 500;
background-color: transparent;
}

@media (max-width: 1400px) {
.sectionHeader .textTagline.var1,
.sectionHeader .verticalLine.var2 {
display: none;
}
}

@media (min-width: 1250px) {
.sectionHeader .menu-button {
display: none;
}
}

@media (max-width: 1250px) {
.sectionHeader .listLink {
display: none;
}
}

@media (max-width: 550px) {
.sectionHeader .verticalLine.var1,
.sectionHeader .textTagline.textPhone.var2 {
display: none;
}
}



/****************************************************************************
👉 SECTION - Header Neagtive
****************************************************************************/

.sectionHeaderNegative {
margin-top: -81.2333px;
}
/*.sectionHeaderNegative .elementor-widget-wrap .elementor-element:first-of-type {
margin-top: 24px;
}
*/
@media (max-width: 767px) {
.sectionHeaderNegative {
margin-top:-74.2px;
}
/*.sectionHeaderNegative  .elementor-widget-wrap .elementor-element:first-of-type {
margin-top: 40px;
}
*/
}



/****************************************************************************
👉 SECTION - Header - Responsive
****************************************************************************/



/****************************************************************************
*****************************************************************************
👉 SECTION - Footer
****************************************************************************
****************************************************************************/



/****************************************************************************
👉 SECTION - Footer - Responsive
****************************************************************************/



/****************************************************************************
*****************************************************************************
👉 SECTION - Product
****************************************************************************
****************************************************************************/
@media (max-width: 1200px) {
.sectionProduct .colContent {
display: none;
}
.sectionProduct .colProduct {
width: 33%;
}
}

@media (max-width: 767px) {
.sectionProduct .colProduct {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto !important;
}
.sectionProduct .colProduct:not(:last-of-type) {
margin-bottom: 40px;
}
}



/****************************************************************************
*****************************************************************************
👉 SECTION - Popup - Menu
****************************************************************************
****************************************************************************/

/* Menu pop-up */
.sectionMenu.elementor-section:not(.elementor-inner-section){
padding: 8px;
}

.sectionMenu .listLink ul {
list-style: none;
margin: 0;
padding-left: 0;
font-size: 16px;
font-family: var(--paragraphFontFamily);
}
.sectionMenu .listLink  ul > li a {
color: #000;
border-bottom: 2px solid var(--red);
margin-bottom: -4px;
padding-bottom: 2px;
}
.sectionMenu .listLink  ul > li a:hover {
color: var(--red);
}
.sectionMenu .listLink  ul > li:not(:last-child) {
padding-bottom: 16px;
}

.sectionMenu .listInfo ul {
list-style: none;
margin: 0;
padding-left: 0;
font-family: var(--paragraphFontFamily);
font-size: 13px;
color: #A8B2C3;
}
.sectionMenu .listInfo ul li:not(:last-child) {
margin-bottom: 8px;
}

/* Quicklunch alternate styling */
.sectionMenu.var1 .listLink  ul > li a {
color: var(--white);
border-bottom: 2px solid var(--green2);
margin-bottom: -4px;
padding-bottom: 2px;
}
.sectionMenu.var1 .listLink  ul > li a:hover {
color: var(--green2);
}



/****************************************************************************
👉 SECTION - Popup - Menu - Responsive
****************************************************************************/



/****************************************************************************
*****************************************************************************
👉 SECTION - Full Image
****************************************************************************
****************************************************************************/

/* Reset section padding */
.sectionImgFull.elementor-section {
padding: 0;
}

/* Column - Content */
@media (min-width: 1026px) {
.sectionImgFull .colContent.elementor-column > .elementor-element-populated {
padding-top: var(--sectionVerticalPadding_D);
padding-bottom: var(--sectionVerticalPadding_D);
padding-left: calc(var(--sectionHorizontalPadding_D) + var(--columnPadding));
padding-right: calc(var(--sectionHorizontalPadding_D) + var(--columnPadding));
}
}
@media (max-width: 1025px) {
.sectionImgFull .colContent.elementor-column > .elementor-element-populated {
padding-top: var(--sectionVerticalPadding_T);
padding-bottom: var(--sectionVerticalPadding_T);
padding-left: 24px;
padding-right: 24px;
}
}
@media (max-width: 767px) {
.sectionImgFull .colContent.elementor-column > .elementor-element-populated {
padding-top: var(--sectionVerticalPadding_M);
padding-bottom: var(--sectionVerticalPadding_M);
padding-left: 16px;
padding-right: 16px;
}
}



/****************************************************************************
👉 SECTION - Full Image - Responsive
****************************************************************************/

@media (max-width: 767px) {
.sectionImgFull .colCreative {
height: 260px;
}
}
@media (max-width: 767px) {
.sectionImgFull .colCreative.alt {
height: auto;
}
}


/****************************************************************************
👉 SECTION - List Logo
****************************************************************************/

.sectionListLogo.elementor-section::after {
content: "";
height: 0.5px;
background: #E2E2E2;
width: 100%;
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 34px;
}


/****************************************************************************
👉 SECTION - Steps
****************************************************************************/

.sectionStep .colBox {
background: var(--white);
border-radius: 8px;
padding: 32px 24px;
border: 1px solid var(--bgGreen);
}
.sectionStep .colBox:not(:last-of-type) {
margin-right: 72px;
}

.sectionStep .colBox:not(:last-of-type) .elementor-element-populated::after {
content: '';
background: url(https://frugt.siteaway.dk/wp-content/uploads/2022/11/step-arrow-icon.svg) no-repeat;
background-size: auto;
background-size: 30px;
height: 30px;
width: 30px;
position: absolute;
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.08);
border-radius: 180px;
right: 0;
margin-right: -75px;
top: 50%;
margin-top: -15px;
}

@media (max-width: 1025px) {
.sectionStep .elementor-container {
max-width: 400px !important;
margin-left: auto !important;
margin-right: auto !important;
}
.sectionStep .colBox {
width: 100%;
margin: 0 !important;
}
.sectionStep .colBox:not(:last-of-type) {
margin-bottom: 40px !important;
}
.sectionStep .colBox:not(:last-of-type) .elementor-element-populated::after {
display: none;
}
}


/****************************************************************************
👉 SECTION - Quicklunch Form section
****************************************************************************/

.wrapperForm {
background: var(--white);
box-shadow: 0 0px 4px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.08);
padding: 24px !important;
border-radius: 4px;
margin-right: auto;
margin-left: -32px;
max-width: 560px;
}
@media (max-width: 767px) {
.wrapperForm {
padding: 24px !important;
margin-right: auto;
margin-left: auto;
max-width: 560px;
}
}


/* Section USP - Quiclunch */
.sectionUsp.alt .col1 {
padding-right: 56px;
margin-right: 56px;
border-right: 1px solid #ffffff2b;
}
.sectionUsp.alt .col2 .ihtWrapper.style1 {
color: var(--white);
}
@media(max-width: 767px) {
.sectionUsp.alt .ihtWrapper.style1 .wrapper {
flex-wrap: wrap;
}
.sectionUsp.alt .ihtWrapper.style1 .wrapper .wrapperContent {
min-width: 100%;
}
.sectionUsp.alt .ihtWrapper.style1 .wrapper .wrapperContent:not(:last-child) {
margin-bottom: 40px;
}
.sectionUsp.alt .ihtWrapper.style1 .wrapper .wrapperContent img {
margin-right: 0px;
}
}
/* COlumn responsive */
@media (max-width: 950px) {
.sectionUsp.alt .elementor-container {
flex-wrap: wrap !important;
}
.sectionUsp.alt .col1 {
padding-right: 0px;
margin-right: 0px;
border: none;
margin-bottom: 40px;
}
.sectionUsp.alt .col1 * {
justify-content: center;
text-align: center;
}
.sectionUsp.alt .col1, .sectionUsp .col2  {
min-width: 100% !important;
}
}
