/*!
Theme Name: Eurogate
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eurogate
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eurogate is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@font-face {
    font-family: Montserrat;
    src: url('fonts/Montserrat.ttf');
    font-display: block;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
    --color-primary: #e31e24;
    --color-primary-dark: #2b2a29;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: Montserrat, monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: Montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

h3 {
    font-size: 1.25rem;
    margin: 0;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 ;
    padding-inline-start: 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    position: relative;
    width: 100%;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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

/* custom */
.site-header {
    position: sticky;
    z-index: 10;
    top: 0;
    width: 100%;
}
.language-chooser {
    display: flex;
    justify-content: center;
    list-style-type: none;
    font-weight: 400;
    align-items: center;
    text-transform: uppercase;
    margin-left: auto;
}

.language-chooser .active span {
    font-weight: 700;
    color: var(--color-primary);
}

.language-chooser li:first-of-type {
    border-right: 2px solid #fff;
}

.language-chooser li a {
    padding: 0.2rem 0.5rem !important;
}
.top-bar {
    background-color: var(--color-primary-dark);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    padding-left: 2rem;

}

.top-bar a, .top-bar span {
    color: #fff;
    text-decoration: none;
}

.main-navigation {
    background-color: white;

    position: relative;
}

.main-navigation .header__inner .menu-item {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
}

.main-navigation--desktop {
    transition: all 300ms ease-in-out;
}

.is-scrolled .main-navigation--desktop {
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
}

.header__buttons {
    display: flex;
    align-items: center;
    gap: 1.5rem;

}

.top-bar, .main-navigation {

}
.top-bar__left, .top-bar__right {
    display: flex;
    gap: 2rem;
}
.header-link {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.header-link img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.top-bar__right {
    margin-right: 1rem;
    display: flex;
}


.hours-dropdown {
    position: relative;
}

.hours-dropdown__button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
}

.hours-dropdown__menu {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;

    width: 300px;
    padding: 18px;
    background: #fff;

    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    border-radius: 8px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);

    transition: .2s ease;
    z-index: 9999;
}
.hours-dropdown__menu span {
    color: var(--color-primary-dark);
}

.hours-dropdown.active .hours-dropdown__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.hours-dropdown__menu div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 8px 0;
}

.site-logo {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    height: calc(100% + 1rem);

    width: 100%;
    max-width: calc(min(20%, 200px) - 2rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-logo img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: contain;

}

.header__inner {
    max-width: 1400px;
    width: 100%;
    position: relative;
    padding-left: min(20%, 200px);
    padding-right: 1rem;
    margin: 0 auto;
}

.header__content {
    display: flex;
    justify-content: space-between;
}

.menu-item a {
    color: var(--color-primary-dark);
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
    display: inline-block;
    font-weight: 600;
}


.site-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0.4rem 1.5rem;
    border-radius: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;

    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: none;
    color: inherit;

    cursor: pointer;
}

.site-button.site-button--primary {
    background: var(--color-primary);
    color: #fff;
    font-weight: 500;

}

.site-button.site-button--secondary {
    color: var(--color-primary-dark);
    outline: 3px solid var(--color-primary-dark);
    outline-offset: -3px;
}

.site-button--secondary.site-button--white {
    color: #fff;
    outline: 3px solid #fff;
}

/* fp */
.fp-main section {
    padding-left: 1rem;
    padding-right: 1rem;
    /*  border-bottom: 2px solid #8c8c8c; */
}

.site-section__inner, .breadcrumbs__inner {
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    padding: 1rem 1rem;
    /*  border: 2px solid #8c8c8c;
      border-radius: 6px; */
}

.section-label {
    display: inline-block;
    position: relative;
    border-bottom: 4px solid var(--color-primary);
    padding-bottom: 0.2rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.section-label--first {
    color: var(--color-primary);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 1.5rem;
}


.section-title {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: clamp(1.6rem, calc(1rem + 2.5vw), 2.6rem);
    line-height: 1.1;
    font-weight: 800;
}

.section-title.section-title--large, .about-highlight, .about-section .section-title {
    font-size: clamp(2rem, calc(1.5rem + 2.5vw), 4rem);
}


.section-title .highlight {
    color: var(--color-primary);
}

.section-header > .section-title {
    max-width: 70%;
}

.section-intro {
    max-width: min(700px, 70%);
}

.banner-video {
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-content {
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 7%;
}

.banner-content .button-container, .partner-program-section .button-container {
    margin-top: 6%;
}

/* sections */

.banner-section .site-section__inner {
    display: flex;
    gap: 1rem;
    padding-top: 80px;
    padding-bottom: 80px;
}

.banner-section .site-section__inner > div {
    flex: 1;
}

.advantages-section {
    background: var(--color-primary);
    color: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.advantages-section .site-section__inner {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.advantages-section .site-section__inner span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    text-transform: uppercase;
}

.products-section, .product-section__grid, .about-section, .solutions-section, .solutions-container, .services-section, .services__grid, .references-section, .references-gallery, .partner-program-section, .news-section, .news__grid, .contact-section {
    padding-top: 80px;
}

.about-section, .solutions-container, .services__grid, .references-gallery, .partner-program-section, .news-section, .contact-section {
    padding-bottom: 80px;
}

.product-megamenu__grid .item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.product-megamenu__grid .item-image {
    min-width: 80px; height: 80px; background-color: red;
    background: url("https://www.ecotor.hu/wp-content/uploads/2018/06/6-1.jpg");
    background-position: center;
    background-size: cover;
}
.product-megamenu__grid .item-text {

}

.product-megamenu__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 2rem;
}
.product-section__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 1.5rem;
}
.product-page__grid {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.product-section__grid .item-text h3, .product-page__grid .item-text h3 {
    margin: 0;
    margin-bottom: 8px;
}

.product-section__grid .item-text, .product-page__grid .item-text {
    padding: 1rem 1rem 1rem 0rem;
    color: var(--color-primary-dark);
}
.product-section__grid a, .product-page__grid a {
    text-decoration: none;
}


.product-section__grid .item-image.item-image--secondary, .product-page__grid .item-image {
    background-color: grey;
    aspect-ratio: 4 / 3;
}

.product-section__grid .item-image, .product-page__grid .item-image {
    position: relative;
}

.product-section__grid .item-image__img, .product-page__grid .item-image__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   ITEM 1
   ========================= */

.item-image--1 {
    grid-column: span 2;
    grid-row: span 3;
}

.item-text--1 {
    grid-column: span 2;
    grid-row: 4;
}


/* =========================
   ITEM 2
   ========================= */

.item-image--2 {
    grid-column: 3 / 4;
    grid-row: 1;
}

.item-text--2 {
    grid-column: 3 / 4;
    grid-row: 2;
}


/* =========================
   ITEM 3
   ========================= */

.item-image--3 {
    grid-column: 4 / 5;
    grid-row: 1;
}

.item-text--3 {
    grid-column: 4 / 5;
    grid-row: 2;
}


/* =========================
   ITEM 4
   ========================= */

.item-image--4 {
    grid-column: 3 / 4;
    grid-row: 3;
}

.item-text--4 {
    grid-column: 3 / 4;
    grid-row: 4;
}


/* =========================
   ITEM 5
   ========================= */

.item-image--5 {
    grid-column: 4 / 5;
    grid-row: 3;
}

.item-text--5 {
    grid-column: 4 / 5;
    grid-row: 4;
}



.brands-section {
    margin-bottom: 100px;
    margin-top: 20px;
}

.brands-container, .solutions-container {
    display: flex;
    gap: 1.5rem;
}

.brands-container {
    margin-top: 40px;
}

.brands-container img, .solutions-container img {
    width: 100%;
}

.brands-container > a, .solutions-container > a {
    flex: 1;
    color: var(--color-primary-dark);
    text-decoration: none;
}

.about-section {
    background-color: var(--color-primary-dark);
    color: #fff;
}

.about-section .site-section__inner {

}

.about-section .section-header {
    color: #fff;
}

.about-section__content {
    display: flex;
    gap: 10%;
}

.about-section__column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.about-section__column--primary {
    flex: 1.5;
}

.about-highlight {
    line-height: 1.1;
    font-weight: 800;
    margin-bottom: 1.5rem;
}

.services-section {
    background-color: #F2F2F2;
}

.services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

a.services-item {
    background-color: #fff;
    border: 1px solid #2B2A29;
    padding: 1.5rem;
    text-decoration: none;
    color: var(--color-primary-dark);
}

a.services-item__img {

}

.services-item h3 {
    margin-bottom: 10px;
}

.services__grid img {
    height: 60px;
    width: revert;
    margin-bottom: 16px;
}

.references-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.references-gallery img {
    aspect-ratio: 5/4;
    width: 100%;
    object-fit: cover;
    display: block;
}

.partner-program-section {
    background-color: #F2F2F2;
}

.partner-program-section .site-section__inner {
    display: flex;
    gap: 1.5rem;
}

.partner-program__image-wrapper {
    flex: 1;
}

.partner-program__image {
    width: 90%;
    height: 600px;
    background-color: grey;
}

.partner-program__content {
    flex: 2;
}

.news__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.news-item {
    text-decoration: none;
}

.news-item__date {
    color: var(--color-primary);
    font-size: 1.125rem;
}

.news-item__title {
    color: var(--color-primary-dark);
    margin: 0;
}

.news-item__image img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.contact__content {
    padding-right: 5%;
}

.contact-section .site-section__inner {
    display: flex;
    gap: 1rem;
}

.contact-section .site-section__inner > div {
    flex: 1;
}

.contact-section {
    background-color: var(--color-primary-dark);
    color: #fff;
}

.button-container.button-container--2 {
    display: flex;
    gap: 1.5rem;
}

.contact-info {
    display: flex;
    grid-gap: 1.5rem;
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-between;
}

.contact-info > div {
    display: flex;
    grid-gap: 1.5rem;

}

.contact-info > div:nth-child(2) {

}

.contact-info > div > div {
    display: flex;
    flex-direction: column;
}

.contact-info img {
    width: 48px;
    height: 48px;
}

/* footer */

.site-footer {
    padding-top: 120px;
    background-color: var(--color-primary-dark);
    border-top: 1px solid var(--color-primary);
    color: #F2F2F2;
    font-size: 1.125rem;
}

.site-footer a {
    color: #F2F2F2;
    text-decoration: none;

}

.site-footer ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.site-footer .site-section__inner {
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.footer-menu-container {
    display: flex;
    gap: 50px;
}
.online-webshop-promotion {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}
.footer-webshop__icon {
    grid-column: span 1;
    display: flex;
    justify-content: flex-end;
}
.footer-webshop__content {
    grid-column: span 2;
}
.footer-webshop__content h2 {

}
.footer-webshop__button {
    grid-column: span 1;
    display: flex;
    align-items: flex-start;
}
.online-webshop-promotion {
    padding: 60px 0;
}

.site-footer .menu-item-has-children > a, .footer-label {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
    color: var(--color-primary);
}

.footer-info {
    display: flex;
    flex-direction: column;

    max-width: 450px;
}

.footer-logo {
    width: 270px;
    margin-top: -2rem;
    margin-bottom: 40px;
}

.footer-newsletter {
    max-width: 300px;
    padding: 0.2rem 0.5rem;
}

#banner-video {
    position: relative;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background-color: black;
}

#banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mega-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: 300px;
    background-color: white;
    transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
    z-index: 999;
    box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    transition-delay: 0ms;
}
.solutions-mega-menu > div {
    padding: 0;
}

.menu-item:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transition-delay: 250ms;
}

.breadcrumbs a, .breadcurmbs {
    color: #707070;
}

.breadcrumbs {
    margin-top: 2rem;
}

.site-page {
    margin-top: 1rem;
}

.page-intro {
    max-width: 600px;
}

/* contact form */
.contact-form-wrapper {
    padding: 2rem;
    background-color: #F2F2F2;

}

.contact-form-wrapper p {
    margin: 0;
}

/* Base row styling for all form sections */
.contact-form-wrapper .row {
    margin-bottom: 20px; /* Adds spacing between the rows */
}

/* 2-column grid layout applied only when row--2 is present */
.contact-form-wrapper .row--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.wpcf7 label {
    display: block;
    font-weight: 500;
    color: #2B2A29;
}


.wpcf7 input:not([type="radio"]):not([type="submit"]),
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.wpcf7 textarea {
    min-height: 140px;
}

.wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
}

.wpcf7 input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    padding: 14px 30px;
    cursor: pointer;
}

/* Responsive breakpoint for mobile screens */
@media (max-width: 768px) {
    .contact-form-wrapper .row--2 {
        grid-template-columns: 1fr;
    }
}

/* radio */
.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.wpcf7-radio label {
    padding: 1rem;
    border: 1px solid #707070;

}
/* Container adjustments */
.wpcf7 .wpcf7-list-item {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
}

/* Base label styling */
.wpcf7 .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.95rem;
    color: #222;
    user-select: none;
}

/* Hide the default browser radio button */
.wpcf7 .wpcf7-list-item input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Base positioning for the custom elements */
.wpcf7 .wpcf7-list-item-label {
    position: relative;
    padding-left: 26px; /* Space for the custom radio button */
}

/* The custom outer ring */
.wpcf7 .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #A6A6A6; /* Sleek, neutral gray border */
    background-color: #FFF;
    border-radius: 50%;
    box-sizing: border-box;
}

/* The inner dot (hidden by default) */
.wpcf7 .wpcf7-list-item-label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #000; /* Pure black center */
    border-radius: 50%;
    display: none; /* Hidden instantly, no animations */
}

/* --- STATES --- */

/* Hover: subtle change to the outer ring */
.wpcf7 .wpcf7-list-item label:hover .wpcf7-list-item-label::before {
    border-color: #000;
}

/* Checked: Change the outer ring border color */
.wpcf7 .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::before {
    border-color: #000;
}

/* Checked: Instantly show the inner dot */
.wpcf7 .wpcf7-list-item input:checked ~ .wpcf7-list-item-label::after {
    display: block;
}

/* Keyboard navigation accessibility outline */
.wpcf7 .wpcf7-list-item input:focus-visible ~ .wpcf7-list-item-label::before {
    outline: 2px solid #000;
    outline-offset: 2px;
}

/* Styling the main select wrapper/element */
.wpcf7 select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background-color: #fff;
    color: #222;
    cursor: pointer;
    font-size: 0.95rem;

    /* Removes the default native browser styling */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Adds a clean, custom dropdown arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px; /* Make room so text doesn't overlap the arrow */
}

/* Hover state for the select element box */
.wpcf7 select:hover {
    border-color: #000;
}

/* Focus state: When the dropdown is clicked/open, it shows a sleek black outline */
.wpcf7 select:focus-visible {
    outline: 1px solid #000;
    border-color: #000;
}

/* Cleaner option list text (Note: hover color here is controlled by the browser) */
.wpcf7 select option {
    padding: 10px;
    background-color: #fff;
    color: #222;
}

/* Container adjustments to accommodate the response box */
.contact-form-wrapper {
    position: relative;
}

/* Base style for the response message box */
.wpcf7 .wpcf7-response-output {
    margin: 20px 0 0 0 !important; /* Forces it below the submit button */
    padding: 14px 18px !important;
    border-radius: 0 !important; /* Keeps your clean, sharp geometric edges */
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.4;
    box-sizing: border-box;
    display: none; /* Hidden by default */
}

/* When the form has errors (Validation failed) */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.unconfirmed .wpcf7-response-output {
    display: block;
    background-color: #FFF0F0 !important; /* Ultra-subtle premium red tint */
    border: 1px solid #D93838 !important;  /* Crisp red warning border */
    color: #B31919 !important;             /* Deep readable dark red text */
}

/* When the form sends successfully */
.wpcf7-form.sent .wpcf7-response-output {
    display: block;
    background-color: #F0FAF4 !important; /* Ultra-subtle premium green tint */
    border: 1px solid #2B8A4E !important;  /* Crisp green success border */
    color: #1A5C32 !important;             /* Deep readable dark green text */
}

/* Optional: Make the specific inline error labels under inputs cleaner too */
.wpcf7-not-valid-tip {
    color: #D93838 !important;
    font-size: 0.85rem;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.content-contact-page {
    display: flex;
    gap: 8%;
    margin-top: 60px;
}
.contact-form-wrapper {
    flex: 1;
}
.contact-information {
    flex: 1;
    max-width: 600px;
}
.contact-information  li::marker {
    color: var(--color-primary);
    font-weight: 800;
}
.contact-information  li {
    margin-bottom: 0.5rem;
}
.contact-information h2 {
    font-weight: 800;
}
.contact-information__block {
    margin-bottom: 60px;
}
.contact-information__block p {
    color: #F2F2F2;
    margin-top: 0;
    margin-bottom: 0.5rem;
    max-width: 500px;
}
.contact-information__block a, .contact-information__block h2 {
    color: #ffff;
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1rem;
}
/* download page */
.content-downloads-page {
    margin-top: 80px;
}
.download-section-title {
    font-size: 1.5rem;
    font-weight: 800;
    border-bottom: 1px solid #2B2A29;
    margin-bottom: 20px;
}
.download-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}
a.download-card {
    border: 1px solid #2B2A29;
    padding: 1rem 1.4rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: var(--color-primary-secondary);
}
.download-item-title {
    font-weight: 800;
}
.download-meta-info {
    display: flex;
    flex-direction: column;
    margin-right: 1rem;
}
.download-icon-left {
    min-width: 24px;
    margin-right: 1.4rem;
}
.download-icon-right {
    min-width: 24px;
    margin-left: auto;
}
.language-selector {
    display: flex;
}

/* search */

.download-search-panel {

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 40px;

    width: 100%;

    padding: 28px 32px;

    background: #f8f8f8;

    border: 1px solid #ddd;

    margin: 25px 0 30px;
}


.search-panel-text {
    max-width: 450px;
}


.search-panel-text h2 {

    margin: 0 0 8px;

    font-size: 20px;
    font-weight: 700;

    color: #222;
}


.search-panel-text p {

    margin: 0;

    font-size: 14px;

    line-height: 1.5;

    color: #666;
}



.search-panel-input {

    width: 320px;
}


.search-panel-input label {

    display:block;

    margin-bottom:8px;

    font-size:13px;

    font-weight:600;

    color:#222;
}



.download-search {

    width:100%;

    height:44px;

    padding:0 14px;

    border:1px solid #aaa;

    border-radius:0;

    background:#fff;

    font-size:14px;

    color:#222;

    transition:.2s ease;
}



.download-search::placeholder {

    color:#888;

}



.download-search:hover {

    border-color:#2b2a29;

}



.download-search:focus {

    outline:none;

    border-color:#2b2a29;

    box-shadow:0 0 0 3px rgba(43, 42, 41, 0.12);

}