@charset "UTF-8";
/* Theme stylesheet (style.css) */
/*
 * Theme Name: 				Venteville
 * Theme URI: 				https://venteville.com
 * Description: 			Wordpress theme for Venteville(.com)
 * Tags: 					translation-ready
 * Author: 					Maerke - strategie, creatie en beleving
 * Author URI: 				https://maerke.nl
 * Version: 				2.8.5
 * Requires at least: 		5.0
 * Tested up to: 			5.6.0
 * Requires PHP: 			7.0
 * License: 				-
 * License URI: 			-
 * Text Domain: 			venteville
 * Domain Path: 			/languages
*/
/* === TABLE OF CONTENTS === *\
1.	Boostrap
2.	General
3.	Typography
4.	Elements
5.  Theme
	1. Header
	2. Navigation
	3. Page Hero
	4. Blocks
	5. Call-to-Action
	6. Social Media
	7. Footer
	8. Hamburgers
	9. Others
	10. Page templates
6. 	max-resolution: res;
\* === TABLE OF CONTENTS END === */
/* === bootstrap – tooltip === */
.tooltip {
  color: #FFFFFF;
  font-size: 0.75em;
  font-weight: 700;
}

.tooltip-inner {
  background-color: #002743;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-top-color: #002743;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #002743;
}

/* === bootstrap – tooltip – end === */
/* === general - reset === */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/* === general - reset - end === */
/* === general - body === */
body {
  background-color: #FFFFFF;
  font-display: swap;
  text-align: left;
}

body {
  color: #002743;
  font-family: usual, sans-serif;
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.5em;
}

@media (min-width: 576px) {
  body {
    font-size: 1em;
  }
}

/* === general - body - end === */
/* === general - selection === */
::-moz-selection {
  background: #f47920;
  color: white;
}
::selection {
  background: #f47920;
  color: white;
}

/* === general - selection - end === */
/* === general - wordpress – core === */
.wp-caption {
  /* Theme Check required */
}

.wp-caption-text {
  /* Theme Check required */
}

.gallery-caption {
  /* Theme Check required */
}

.bypostauthor {
  /* Theme Check required */
}

.aligncenter {
  /* Theme Check required */
}

.alignleft {
  /* Theme Check required */
}

.alignright {
  /* Theme Check required */
}

/* === general - wordpress – core - end === */
/* === typography === */
/* === typography - anchors === */
a {
  cursor: pointer;
  display: block;
  color: inherit;
  outline: none;
}

a:hover {
  color: #104AEA;
  text-decoration: none;
}

/* === typography - anchors - end === */
/* === typography - display-titles === */
.display-title-96 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1;
}

.display-title-72 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1;
}

.display-title-18 {
  font-size: 1.375em;
  font-weight: 600;
  line-height: calc( 1.00 + (1/3));
}

.display-title-14-medium {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25;
}

.display-title-14-light {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .display-title-96 {
    font-size: 4.5em;
  }
  .display-title-72 {
    font-size: 3.375em;
  }
}

@media (min-width: 992px) {
  .display-title-96 {
    font-size: 6em;
  }
  .display-title-72 {
    font-size: 4.5em;
  }
}

/* === typography - display-titles - end === */
/* === typography - headings === */
h1 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1;
}

h2 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.25;
}

h4 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: calc( 1.00 + (1/3));
}

h5 {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25;
}

/* === typography - headings - end === */
/* === typography - paragraph === */
p a {
  display: inline-block;
}

/* === typography - paragraph - end === */
/* === typography - end === */
/* === elements - address === */
address {
  margin: 0;
  padding: 0;
}

/* === elements - address - end === */
/* === elements - button === */
input[type=submit] {
  background-color: transparent !important;
  border-color: transparent !important;
  border-style: none;
  border-bottom: 2px solid #002743;
  color: #002743;
  font-weight: 600;
  margin-bottom: 25px;
  padding: 25px 50px !important;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

button:active, button:focus, button:focus:active, input[type=submit] {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* --- elements - button --- */
/* --- elements - button – input[type=sumbit] --- */
input {
  /*
	&[type=reset] {
		@extend %button;
		@extend %button-secondary;
		
		&:hover {
			@extend %button-secondary-hover;
		}
	}
	
	&[type=button] {	
		@extend %button;
		@extend %button-secondary;
		
		&:hover {
			@extend %button-secondary-hover;
		}
	}*/
}

/* === elements - button - end === */
/* === elements - figure === */
figure {
  margin: 0;
  padding: 0;
}

/* === elements - figure - end === */
/* === elements - input === */
input[type=email], input[type=password], input[type=phone], input[type=search], input[type=tel], input[type=text], input[type=url], textarea {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid #ECEAEA;
  color: #002743;
  font-weight: 600;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 100%;
}

input:active[type=submit], input:focus[type=submit], input:hover[type=submit], input:active[type=email], input:active[type=password], input:active[type=phone], input:active[type=search], input:active[type=tel], input:active[type=text], input:active[type=url], input:focus[type=email], input:focus[type=password], input:focus[type=phone], input:focus[type=search], input:focus[type=tel], input:focus[type=text], input:focus[type=url], input:hover[type=email], input:hover[type=password], input:hover[type=phone], input:hover[type=search], input:hover[type=tel], input:hover[type=text], input:hover[type=url], textarea:active, textarea:focus, textarea:hover {
  border-bottom: 2px solid #104AEA;
  color: #104AEA;
  outline: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #002743;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #002743;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #002743;
}

input::placeholder, textarea::placeholder {
  color: #002743;
}

/* === elements - input - end === */
/* === elements - label === */
label {
  width: 100%;
}

label p {
  margin-left: 15px !important;
}

/* === elements - label – end === */
/* === elements - lists === */
/* === elements - lists - end === */
/* === elements - select === */
select {
  background: none !important;
  border: none;
  border-bottom: 2px solid #ECEAEA;
  border-radius: 0 !important;
  color: #002743;
  font-weight: 600;
  height: 25px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 100%;
}

select:active, select:focus, select:hover {
  border-bottom: 2px solid #104AEA;
  color: #104AEA;
  outline: none;
}

select:disabled {
  color: #F6F7F8;
}

select:disabled:hover {
  color: #F6F7F8;
}

select[aria-disabled=true] {
  color: #F6F7F8;
}

select[aria-disabled=true]:hover {
  color: #F6F7F8;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #002743;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #002743;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #002743;
}

input::placeholder, textarea::placeholder {
  color: #002743;
}

/* === elements - select – end === */
/* === elements - textarea === */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #002743;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #002743;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #002743;
}
input::placeholder, textarea::placeholder {
  color: #002743;
}

/* === elements - textarea - end === */
/* === theme – general === */
main {
  margin-top: -50px;
}

/* === theme – general – end  === */
/* === header === */
header {
  position: relative;
  z-index: 10;
}

/* === header === */
#navigation-cta-button, #navigation-languages, #navigation-main {
  position: relative;
  top: -5px;
}

/* === navigation - top === */
#navigation-top .display-title-14-medium {
  font-size: 0.75em;
  line-height: inherit;
}

@media (min-width: 576px) {
  #navigation-top .display-title-14-medium {
    font-size: 0.875em;
    line-height: 1.25;
  }
}

/* === navigation - top - cta === */
#navigation-cta {
  padding-left: 0;
  padding-right: 0;
  z-index: 100;
}

/* --- navigation - top - cta - button --- */
#navigation-cta-button {
  background: #F47920;
  border: none;
  color: #FFFFFF;
  height: 40px;
  opacity: 1;
  padding-top: calc(0.5em + 5px);
  padding-bottom: 0.5em;
  width: 100%;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-cta-button:hover {
  background: #F25B04;
  -webkit-box-shadow: 0 6px 24px 0 #f47920;
  box-shadow: 0 6px 24px 0 #f47920;
  top: 0;
}

#navigation-cta-button.is-active {
  opacity: 0;
}

#navigation-cta-button p {
  margin-bottom: 0;
}

/* --- navigation - top - cta - collapse --- */
#navigation-cta-collapse {
  color: #FFFFFF;
  display: none;
  position: fixed;
  z-index: 9999;
}

#navigation-cta-collapse-wrapper {
  background: #F47920;
  padding-top: 50px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
}

#navigation-cta-collapse-wrapper .button-arrow-p {
  padding-right: 0;
}

#navigation-cta-collapse-message {
  padding-bottom: 50px;
}

#navigation-cta-collapse-link {
  padding-bottom: 50px;
}

#navigation-cta-collapse-link a:hover {
  color: #FFFFFF;
}

#navigation-cta-collapse.is-active {
  display: block;
}

#navigation-cta-collapse #arrow-shape {
  fill: #FFFFFF;
}

/* === navigation - top - cta - end === */
/* === navigation - top - languages === */
#navigation-languages {
  /*align-items: center;
		background: transparent;
		display: flex;
		justify-content: center;
		//min-height: 40px;*/
  padding-left: 0;
  padding-right: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 1050;
}

#navigation-languages:hover {
  background: #002743;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-languages ul {
  color: #e6e6e6;
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

#navigation-languages ul ul {
  list-style: none;
}

#navigation-languages ul li {
  /*height: 100%;
				display: flex;
				justify-content: center;
				align-items: center;
				padding-top: 5px;
				//@include transition-theme;*/
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-languages ul li i {
  margin-left: 5px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-languages ul li ul.dropdown-menu {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  background-color: #002743;
  border-radius: 0;
  border-style: none;
  margin: 0;
  min-width: 0;
  padding: 12px 0;
  text-align: center;
  top: 100% !important;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: none !important;
          transform: none !important;
  width: 100% !important;
}

@media (min-width: 576px) {
  #navigation-languages ul li ul.dropdown-menu {
    padding: 24px 0;
  }
}

#navigation-languages ul li ul.dropdown-menu li a:hover {
  opacity: 0.50;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-languages ul li:hover a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-languages ul li.show i {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.25s ease 0s;
  transition: -webkit-transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

/* --- navigation - top - languages – changes on scroll --- */
.scroll-page-hero #navigation-languages {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background: #002743;
}

/* === navigation - top - languages - end === */
/* === navigation - top - end === */
/* === navigation - main === */
#navigation.is-active #navigation-main, .scroll-page-hero #navigation-main {
  background: #FFFFFF;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

#navigation.is-active #navigation-main-logo a figure svg .logo-blue, .scroll-page-hero #navigation-main-logo a figure svg .logo-blue {
  fill: #002743;
}

#navigation.is-active #navigation-main ul li, .scroll-page-hero #navigation-main ul li {
  color: inherit;
}

#navigation.is-active #navigation-main ul li:hover.current-menu-item a, .scroll-page-hero #navigation-main ul li:hover.current-menu-item a {
  color: #002743;
  opacity: 0.50;
}

#navigation-main {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  background: transparent;
}

#navigation-main-logo a:hover svg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#navigation-main-logo a:hover svg .logo-orange {
  fill: #F25B04;
}

#navigation-main-logo a figure svg {
  max-height: 35px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 768px) {
  #navigation-main-logo a figure svg {
    max-height: 40px;
  }
}

#navigation-main-logo a figure svg path {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-logo a figure svg .logo-blue {
  fill: #FFFFFF;
}

#navigation-main-logo a figure svg .logo-orange {
  fill: #F47920;
}

#navigation-main-menu-primary {
  padding-bottom: 1em;
  padding-top: 1em;
  /*&-wrapper {
					
					&.dropdown-menu {
						border: none;
						border-radius: 0;
						@include prefix( box-shadow, 0 6px 12px 0 rgba( 0, 0, 0, 0.1 ), moz webkit); // FIX - Set correct box-shadow
						margin-top: 0;
						top: 25px !important; // NOTE - Corresponds woth the size of the padding.
						padding: 25px;
						width: 100%;

						ul {
							@include ul-reset;

							li {
								display: block;
								padding-right: 0;
								@include padding( 'small', bottom );

								&:last-child {
									padding: 0;
								}
							}
						}
					}
				}*/
}

@media (min-width: 768px) {
  #navigation-main-menu-primary {
    padding-bottom: 0;
    padding-top: 0;
  }
}

#navigation-main-menu-primary-button {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  #navigation-main-menu-primary-button {
    margin-left: 50px;
    margin-right: 0;
  }
}

#navigation-main-menu-primary-greedy {
  background-color: #FFFFFF;
}

#navigation-main-menu-primary.greedy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navigation-main-menu-primary.greedy ul.hidden-links {
  bottom: 0;
  left: 0;
  font-size: 1em;
  padding-left: 8.33333%;
  padding-right: 8.33333%;
  padding-bottom: 50px;
  padding-top: 50px;
  -webkit-padding-start: auto;
          padding-inline-start: auto;
  position: fixed;
  right: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  top: 127px;
  z-index: -1;
}

@media (min-width: 576px) {
  #navigation-main-menu-primary.greedy ul.hidden-links {
    bottom: auto;
    font-size: 0.875em;
  }
}

@media (min-width: 768px) {
  #navigation-main-menu-primary.greedy ul.hidden-links {
    padding: 0;
    top: 102px;
  }
}

@media (min-width: 992px) {
  #navigation-main-menu-primary.greedy ul.hidden-links {
    position: absolute;
    top: 100%;
  }
}

#navigation-main-menu-primary.greedy ul.hidden-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  #navigation-main-menu-primary.greedy ul.hidden-links li {
    display: inline-block;
  }
}

#navigation-main-menu-primary.greedy ul.hidden-links li a {
  font-weight: 600;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-menu-primary.greedy ul.hidden-links li:first-child {
  padding-top: 0;
}

@media (min-width: 768px) {
  #navigation-main-menu-primary.greedy ul.hidden-links li:first-child {
    padding-top: 1em;
  }
}

#navigation-main-menu-primary.greedy ul.hidden-links li:last-child {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #navigation-main-menu-primary.greedy ul.hidden-links li:last-child {
    padding-bottom: 1em;
  }
}

@media (min-width: 1200px) {
  #navigation-main-menu-primary.greedy ul.hidden-links li:last-child {
    padding-right: 90px;
  }
}

#navigation-main-menu-primary.greedy ul.hidden-links li:hover {
  color: #002743;
}

#navigation-main-menu-primary.greedy ul.hidden-links li:hover.current-menu-item a {
  color: #002743;
  opacity: 0.50;
}

#navigation-main-menu-primary.greedy ul.hidden-links li.current-menu-item a {
  opacity: 0.50;
}

#navigation-main-menu-primary.greedy ul.hidden-links.hidden {
  display: none;
}

#navigation-main-menu-primary.greedy ul.links {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*   overflow: hidden; */
}

#navigation-main-menu-primary.greedy ul.links li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#navigation-main-menu-primary.greedy #navigation-main-menu-primary-button.hidden {
  display: none;
}

#navigation-main ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

#navigation-main ul li {
  display: inline-block;
  color: #FFFFFF;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 50px;
}

@media (min-width: 992px) {
  #navigation-main ul li {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

#navigation-main ul li a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main ul li:hover {
  color: #104AEA;
}

#navigation-main ul li:hover.current-menu-item a {
  opacity: 0.50;
  color: #FFFFFF;
}

#navigation-main ul li:last-child {
  padding-right: 0;
}

#navigation-main ul li.current-menu-item a {
  opacity: 0.50;
}

/* --- navigation - main – changes on scroll --- */
/* === navigation - main - end === */
/* === header - end === */
/* === page hero === */
#page-hero-image {
  color: #FFFFFF;
}

#page-hero-search {
  color: #FFFFFF;
}

#page-hero-single-products {
  background-color: #F6F7F8;
}

#page-hero-single-products h5 {
  opacity: 1 !important;
}

#page-hero-single-products .page-hero-image-overlay::after {
  position: relative !important;
}

#page-hero-slider {
  color: #FFFFFF;
}

#page-hero h1 {
  word-wrap: break-word;
}

#page-hero h5 {
  opacity: 0.5;
}

#page-hero figcaption {
  padding-top: 87px;
}

@media (min-width: 576px) {
  #page-hero figcaption {
    padding-top: 0;
  }
}

#page-hero .button-arrow-p {
  opacity: 0;
}

#page-hero .page-hero-image-overlay::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#002743), color-stop(50%, rgba(0, 39, 67, 0.5)), to(#002743));
  background: linear-gradient(#002743 0%, rgba(0, 39, 67, 0.5) 50%, #002743 100%);
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0.65;
  position: absolute;
  right: 0;
  top: 0;
}

#page-hero .page-hero-line {
  border-top: 2px solid #F47920;
}

#page-hero .page-hero-height {
  height: 550px;
  max-height: 550px;
}

@media (min-width: 576px) {
  #page-hero .page-hero-height {
    height: 750px;
  }
}

.flickity-slider {
	  max-height: 550px;
}

#page-hero .page-hero-height-small {
  height: 550px;
}

#page-hero .page-hero-video {
  -webkit-transform: scale(3);
          transform: scale(3);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

@media (min-width: 768px) {
  #page-hero .page-hero-video {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@media (min-width: 992px) {
  #page-hero .page-hero-video {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}

@media (min-width: 1200px) {
  #page-hero .page-hero-video {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

#page-hero .row-title a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#page-hero .row-title a h1 {
  display: inline-block;
}

#page-hero .row-title a .button-arrow {
  display: inline-block;
  margin-left: 25px;
}

#page-hero .row-title a .button-arrow figure {
  position: inherit;
}

#page-hero .row-title a .button-arrow figure #arrow-shape {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  fill: #F47920;
}

#page-hero .row-title:hover .button-arrow figure #arrow-shape {
  fill: #104AEA;
}

#page-hero .row-page-hero-bottom {
  padding-top: 25px;
}

/* === page hero – additionals === */
#page-hero-additionals {
  margin-top: -25px;
}

.row-page-hero-additionals {
  height: 50px;
}

@media (min-width: 576px) {
  #page-hero-additionals {
    margin-top: -50px;
  }
  .row-page-hero-additionals {
    height: 100px;
  }
}

/* === page hero – additionals - end === */
/* === page hero – slider === */
.carousel-cell {
  counter-increment: carousel-cell;
  margin-right: 0;
  height: 100%;
  width: 100%;
}

.flickity-prev-next-button {
  background: transparent !important;
  bottom: 0 !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF !important;
  border-radius: 0 !important;
  height: 40px !important;
  top: 505px !important;
  width: 40px !important;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 576px) {
  .flickity-prev-next-button {
    height: 50px !important;
    top: 675px !important;
    width: 50px !important;
  }
}

.flickity-prev-next-button:hover {
  background: #104AEA !important;
  color: #FFFFFF !important;
}

.flickity-prev-next-button .flickity-button-icon {
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
}

.flickity-prev-next-button.next {
  left: calc( 8.33333% + 38px) !important;
}

.flickity-prev-next-button.previous {
  left: calc( 8.33333%) !important;
  right: auto !important;
}

@media (min-width: 576px) {
  .flickity-prev-next-button.next {
    left: calc( 16.66667% - 2px) !important;
  }
  .flickity-prev-next-button.previous {
    left: calc( 16.66667% - 50px) !important;
  }
}

@media (min-width: 768px) {
  .flickity-prev-next-button.next {
    left: calc( 25% - 2px) !important;
  }
  .flickity-prev-next-button.previous {
    left: calc( 25% - 50px) !important;
  }
}

@media (min-width: 992px) {
  .flickity-prev-next-button.next {
    left: calc( 16.66667% - 2px) !important;
  }
  .flickity-prev-next-button.previous {
    left: calc( 16.66667% - 50px) !important;
  }
}

/* --- page hero – slider - status --- */
#carousel-status {
  background: #FFFFFF;
  display: table;
  height: 100%;
}

.carousel-status {
  display: table-cell;
  letter-spacing: 0.2em;
  margin-bottom: 0;
}

.carousel-status::first-letter {
  font-weight: 600;
}

/* === page hero – slider - end === */
/* === page hero - end === */
/* === header - end === */
/* === blocks === */
/* === blocks - padding === */
.block-form .row-block, .block-loop .row-block, .block-text .row-block {
  padding-bottom: 100px;
  padding-top: 100px;
}

/* === blocks - padding – first section on page === */
.archive main section:nth-child(2), .error404 main section:nth-child(2), .page-template-page main section:nth-child(2) {
  margin-top: -150px;
}

.archive main section:nth-child(2) .row-block, .error404 main section:nth-child(2) .row-block, .page-template-page main section:nth-child(2) .row-block {
  padding-top: 150px;
}

.search main [class^="block"]:first-child .row-block {
  padding-top: 150px;
}

.search main section:nth-child(2) {
  margin-top: 0;
}

.home main [class^="block"]:first-child .row-block {
  padding-top: 0px;
}

.home main section:nth-child(2) {
  margin-top: 0;
}

.page-template-page-legal main {
  margin-top: 0;
}

.page-template-page-legal main section:nth-child(2) {
  margin-top: 0;
}

.page-template-page-legal main #breadcrumbs {
  padding-top: 0;
}

.flickity-button {
	display: none;
}

/* === blocks - form === */
.col-form:hover form input[type=email], .col-form:hover form input[type=password], .col-form:hover form input[type=phone], .col-form:hover form input[type=search], .col-form:hover form input[type=tel], .col-form:hover form input[type=text], .col-form:hover form input[type=url], .col-form:hover form input[type=submit], .col-form:hover form select, .col-form:hover form textarea {
  border-bottom-color: #ECEAEA;
  color: #002743;
}

.col-form:hover form input:active[type=email], .col-form:hover form input:active[type=password], .col-form:hover form input:active[type=phone], .col-form:hover form input:active[type=search], .col-form:hover form input:active[type=tel], .col-form:hover form input:active[type=text], .col-form:hover form input:active[type=url], .col-form:hover form input:active[type=submit], .col-form:hover form select:active, .col-form:hover form textarea:active, .col-form:hover form input:focus[type=email], .col-form:hover form input:focus[type=password], .col-form:hover form input:focus[type=phone], .col-form:hover form input:focus[type=search], .col-form:hover form input:focus[type=tel], .col-form:hover form input:focus[type=text], .col-form:hover form input:focus[type=url], .col-form:hover form input:focus[type=submit], .col-form:hover form select:focus, .col-form:hover form textarea:focus, .col-form:hover form input:hover[type=email], .col-form:hover form input:hover[type=password], .col-form:hover form input:hover[type=phone], .col-form:hover form input:hover[type=search], .col-form:hover form input:hover[type=tel], .col-form:hover form input:hover[type=text], .col-form:hover form input:hover[type=url], .col-form:hover form input:hover[type=submit], .col-form:hover form select:hover, .col-form:hover form textarea:hover {
  border-bottom-color: #104AEA;
  color: #104AEA;
  outline: none;
}

.col-form:hover {
  background: #FFFFFF !important;
}

.col-form:hover form input::-webkit-input-placeholder {
  color: #002743;
}

.col-form:hover form input:-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form input::-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form input::placeholder {
  color: #002743;
}

.col-form:hover form input[type=submit] {
  border-bottom-color: #002743 !important;
}

.col-form:hover form input[type=submit]:hover {
  border-bottom-color: #104AEA !important;
  color: #104AEA;
}

.col-form:hover form p {
  color: #002743 !important;
}

.col-form:hover form select::-webkit-input-placeholder {
  color: #002743;
}

.col-form:hover form select:-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form select::-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form select::placeholder {
  color: #002743;
}

.col-form:hover form textarea::-webkit-input-placeholder {
  color: #002743;
}

.col-form:hover form textarea:-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form textarea::-ms-input-placeholder {
  color: #002743;
}

.col-form:hover form textarea::placeholder {
  color: #002743;
}

.col-form:hover form .wpcf7-mail-sent-ok {
  border-color: #104AEA !important;
  color: #104AEA;
}

/* === blocks - form - end === */
/* === blocks – form – contactform 7 === */
.wpcf7-form input {
  padding: 0 15px;
}

.wpcf7-form textarea {
  padding: 0 15px;
}

.wpcf7-mail-sent-ok {
  border-color: #104AEA !important;
  color: #104AEA;
}

.wpcf7-not-valid {
  border-bottom-color: #F47920 !important;
}

.wpcf7-not-valid-tip {
  color: #F47920 !important;
  font-weight: 600 !important;
  margin-top: 10px;
}

.wpcf7-response-output {
  font-size: 1.00em;
  font-weight: 600 !important;
  margin: 25px 0 !important;
  padding: 25px 15px !important;
}

.wpcf7-submit {
  padding: 25px 50px !important;
}

.wpcf7-validation-errors {
  border-color: #F47920 !important;
  color: #F47920;
}

/* === blocks – form – contactform 7 – end === */
/* === blocks - image - brands === */
/* === blocks - image - brands - end === */
/* === blocks - image - height === */
.image-height-550 {
  min-height: 550px;
}

.image-height-750 {
  min-height: 750px;
}

/* === blocks - image - height - end === */
/* === blocks - image - image === */
.image-row {
  height: 100%;
}

.image-window {
  padding: 0;
}

.image-window img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

/* === blocks - image - image - end === */
/* === blocks - loop - pagination === */
.row-pagination {
  padding-bottom: 25px;
  padding-top: 25px;
}

.row-pagination .screen-reader-text {
  display: none;
}

.row-pagination .nav-links a {
  display: inline-block;
  font-weight: 600;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.row-pagination .nav-links .page-numbers {
  margin-right: 10px;
}

.row-pagination .nav-links .page-numbers:last-child {
  margin-right: 0;
}

.row-pagination .nav-links .page-numbers.current {
  color: rgba(0, 39, 67, 0.5);
  font-weight: 700;
}

/* === blocks - loop - pagination – end === */
/* === blocks - loop - products === */
#products {
  padding-bottom: 100px;
}

.row-product {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.row-product-description {
  background: transparent;
  padding-top: 25px;
}

@media (min-width: 992px) {
  .row-product-description {
    padding-bottom: 25px;
  }
}

.row-product-description-singular {
  padding: 0;
}

.row-product-none {
  color: #F47920;
}

.row-product-none h5 {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.row-product-wrapper {
  margin-bottom: 2px;
}

.row-product p {
  margin-bottom: 0;
}

.col-product {
  background: #FFFFFF;
}

.col-product-brand {
  color: #F47920;
  text-transform: uppercase;
}

.col-product-description-highlights {
  font-weight: 600;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .col-product-description-highlights {
    padding-bottom: 0;
  }
}

.col-product-description-text {
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  .col-product-description-text {
    padding-bottom: 0;
  }
}

.col-product-icons {
  padding-bottom: 10px;
  padding-top: 0;
}

@media (min-width: 576px) {
  .col-product-icons {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .col-product-icons {
    padding-left: 15px;
    padding-top: 25px;
  }
}

.col-product-icons a {
  display: inline-block;
  font-size: 1.25em;
  margin-left: 15px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 576px) {
  .col-product-icons a {
    font-size: 1.50em;
  }
}

.col-product-icons a:first-child {
  margin-left: 0;
}

.col-product-icons a:hover i {
  color: #104AEA;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.col-product-icons a:hover.link-disabled {
  color: #ECEAEA !important;
}

.col-product-icons a.link-disabled {
  color: #ECEAEA;
}

.col-product-icons-description.collapsed {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.col-product-image {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.col-product-name {
  padding-bottom: 10px;
  padding-top: 10px;
}

@media (min-width: 576px) {
  .col-product-name {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  .col-product-name {
    padding-bottom: 25px;
  }
}

.col-product-name a {
  display: inline-block;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.col-product-none {
  background-color: #FFFFFF;
  border: 2px solid #F47920;
}

.col-product-number {
  padding-bottom: 10px;
  padding-top: 0;
}

@media (min-width: 576px) {
  .col-product-number {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .col-product-number {
    padding-top: 25px;
  }
}

/* === blocks - loop - products – end === */
/* === blocks - loop - products filter === */
.row-products-filter {
  padding-bottom: 50px !important;
  padding-top: 0 !important;
}

.col-products-filter {
  overflow-wrap: break-word;
}

.col-products-filter-button {
  background-color: transparent !important;
  border-style: none;
  color: #002743;
  font-size: 0.875em;
  font-weight: 600;
  padding-top: 25px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 100%;
}

@media (min-width: 576px) {
  .col-products-filter-button {
    width: auto;
  }
}

.col-products-filter-button:hover {
  color: #104AEA !important;
}

.col-products-filter-button i {
  -webkit-transition: -webkit-transform 0.25s ease 0s;
  transition: -webkit-transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.col-products-filter-button i:first-of-type {
  padding-right: 10px;
}

.col-products-filter-button i:last-of-type {
  padding-left: 10px;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transition: -webkit-transform 0.25s ease 0s;
  transition: -webkit-transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.col-products-filter-button.collapsed i:last-of-type {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: -webkit-transform 0.25s ease 0s;
  transition: -webkit-transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s;
  transition: transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s;
}

.col-products-filter h2 {
  padding-bottom: 10px;
}

.col-products-filter p {
  font-size: 0.875em;
}

.col-products-filter ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  padding-inline-start: 0 !important;
  color: #002743;
  margin-top: 25px;
}

@media (min-width: 768px) {
  .col-products-filter ul {
    margin-top: 0;
  }
  .col-products-filter ul.collapse {
    display: block;
  }
}

.col-products-filter ul li {
  display: block;
  font-size: 0.875em;
  list-style: none;
  margin-right: 25px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 768px) {
  .col-products-filter ul li {
    display: inline-block;
  }
}

.col-products-filter ul li.product-filter-option-active a {
  color: #104AEA;
  opacity: 1;
}

.col-products-filter ul li.product-filter-option-active a:hover {
  color: #104AEA;
}

.col-products-filter ul li a {
  font-weight: 600;
}

.col-products-filter ul li a:hover {
  background-color: transparent !important;
  color: #104AEA;
}

.col-products-filter ul li a i {
  margin-right: 5px;
}

/* === blocks - loop - products filter – end === */
/* === blocks - part - arrow === */
.button-arrow {
  bottom: 0;
  padding-bottom: 25px;
  position: relative;
}

@media (min-width: 576px) {
  .button-arrow {
    position: absolute;
  }
}

.button-arrow-figure {
  display: inline-block;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (hover: none) and (pointer: coarse) {
  .button-arrow-figure {
    position: relative;
  }
}

.button-arrow-p {
  color: #104AEA;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0 !important;
  opacity: 0;
  padding-right: 10px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (hover: none) and (pointer: coarse) {
  .button-arrow-p {
    opacity: 1;
  }
}

.button-arrow-p-none {
  padding-right: 0;
}

#arrow {
  width: 30px;
}

#arrow-shape {
  fill: #104AEA;
}

/* === blocks - part - arrow - end === */
/* === blocks - part - brand === */
.col-brand {
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .col-brand {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.col-brand:hover {
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  z-index: 1;
}

/* === blocks - part - brand - end === */
/* === blocks - part - contact-address === */
.contact-address {
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .contact-address {
    padding-bottom: 0;
  }
}

/* === blocks - part - contact-address - end === */
/* === blocks - part - introduction === */
.col-intro {
  background: #FFFFFF;
  padding-top: 25px;
  padding-bottom: 25px;
}

.col-intro h2 {
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .col-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

.col-intro-taxonomy img {
  width: 100%;
  height: auto;
}

/* === blocks - part - introduction - end === */
/* === blocks - part - link-icon-text === */
a .link-icon {
  font-size: 0.75em;
  opacity: 0;
  padding-right: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

@media (hover: none) and (pointer: coarse) {
  a .link-icon {
    opacity: 1;
    padding-right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

a .link-icon i {
  width: 0;
}

@media (hover: none) and (pointer: coarse) {
  a .link-icon i {
    width: auto;
  }
}

a .link-text {
  left: -2px;
  position: relative;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (hover: none) and (pointer: coarse) {
  a .link-text {
    left: 0;
  }
}

a:hover .link-icon {
  opacity: 1;
  padding-right: 10px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

a:hover .link-icon i {
  width: auto;
}

a:hover .link-text {
  left: 0;
}

p {
  margin-bottom: 0;
}

p .link-icon {
  display: inline-block;
  font-size: 0.75em;
  padding-right: 10px;
}

p .link-text {
  display: inline-block;
  position: relative;
}

/* === blocks - part - link-icon-text - end === */
/* === blocks - part - product categories === */
/* === blocks - part - product categories - end === */
/* === blocks - part - tile === */
.col-tile {
  background: #FFFFFF;
  min-height: 1px;
  padding-top: 25px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  overflow-wrap: break-word;
}

@media (min-width: 576px) {
  .col-tile {
    min-height: 175px;
    padding-top: 50px;
  }
	
	.col-tile h2 {
		    display: inline-block;
    padding-left: 10px;
	}
	.col-contact-details {
		min-height: 175px;
	}
	
	.col-contact-details h3 {
		font-size: 1.2em;
		display: inline-block !important;
        padding-left: 10px;
	}
}

.col-tile:hover {
  background: #104AEA;
  -webkit-box-shadow: 0 6px 24px 0 #104aea;
  box-shadow: 0 6px 24px 0 #104aea;
  color: #FFFFFF;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  z-index: 1;
}

.col-tile:hover i, .col-tile:hover span:not([class*="address"]) {
  color: rgba(236, 234, 234, 0.5);
}

.col-tile:hover .button-arrow-figure {
  position: relative;
}

.col-tile:hover .button-arrow-p {
  color: #FFFFFF;
  opacity: 1;
}

.col-tile:hover .col-tile-wrapper {
  border-bottom-color: #FFFFFF;
}

.col-tile:hover #arrow-shape {
  fill: #FFFFFF;
}

.col-tile-wrapper {
  border-bottom: solid 2px #ECEAEA;
  height: 100%;
}

@media (min-width: 576px) {
  .col-tile-wrapper {
    padding-bottom: 75px;
  }
}

.col-tile i {
  color: #eceaea;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .col-tile i {
    margin-bottom: 10px;
  }
}

.col-tile p {
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .col-tile p {
    margin-bottom: 1rem;
  }
}

.col-tile span:not([class*="address"]) {
  color: #eceaea;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (min-width: 576px) {
  .col-tile span:not([class*="address"]) {
    margin-bottom: 10px;
  }
}

/* === blocks - part - tile - end === */
/* === blocks – part – background color === */
.bg-color-white {
  background-color: #FFFFFF;
}

.bg-color-black {
  background-color: #000000;
}

.bg-color-grey-light {
  background-color: #F6F7F8;
}

.bg-color-orange {
  background-color: #F47920;
}

.bg-color-blue {
  background-color: #002743;
}

.bg-color-blue-accent {
  background-color: #104AEA;
}

/* === blocks – part – background color – end === */
/* === blocks – part – background image === */
.bg-container {
  height: 100%;
}

.bg-figure {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-row {
  height: 100%;
}

.bg-window {
  padding: 0;
}

/* === blocks – part – background image – end === */
/* === blocks - part - position === */
.row-margin-top-negative {
  margin-top: -200px;
}

/* === blocks - part - position - end === */
/* === blocks - text - about === */
/* === blocks - text - about - end === */
/* === blocks - text - address === */
/* === blocks - text - address - end === */
/* === blocks - text - contact === */
/* === blocks - text - contact - end === */
/* === blocks - text - general === */
.col-auto-columns {
  -ms-column-count: 1;
  -o-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
  -ms-column-fill: balance;
  -o-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
  -ms-column-gap: 0;
  -o-column-gap: 0;
  -webkit-column-gap: 0;
  column-gap: 0;
}

@media (min-width: 768px) {
  .col-auto-columns {
    -ms-column-count: 2;
    -o-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -ms-column-gap: 45px;
    -o-column-gap: 45px;
    -webkit-column-gap: 45px;
    column-gap: 45px;
  }
}

.col-text-double {
  padding-right: 15px;
}

.col-text-small {
  max-width: 360px;
}

.col-text-medium {
  max-width: 420px;
}

.block-bigger .col-text-medium {
	max-width: 720px;
}

.col-text-large {
  max-width: 620px;
}

/* === blocks - text - general - end === */
/* === blocks - text - legal === */
.col-download-file a {
  color: #F47920;
  font-size: 0.875em;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

.col-download-file a .link-icon {
  font-size: 1.00em;
}

.col-download-file a .link-text {
  left: -3px;
}

.col-download-file a:hover {
  color: #F25B04;
}

.row-legal {
  padding-bottom: 100px;
}

/* === blocks - text - legal - end === */
/* === blocks - text - services === */
.col-service h3 {
  padding-bottom: 25px;
}

/* === blocks - text - services – end === */
/* === blocks - text - values === */
.col-value {
  text-align: center;
}

.col-value h3 {
  padding-top: 25px;
}

.col-value p {
  display: block;
  opacity: 1;
}

.col-value:hover h3 {
  padding-top: 0;
}

.col-value:hover p {
  display: block;
  opacity: 1;
}

@media (min-width: 576px) {
  .col-value h3 {
    padding-top: 50px;
  }
  .col-value p {
    display: none;
    opacity: 0;
  }
  .col-value:hover p {
    display: block;
    opacity: 1;
  }
}

/* === blocks - text - values – end === */
/* === blocks - end === */
/* === call-to-action === */
#call-to-action {
  margin-top: -100px;
}

#call-to-action .container-content {
  padding-top: 200px;
}

@media (min-width: 992px) {
  #call-to-action .container-content {
    padding-top: 300px;
  }
}

.single-products #call-to-action {
  margin-top: 0;
}

.single-products #call-to-action .container-content {
  padding-top: 200px;
}

/* === call-to-action – part – offer === */
.col-cta-offer {
  background: #104AEA;
  -webkit-box-shadow: 0 6px 24px 0 #104aea;
  box-shadow: 0 6px 24px 0 #104aea;
  color: #FFFFFF;
  z-index: 1;
}

.col-cta-offer i {
  color: rgba(236, 234, 234, 0.5);
}

.col-cta-offer #arrow-shape {
  fill: #FFFFFF;
}

.col-cta-offer .button-arrow-p {
  color: #FFFFFF;
}

.col-cta-offer:hover {
  background: #F6F7F8;
  color: #002743;
}

.col-cta-offer:hover #arrow-shape {
  fill: #104AEA;
}

.col-cta-offer:hover .button-arrow-p {
  color: #104AEA;
}

/* === call-to-action – part – offer – end === */
/* === social media === */
#social-channel {
  background: #F47920;
  color: #FFFFFF;
  font-size: 1.5em;
  padding-bottom: calc( ( 16.666667% / 2 ) - ( 24px / 2 ));
  padding-top: calc( ( 16.666667% / 2 ) - ( 24px / 2 ));
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  z-index: 5;
}

@media (min-width: 768px) {
  #social-channel {
    font-size: 2.25em;
    padding-bottom: calc( ( 8.33333% / 2 ) - ( 36px / 2 ));
    padding-top: calc( ( 8.33333% / 2 ) - ( 36px / 2 ));
  }
}

#social-channel:hover {
  background: #F25B04;
  -webkit-box-shadow: 0 6px 24px 0 #f47920;
  box-shadow: 0 6px 24px 0 #f47920;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

#social-channel:hover a {
  color: #FFFFFF;
}

/* === social media - end === */
/* === call-to-action - end === */
/* === footer === */
footer {
  z-index: 1;
}

footer a, footer p {
  font-size: 0.75em;
}

footer a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

/* === footer - main === */
#footer-main {
  color: white;
}

#footer-main ul {
  list-style: none;
}

#footer-main-logo {
  padding-top: 50px;
  padding-bottom: 25px;
}

#footer-main-logo figure {
  max-width: 110px;
}

#footer-main .footer-main-col {
  background: #002743;
}

#footer-main .footer-main-col-bottom {
  padding-bottom: 50px;
}

#footer-main .footer-main-col-intro {
  margin: 0;
  padding-bottom: 50px;
}

#footer-main .footer-main-col-list {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  -ms-columns: 1;
  -o-columns: 1;
  -webkit-columns: 1;
  columns: 1;
}

@media (min-width: 576px) {
  #footer-main .footer-main-col-list {
    -ms-columns: 2;
    -o-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
}

#footer-main .footer-main-col-title {
  margin: 0;
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  #footer-main .footer-main-col-title {
    padding-bottom: 50px;
  }
}

#footer-main .footer-main-header {
  font-weight: 700;
}

/* === footer - main - end === */
/* === footer - legal === */
#footer-legal-copyright, #footer-legal-links {
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  #footer-legal-copyright, #footer-legal-links {
    padding-bottom: 0;
  }
}

#footer-legal {
  background: #FFFFFF;
  color: rgba(0, 39, 67, 0.5);
  font-weight: 400;
  padding: 8px 0;
}

#footer-legal ul {
  list-style: none;
}

#footer-legal a:hover {
  color: #002743;
}

#footer-legal p {
  margin-bottom: 0;
}

#footer-legal ul {
  margin-bottom: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  display: block;
}

@media (min-width: 576px) {
  #footer-legal ul {
    display: inline-block;
  }
}

@media (min-width: 576px) {
  #footer-legal ul li {
    display: inline-block;
    padding-right: 50px;
  }
}

#footer-legal ul li:last-child {
  padding-right: 0;
}

#footer-legal ul li.current_page_item a {
  color: rgba(0, 39, 67, 0.25);
}

/* === footer - legal - end === */
/* === footer - end === */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFFFFF;
}

.hamburger-box {
  width: 25px;
  height: 12px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -5px;
}

.hamburger-inner::after {
  bottom: -5px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px;
}

.hamburger--slider .hamburger-inner::before {
  top: 5px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 10px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 5px, 0) rotate(45deg);
          transform: translate3d(0, 5px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-3.57143px, -3px, 0);
          transform: rotate(-45deg) translate3d(-3.57143px, -3px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-90deg);
          transform: translate3d(0, -10px, 0) rotate(-90deg);
}

/* === hamburgers – responsive === */
#navigation.is-active .hamburger-inner, .scroll-page-hero .hamburger-inner, #navigation.is-active .hamburger-inner::after, .scroll-page-hero .hamburger-inner::after, #navigation.is-active .hamburger-inner::before, .scroll-page-hero .hamburger-inner::before, .scroll-page-hero .hamburger.is-active .hamburger-inner, .scroll-page-hero .hamburger.is-active .hamburger-inner::after, .scroll-page-hero .hamburger.is-active .hamburger-inner::before {
  background-color: #002743;
}

/* --- hamburgers – responsive – changes on hamburger.is-active --- */
/* --- hamburgers – responsive – changes on scroll --- */
/* === hamburgers – responsive – end === */
/* === others === */
/* === others – breadcrumbs === */
#breadcrumbs {
  color: rgba(0, 39, 67, 0.5);
  font-size: 0.875em;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

#breadcrumbs-list:hover {
  color: #002743;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#breadcrumbs .row-breadcrumbs {
  min-height: 100px;
}

#breadcrumbs .row-breadcrumbs a {
  display: inline-block;
}

#breadcrumbs .row-breadcrumbs a:hover {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

/* === others – breadcrumbs – end === */
/* === notice – cookies === */
/* 
 * 
 * @see https://dfactory.co/products/cookie-notice/ 
 *  
 * @since   2.8.0
 * @version 1.0.1
 */
#cookie-notice {
  background-color: #002743 !important;
  font-family: usual, sans-serif !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
}

#cookie-notice .cookie-notice-container {
  color: #fff !important;
}

#cookie-notice .cn-button {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 0.625rem !important;
  font-weight: 700 !important;
  line-height: 1.0rem !important;
  margin: 0 !important;
  margin-bottom: 1rem !important;
  padding: 0.5rem 1rem !important;
  text-align: center !important;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 576px) {
  #cookie-notice .cn-button {
    display: inline-block !important;
  }
}

@media (min-width: 992px) {
  #cookie-notice .cn-button {
    font-size: 0.75rem !important;
    margin-bottom: 0 !important;
  }
}

#cookie-notice .cn-buttons-container {
  padding-left: 1rem;
  padding-right: 1rem;
}

#cookie-notice .cn-text-container {
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  #cookie-notice .cn-text-container {
    margin-bottom: 0;
  }
}

#cookie-notice #cn-accept-cookie {
  background: #104AEA !important;
  -webkit-box-shadow: 0 6px 24px 0 #104aea;
          box-shadow: 0 6px 24px 0 #104aea;
  color: #fff !important;
}

@media (min-width: 576px) {
  #cookie-notice #cn-accept-cookie {
    margin-right: 1rem !important;
  }
}

#cookie-notice #cn-accept-cookie:hover {
  background: #fff !important;
  -webkit-box-shadow: 0 6px 24px 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 6px 24px 0 rgba(255, 255, 255, 0.5);
  color: #104AEA !important;
}

#cookie-notice #cn-refuse-cookie {
  background: rgba(255, 255, 255, 0.9) !important;
  border: none;
  color: #002743 !important;
}

@media (min-width: 576px) {
  #cookie-notice #cn-refuse-cookie {
    margin-right: 1rem !important;
  }
}

#cookie-notice #cn-refuse-cookie:hover {
  background: white !important;
}

#cookie-notice #cn-more-info {
  background: transparent !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
}

#cookie-notice #cn-more-info:hover {
  background: transparent !important;
  color: #104AEA !important;
}

.cn-revoke-cookie {
  display: inline-block !important;
}

/* === notice – cookies – end === */
/* === others - image cover === */
.image-cover-page-hero img, .image-cover .bg-figure img, .image-cover-page-hero picture {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
	min-height: -webkit-fill-available;
}

.image-cover-page-hero figcaption, .image-cover .bg-figure figcaption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.image-cover-page-hero figure, .image-cover .bg-figure figure {
  position: relative;
  margin: 0;
}

/* === others - image cover - end === */
/* === others – searchform === */
/* --- others – searchform – navigation-main --- */
#navigation-main-search form:active, #navigation-main-search form:focus, #navigation-main-search form:hover {
  -webkit-box-shadow: 0 6px 24px 0 #104aea;
  box-shadow: 0 6px 24px 0 #104aea;
  color: #FFFFFF;
  background: #104AEA;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

#navigation-main-search form:active input, #navigation-main-search form:focus input, #navigation-main-search form:hover input {
  color: #FFFFFF;
}

#navigation-main-search form:hover input::-webkit-input-placeholder {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-search form:hover input:-ms-input-placeholder {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-search form:hover input::-ms-input-placeholder {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-search form:hover input::placeholder {
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#navigation-main-search {
  padding: 0;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

#navigation-main-search form {
  background: #F6F7F8;
  color: #002743;
  font-size: 1.00em;
  min-height: 40px;
  opacity: 0;
  padding-bottom: 0.50em;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0.50em;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 768px) {
  #navigation-main-search form {
    padding-bottom: 20.5px;
    padding-top: 20.5px;
  }
}

#navigation-main-search form i {
  font-size: 0.875em;
}

#navigation-main-search form input {
  border: none;
  font-size: 0.875em;
  margin-left: 15px;
  width: 230px;
}

#navigation-main-search form input:active i {
  color: #104AEA;
}

#navigation-main-search form input:focus i {
  color: #104AEA;
}

@media (min-width: 576px) {
  #navigation-main-search form input {
    margin-left: 25px;
    width: 250px;
  }
}

@media (min-width: 1200px) {
  #navigation-main-search form input {
    width: 340px;
  }
}

#navigation-main-search form label {
  text-align: center;
}

@media (min-width: 768px) {
  #navigation-main-search form label {
    text-align: left;
  }
}

#navigation.is-active form {
  opacity: 1;
}

/* --- others – searchform – navigation-main – changes on scroll --- */
.scroll-page-hero #navigation-main-search form {
  opacity: 1;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

/* --- others – searchform – page-hero --- */
#page-hero-search form:active, #page-hero-search form:focus, #page-hero-search form:hover {
  color: #104AEA;
  background: #F6F7F8;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}

#page-hero-search form:active input, #page-hero-search form:focus input, #page-hero-search form:hover input {
  color: #104AEA;
}

#page-hero-search form:hover input::-webkit-input-placeholder {
  color: #104AEA;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#page-hero-search form:hover input:-ms-input-placeholder {
  color: #104AEA;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#page-hero-search form:hover input::-ms-input-placeholder {
  color: #104AEA;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#page-hero-search form:hover input::placeholder {
  color: #104AEA;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#page-hero-search {
  padding: 0;
}

#page-hero-search form {
  background: #104AEA;
  color: #FFFFFF;
  font-size: 0.875em;
  height: 100%;
  padding: 15px;
  -webkit-box-shadow: 0 6px 24px 0 #104aea;
  box-shadow: 0 6px 24px 0 #104aea;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

@media (min-width: 576px) {
  #page-hero-search form {
    font-size: 1.00em;
    padding-bottom: 37px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 37px;
  }
}

@media (min-width: 992px) {
  #page-hero-search form {
    font-size: 1.125em;
  }
}

#page-hero-search form input {
  border: none;
  color: #FFFFFF;
  margin-left: 15px;
  text-align: center;
  width: 230px;
}

@media (min-width: 576px) {
  #page-hero-search form input {
    margin-left: 25px;
    width: 300px;
  }
}

@media (min-width: 1200px) {
  #page-hero-search form input {
    width: 340px;
  }
}

#page-hero-search form input::-webkit-input-placeholder {
  color: #FFFFFF;
}

#page-hero-search form input:-ms-input-placeholder {
  color: #FFFFFF;
}

#page-hero-search form input::-ms-input-placeholder {
  color: #FFFFFF;
}

#page-hero-search form input::placeholder {
  color: #FFFFFF;
}

/* --- others – searchform – general --- */
.search-label {
  margin-bottom: 0;
}

/* === others – searchform – end === */
/* === others - vertical align === */
.v-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-align-bottom {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.v-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* === others - vertical align - end === */
/* === others – wpml === */
.wpml-ls-current-language:hover .wpml-ls-flag {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1.00;
}

.wpml-ls-current-language::marker {
  content: none;
}

.wpml-ls-current-language .wpml-ls-flag {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.50;
}

.wpml-ls-current-language.menu-item-has-children .wpml-ls-flag {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1.00;
}

.wpml-ls-menu-item .wpml-ls-flag {
  height: 12px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  width: 18px;
}

#footer-legal li[class*="wpml"] {
  display: inline-block;
  padding-right: 25px;
}

#footer-legal li[class*="wpml"] a {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.75;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#footer-legal li[class*="wpml"] a:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}

#footer-legal li[class*="wpml"]:last-of-type {
  padding-right: 50px;
}

#footer-legal li[class*="wpml"].menu-item-has-children {
  display: none;
}

#footer-legal li[class*="wpml"] .wpml-ls-flag {
  height: 12px;
  width: auto;
}

#navigation-languages {
  /*li[class*="wpml"] {
		display: none;
		
		&.menu-item-has-children {
			display: block;
			
			li{
				display: block;
			}
		}
	}*/
}

li.menu-item-has-children .sub-menu {
  /*background-color: $color-blue;
			@include prefix( box-shadow, 0 6px 12px 0 rgba( $color-blue, 0.1 ), moz webkit); // FIX - Set correct box-shadow
			display: none;
			position: absolute;
			@include transition-theme;
			top: 20px;
			z-index: 1050;*/
}

li.menu-item-has-children .sub-menu:hover {
  display: block;
}

li.menu-item-has-children:hover .sub-menu {
  display: block;
}



.wpml-ls {
  /*&-menu { 
			
			&-item {
				
				.wpml-ls-flag {
					height: 14px;
					filter: grayscale(100%);
					@include transition-theme;
					width: auto;
				}
				
				&.wpml-ls-current-language {	
					cursor: default;
					
					.wpml-ls-flag {
						filter: grayscale(0);
					}
				}
				
				&:hover {
					
					.wpml-ls-flag {
						filter: grayscale(0);
					}
				}
			}
		}
		
		&-flag {
			
		}*/
  /*&-legacy-dropdown {
			@include transition-theme;
			width: 100%;
			
			.wpml-ls-current-language {	
				
				&:hover {
					
					a {
						color: $color-blue-accent;
						background: transparent;
					}
				}
				
				.wpml-ls-flag {
					filter: grayscale(0);
				}
			}
			
			ul {
				
				li {
					
					&.wpml-ls-current-language {	
						
						&:hover {
						
							a { 
								background: transparent;
								color: $color-blue-accent;
							}
						}

						.wpml-ls-flag {
							filter: grayscale(0);
						}
					}
					
					&:hover {
						background: transparent;
						border: 0;
					}
			
					a {
						background: transparent;
						border: 0;
						color: $color-white;

						&::after {
							border-top-color: $color-blue-accent;
						}
						
						&:hover {

							.wpml-ls-flag {
								filter: grayscale(0);
							}
						}
					}
					
					.wpml-ls-sub-menu {
						border: 0;
					}
				}
			}
			
			a {
				border: 0;
				background: transparent;
				color: $color-white;
				padding: 0;
				
				&:hover {
				}
				
				&.wpml-ls-item-toggle {
					
					&:after {
						margin-bottom: -5px; // NOTE – Optical correction;
						margin-left: 10px;
						right: inherit;
						position: relative;
						
					}
				}
			}
			
			.wpml-ls-flag {
				height: 14px;
				//filter: grayscale(100%);
				@include transition-theme;
				width: auto;
			}
			
			.wpml-ls-sub-menu {
				border: 0;
				
			}
		}*/
}

/* ===  – wpml – end === */
/* === others - end === */
/* === page templates === */
/* === page templates – archive === */
.archive main {
  background-color: #F6F7F8;
}

/* === page templates - archive - end === */
/* === page templates – page legal === */
.page-template-page-legal main {
  background-color: #F6F7F8;
}

/* === page templates - page-legal - end === */
/* === page templates – search === */
.search main #search-results {
  padding-bottom: 100px;
}

/* === page templates - search - end === */
/* === page templates – single === */
.single-products .col-product-details {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  margin-top: -100px;
  padding-bottom: 50px;
  padding-top: 50px;
  z-index: 1;
}

@media (min-width: 576px) {
  .single-products .col-product-details {
    margin-bottom: 100px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .single-products .col-product-details {
    margin-bottom: 0;
  }
}

.single-products .col-product-icons {
  padding: 0;
}

.single-products .col-product-title {
  margin-bottom: 25px;
}

.single-products .row-single-products-description {
  margin-bottom: 100px;
}

/* === page templates - single - end === */
/* === page templates - end === */
/* === maerke  === */
#maerke {
  font-size: 1em;
}

#maerke:hover .maerke-symbol-circle {
  fill: #C4886D !important;
}

#maerke figure {
  margin-bottom: 0;
}

#maerke figure svg circle {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
}

#maerke .maerke-name {
  font-weight: 700;
}

#maerke .maerke-symbol {
  display: inline-block;
  height: 20px;
  margin-left: 8px;
  width: 20px;
}

#maerke .maerke-symbol-circle {
  fill: rgba(0, 39, 67, 0.5);
}

#maerke .maerke-symbol-ae {
  fill: #FFFFFF;
}

#maerke .maerke-text {
  display: inline-block;
}

/* === maerke – bug report === */
#maerke-bug-report {
  cursor: pointer;
  padding: 0;
}

#maerke-bug-report-submit {
  background-color: transparent;
  border: 0;
  color: inherit;
  height: 100%;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  text-align: start;
  width: 100%;
}

@media (min-width: 576px) {
  #maerke-bug-report-submit {
    padding-top: 50px;
  }
}

#maerke-bug-report-submit #button-arrow figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
}

@media (hover: none) and (pointer: coarse) {
  #maerke-bug-report-submit #button-arrow figure {
    display: inline-block;
    position: relative;
  }
}

#maerke-bug-report:hover #maerke-bug-report-submit #button-arrow figure {
  display: initial;
  position: relative;
}

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

/* === maerke – bug report – end === */
/* === maerke - end === */
/* Stijl voor de zoekknop met vergrootglas */
.search-form {
    display: flex;
    align-items: center;
	margin-top: 20px;
}

.search-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
		padding-left: 30PX
	
}

.search-button i {
    color: #fff; /* Pas de kleur aan naar wens */
}

.search-button:hover i {
    color: #000; /* Kleur bij hover */
}

/* Zoekbalk standaard verborgen */
#search-bar {
     display: none;
    position: absolute;
    top: 67px; /* Pas de positie aan naar wens */
    right: 0;
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    z-index: 9999;
}

.search-input {
    border: none;
    padding: 5px;
    width: 800px !important; /* Pas de breedte aan naar wens */
}

.search-submit {
    background: none;
    border: none;
    cursor: pointer;
}
/* Mobiele CSS voor zoekknop links en menuknop rechts */
@media (max-width: 767px) {
    /* Wrapper voor menuknop en zoekknop */
    .menu-search-wrapper {
        display: flex;
        justify-content: space-between; /* Plaatst de elementen links en rechts */
        align-items: center;
        width: 100%; /* Laat de items de volledige breedte innemen */
        padding: 10px;
    }

    /* Zoekknop aan de linkerkant */
    .search-form {
        display: flex;
        align-items: center;
        margin-top: 0;
    }

    .search-button {
        font-size: 16px;
        padding: 5px;
        padding-left: 20px; /* Geef wat ruimte tussen de zoekknop en het menupictogram */
    }

    .search-button i {
        color: #fff;
    }

    .search-button:hover i {
        color: #000;
    }

    /* Zoekbalk standaard verborgen en aangepast voor mobiel */
    #search-bar {
        display: none;
        position: absolute;
        top: 62px;
        left: -251px;
        right: 10px;
        background-color: white;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
        z-index: 9999;
        width: calc(100% - 20px); 				width: 315px;
/* Vul de breedte van het scherm */
    }

    .search-input {
        width: 100%; /* Zoekbalk vult de volledige breedte op mobiel */
        padding: 10px;
			        width: 300px !important;
    }

    /* Verberg submit-knop, gebruik vergrootglas als knop */
    .search-submit {
        display: none;
    }

    /* Menuknop aan de rechterkant */
    .menu-toggle {
        display: inline-block;
        margin-left: auto; /* Plaatst de menuknop aan de rechterkant */
    }
	.offset-3{
		margin-left: 19% !important;
	}

	#navigation-main-menu-primary.greedy {
		justify-content: center!important;
	}
}

.carousel-cell {
  /* Add whatever CSS props you want */
  visibility: hidden;
}

.carousel-cell.pageloaded {
   visibility: visible;
}

.wpcf7 .wpcf7-submit {
	    border: 2px solid #002743 !important;
	padding: 10px 25px !important;
}

.wpcf7 input[type=submit]:hover {
	    border-color: #104AEA !important;
}

.col-form:hover {
    box-shadow: none;
    transform: none;
	
}

@media (min-width: 992px) {
    #navigation-main-menu-primary-button {
			display: none;
    }
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: black;
}