/*
  Theme Name: HanseWaggon GmbH & Co. KG
  Description: Das Theme "HanseWaggon GmbH & Co. KG" ist ein schnelles und vielseitiges Theme von IE. Das Theme ist ein leichtgewichtig und höchst erweiterungsfähig, es arbeitet nahtlos mit WooCommerce und Elementor zusammen. Es ermöglicht fast jede Art von Internetseite wie Blog, Portfolio, Business-Website und WooCommerce-Shop mit einem schönen und professionellen Design zu erstellen. Mit dem Editor Elementor können schnell und einfach Änderungen vorgenommen werden, sie können auch Ihre Internetseite nach Belieben umgestalten exakt nach Ihren Wünschen. Der Vorteil gegenüber einem gekauften Standard Theme ist, dass dieses Theme nicht mit unnötigen Dateien aufgebläht wurden ist, um alle Anforderungen gerecht zu werden, sondern dieses exakt nur auf die Anforderungen Ihrer Internetseite entwickelt wurde und Sie dadurch einzigartig macht. Insbesondere zeichnet sich die Einzigartigkeit auch im Backend wieder, denn dieses Theme ändert den üblichen Stil von WordPress grundlegend in eines von IE eigenentwickelten Stil.
  Author: I.E - Internetagentur
  Version: 1.0
  Text Domain: I.E
*/
/***************************************
** Copyright © I.E 
** All Rights Reserved. 
** MIT License
***************************************/ 

/***************************************
** IE-Erweiterungen (At-Regeln)
***************************************/ 
/* Zeichencodierung */
@charset "UTF-8";
/* Schriftarten */
@font-face {
	font-family: "Typo Round Bold";
	font-display: swap;
  font-style: normal;
	font-weight: 400;
	src: url('fonts/Typo-Round/Typo_Round_Bold.woff') format('woff');
}
@font-face {
	font-family: "Typo Round Regular";
	font-display: swap;
  font-style: normal;
	font-weight: normal;
	src: url('fonts/Typo-Round/Typo_Round_Regular.woff') format('woff');
}
@font-face {
	font-family: "Fredoka One";
	font-display: swap;
  font-style: normal;
	font-weight: 400;
	src: url('fonts/Fredoka-One/fredoka-one-v7-latin-regular.woff2') format('woff2'),
        url('fonts/Fredoka-One/fredoka-one-v7-latin-regular.woff') format('woff'),
        url('fonts/Fredoka-One/fredoka-one-v7-latin-regular.ttf') format('truetype'),
        url('fonts/Fredoka-One/fredoka-one-v7-latin-regular.eot') format('eot');
}
@font-face {
	font-family: "OpenDyslexic";
	font-display: swap;
  font-style: normal;
	font-weight: normal;
	src: url('fonts/OpenDyslexic/OpenDyslexic-Regular.woff2') format('woff2');
}

/***************************************
** IE-Grundkonfiguration
***************************************/ 
:root {
  /* Hauptfarben */
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --customer-color: #003c98;
  --customer-color-rgba: rgba(0, 60, 152, 1);
  --customer-color-2: #141414;
  /* Hintergrundfarben */
  --background-color: #ffffff;
  --background-color-2: #000000;
  --bg-grey: #f2f2f2;
  --bg-grey-2: #f9f9f9;
  --bg-grey-3: #fafafa;
  --bg-grey-4: #E0E0E0;
  /* Button */
  --link-color: var(--customer-color);
  --link-hover-color: var(--primary-color);
  /* Meldungen */
  --success-color: #007711;
  --info-color: #19afa1;
  --warning-color: #fa9300;
  --error-color: #970707;
  /* Schriftarten */
  --font-primary: 'Typo Round Bold', sans-serif;
  --font-secondary: 'Fredoka One', sans-serif;
  /* Layout */
  --max-width: 1400px;
  --div-width: calc(100% - 30px);  /* Gesamtabstand R&L: 15px */
  /* Inhalt: IMG,Svg,Text */
  --background-footer: url("img/bg.svg");
  --ie-cursor-img: '+';
  --ie-menu: "\f347";
  --ie-scroll-top: '➜';
  --ie-comment-author: '➥';
  --ie-read-more-check: 'MEHR';
  --ie-read-more-check-2: 'WENIGER';
  --ie-read-more-content: '...';
  /* Überschriften */
  --font-size-h1: 22px;
  --font-size-h2: 20px;
  --font-size-h3: 18px;
  --font-size-h4: 16px;
  --font-size-h5: 15px;
  --font-size-h6: 14px;
  /* Schriftgrößen */
  --font-size-small: 16px;
  --font-size-medium: 18px;
  --font-size-big: 20px;
  --font-scale: clamp(1.5rem, 2.5vw, 4rem);
  /* Eigenschaft zurücksetzen  */
  --all: revert;
  /* Text um Bild */
  --shape-margin: 0;
  --shape-outside: circle(50%);
  /* Rahmen */
  --bordered: 3px solid #000;
  --border-radius: 10px;
  /* Schatten */
  --box-shadow: 0 0px 10px 0 rgba(2, 2, 3, 0.28);
  --box-shadow-btn: 0 0px 10px 0 var(--customer-color);
  /* Spalten */
  --box-sizing: content-box;
  --column-count: 2;
  --column-fill: balance;
  --column-gap: 20px;
  --column-width: 120px;
  /* Responsiv: Breakpoints */
  --breakpoint-320: 320px;
  --breakpoint-480: 480px;
  --breakpoint-768: 768px;
  --breakpoint-1024: 1024px;
  --breakpoint-1200: 1200px;
  --breakpoint-1400: 1400px;
  /* Animation */
  --transition: all .2s ease-in-out;
  --transition-2: all .5s ease;
  /* Ebene */
  --index-low: 100;
  --index-medium: 500;
  --index-high: 1000;
  /* Flex */
  --flex: 1;
  --flex-basis: 200px;
  --flex-direction: row;
  --flex-flow: row wrap;
  --flex-grow: 1;
  --flex-shrink: 1;
  --flex-wrap: wrap;
  /* Grid */
  --grid-column-start: 1;
  --grid-column-end: 7;
  --gap: 10%;
  --order: 1;
  --place-content: start space-evenly;
  --place-items: center stretch;
  --grid-template-columns: 25% 25% 25% 25%;
  --grid-template-columns-2: masonry;
}

/***************************************
** IE-Grundeinstellungen
***************************************/ 
* {
  margin: 0;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: var(--customer-color) var(--bg-grey);
  scroll-behavior: smooth;
  box-sizing: border-box;
}
*::-webkit-scrollbar {
  width: 6px;
}
*::-webkit-scrollbar-track {
  background: var(--bg-grey);
}
*::-webkit-scrollbar-thumb {
  background-color: var(--customer-color);
  border-radius: 30px;
}
html,body {
  padding: 0;
  margin: 0;
}
body {
  font-family: var(--font-primary);
  color: var(--primary-color);
}
@media (max-width: 1024px) {
  body {
    word-wrap: break-word;
    hyphens: auto;
  }
}
h1 {
  font-family: var(--font-primary);
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 600;
  font-size: var(--font-size-h1);
  color: var(--customer-color);
  margin: 0;
  padding: 0px 0px 15px 0px;
}
@media (max-width: 768px) {
  h1 {
    padding: 0px !important;
  }
}
h1::selection {
  background: transparent;
  color: var(--customer-color-2);
}
h2,h3,h4,h5,h6 {
  font-family: var(--font-primary);
  display: block;
  position: relative;
  line-height: 1;
  font-weight: 600;
  color: var(--primary-color);
  padding: 0px 0px 15px 0px;
  margin: 0px;
  line-height: normal !important;
}
@media (max-width: 768px) {
  h2,h3 {
    font-size: 7vw !important;
    line-height: 8vw !important;
  }
}
h2::selection, h3::selection, h4::selection, 
h5::selection, h6::selection, p::selection {
  color: var(--secondary-color);
  background-color: var(--background-color-2);
}
p {
  font-family: var(--font-primary);
  display: block;
  position: relative;
  line-height: 1;
  color: var(--primary-color);
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
@media (max-width: 768px) {
  main p, .ie-list span {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}
strong, b {
  font-weight: bold;
}
a, a:link {
  position: relative;
  line-height: 1;
  font-weight: bold;
  color: var(--customer-color);
  text-decoration: none;
  transition: var(--transition);
  width: max-content;
}
a:hover {
  color: var(--customer-color-2);
  transform: scale(1.05);
}
a:visited {
  color: var(--customer-color-2);
}
a:active {
  color: var(--customer-color-2);
}
a::selection {
  background: transparent;
  color: var(--customer-color-2);
}
a[href^="tel"] {
  color: var(--customer-color-2);
  text-decoration: none;
}
a[href^="tel"]:hover {
  color: var(--customer-color-2);
}
a[href^="mailto"] {
  color: var(--customer-color-2);
  text-decoration: none;
}
a[href^="mailto"]:hover {
  color: var(--customer-color-2);
}
ul, ol {
  display: block;
  position: relative;
  padding: 20px;
  font-family: var(--font-primary);
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
img::selection {
  background: var(--customer-color-2);
}
svg text {
  font-family: var(--font-primary) !important;
}
button, input[type="submit"], .ie-button {
  display: block;
  cursor: pointer;
  background-color: var(--customer-color);
  color: var(--secondary-color) !important;
  font-family: var(--font-primary);
  font-size: 1em;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: var(--transition);
}
button:hover, input[type="submit"]:hover, .ie-button:hover {
  background-color: var(--background-color-2);
  color: var(--secondary-color);
  transform: scale(1.05);
}
button, input[type="submit"], .ie-button {
  display: block;
  cursor: pointer;
  background-color: var(--customer-color);
  color: var(--secondary-color) !important;
  font-family: var(--font-primary);
  font-size: 1em;
  width: auto;
  height: auto;
  border: none;
  outline: none;
  margin: auto;
  text-align: center;
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: var(--transition);
}
button:hover, input[type="submit"]:hover, .ie-button:hover {
  background-color: var(--background-color-2);
  color: var(--secondary-color);
  transform: scale(1.05);
}
input[type="text"],input[type="email"],iinput[type="search"], textarea {
  width: 100%;
  padding: 1em;
  font-family: var(--font-primary);
  margin: 0.3em 0;
  background-color: var(--background-color);
  outline: none;
  border: 2px solid var(--primary-color);
  font-size: 1em;
  color: var(--primary-color);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
}
input[type="checkbox"] {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
  appearance: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 75px;
}
input[type="checkbox"] + label:before {
  width: 60px;
  height: 34px;
  border-radius: 30px;
  border: 2px solid var(--bg-grey-4);
  background-color: var(--bg-grey-3);
  accent-color: var(--bg-grey-3);
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
input[type="checkbox"] + label:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--background-color);
  accent-color: var(--secondary-color);
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px var(--bg-grey-4);
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 10;
}
input[type="checkbox"]:checked + label:before {
  background-color: var(--success-color);
}
input[type="checkbox"]:checked + label:after {
  margin: 0 0 0 30px;
}
figure figcaption {
  display: none !important;
}
.ie-main {
  display: block;
  position: relative;
  margin: auto;
}
.ie-hidden {
  display: none;
}
@media (max-width: 1200px) {
  .ie-remove {
    display: none;
  }
}
.ie-sub-icon {
  margin-bottom: -10px !important;
  margin-top: -20px !important;
}
.ie-sub-icon svg {
  width: 35px !important;
  margin: 20px !important;
}
.ie-sub-icon .elementor-icon {
  width: 200px !important;
  margin: 0 auto !important;
  display: inline-flex !important;
}
.ie-sub-icon .elementor-icon::before, .ie-sub-icon .elementor-icon::after {
  display: block !important;
  content: "" !important;
  border-bottom: 0 !important;
  flex-grow: 1 !important;;
  border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color);
  margin: auto !important;;
}
.elementor-widget-social-icons .elementor-grid-item a {
  padding: 15px !important;
}
.swiper-pagination {
  bottom: -25px !important;
}
.ie-widget-text {
  padding-bottom: 0px;
  display: block;
}
.ie-a-normal a {
  font-weight: 300 !important;
  color: var(--primary-color) !important;
}



/***************************************
** IE-Cursor
***************************************/ 
#ie-cursor {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  pointer-events: none;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .ie-circle {
    width: 64px;
    height: 65px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    background-color: var(--customer-color-2);
    opacity: 0.3;
    transition: opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  /* Cursor: Img */
  #ie-cursor.ie-cursor-img .ie-circle{
    width: 110px !important;
    height: 111px !important;
    background-color: var(--customer-color);
    border-color: var(--customer-color-2);
  }
  #ie-cursor.ie-cursor-img::after{
    content: var(--ie-cursor-img);
    position: absolute;
    font-family: var(--font-primary);
    color: var(--secondary-color);
    left: 0%;
    top: -5px;
    transform: translate(-50%, -50%);
    font-size: 4em;
    line-height: 0;
  }
  /* Cursor: Links */
  #ie-cursor.ie-cursor-link .ie-circle{
    width: 45px;
    height: 46px;
    background-color: var(--customer-color);
    opacity: 0.3;
    border-color: transparent;
  }
}

/***************************************
** IE-Abschnitte 
***************************************/ 
.ie-section {
  width: 100%;
  margin: auto;
  padding: 50px 20px;
}
.ie-section-items {
  display: grid;
  margin: auto;
  align-content: center;
  align-items: center;
}
.ie-items-1, .ie-items-2, .ie-items-3,
.ie-items-4, .ie-items-5, .ie-items-6 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.ie-section-fullscreen {
  width: 100% !important;
  max-width: 100% !important;
}
/* Responsiv */
@media (min-width: 768px) {
  .ie-items-2, .ie-items-3, .ie-items-4, 
  .ie-items-5, .ie-items-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .ie-items-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .ie-items-4, .ie-items-5, .ie-items-6 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1400px) {
  .ie-section {
    padding: 80px 0px;
  } 
  .ie-section-items {
    width: 90%;
    max-width: var(--max-width);
    margin: auto;
  }
  .ie-items-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .ie-items-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .ie-distances-no {
    padding: 0px 20px !important;
  }
  .ie-distances-small {
    padding: 40px 20px !important;
  }
  .ie-distances-top {
    padding: 80px 20px 0px 20px !important;
  }
  .ie-distances-bottom {
    padding: 0px 20px 80px 20px !important;
  }
}

/***************************************
** IE-Abschnitte: Elementor
***************************************/ 
@media (max-width: 1200px) {
  .elementor-section .elementor-container {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
}

/***************************************
** IE-Header
***************************************/ 
.ie-header {
  background-color: rgba(0, 0,0,0.0);
  max-width: 100%;
  padding: 0px 20px 0px 0px;
  position: sticky;
  top: 20px;
  z-index: 999;
  margin: 0px 20px !important;
}
.ie-header.ie-fix {
  margin: 0 auto;
}
.ie-header .ie-nav-primary {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
.ie-nav-primary .ie-logo,
.ie-nav-primary .ie-logo a {
  display: inline-flex;
}
.ie-nav-primary .ie-logo a {
  background: var(--secondary-color);
  padding: 17px 20px;
  border-radius: 0px 0px 20px 0px;
}
.ie-header .dashicons {
  width: 40px;
  height: 40px;
  font-size: 40px;
  transition: var(--transition);
}
.ie-header .dashicons:hover,
.ie-header .dashicons-menu-alt:hover::before {
  color: var(--customer-color);
  transform: scale(1.05);
}
.ie-header .dashicons-menu-alt::before {
  color: var(--primary-color);
}
.ie-header .ie-button {
  padding: 0px 30px !important;
  height: 46px;
  margin: auto;
  font-size: 14px;
}
.ie-nav-secondary {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.ie-menu {
  display: none;
  text-align: center;
}
.ie-menu a {
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: uppercase;
  background-color: rgba(0, 60, 152, 0.01);
}
.ie-menu a:hover {
  color: var(--customer-color) !important;
}
.ie-menu nav {
  text-align: center;
  width: 100%;
}
.ie-menu > ul {
  margin: auto;
}
.ie-menu > ul > li {
  display: inline-flex;
  position: relative;
  margin-left: 30px;
}
.ie-menu > ul > li:first-child {
  margin-left: 0;
}
.ie-menu > ul > li.menu-item-has-children {
  display: inline-flex;
  align-items: center;
}
.ie-menu > ul > li.menu-item-has-children:after {
  content: var(--ie-menu);
  font-family: dashicons;
  padding-left: 5px;
}
.ie-menu .ie-main-menu,
.ie-menu .ie-second-menu {
  padding-right: 10px;
}
.ie-menu .ie-main-menu > ul > li,
.ie-menu .ie-second-menu > ul > li {
  display: inline-flex;
  padding: 15px;
}
.ie-menu-icon {
  display: inline-flex;
  cursor: pointer;
  margin-top: -30px;
}
.ie-menu-icon svg {
  width: 50px;
  fill: var(--secondary-color);
  transition: var(--transition);
}
.ie-menu-icon svg:hover {
  fill: var(--primary-color);
  transform: scale(1.05);
}
.ie-menu .sub-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
    z-index: 999;
    transition: opacity 0.3s ease;
    text-align: left;
    list-style: none;
    background: #fff;
    border-radius: 20px;
    padding: 15px 40px 15px 30px !important;
    box-shadow: 0 0 50px 20px rgb(84 145 255 / .11);
}
.ie-menu li:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}
.ie-menu .sub-menu li a {
  color: var(--primary-color);
  line-height: 50px;
}
.ie-menu .sub-menu li a::hover {
  color: var(--primary-color) !important;
}
.ie-menu .current-menu-parent, .ie-menu .current-menu-item {
  border-bottom: 3px solid var(--secondary-color);
}
.sub-menu .current-menu-item a {
  border-bottom: 3px solid var(--customer-color);
  padding: 10px 0px;
}
.menu-item-has-children > a::after {
  content: "\f347";
  font-size: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
  font-family: dashicons;
  vertical-align: middle;
  margin-top: -4px;
}
.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
}
.ie-contact-area {
  display: none;
  padding-right: 25px;
}
.ie-contact-area a {
  color: var(--secondary-color) !important;
  padding: 13px;
  font-size: 10px;
  border: 1px solid var(--secondary-color);
  align-items: center;
  border-radius: 10px;
  margin-left: 10px;
}
.ie-contact-area .dashicons {
  font-size: 30px;
  width: 35px;
  height: 30px;
}
.ie-nav-mobile {
  display: none;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  background: var(--customer-color);
  z-index: 999999;
}
.ie-nav-mobile.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#ie-nav-mobile button {
  margin: 0px;
}
.ie-nav-mobile a {
  color: var(--secondary-color);
}
.ie-nav-mobile a:hover {
  color: var(--primary-color);
}
.ie-nav-mobile a.ie-button {
  margin: 0px;
}
.ie-nav-mobile .ie-menu-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  background: var(--secondary-color);
  border-radius: 0px 0px 0px 20px;
  padding: 10px;
  margin: 0px;
}
.ie-nav-mobile .ie-menu-icon svg {
  width: 45px;
  fill: var(--customer-color);
  transition: var(--transition);
}
.ie-nav-mobile .ie-menu-icon svg:hover {
  fill: var(--primary-color);
  transform: scale(1.05);
}
.ie-nav-mobile .ie-main-menu li,
.ie-nav-mobile .ie-second-menu li {
  display: block;
  text-align: center;
}
.ie-nav-mobile .ie-main-menu li.menu-item-has-children:after,
.ie-nav-mobile .ie-second-menu li.menu-item-has-children:after {
  content: var(--ie-menu);
  font-family: dashicons;
  padding-left: 5px;
}
.ie-nav-mobile .ie-main-menu li a,
.ie-nav-mobile .ie-second-menu li a {
  text-transform: uppercase;
  font-weight: bold;
}
.ie-nav-mobile .ie-main-menu li ul.sub-menu,
.ie-nav-mobile .ie-second-menu li ul.sub-menu {
  display: none;
}
.ie-nav-mobile .ie-main-menu li ul.sub-menu.open,
.ie-nav-mobile .ie-second-menu li ul.sub-menu.open {
  display: block;
}
.ie-nav-mobile .ie-main-menu > li,
.ie-nav-mobile .ie-second-menu > li {
  margin-bottom: 25px;
}
.ie-nav-mobile .ie-main-menu > li > a,
.ie-nav-mobile .ie-second-menu > li > a {
  font-size: 18px;
}
.ie-nav-mobile .ie-meta-menu li {
  display: block;
  margin: 5px 5px;
  text-align: center;
}
.ie-nav-mobile .ie-menu-list {
  padding: 0px;
  margin: 0;
  font-size: 2rem;
  line-height: 2em;
  width: 100%;
  text-align: center;
}
.ie-nav-mobile .ie-menu-list a {
  font-size: 4vh;
  line-height: 2em;
  text-decoration: none;
}
.ie-nav-mobile .dashicons-no {
  color: var(--secondary-color);
}
.ie-nav-mobile .ie-contact-area {
  background-color: var(--background-color-2);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 0;
  text-align: center;
}
.ie-nav-mobile .ie-contact-area a {
  display: inline-flex;
  padding: 0px 10px;
}
.ie-nav-mobile .ie-socials a svg {
  fill: #fff;
  width: 40px;
}
.ie-nav-mobile .ie-socials a svg:hover {
  fill: var(--customer-color);
}
.ie-nav-mobile .ie-main-menu li.menu-item-has-children::after,
.ie-nav-mobile .menu-item-has-children > a::after {
  display: none;
}
.ie-fix {
  top: 0px !important;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 50px 20px rgba(84, 145, 255, 0.11);
  box-shadow: 0px 0px 50px 20px rgba(84, 145, 255, 0.11);
  background-color: var(--customer-color);
  border-radius: 0px 0px 20px 20px;
  padding: 0 20px 0 0;
}
.ie-fix .ie-nav-primary .ie-logo a {
  background: transparent;
}
.ie-fix .ie-nav-primary .ie-logo a svg g path {
  fill: var(--secondary-color);
}
.ie-fix .ie-menu a:hover {
  color: var(--primary-color) !important;
}
.ie-fix .ie-menu .sub-menu li a:hover {
  color: var(--customer-color) !important;
}
.ie-fix .ie-nav-mobile {
  top: 0px;
  left: -20px;
}
.ie-fix .ie-menu-icon {
  margin-top: 0px;
}
/* Responsiv */
@media (min-width: 768px) {
  .ie-header .ie-nav-primary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px auto;
  }
}
@media (min-width: 1400px) {
  .ie-header {
    margin: auto;
    top: 20px;
    padding: 0px;
  }
  .ie-menu {
    display: inline-flex;
    width: 100%;
  }
  .ie-menu-icon {
    display: none;
  }
  .ie-contact-area {
    display: inline-flex;
  }
}
@media (max-width: 1024px) {
  .ie-header {
    margin: 0px 20px !important;
  }
  .ie-nav-primary .ie-logo a {
    transform: scale(0.8) translate(-30px,0px);
    left: -20px;
    top: -14px;
    border-radius: 0px 20px 20px 0px;
  }
  .ie-fix .ie-nav-primary .ie-logo a {
    transform: scale(0.8) translate(0px,0px) !important;
  }
}
@media (max-width: 1400px) {
  .ie-fix .ie-nav-primary .ie-logo a {
    padding: 10px 20px;
    top: 0px;
  }
  .ie-fix .ie-logo svg {
    width: 140px;
  }
}

/***************************************
** IE-Abschnitt: Header  
***************************************/ 
.ie-section-header {
  display: grid;
  position: relative;
  width: auto;
  height: 650px;
  text-align: center;
  margin-top: -103px;
  padding: 200px 50px 200px 50px;
}
.ie-section-header::after {
  content: '';
  background: var(--primary-color);
  width: 100%;
  height: 650px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 20px;
  z-index: 1;
  opacity: 0.7;
}
.ie-section-header h1  {
  color: var(--secondary-color) !important;
  font-size: 4em;
  max-width: var(--max-width);
  z-index: 2;
}
.ie-section-header a  {
  color: var(--secondary-color) !important;
  max-width: var(--max-width);
  z-index: 2;
}
.ie-section-header p {
  color: var(--secondary-color) !important;
  font-size: 1em;
  max-width: var(--max-width);
  line-height: 1.5;
  padding: 0px 20px;
  word-spacing: 5px;
  z-index: 2;
}
.ie-section-header img {
  height: 650px;
  position: absolute;
  display: block;
  object-fit: cover;
  object-position: center;
  left: 0;
  top: 0;  
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .ie-section-header, .ie-section-header::after,
  .ie-section-header img {
    border-radius: 0px 0px 20px 20px !important;
  }
}
@media (max-width: 768px) {
  .ie-section-header, .ie-section-header::after,
  .ie-section-header img {
    height: 50vh !important;
  }  
  .ie-section-header {
    padding: 0px 20px 0px 20px;
  }
}

/***************************************
** Hero
***************************************/ 
.hw-hero {
  height: 96vh !important;
  margin-left: 20px;
  margin-right: 20px;
}
.hw-hero h1, .hw-hero h2, .hw-hero h3 {
  background-color: rgba(0, 0, 0, 0.01) !important;
}
.ie-hero-titel {
  text-shadow: 0px 0px 10px var(--secondary-color);
}
.hw-hero-2, .ie-about, .ie-references, 
.ie-certifications, .ie-why {
  margin-left: 20px;
  margin-right: 20px;
}
.hw-hero-2 {
  padding: 0px !important;
  height: 650px;
}
.hw-hero-2 .elementor-container {
  height: 100%;
}
.hw-hero-2 span, .hw-hero-2 h1 {
  background-color: rgba(0, 60, 152, 0.01) !important;
}
.ie-freepik {
  background-color: rgba(0, 0, 0, 0.01) !important;
}
@media (max-width: 1200px) {
  .ie-freepik {
    bottom: -240px !important;
    right: -105px !important;
  }
}
@media (max-width: 1070px) {
  .ie-freepik {
    bottom: -190px !important;
    right: -105px !important;
  }
}
@media (max-width: 1024px) {
  .hw-hero h1 {
    line-height: 1.5em !important;
  }  
  .hw-hero h2, .hw-hero h3 {
    font-size: 11vw !important;
    word-wrap: unset !important;
    hyphens: initial !important;
    text-shadow: 0px 0px 10px rgba(255,255,255,0.4);
    line-height: 11vw !important;
  }
  .ie-hero-titel h1 {
    text-shadow: 0px 0px 10px rgba(255,255,255,0.4);
  }
  .ie-hero-titel-big h2, .ie-hero-titel-big h3 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .hw-hero-2 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -123px !important;
    border-radius: 0px 0px 20px 20px !important;
  }
  .hw-hero-2 .elementor-background-overlay{
    border-radius: 0px 0px 20px 20px !important;
  }
}
@media (max-width: 768px) {
  .ie-button-more span {
    font-size: 17px;
  }
  .hw-hero-2 h1, .ie-about h1, .ie-references h1, 
  .ie-certifications h1, .ie-why h1 {
    font-size: 9vw;
  }
  .hw-hero {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -124px !important;
    border-radius: 0px 0px 20px 20px !important;
    height: 50vh;
  }
  .hw-hero .elementor-background-overlay {
    border-radius: 0px 0px 20px 20px !important;
  }
  .hw-hero h1 {
    font-size: 15px !important;
    background-color: rgba(0, 60, 152, 0.0);
  } 
  .ie-hero-titel-big h2, .ie-hero-titel-big h3 {
    margin-top: 35px;
    margin-bottom: 15px;
  }
  .hw-hero, .hw-hero .elementor-widget-wrap {
      height: 75vh !important;
      padding: 20px !important;
  }
  .hw-hero .elementor-container {
    margin: 0px !important;
  }
  .hw-hero .ie-hero-titel:nth-of-type(3) {
    margin-top: -15px;
  }
  .hw-hero-2, .hw-hero-2 .elementor-container {
    height: 50vh;
    min-height: 50vh !important;
  }
  .hw-hero-2 .elementor-container .elementor-widget-wrap > :first-child {
    display: none !important;
  }
  .ie-hero-titel h1 {
    font-size: 10vw !important;
  }
  .hw-hero-2 .elementor-container .elementor-widget-wrap .ie-hero-titel {
    display: block !important;
  }
  .ie-freepik {
    bottom: 90px !important;
    right: -55px !important;
    display: none;
  }
}

/***************************************
** Kunden (Slider)
***************************************/ 
.ie-clients img {
  width: 170px;
  margin: auto;
  height: 100px !important;
  object-fit: contain;
}
@media (max-width: 768px) {
  .ie-clients {
    display: none;
  }
}

/***************************************
** Servicestellen
***************************************/ 
.ie-service-points {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.ie-service-box-1 p,
.ie-service-box-2 p,
.ie-service-box-3 p {
  color: #595959 !important;
}
.hw-loc img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25) !important;
  transform: scale(0.95) !important;
}
#Bremen #Standort, #Hamburg #Standort, #Gelsenkirchen #Standort {
  cursor: pointer;
  transition: all .3s ease-in-out;
}
#Bremen #Standort:hover {
  transform: scale(1.1) translate(-19px,-15px);
}    
#Hamburg #Standort:hover {
  transform: scale(1.1) translate(-24px,-11px);
}
#Gelsenkirchen #Standort:hover {
  transform: scale(1.1) translate(-11px,-28px);
}
#Gelsenkirchen:hover #Landkreis {
  fill: #000;
  opacity: 1 !important;
}
.ie-tooltip-map {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  pointer-events: none;
  font-size: 16px !important;
  font-family: var(--font-primary);
  white-space: nowrap;
  display: none;
  z-index: 1000;
  text-align: left !important;
}
.ie-tooltip-map ul li {
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  .ie-map svg {
    width: 965px !important;
  }
}
@media (max-width: 1200px) {
  .ie-service-points-2 {
    padding: 0px 0px 50px 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-service-points {
    padding: 50px 0px 50px 0px !important;
  }
  .ie-service-points span {
    font-size: 6vw !important;
  }
  .ie-service-points h3 {
    font-size: 11vw !important;
  }
  .ie-service-box .elementor-container {
    margin: 0px !important;
  }
  .ie-service-points-3 {
    padding-bottom: 100px !important;
  }
  .ie-service-points-3 span {
    font-size: 8vw !important;
    line-height: 8vw !important;
  }
}
@media (max-width: 480px) {
  .ie-service-points-3 .swiper-pagination {
    display: none !important;
  }
  .ie-service-points-3 {
    padding-bottom: 50px !important;
  }
  .ie-service-points-3 .hw-loc .elementor-widget-container {
    padding: 0px !important;
  }
  .ie-service-points-3 .elementor-swiper-button {
    margin-top: -20px !important;
  }
}
@media (max-width: 380px) {
  .ie-service-box-1 .elementor-widget-wrap,
  .ie-service-box-2 .elementor-widget-wrap,
  .ie-service-box-3 .elementor-widget-wrap {
    padding: 40px 30px !important;
  }
  .ie-service-box-1 p,
  .ie-service-box-2 p,
  .ie-service-box-3 p {
    display: none;
  }
}

/***************************************
** Service
***************************************/ 
@media (min-width: 1200px) {
  .ie-service {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .ie-service {
    padding: 0px 0px 100px 0px !important;
  }
  .ie-service-box-1, .ie-service-box-2 {
    padding-bottom: 20px;
  }
  .ie-service-box-1 .elementor-widget-wrap {
    padding: 40px 30px !important;
  }
}

/***************************************
** Service 2
***************************************/ 
.ie-service-2 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 1200px) {
  .ie-service-box .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-service-2 {
    padding: 50px 0px 70px 0px !important;
  }
  .ie-service-box .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 380px) {
  .ie-service-box-1 .elementor-widget-wrap,
  .ie-service-box-2 .elementor-widget-wrap,
  .ie-service-box-3 .elementor-widget-wrap {
    padding: 40px 30px !important;
  }
  .ie-service-box-1 p,
  .ie-service-box-2 p,
  .ie-service-box-3 p {
    display: none;
  }
}

/***************************************
** Service 3 & 4
***************************************/ 
.ie-service-3-1 span,
.ie-service-4-1 span {
  line-height: normal !important;
}
@media (max-width: 1450px) {
  .ie-service-3,
  .ie-service-4 {
    padding: 80px 20px 20px 20px !important;
  }  
  .ie-service-focus + .ie-service-4 + .ie-service-3 + .ie-service-4 {
    padding-bottom: 80px !important;
  }  
}
@media (max-width: 1200px) {
  .ie-service-3,
  .ie-service-4 {
    padding: 0px 20px 20px 20px !important;
  }   
  .ie-service-3 .elementor-container,
  .ie-service-4 .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-service-3,
  .ie-service-4 {
    margin-top: 30px !important;
  }
  .ie-service-3-1,
  .ie-service-4-2 {
    width: 100% !important;
  }
  .ie-service-3-1 .elementor-widget-wrap,
  .ie-service-4-2 .elementor-widget-wrap {
    margin: 0px !important;
  }
  .ie-service-3-2,
  .ie-service-4-1 {
    display: none !important;
  }  
  .ie-service-3 + .ie-certifications {
    margin-top: -70px !important;
  }
  .ie-service-focus + .ie-service-4,
  .ie-service-focus + .ie-service-4 + .ie-service-3,
  .ie-service-focus + .ie-service-4 + .ie-service-3 + .ie-service-4 {
    margin: 0px !important;
  }
  .ie-service-focus + .ie-service-4 .ie-service-4-2 .elementor-widget-wrap,
  .ie-service-focus + .ie-service-4 + .ie-service-3 .ie-service-3-1 .elementor-widget-wrap,
  .ie-service-focus + .ie-service-4 + .ie-service-3 + .ie-service-4 .ie-service-4-2 .elementor-widget-wrap {    
    padding: 0px !important;
  }
  .ie-service-focus + .ie-service-4,
  .ie-service-focus + .ie-service-4 + .ie-service-3,
  .ie-service-focus + .ie-service-4 + .ie-service-3 + .ie-service-4 {    
    margin-bottom: 50px !important;
  }
  .ie-service-focus + .ie-service-4 + .ie-service-3 + .ie-service-4 {
    padding-bottom: 20px !important;
  }  
}
@media (max-width: 768px) {
  .ie-service-3,
  .ie-service-4 {
    padding: 0px 20px 20px 20px !important;
    margin-top: 0px !important;
  }
  .ie-service-3-1 .elementor-widget-wrap,
  .ie-service-4-2 .elementor-widget-wrap {
    padding: 35px !important;
  }
  .ie-service-3-1 .elementor-widget-container,
  .ie-service-4-2 .elementor-widget-container {
    padding: 0px !important;
  }
  .ie-fair-2 + .ie-service-3 .ie-service-3-1 .elementor-widget-wrap .elementor-element:nth-of-type(2) {
    display: none !important;
  }
}

/***************************************
** Service - Unterseiten
***************************************/ 
.ie-service-items .elementor-icon-box-description span {
  color: #595959 !important;
}
@media (max-width: 1450px) {
  .ie-service-items {
    padding: 150px 20px 150px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-service-items {
    padding: 80px 0px 80px 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-service-items-1, .ie-service-items-2 {
    width: 100% !important;
    padding-bottom: 40px;
  }
  .ie-service-items-2 .elementor-widget-wrap {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-service-items .ie-service-items-1 {
    padding: 0px !important;
  }
  .ie-service-items .ie-service-items-2-1 .elementor-icon-box-icon, 
  .ie-service-items .ie-service-items-2-2 .elementor-icon-box-icon,
  .ie-service-items .ie-service-items-2-3 .elementor-icon-box-icon {
    display: none !important;
  }
  .ie-service-items .ie-service-items-2-1 .elementor-widget-container, 
  .ie-service-items .ie-service-items-2-2 .elementor-widget-container,
  .ie-service-items .ie-service-items-2-3 .elementor-widget-container {
    padding: 20px !important;
  }
  .ie-service-items {
    padding: 50px 0px 50px 0px !important;
  }
  .ie-service-items-2 {
    padding-top: 30px;
  }
  .ie-service-items-2 .elementor-widget-container {
    margin: 0px !important;
  }
}
@media (max-width: 480px) {
  .ie-service-items .ie-service-items-2-1 .elementor-icon-box-description, 
  .ie-service-items .ie-service-items-2-2 .elementor-icon-box-description,
  .ie-service-items .ie-service-items-2-3 .elementor-icon-box-description {
    display: none !important;
  }
}

/***************************************
** Über uns 
***************************************/ 
@media (max-width: 1450px) {
  .ie-about {
    padding: 150px 40px 150px 40px !important;
  }
}
@media (max-width: 1024px) {
  .ie-about {
    margin: 0px 20px !important;
  }
  .ie-about-1, .ie-about-2 {
    width: 100% !important;
  }
  .ie-about-2 .elementor-widget-wrap {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-about {
    padding: 100px 40px 100px 40px !important;
  }
  .ie-about-1 img {
    height: 350px !important;
  }
}
@media (max-width: 480px) {
  .ie-about {
    padding: 50px 20px 50px 20px !important;
  }
  .ie-about-1 img {
    height: 250px !important;
  }
}

/***************************************
** Zertifizierung
***************************************/ 
@media (max-width: 1500px) {
  .ie-certifications-1 .ie-certifications-2 .elementor-element-populated {
    padding: 0px 60px 0px 150px !important;
  }
}
@media (max-width: 1200px) {
  .ie-certifications-1 .ie-certifications-2 .elementor-element-populated {
    padding: 0px 60px 0px 80px !important;
  }
}
@media (max-width: 1024px) {
  .ie-certifications-1, .ie-certifications-2 {
    width: 100% !important;
  }
  .ie-certifications-1 img {
    width: 95% !important;
    height: 450px !important;
    margin-bottom: 40px;
  }
  .ie-ref-1, .ie-ref-2 {
    display: none !important;
  }
  .ie-certifications-1 .ie-certifications-2 .elementor-element-populated {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-certifications-1 .ie-certifications-1 {
    display: none;
  }
  .ie-certifications-1 {
    padding: 80px 0px 20px 0px !important;
  }
  .ie-signature svg {
    width: 200px !important;
    margin-top: -20px;
  }
}


/***************************************
** Zertifizierung 2 
***************************************/ 
.ie-certifications .elementor-icon-box-description span {
  color: #595959 !important;
}
@media (max-width: 1450px) {
  .ie-certifications {
    padding: 150px 40px 150px 40px !important;
  }
}
@media (max-width: 1200px) {
  .ie-certifications {
    padding: 80px 40px 80px 40px !important;
  }
}
@media (max-width: 1024px) {
  .ie-certifications .ie-certifications-2 .elementor-widget-wrap {
    padding: 40px 0px 0px 0px !important;
  }
}
@media (max-width: 768px) {
  .ie-certifications .ie-certifications-1 {
    padding: 0px !important;
  }
  .ie-certifications .ie-certifications-2-1 .elementor-icon-box-icon, 
  .ie-certifications .ie-certifications-2-2 .elementor-icon-box-icon,
  .ie-certifications .ie-certifications-2-3 .elementor-icon-box-icon {
    display: none !important;
  }
  .ie-certifications .ie-certifications-2-1 .elementor-widget-container, 
  .ie-certifications .ie-certifications-2-2 .elementor-widget-container,
  .ie-certifications .ie-certifications-2-3 .elementor-widget-container {
    padding: 20px !important;
  }
}
@media (max-width: 480px) {
  .ie-certifications {
    padding: 50px 20px 50px 20px !important;
  }
  .ie-certifications .ie-certifications-2-1 .elementor-icon-box-description, 
  .ie-certifications .ie-certifications-2-2 .elementor-icon-box-description,
  .ie-certifications .ie-certifications-2-3 .elementor-icon-box-description {
    display: none !important;
  }
}

/***************************************
** Ablauf 
***************************************/ 
.ie-process-2-2 p, .ie-process-2-3 p {
  color: #595959 !important;
}
@media (max-width: 1450px) {
  .ie-process-1 {
    padding: 50px 20px 50px 20px !important;
  }  
  .ie-process-1 .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1200px) {
  .ie-process-2 .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-process-1 .elementor-widget-wrap > div:nth-of-type(3) {
    grid-template-columns: repeat(1, 1fr);
  }
  .ie-process-2-1 .elementor-widget-wrap, 
  .ie-process-2-2 .elementor-widget-wrap, 
  .ie-process-2-3 .elementor-widget-wrap {
    margin: 10px !important;
  }
  .ie-process-2 {
    padding: 0px 20px 50px 20px !important;
  }
}
@media (max-width: 768px) {
  .ie-process-1 {
    padding: 100px 20px 30px 20px !important;
  }
  .ie-process-2-1 .elementor-widget-wrap, 
  .ie-process-2-2 .elementor-widget-wrap, 
  .ie-process-2-3 .elementor-widget-wrap {
    margin: 10px 0px !important;
  }
}
@media (max-width: 380px) {
  .ie-process-2-1 p, 
  .ie-process-2-2 p, 
  .ie-process-2-3 p {
    display: none !important;
  }
}

/***************************************
** Nachhaltigkeit
***************************************/ 
@media (max-width: 1450px) {
  .ie-fair {
    padding: 0px 20px 0px 20px !important;
  }  
}
@media (max-width: 1200px) {
  .ie-fair {
    padding: 0px 20px !important;
  }   
  .ie-fair .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-fair-1 .elementor-widget-wrap {
    padding: 80px 40px !important;
  }
  .ie-fair + .ie-references-1 {
    padding: 30px 20px 20px 20px !important; 
  }
}

/***************************************
** Nachhaltigkeit 2
***************************************/ 
@media (max-width: 1450px) {
  .ie-fair-2 {
    padding: 0px 20px 20px 20px !important;
  }  
  .ie-fair-2 .ie-button-more {
    padding-bottom: 80px !important;
  }  
  .ie-certifications + .ie-fair-2 {
    padding: 150px 20px 20px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-fair-2 .elementor-container {
    margin: 0px !important;
  }    
  .ie-fair-2 {
    padding: 50px 20px 20px 20px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-fair-2-slider {
    margin-top: -45px;
  }
}
@media (max-width: 768px) {
  .ie-fair-2 {
    padding: 50px 20px 20px 20px !important;
  }  
  .ie-fair-2 .ie-button-more {
    padding-bottom: 50px !important;
  }  
  .ie-certifications + .ie-fair-2 {
    padding: 80px 20px 20px 20px !important;
  }
}

/***************************************
** Nachhaltigkeit 3
***************************************/ 
@media (max-width: 1450px) {
  .ie-sustainability-2 {
    padding: 0px 20px 20px 20px !important;
  }  
}
@media (max-width: 1200px) {
  .ie-sustainability-2 .elementor-container {
    margin: 0px !important;
  }    
  .ie-sustainability-2 {
    padding: 50px 20px 0px 20px !important;
    margin-bottom: 20px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-sustainability-2 {
    padding: 20px 20px 0px 20px !important;
  }  
}
@media (max-width: 768px) {
  .ie-sustainability-2 {
    padding: 0px 20px 0px 20px !important;
  }  
  .ie-sustainability-3 {
    margin-bottom: 50px !important;
  }  
  .ie-sustainability-3-1 .ie-list .elementor-widget-container {
    padding-bottom: 0px !important;
  }
  .ie-sustainability-3-2 .ie-list .elementor-widget-container {
    padding-top: 0px !important;
  }
}

/***************************************
** Nachhaltigkeit 3
***************************************/ 
@media (max-width: 1450px) {
  .ie-sustainability-4 {
    padding: 80px 20px 20px 20px !important;
  }  
}
@media (max-width: 1200px) {
  .ie-sustainability-4 {
    padding: 50px 20px 20px 20px !important;
  }  
  .ie-sustainability-4 .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-sustainability-4 {
    padding-top: 20px;
  }  
  .ie-sustainability-4 img {
    width: 95% !important;
    height: 400px !important;
    float: right !important;
  }
}
@media (max-width: 768px) {
  .ie-sustainability-4 {
    padding: 30px 20px 20px 20px !important;
  }
  .ie-sustainability-4 img {
    height: 350px !important;
    margin-top: 20px !important;
  }
  .ie-sustainability-4 .elementor-widget-wrap {
    padding: 0px !important;
  }
}
@media (max-width: 480px) {
  .ie-sustainability-4 {
    padding: 30px 20px 10px 20px !important;
  }  
  .ie-sustainability-4 .elementor-widget-wrap {
    padding: 0px !important;
  }   
}

/***************************************
** Warum
***************************************/ 
@media (max-width: 1450px) {
  .ie-why-1 {
    padding: 100px 20px 180px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-why-1 .elementor-container,
  .ie-why-2 .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-why-1 {
    padding: 100px 20px 100px 20px !important;
  }
  .ie-why-1 .elementor-widget-wrap > div:nth-of-type(3) {
    grid-template-columns: repeat(1, 1fr);
  }  
  .ie-why-2 {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .ie-why-1 {
    padding: 60px 20px 60px 20px !important;
  }
  .ie-why-2-box div {
    display: none !important;
  }
  .ie-why-2-box {
    padding-top: 40px !important;
  }
}

/***************************************
** Hansewaggon
***************************************/ 
@media (max-width: 1450px) {
  .ie-hansewaggon, .ie-service-focus {
    padding: 100px 20px 50px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-hansewaggon, .ie-service-focus{
    padding: 100px 20px 0px 20px !important;
  }  
  .ie-hansewaggon .elementor-container,
  .ie-service-focus .elementor-container {
    margin: 0px !important;
  }
  .ie-service-focus {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1024px) {
  .ie-hansewaggon-box {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .ie-hansewaggon img {
    margin-top: -20px;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .ie-hansewaggon,
  .ie-service-focus {
    padding: 50px 20px 30px 20px !important;
  }
  .ie-hansewaggon img {
    height: 300px !important;
  }
}

/***************************************
** Bremen, Bremerhaven
***************************************/ 
.ie-bremen p, .ie-bremerhaven p {
  color: var(--primary-color) !important;
}
@media (max-width: 1450px) {
  .ie-bremen {
    padding: 80px 20px 20px 20px !important;
  }  
  .ie-bremerhaven {
    padding: 0px 20px 20px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-bremen {
    padding: 50px 20px 20px 20px !important;
  }  
  .ie-bremen .elementor-container,
  .ie-bremerhaven .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-bremen-2,
  .ie-bremerhaven-2 {
    padding-top: 20px;
  }  
  .ie-bremen-2 img,
  .ie-bremerhaven-2 img {
    width: 95% !important;
    height: 400px !important;
    float: right !important;
  }
}
@media (max-width: 768px) {
  .ie-bremen {
    padding: 30px 20px 60px 20px !important;
  }    
  .ie-bremerhaven {
    padding: 30px 20px 0px 20px !important;
    margin-bottom: 60px !important;
  }  
  .ie-bremen-2 img,
  .ie-bremerhaven-2 img {
    height: 350px !important;
  }
}
@media (max-width: 480px) {
  .ie-bremen,
  .ie-bremerhaven {
    padding: 30px 20px 10px 20px !important;
  }  
  .ie-bremen-1 .elementor-widget-wrap,
  .ie-bremerhaven-1 .elementor-widget-wrap {
    padding: 0px !important;
  }   
  .ie-bremen-2 p,
  .ie-bremerhaven-2 p {
    display: none;
  } 
}

/***************************************
** Hamburg
***************************************/ 
.ie-hamburg p {
  color: var(--primary-color) !important;
}
@media (max-width: 1450px) {
  .ie-hamburg {
    padding: 0px 20px 20px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-hamburg .elementor-container {
    margin: 0px !important;
  }
}
@media (max-width: 1024px) {
  .ie-hamburg-1 {
    padding-top: 20px;
  }  
  .ie-hamburg-1 img {
    width: 95% !important;
    height: 400px !important;
    float: left !important;
  }
}
@media (max-width: 768px) {
  .ie-hamburg{
    padding: 0px 20px 40px 20px !important;
    margin-bottom: 20px !important;
  }  
  .ie-hamburg-1 img {
    height: 350px !important;
  }
  .ie-hamburg-2 {
    padding-top: 40px;
  } 
  .ie-hamburg-2 .elementor-widget-wrap {
    padding: 0px 0px 0px 50px !important;
  } 
}
@media (max-width: 480px) {
  .ie-hamburg-2 .elementor-widget-wrap {
    padding: 0px !important;
  } 
  .ie-hamburg-2 {
    padding-top: 10px;
  } 
  .ie-hamburg-1 p {
    display: none;
  } 
}

/***************************************
** Referenzen
***************************************/ 
.ie-references-link p, .ie-references-link p a {
  color: #595959 !important;
  font-weight: 300 !important;
}
.ie-references-box p, .ie-references-box span {
  color: #000 !important;
}
@media (max-width: 1200px) {
  .ie-references .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-references .elementor-widget-wrap {
    padding: 80px 40px !important;
    overflow: hidden;
  }
  .ie-references-box-1::before,
  .ie-references-box-2::before,
  .ie-references-box-3::before,
  .ie-references-box-4::before,
  .ie-references-box-5::before {
    background-position: 239px 25px !important;
  }
}
@media (max-width: 768px) {
  .ie-references-box-1,
  .ie-references-box-2,
  .ie-references-box-3,
  .ie-references-box-4,
  .ie-references-box-5 {
    left: 0px !important;
    top: 0px !important;
  }
  .ie-references-box-2 {
    z-index: 4 !important;
  }
  .ie-references-box-4,
  .ie-references-box-5 {
    display: none !important;
  }
  .ie-references .elementor-widget-wrap {
    padding: 50px 20px 30px 20px !important;
  }
}
@media (max-width: 480px) {
  .ie-references-box-1,
  .ie-references-box-3,
  .ie-references-box-4,
  .ie-references-box-5 {
    display: none !important;
  }
  .ie-references-box {
    margin: 0px !important;
    padding-bottom: 20px !important;
  }
}

/***************************************
** Referenzen 2
***************************************/ 
@media (max-width: 1450px) {
  .ie-references-1 {
    padding: 150px 20px 50px 20px !important;
  }  
  .ie-references-2 {
    padding: 0px 20px 0px 20px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 1200px) {
  .ie-references-1 .elementor-container,
  .ie-references-2 .elementor-container {
    margin: 0px !important;
  }  
  .ie-references-1 {
    padding: 150px 20px 0px 20px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-references-1-1, .ie-references-1-2 {
    width: 100% !important;
  }
  .ie-references-2 .ie-references-2-1 .elementor-widget-container,
  .ie-references-2 .ie-references-2-2 .elementor-widget-container,
  .ie-references-2 .ie-references-2-3 .elementor-widget-container {
    padding: 15px !important;
  }
  .ie-references-1 {
    margin-bottom: -50px !important;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .ie-references-1 {
    padding: 80px 20px 20px 20px !important;
  }  
  .ie-references-1 {
    margin-bottom: 0px !important;
  }
  .ie-references-2 .ie-references-2-2,
  .ie-references-2 .ie-references-2-3 {
    display: none !important;
  }
  .ie-references-2 img {
    height: 40px !important;
  }
}

/***************************************
** Karriere - Info
***************************************/ 
@media (max-width: 1200px) {
  .ie-career .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-career .elementor-widget-wrap {
    border-radius: 20px !important;
    padding: 40px 20px !important;
  }
  .ie-career-1, .ie-career-2 {
    width: 100% !important;
  }
  .ie-career-1 .elementor-widget-wrap {
    padding: 20px 20px 0px 20px !important;
  }
  .ie-career-2 .elementor-widget-wrap {
    padding: 0px 20px 20px 20px !important;
  }
}
@media (max-width: 768px) {
  .ie-career {
    padding: 50px 20px 20px 20px !important;
  }
}
@media (max-width: 480px) {
  .ie-button-career a {
    padding: 20px 25px !important;
  }
}

/***************************************
** FAQ
***************************************/ 
@media (max-width: 1450px) {
  .ie-faq {
    padding: 100px 20px 50px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-faq .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-faq .ie-button-contact {
    display: none;
  }
}
@media (max-width: 768px) {
  .ie-faq {
    padding: 80px 20px 40px 20px !important;
  }
  .ie-faq {
    grid-template-columns: 100% !important;
  }
  .ie-news .ie-faq-item {
    height: auto !important;
    margin-bottom: 0px !important;
  }
  .ie-news .ie-faq-title a {
    font-size: 25px !important;
  }
  .ie-accordion .e-n-accordion-item-title {
    padding: 20px 30px !important;
  }
}

/***************************************
** Blog
***************************************/ 
@media (max-width: 1450px) {
  .ie-news, .ie-news-blog {
    padding: 100px 20px 50px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-news .elementor-container,
  .ie-news-all .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-news .ie-button-blog {
    position: relative !important;
    top: 0px !important;
    order: 6;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .ie-news {
    padding: 80px 20px 40px 20px !important;
  }  
  .ie-news-blog {
    padding: 50px 20px 40px 20px !important;
  }
  .ie-blog {
    grid-template-columns: 100% !important;
  }
  .ie-news .ie-blog-item,
  .ie-news-blog .ie-blog-item {
    height: auto !important;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
  }
  .ie-news .ie-blog-title a,
  .ie-news-blog .ie-blog-title a {
    font-size: 25px !important;
  }
}

/***************************************
** Nachhaltigkeit
***************************************/ 
@media (max-width: 1450px) {
  .ie-jobs {
    padding: 100px 20px 150px 20px !important;
  }  
}
@media (max-width: 1200px) {
  .ie-jobs .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 768px) {
  .ie-jobs {
    padding: 50px 20px 80px 20px !important;
  }  
  .ie-jobs .e-n-accordion-item-title {
    padding: 20px 30px !important;
  }
}
@media (max-width: 480px) {
  .ie-button-apply-2 .elementor-widget-container {
    margin-left: 0px !important;
  }  
  .ie-button-apply-2 .elementor-widget-container a {
    padding: 20px 30px !important;
  }
}

/***************************************
** Unterseiten
***************************************/ 
.ie-list .elementor-widget-container {
  padding: 20px 0px !important;
}
@media (max-width: 1450px) {
  .ie-text-box {
    padding: 50px 20px 50px 20px !important;
  }
}
@media (max-width: 1200px) {
  .ie-text-box .elementor-container {
    margin: 0px !important;
  }  
}
@media (max-width: 768px) {
  .ie-text-box p, .ie-text-box span {
    font-size: 18px !important;
    line-height: 25px !important;
  }
}

/***************************************
** IE-Footer
***************************************/ 
.ie-footer {
  width: 100%;
  margin: 0px;
  padding: 20px 20px 0px 20px;
}
.ie-footer-primary {
  width: 100%;
  margin: auto;
  background: var(--customer-color);
  background-position: center 170px;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--bg-grey-3);
  padding: 30px;
  border-radius: 20px;
}
.ie-footer-items {
  display: grid;
  margin: auto;
  align-content: center;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.ie-footer-top {
  margin: 0px 0px 40px 0px;
  padding-bottom: 40px !important;
}
.ie-footer-top .ie-footer-item-2, .ie-footer-top form {
  display: inline-flex;
  width: 100%;
  align-items: center;
  position: relative;
  font-size: 16px;
}
.ie-footer-top a {
  position: absolute;
  transform: translate(0px,0px);
  right: 0px;
  height: 60px;
  background-color: var(--secondary-color);
  color: #000 !important;
  border-radius: 30px;
  width: 300px;
  text-align: center;
  display: inline-block;
  align-content: center;
  font-size: 18px;
}
.ie-footer-top a:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color) !important;
}
.ie-footer-top a svg {
  transform: translate(8px,2px);
} 
.ie-footer-top a svg g path:hover {
  fill: var(--secondary-color);
}
.ie-footer-top form input {
  background-color: transparent;
  border-radius: 30px;
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
} 
.ie-footer-top span {
  font-size: 40px !important;
  color: var(--secondary-color) !important;
  width: 50%;
  line-height: 50px;
}
.hw-news {
  display: block;
  position: absolute;
  font-size: 12px;
  bottom: -45px;
  padding-left: 5px !important;
}
.hw-news a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: underline;
}
.ie-footer-top hr {
  width: 100%;
  position: absolute;
  bottom: -80px;
  color: var(--secondary-color);
}
.ie-footer-bottom .ie-footer-item-1 {
  order: 4;
}
.ie-footer-bottom {
  padding-top: 80px;
  align-items: normal;
}
.ie-footer-bottom ul {
  font-size: 16px;
}
.ie-footer-bottom hr {
  display: none;
}
.ie-footer-bottom span {
  padding-bottom: 20px;
  position: relative;
  display: inline-block;
  color: #fff !important;
}
.ie-footer-bottom a {
  display: inline-block;
  padding-right: 8px;
}
.ie-footer-bottom a svg g {
  fill: #fff;
}
.ie-footer-bottom ul, .ie-footer-bottom li {
  margin: 0px 0px 5px 0px !important;
  padding: 0px !important;
  list-style: none;
  color: #fff; 
}
.ie-footer-bottom li a {
  color: #fff !important; 
}
.ie-footer-primary .ie-company {
  font-size: 1em;
  font-weight: 900;
  line-height: 1.8em;
  vertical-align: middle;
  display: inline-flex;
}
.ie-footer-primary span {
  color: var(--primary-color);
  font-size: 1.3em;
  font-weight: bold;
  font-family: var(--font-primary);
}
.ie-footer-primary nav {
  color: var(--primary-color);
  font-size: 1em;
  font-weight: bold;
  font-family: var(--font-primary);
}
.ie-footer-primary nav ul > li a {
  color: var(--primary-color);
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-primary);
  line-height: 1.5em;
}
.ie-footer-primary .ie-address {
  margin-bottom: 20px;
  font-style: normal !important;
}
.ie-footer-primary .ie-address p span {
  color: #fff !important;
}
.ie-footer-primary p {
  line-height: 1.5em; 
  padding: 0px;
  margin: 0px 0px 5px 0px !important;
  font-family: var(--font-primary);
  font-weight: 400;
  color: #fff;
}
.ie-footer-primary p a {
  color: #fff;
}
.ie-footer-primary .ie-address p {
  display: block;
  margin: 0px;
  font-size: 1em;
  font-weight: 400;
  font-family: var(--font-primary);
}
.ie-footer-primary .ie-address a {
  display: flex !important;
  color: #fff !important;
  line-height: 1.8em;
  width: max-content;
}
.ie-footer-primary .ie-address a svg {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin: auto;
  fill: var(--primary-color);
}
.ie-footer-primary .ie-address a span {
  vertical-align: super;
  margin: 0px !important;
  padding: 0px;
  color: var(--primary-color);
  font-size: 1em;
  font-weight: 400;
  color: #fff !important;
}
.ie-footer-primary .ie-address .ie-whatsapp span,
.ie-footer-primary .ie-address a :hover {
  color: var(--primary-color);
}
.ie-footer-primary .ie-address .ie-mail svg {
  margin-bottom: 2px;
}
.ie-address .ie-phone {
  padding-top: 20px;
  display: inline-flex !important;
}
.ie-fax, .ie-mail {
  display: inline-flex !important;
}
.ie-footer-bg {
  position: absolute;
  width: 550px;
  opacity: 0.1;
  left: 0px;
  transform: translate(0px, -240px);
}
.ie-footer-secondary {
  color: var(--bg-grey-4);
  padding: 20px 0;
}
.ie-footer-secondary p {
  color: #404040;
  text-align: center;
  font-family: var(--font-primary);
  font-weight: 400;
  padding: 0px 20px;  
  font-size: 15px;
}
/* Responsiv */
@media (max-width: 480px) {
  .ie-footer-top {
    margin: 0px;
  }
  .ie-footer-top .ie-footer-item-2 {
    display: none !important;
  }
  .ie-footer-bottom {
    padding-top: 10px;
    gap: 1.5rem;
  }
  .ie-footer-bottom span {
    padding-bottom: 10px;
  }
  .ie-footer-secondary p {  
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .ie-footer-primary {
    padding: 50px 30px;
  }
  .ie-footer-top {
    grid-template-columns: 1fr 3fr;
    gap: 0;
  }
  .ie-footer-bottom .ie-footer-item-1 {
    order: inherit;
  }
}
@media (max-width: 768px) {
  .ie-footer-top {
    margin: 0px !important;
    padding-bottom: 0px !important;
  }
  .ie-footer-bg {
    width: 350px !important;
    transform: translate(0,-180px) !important;
  }
  .ie-footer-bottom hr {
    display: block;
    color: var(--secondary-color);
  }
}
@media (max-width: 1024px) {
  .ie-footer-item-2 {
    display: none !important;
  }
  .ie-footer-bottom {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .ie-footer-item-3, .ie-footer-item-4 {
    display: block;
  }
  .ie-footer-secondary p {
    padding: 0px;
  }
}
@media (max-width: 1200px) {
  .ie-footer-top span {
    font-size: 1.3em !important;
    line-height: normal;
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
  .ie-footer-top br {
    display: none;
  }
  .ie-footer-top .ie-footer-item-2 {
    display: block;
  }
  .ie-footer-top form {
    display: flex;
  }
  .ie-footer-top .ie-footer-item-2, .ie-footer-top form {
    font-size: 14px;
  }
  .ie-footer-top form button {
    height: auto;
  } 
  .ie-footer-item-2 span {
    font-size: 35px !important;
    color: var(--secondary-color) !important;
    width: 50%;
    line-height: 50px;
    display: inline-flex;
    padding-bottom: 0px;
  }
}
@media (min-width: 1400px) {
  .ie-footer-primary {
    width: 100%;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }  
  .ie-footer-item-1 {
    padding-right: 20px;
  }
  .ie-footer-primary .ie-address {
    margin-bottom: 0px;
  }
  .ie-footer-top, .ie-footer-bottom {
    max-width: var(--max-width);
    margin: auto;
  }
}

/***************************************
** IE-Sprachauswahl
***************************************/ 
.ie-language, .ie-bfsg-button {
  position: fixed;
  display: flex;
  background-color: var(--customer-color);
  color: var(--secondary-color);
  width: 65px;
  height: 65px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  flex-direction: column;
  z-index: 900;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  cursor: pointer;
  font-size: 2em;
}
.ie-language {
  right: 10px;
  bottom: 152px;
}
.ie-bfsg-button {
  right: 10px;
  bottom: 82px;
}
.ie-language:hover, .ie-bfsg-button:hover {
  box-shadow: var(--box-shadow-btn);
  transform: scale(1.05);
  background: var(--primary-color);
}
.ie-language svg, .ie-bfsg-button svg {
  width: 40px;
  fill: var(--secondary-color);
}
.language-dropdown {
  position: absolute;
  right: 75px;
  bottom: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 130px;
  font-size: 0.7em;
  box-shadow: var(--box-shadow);
  z-index: 1000;
  display: none;
}
.language-dropdown.show {
  display: block;
}
.language-dropdown li {
  padding: 0.5em 1em;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
  color: var(--customer-color);
}
.language-dropdown li:last-child {
  border-bottom: none;
}
.language-dropdown li:hover {
  background-color: #f0f0f0;
  border-radius: 10px;
}
.locale-menu[data-locale="en"],
.locale-menu[data-locale="fr"] {
  display: none;
}
@media (max-width: 1024px) {
  .ie-language, .ie-bfsg-button, .ie-cookie-again {
    transform: scale(0.8);
  }
  .ie-language {
    right: 0px;
    bottom: 113px;
  }
  .ie-bfsg-button {
    right: 0px;
    bottom: 56px;
  }
  .ie-cookie-again {
    right: -6px !important;
    bottom: 5px !important;
  }
  .ie-language:hover, .ie-bfsg-button:hover, .ie-cookie-again:hover {
    transform: scale(0.85) !important;
  }
}

/***************************************
** IE-Blog
***************************************/ 
.ie-blog {
  display: grid;
  grid-template-columns: 50% 50%;
  margin: auto;
  align-content: center;
  align-items: center;
}
.ie-blog-item {
  width: 96% !important;
  height: 470px;
  float: left;
  margin-left: 2%;
  margin-bottom: 20px !important;
}
.ie-blog-image img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  border-radius: 20px !important;
}
.ie-blog-content {
  padding: 20px 0px !important;
  position: relative;
  border-radius: 20px;
}
.ie-blog-title {
  font-weight: normal;
  padding: 16px 0px;
}
.ie-blog-title a {
  font-size: 30px !important;
  font-weight: 300;
  line-height: 1.2;
}
.ie-blog-meta div, .ie-blog-meta span {
  display: inline-block !important;
}
.ie-blog-meta, .ie-blog-meta a {
  line-height: 1.3em;
  font-size: 14px !important;
  color: #595959;
  font-weight: normal;
}
.ie-blog-meta-separator {
  padding: 0px 3px !important;
}
.ie-blog-meta-categories {
  margin-left: 10px;
}
.ie-blog-meta-time svg, .ie-blog-meta-categories svg {
  fill: #595959;
  width: 14px;
  vertical-align: middle;
  margin-top: -5px;
}
.ie-blog-excerpt {
  height: 100px;
  overflow: hidden;
}
.ie-blog-excerpt p {
  line-height: 1.5em;
  color: #777;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .ie-blog {
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
  .ie-blog-item {
    margin-bottom: 0%;
  }
}

/***************************************
** IE-Beitrag
***************************************/ 
.ie-blog-single h2 {
  line-height: 2em;
}
.ie-blog-single a {
  padding: 0px 10px 0px 0px;
}
.ie-blog-single span a {
  display: inline-block;
  line-height: normal;
  padding: 0px 0px 10px 5px;
}
.ie-post-header p a,
.ie-post-main p a {
  display: inline-flex;
}
.ie-post-footer a,
.ie-blog-comments a {
  display: inline-block;
}
.ie-blog-related-posts span {
  font-size: 1.3em;
  line-height: 1.5em;
  color: var(--primary-color);
  padding: 20px 0px;
  position: relative;
  display: flex;
}
.ie-related-post {
  color: var(--bg-grey-4);
  margin: 20px 0px;
}
.ie-related-post a {
  color: var(--secondary-color);
  text-align: left;
  font-weight: 400;
  margin: 0px;
}
.ie-related-post img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  min-height: 300px;
}
@media (max-width: 1200px) {
  .single-post h1 {
    padding: 0px 20px !important;
  }
}
@media (max-width: 768px) {
  .single-post h1 {
    font-size: 7vw !important;
  }
  .ie-blog-single {
    padding: 0px !important;
  }
}

/***************************************
** IE-Kategorien & IE-Schlagwörter
** IE-Author & IE-Archiv
***************************************/ 
.ie-blog-tag, 
.ie-blog-category,
.ie-blog-author,
.ie-blog-archive {
  display: block;
  position: relative;
  width: 100%;
}
.ie-blog-tag img, 
.ie-blog-category img,
.ie-blog-author img,
.ie-blog-archive img {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.ie-blog-tag article, 
.ie-blog-category article,
.ie-blog-author article,
.ie-blog-archive article {
  align-self: start;
}
.ie-blog-tag .ie-archive-meta,
.ie-blog-category .ie-archive-meta,
.ie-blog-author .ie-archive-meta,
.ie-blog-archive .ie-archive-meta {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid var(--primary-color);
}
.ie-category-footer .e-font-icon-svg.e-fas-user,
.ie-tag-footer .e-font-icon-svg.e-fas-user {
  margin-left: 15px;
}
.ie-category-footer h2,
.ie-tag-footer h2 {
  font-size: 30px;
  display: block;
  position: relative;
  font-weight: normal;
}
.ie-category-footer svg,
.ie-tag-footer svg {
  width: 13px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 7px;
  margin-top: -5px;
}
.ie-category-footer p a,
.ie-tag-footer p a {
  color: #14141473;
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .ie-category-footer h2,
  .ie-tag-footer h2 {
    font-size: 25px !important;
  }
}

/***************************************
** IE-Error
***************************************/ 
.ie-error-page {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media (max-width: 768px) {
  .ie-error-page {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.ie-error-page h2 {
  font-size: 2.2em;
  padding: 20px 0px;
}
@media (max-width: 768px) {
  .ie-error-page h2 {
    font-size: 7vw;
  }
}
.ie-error-page p {
  font-size: 20px;
}
.ie-error-page a {
  width: 300px;
  margin-top: 10px;
  margin-left: 0px;
  padding: 22px 30px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .ie-error-page a {
    width: auto;
  }
}
.ie-button-error {
  text-align: center !important;
  margin: auto !important;
}

/***************************************
** IE-Barrierefreiheit
***************************************/ 
.ie-bfsg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  display: none;
  justify-content: center;
  align-items: center;
}
.ie-bfsg-popup, .ie-bfsg-popup-container {
  width: 100%;
  height: 10vh;
}
.ie-bfsg-popup-container {
  position: fixed;
  top: 10vh;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 100%;
  left: 0;
  right: 0;
}
.ie-bfsg-popup-container .ie-pc-content .ie-bfsg-titel {
  font-size: 1.05em;
  display: block;
  padding: 15px 20px 15px 20px;
  background: rgba(0, 60, 152, 0.10);
  border-radius: 10px;
  margin-top: 10px;
}
.ie-bfsg-popup-container .ie-pc-content .ie-bfsg-titel i {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  font-size: 20px;
}
.ie-bfsg-popup-container .dashicons-admin-generic {
  margin-right: 9px !important;
}
.ie-bfsg .ie-pc3 {
  height: 4em;
  text-align: center;
  color: #595959 !important;
  font-weight: 300 !important;
}
.ie-bfsg .ie-pc3 a {
  color: #595959 !important;
  font-weight: 300 !important;
  font-size: 1em !important;
}
.ie-bfsg .ie-pc3 a:hover {
  color: var(--customer-color) !important;
}
.ie-bfsg-1, .ie-bfsg-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 15px 0px 25px 0px;
  gap: 10px;
}
.ie-bfsg-1 .ie-bfsg-item, .ie-bfsg-2 .ie-bfsg-item {
  border-radius: 10px;
  background: #fff;
  width: 100%;
  min-height: 110px;
  border: 1px solid rgba(0,0,0,0.3);
  box-shadow: none;
  font-size: 15px !important;
  cursor: pointer;
  display: grid;
  text-align: center;
  align-content: center;
  padding: 20px;
}
.ie-bfsg-1 .ie-bfsg-item:hover, .ie-bfsg-2 .ie-bfsg-item:hover {
  background-color: rgba(0, 60, 152, 0.05);
}
.ie-bfsg-item.active {
  background-color: rgba(0, 60, 152, 0.10);
}
.ie-bfsg-1 i, .ie-bfsg-2 i {
  display: block;
  margin: auto;
  width: 45px;
  height: auto;
  font-size: 45px;
}
.ie-bfsg-1 .ie-bfsg-item span,
.ie-bfsg-2 .ie-bfsg-item span {  
  width: auto;
  height: auto;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 300;
}
.ie-bfsg-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  padding: 10px 40px 10px 12px;
  font-size: 15px;
  font-family: var(--font-primary) !important;
  color: #333;
  cursor: pointer;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg viewBox='0 0 140 140' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon points='70,100 20,40 120,40' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px;
  transition: border-color 0.3s ease;
  margin-top: 10px;
}
.ie-bfsg-select option {
  font-size: 15px;
  font-family: var(--font-primary) !important;
}
.ie-bfsg-select:focus {
  outline: none;
  border-color: rgba(0,0,0,0.3);
}
/* IE-Barrierefreiheit: IMG - Figcaption */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
/* IE-Barrierefreiheit: Link - Hinweis externer Link */
a.info {
  position: relative;
  z-index: 1;
  color: #000;
  text-decoration: underline;
}
a.info .tooltip-external-link {
  position: absolute;
  left: -9999px;
  width: 0;
  overflow: hidden;
}
a.info:hover .tooltip-external-link,
a.info:focus .tooltip-external-link,
a.info:active .tooltip-external-link {
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 14em;
  padding: 10px;
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  z-index: 10;
  font-size: .75em;
  border-radius: 10px;
}
a.elementor-button-link.info:hover .tooltip-external-link,
a.elementor-button-link.info:focus .tooltip-external-link,
a.elementor-button-link.info:active .tooltip-external-link {
  top: -30px;
  left: 70px;
}
@media (max-width: 768px) {
  .ie-bfsg-1, .ie-bfsg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .ie-bfsg-1, .ie-bfsg-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/***************************************
** IE-Cookie
***************************************/ 
.ie-cookie *{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: none;
  animation: none;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  text-align: left;
  visibility: unset;
  height: auto;
  vertical-align: baseline;
}
.ie-cookie .ie-bn,.ie-cookie .ie-tt,
.ie-pc1-1,.ie-pc2 td:before {
  font-weight: bold;
}
.ie-banner,.ie-pc,.ie-cookie .ie-pc-content,
.ie-cookie .ie-tt,.ie-pc2 .act .ie-tab-content {
  border-radius: 10px;
}
.ie-cookie input,.ie-cookie button,.ie-cookie a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}
.ie-cookie a:hover {
  text-decoration: none;
  border-color: transparent;
}
.ie-banner {
  padding: 20px;
  position: fixed;
  z-index: 1;
  background: var(--secondary-color);
  width: 100%;
  bottom: 0px;
  left: 0px;
  box-shadow: var(--box-shadow);
  line-height: initial;
  z-index: 1000;
  transform: scale(0.9);
}
.ie-banner a {
  overflow: inherit !important;
  font-size: 0.8em;
  line-height: 1em;
  display: block;
}
.ie-banner-header {
  text-align: center;
}
.ie-banner-header p {
  font-size: 0.8em;
  line-height: 1em;
  transition: all .2s ease-in-out;
  color: var(--primary-color);
}
.ie-banner-header a:hover,
.ie-banner-footer a:hover,
.ie-pc2-footer a:hover {
  font-weight: bold;
  color: var(--customer-color);
}
.ie-cookie .ie-banner-button {
  margin-top: 10px;
}
.ie-cookie .ie-bn {
  color: var(--secondary-color);
  background: var(--customer-color);
  padding: 10px 2em;
  display: inline-block;
  cursor: pointer;
  font-size: 0.82em;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-align: center;
  border-radius: 20px;
  width: 100%;
  transition: all .2s ease-in-out;
  font-family: var(--font-primary);
  font-weight: normal;
}
.ie-cookie .ie-bn:hover {
  background: var(--primary-color);
  color: var(--secondary-color);
  box-shadow: var(--box-shadow-btn);
  transform: scale(1.05);
}
#ie-settings:hover {
  background: var(--customer-color);
  color: var(--secondary-color);
  box-shadow: var(--box-shadow-btn);
  transform: scale(1.05);
}
.ie-banner-button button + button,
.ie-popup button + button,#ie-pc1-close,
.ie-popup button + button,#ie-bfsg-close {
  float: right;
  margin-left: 1em;
}
.ie-banner-button #ie-all {
  margin-bottom: 8px;
}
.ie-banner-footer {
  text-align: center;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.ie-banner-footer a {
  display: inline-flex;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
#ie-settings {
  width: 100%;
  color: var(--secondary-color);
  background: var(--primary-color);
  margin: 7px 0px;
}
.ie-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: none;
  opacity: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.ie-popup th, .ie-popup td {
  border: 1px solid var(--secondary-color) !important;
}
.ie-popup #ie-nothing {
  float: none;
  width: 44% !important;
  margin-left: 1%;
}
.ie-popup #ie-save {
  float: right;
}
.ie-popup #ie-all {
  width: 44% !important;
}
.ie-popup .ie-panel .ie-tt{
  display: block;
  font-size: 0.9em;
  width: 100%;
  position: relative;
  padding: 1.3em 6.4em 1.3em 2.7em;
  background: none;
  transition: background-color .25s ease;
  font-family: var(--font-primary);
  font-weight: normal;
}
.ie-popup .ie-panel .ie-tt.ie-panel-icon {
  cursor: pointer;
}
.ie-popup .act .ie-panel .ie-tt {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ie-popup .ie-panel .ie-tt:active,
.ie-popup .ie-panel .ie-tt:hover {
  background: var(--bg-grey);
}
.ie-pc2 .ie-panel {
  position: relative;
}
.ie-pc2 .ie-pc-content {
  padding: 1em;
  margin-bottom: .5em;
  transition: background-color .25s ease;
  font-size: 0.9em;
  line-height: 1em;
}
.ie-pc-content button {
  color: var(--primary-color) !important;
}
.ie-pc2 .ie-pc-content:last-child {
  margin-bottom: .5em;
}
.ie-pc2 .ie-pc-content:first-child {
  transition: none;
  padding: 0;
  margin-top: 0;
  border: none;
  margin-bottom: 2em;
}
.ie-pc2 .ie-pc-content:not(.ie-pc-tab):first-child:hover {
  background: transparent;
}
.ie-pc2 .ie-pc-content.ie-pc-tab {
  padding: 0;
  border: none;
  background: var(--bg-grey);
  transition: none;
}
.ie-pc2 .ie-pc-content.ie-pc-tab + .ie-pc-content {
  margin-top: 2em;
}
.ie-pc2 .ie-pc-content.ie-pc-tab + .ie-pc-content.ie-pc-tab,
.ie-pc2 .ie-tab-titel:first-child,
.ie-pc2 .ie-panel {
  margin-top: 0;
}
.ie-pc2 .ie-pc-content.ie-pc-tab:first-child {
  margin-bottom: 1em;
}
.ie-pc2 .ie-tab-content {
  overflow: hidden;
  padding-top: 0;
  margin-bottom: 0;
  display: none;
}
.ie-pc2 .act .ie-tab-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ie-pc2 .ie-tab-content p {
  padding: 0px 14px;
}
.ie-pc2 {
  overflow-y: overlay;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: block;
  outline: none;
}
.ie-pc2 a {
  display: inline-flex;
}
.ie-pc2 button:hover {
  transform: scale(1) !important;
  color: var(--customer-color);
}
.ie-pc2 .ie-tab-titel {
  margin-top: 1.4em;
}
.ie-pc2 table,.ie-pc2 th,.ie-pc2 td {
  border: none;
}
.ie-pc2 tbody tr {
  transition: background-color .25s ease;
}
.ie-pc2 table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.ie-pc2 td,.ie-pc2 th {
  padding: 0.8em 0.625em;
  text-align: left;
  vertical-align: top;
  font-size: .8em;
  padding-left: 1.2em;
  font-weight: normal;
}
.ie-pc2 th {
  padding: 1.2em;
}
.ie-pc2 table,.ie-pc2 thead,.ie-pc2 tbody,
.ie-pc2 th,.ie-pc2 td,.ie-pc2 tr {
  display: block;
}
.ie-pc2 thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.ie-pc2 tr {
  border-top: 1px solid var(--customer-color);
}
.ie-pc2 td {
  border: none;
  position: relative;
  padding-left: 35%;
}
.ie-pc2 td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  white-space: nowrap;
  content: attr(data-column);
  color: var(--primary-color);
  overflow: hidden;
  text-overflow: ellipsis;
}
.ie-tab-content p:first-child {
  margin-bottom: 20px;
}
.ie-tab-content p:nth-of-type(2) {
  margin: 20px 0px;
}
.ie-tab-content thead tr {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.ie-cookie .ie-tab-switch .ie-tw:disabled,
.ie-cookie .ie-tab-switch .ie-tw-icon.ie-tw-inactive {
  cursor: not-allowed;
}
.ie-area-aktiv {
  display: block !important;
}
.ie-banner-button button:first-child,
.ie-pc3 button:first-child,
.ie-banner-button.swap button:last-child {
  color: var(--secondary-color);
  background: var(--customer-color);
}
.ie-banner-button button:first-child:active,
.ie-pc3 button:first-child:active,
.ie-banner-button.swap button:last-child:active,
.ie-cookie .ie-tab-switch .ie-tw:checked ~ .ie-tw-icon,
.ie-banner-button.swap button:first-child:active {
  background: var(--customer-color);
}
.ie-pc {
  position: relative;
  max-width: 45em;
  margin: 0;
  padding-top: 4.75em;
  padding-bottom: 8em;
  transform: scale(.96);
  height: 80vh;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  border-radius: 20px;
  border: 1px solid var(--secondary-color);
}
.ie-pc,.ie-pc1,.ie-pc3 {
  background: var(--secondary-color);
}
.ie-pc1{
  background: var(--customer-color) !important;
  color: var(--secondary-color);
  width: 100%;
  display: table;
  padding: 0px 20px;
  margin-top: -76px;
}
.ie-pc1-0 svg {
  padding: 10px 0px;
}
.ie-pc1-0, .ie-pc1-2 {
  width: 100px;
}
.ie-pc1-1 {
  text-align: center;
  font-size: 1.3em;
}
.ie-pc1-0 img {
  padding: 10px 0px;
  vertical-align: middle;
  width: 50px;
  object-fit: contain;
}
.ie-pc1-0,.ie-pc1-1, .ie-pc1-2 {
	display: table-cell;
  vertical-align: middle;
}
.ie-pc3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.65em;
  border-top: 1px solid var(--bg-grey);
  height: auto;
  background: var(--bg-grey);
}
.ie-pc3 .ie-bn {
  width: 100% !important;
  margin-bottom: 5px;
}
#ie-pc1-close,
#ie-bfsg-close {
  padding: 0;
  width: 1.7em;
  height: 1.7em;
  font-size: 2em;
  margin: 0;
  font-weight: initial;
  position: absolute;
  overflow: hidden;
  background: var(--secondary-color);
  right: 0px;
  top: 0px;
  border-radius: 0px 0px 0px 20px !important;
}
.ie-popup-container {
  position: fixed;
  top: 10vh;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 100%;
  left: 0;
  right: 0;
}
.ie-cookie .ie-tab-switch {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 1.2em;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
.ie-cookie .ie-tab-switch .ie-tw {
  position: absolute;
  cursor: pointer;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  border: 0;
}
.ie-cookie .ie-tab-switch .ie-tw-icon {
  position: absolute;
  background: var(--primary-color);
  pointer-events: none;
}
.ie-cookie .ie-tab-switch,.ie-cookie .ie-tab-switch .ie-tw-icon,
.ie-cookie .ie-tab-switch .ie-tw {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}
.ie-cookie .ie-tab-switch .ie-tw ~ .ie-tw-icon.ie-tw-inactive {
  background: var(--customer-color);
  opacity: 0.5;
}
.ie-cookie .ie-tab-switch .ie-tw ~ .ie-tw-icon.ie-tw-inactive:after {
  box-shadow: none;
}
.ie-cookie .ie-tab-switch .ie-tw-icon:after {
  content: "";
  position: relative;
  display: block;
  left: 0.125em;
  top: 0.125em;
  width: 1.25em;
  height: 1.25em;
  border: none;
  box-sizing: content-box;
  background: var(--secondary-color);
  transition: transform .25s ease;
  border-radius: 100%;
}
.ie-cookie .ie-tab-switch .ie-tw:checked ~ .ie-tw-icon:after {
  transform: translateX(1.9em);
}
#ie-tc1 tbody {
  font-family: var(--font-fallback);
}
.ie-cookie .ie-panel .ie-panel-icon::before,
.ie-cookie .act .ie-panel .ie-panel-icon::before {
  border: solid var(--primary-color);
  border-width: 0 3px 3px 0;
  padding: .2em;
  display: inline-block;
  position: absolute;
  content: '';
  margin-right: 15px;
  position: absolute;
  transform: translateY(-25%) rotate(-45deg);
  left: 1.2em;
  top: 47%;
}
.ie-tt.ie-panel-icon.ie-panel-aktiv::before {
  transform: translateY(-50%) rotate(45deg) !important;
}
.ie-cookie .act .ie-panel .ie-tt::before {
  transform: translateY(-20%) rotate(225deg);
}
.ie-cookie .ie-tw-on::before {
  border: solid var(--secondary-color);
  border-width: 0 2px 2px 0;
  padding: .1em;
  display: inline-block;
  padding-bottom: .45em;
  content: '';
  margin: 0 auto;
  transform: rotate(45deg);
  top: .37em;
  left: .75em;
  position: absolute;
}
#ie-pc1-close::before,
#ie-bfsg-close::before,
#ie-pc1-close::after,
#ie-bfsg-close::after {
  content: '';
  position: absolute;
  left: 0.78em;
  top: 0.40em;
  height: 0.9em;
  width: 3.5px;
  background: var(--primary-color);
  transform: rotate(45deg);
  border-radius: 1em;
  margin: 0 auto;
}
#ie-pc1-close::after,
#ie-bfsg-close::after {
  transform: rotate(-45deg);
}
.ie-cookie .ie-tw-off,
.ie-cookie .ie-tw-on {
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  display: block;
  text-align: center;
  transition: opacity .15s ease;
}
.ie-cookie .ie-tw-on{
  left: 0;
}
.ie-cookie .ie-tw-off::before,
.ie-cookie .ie-tw-off::after {
  right: .8em;
  top: .42em;
  content: ' ';
  height: .7em;
  width: .09375em;
  display: block;
  background: var(--secondary-color);
  margin: 0 auto;
  position: absolute;
  transform-origin: center;
}
.ie-cookie .ie-tw-off::before {
  transform: rotate(45deg);
}
.ie-cookie .ie-tw-off::after {
  transform: rotate(-45deg);
}
.ie-cookie .ie-tab-switch .ie-tw:checked ~ .ie-tw-icon .ie-tw-on {
  opacity: 1;
}
.ie-pc2-footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}
.ie-pc2-footer a {
  font-size: 0.9em;
  line-height: 1em;
  text-decoration: none;
}
.ie-cookie-again {
  opacity: 0;
  background-color: var(--customer-color);
  position: fixed;
  width: 65px;
  bottom: 10px;
  right: 10px;
  box-shadow: var(--box-shadow);
  cursor: pointer;
  text-align: center;
  transition: all .2s ease-in-out;
  z-index: 8;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  color: var(--secondary-color);
  border-radius: 15px;
  font-size: .75rem;
  line-height: .75rem;
  text-decoration: none;
  padding: 10px;
}
.ie-cookie-again span {
  vertical-align: middle;
}
.ie-cookie-again span img {
  width: 50px;
  height: 50px;
}
.ie-cookie-again:hover {
  box-shadow: var(--box-shadow-btn);
  transform: scale(1.05);
  background: var(--primary-color);
}
.ie-read-more-check,
#ie-read-more, .ie-read-more-button {
  display: none;
}
.ie-read-more-hidden {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.ie-read-more-check:checked ~ .ie-read-more-content .ie-read-more-hidden {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.ie-read-more-check ~ .ie-read-more-button:before {
  content: var(--ie-read-more-check);
}
.ie-read-more-check:checked ~ .ie-read-more-button:before {
  content: var(--ie-read-more-check-2);
}
.ie-read-more-check:checked ~ .ie-read-more-content::after {
  content: '';
}
.ie-read-more-button {
  cursor: pointer;
  display: inline-block;
  padding: 0 2em;
  color: var(--secondary-color);
  font-size: .9em;
  line-height: 2;
  background: var(--customer-color);
  border-radius: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.ie-read-more-button:hover {
  background: var(--primary-color);
  transition: all .2s ease-in-out;
  transform: scale(1.1);
}
/* Responsiv */
@media (max-width: 480px) {
  .ie-pc1-1 {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .ie-banner {
    max-width: 24.2em;
    width: 98%;
  }
  .ie-pc3 .ie-bn {
    width: auto !important;
    height: auto !important;
  }
  .ie-pc3 {
    height: 4.75em;
  }
}
@media (min-width: 768px) {
  .ie-cookie .ie-bn {
    width: 48%;
  }
  .ie-popup-container {
    max-height: 40em;
  }
  .ie-pc {
    margin: 0 auto;
    padding-top: 4.75em;
    padding-bottom: 4.75em;
  }
  .ie-pc3 {
    padding: 1em 1.8em;
  }
  #ie-save {
    float: right;
  }   
  .ie-banner-button #ie-all {
    margin-bottom: 0px;
  }
}

/***************************************
** IE-Kontakt & Bewerberformular
***************************************/ 
.ie-contact-1-box p a {
  font-weight: 300 !important;
}
.ie-contact input[type="text"],
.ie-contact textarea {
  width: 100%;
  padding: 1em;
  font-family: var(--font-fallback);
  margin: 0.3em 0;
  background-color: var(--background-color);
  outline: none;
  border: 2px solid var(--primary-color);
  font-size: 1em;
  color: var(--primary-color);
  -webkit-appearance: none;
  appearance: none;
  border-radius: 5px;
}
.ie-contact form fieldset, .ie-contact form fieldset legend {
  border: none;
}
.ie-contact form fieldset legend {
  display: none !important;
}
.ie-contact label {
  display: block !important;
  width: 100%;
  font-size: 18px;
}
.ie-name label, .ie-email label, .ie-telefon label, 
.ie-eintrittstermin label, .ie-stelle label, 
.ie-gehalt label, .ie-nachricht label {
  padding-top: 10px;
}
.ie-code {
  margin-top: 10px;
}
.ie-code #captcha {
  vertical-align: middle;
  padding-bottom: 5px;
}
.ie-datenschutz {
  margin: 10px 0px 40px 0px;
}
.ie-datenschutz a {
  font-weight: bold;
  color: var(--customer-color);
  position: relative;
  top: 6px;
}
.ie-datenschutz span {
  position: relative;
  top: 6px;
}
.ie-datenschutz span a {
  display: inline-block !important;
}
.ie-schutz {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.ie-pflichtfelder {
  text-align: right;
  font-size: 0.6em;
  margin-top: -3px;
  padding: 0;
  color: var(--primary-color);
  opacity: 0.3;
  font-family: var(--font-primary);
  font-weight: 300 !important;
}
.ie-pflichtfelder strong {
  font-weight: 300 !important;
}
.ie-dateiupload {
  padding: 30px;
  background: rgba(0, 60, 152, 0.1);
  margin: 10px 0px 20px 0px;
  border-radius: 10px;
}
.ie-dateiupload-label {
  display: inline-block;
  cursor: pointer;
  transition-duration: .3s;
}
.ie-dateiupload-label:hover {
  transform: scale(1.01);
}
.ie-dateiupload-label svg {
  width: 40px;
  vertical-align: middle;
  transform: translate(0px,-3px);
  margin: 5px;
}
#ie-file-name-output {
  padding: 10px 30px;
  background: rgba(0, 60, 152, 0.1);
  margin: 10px 0px 30px 0px;
  border-radius: 10px;
}
.ie-hidden {
  display: none;
}
.ie-contact [type="checkbox"] {
  position: relative;
  z-index: 0;
  -webkit-appearance: none;
  appearance: none;
}
.ie-contact [type="checkbox"] + label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 75px;
}
.ie-contact [type="checkbox"] + label:before {
  width: 60px;
  height: 34px;
  border-radius: 30px;
  border: 2px solid var(--bg-grey-4);
  background-color: var(--bg-grey-3);
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
}
.ie-contact [type="checkbox"] + label:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: var(--background-color);
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px var(--bg-grey-4);
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 10;
}
.ie-contact [type="checkbox"]:checked + label:before {
  background-color: var(--success-color);
}
.ie-contact [type="checkbox"]:checked + label:after {
  margin: 0 0 0 30px;
}
.ie-contact .ie-senden input[type="submit"]{
  width: 100%;
  font-size: 20px;
  background: var(--customer-color);
  font-family: var(--font-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.1px;
  padding: 12px;
  color: var(--secondary-color);
  fill: var(--secondary-color);
  /* border: 4px solid var(--secondary-color); */
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 100px;
  cursor: pointer;
  padding: 15px 30px 17px 30px;
  /* box-shadow: 0 0 10px 0 rgba(0,0,0,.3); */
  transition-duration: .3s;
  transition-property: transform;
}
.ie-contact .ie-senden input[type="submit"]:hover{
  background-color: var(--background-color-2);
  color: var(--secondary-color);
  transform: scale(1.05);
}
.ie-contact input[type="submit"]:disabled {
  background-color: var(--bg-grey-4);
  cursor: no-drop;
}
#ie-comment-error {
  color: var(--customer-color);
  text-align: center;
  padding-top: 20px;
}
.ie-error {
  color: var(--error-color);
  font-size: 1em;
}
.ie-error p {
  margin: 0;
  padding-left: 20px;
  background-color: var(--bg-grey-3);
  border-left: 6px solid var(--error-color);
}
.ie-error p:first-child {
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
.ie-error p:last-child {
  padding-bottom: 10px;
}
.ie-successful {
  color: var(--success-color);
  font-size: 1em;
  font-weight: bold;
}
.ie-successful p {
  margin: 0;
  padding-left: 20px;
  background-color: #dff0d8;
  border-left: 6px solid var(--success-color);
  padding: 20px;
}
.ie-successful p {
  margin: 0;
}
@media (max-width: 1450px) {
  .ie-application-form-head, .ie-contact-1 {
    padding: 100px 20px 30px 20px !important;
  }    
  .ie-application-form, .ie-contact-2 {
    padding: 20px 20px 100px 20px !important;
  }  
}
@media (min-width: 1400px) {
  .ie-name, .ie-email,
  .ie-telefon, .ie-eintrittstermin {
    width: 49%;
    display: inline-block;
  }
  .ie-name, .ie-telefon {
    margin-right: 1.5%;
  }
}
@media (max-width: 1200px) {
  .ie-application-form-head .elementor-container,
  .ie-contact-1 .elementor-container,
  .ie-application-form .elementor-container,
  .ie-contact-2 .elementor-container {
    margin: 0px !important;
  }    
  .ie-application-form-head,
  .ie-contact-1 {
    padding: 50px 20px 20px 20px !important;
  }  
}
@media (max-width: 1024px) {
  .ie-application-form, .ie-contact-2 {
    margin-top: 0px !important;
  }  
}
@media (max-width: 768px) {
  .ie-application-form .elementor-widget-wrap,
  .ie-contact-2 .elementor-widget-wrap {
    padding: 30px !important;
  }
  .ie-application-form, .ie-contact-2 {
    padding: 20px 20px 50px 20px !important;
  }  
}
@media (min-width: 480px) {
  .ie-code input, .ie-senden input[type="submit"] {
    width: 200px !important;
  }
}

/***************************************
** IE-Animationen
***************************************/ 
/* Animation in Elementor-Editor abschalten */
.elementor-editor-active .ie-animate-fadeIn,
.elementor-editor-active .ie-animate-zoomIn,
.elementor-element-edit-mode {
  opacity: 1 !important;
  animation: none !important;
  transform: none !important;
}
/* IE-Grow: Hervorgehoben */
.ie-grow {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.ie-grow:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
/* IE-Pulsieren */
.ie-animation-button {
  cursor: pointer;
  color: var(--primary-color);
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  animation: ie_pulse 3s ease-in-out infinite;
  z-index: 1;
}
@keyframes ie_pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
/* Header Animation */
.ie-slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
} 
/* Footer Animation */
.ie-slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* Main Animation */
/* fadeIn */
.ie-animate-fadeIn {
  opacity: 0;
}
.ie-animate-fadeIn-active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}
/* Keyframes */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Responsiv */
@media (max-width: 768px) {
  .ie-animate-fadeIn {
    opacity: 1 !important;
    animation: none !important;
    transform: none !important;
  }
}
