/*!
Theme Name: InstaLighting GmbH - Mercando
Theme URI: https://instalighting.de
Author: mercando.io
Author URI: https://instalighting.de
Description: Light as a solution
Version: 1.2.5
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: instalighting
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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

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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
:root {
	--color-black: #000;
	--color-yellow: #E2E035;
	--color-blue: #B3D5D3;
	--color-gray: #54565A;
	--font-family: "Sul sans";
	--font-weight-700: 700;
	--font-normal: 400;
	--font-weight-300: 300;
	--base-font-size: 18px;
}

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

/* Sections
	 ========================================================================== */
body {
	margin: 0;
	font-family: var(--font-family);
	font-weight: var(--font-weight-300);
	font-size: var(--base-font-size);
	color: var(--color-black);
	position: relative;
}

main {
	display: block;
}

/* Grouping content
	 ========================================================================== */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

abbr[title] {
	border-bottom: none;
}

b,
strong {
	font-weight: bold;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

img {
	border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: var(--font-weight-700);
}


h2 {
	font-size: 32px;
	margin-top: 80px;
	margin-bottom: 25px;
}

h3 {
	font-size: 28px;
	margin: 100px 0 25px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

p {
	margin-bottom: 0.9em;
	line-height: 1.25;
}

.fw-n {
	font-weight: var(--font-normal);
}

.fs-28 {
	font-size: 28px!important;
}

.fs-36 {
	font-size: 36px;
}

.bb1b {
	border-bottom: 1px solid var(--color-black);
}

@media (max-width: 1400px) {
	h1 {
		font-size: 40px;
	}
}

@media (max-width: 768px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 22px;
		line-height: 1.25;
		margin-top: 100px;
		margin-bottom: 25px;
	}
	h3 {
		font-size: 20px;
		line-height: 1.25;
		margin-top: 75px;
		margin-bottom: 20px;
	}
}

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

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

ul,
ol {
}

ul {
}

ol {
}

li > ul,
li > ol {
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
.table__unbordered {
	border-spacing: 0;
}
.table__unbordered--heading {
	padding-bottom: 25px;
}
.jobstable .table__unbordered--row  td {
	height: 50px;
	padding-top: 5px;
}

.table__unbordered--row  td {
	min-height: 50px;
	vertical-align: middle;
	border-top: 1px solid #1f1f1f;
}

.table__unbordered--ort {
	min-width: 250px;
}

.table__unbordered--row svg {
	margin-bottom: -4px;
}

.table__unbordered--link.strong {
	font-weight: 700;
}

.table__unbordered--spans {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.newsletter .table__unbordered--row td {
	padding: 8px 0;
}

.table__unbordered .cursive {
	font-style: italic;
}
@media screen and (max-width: 1024px) {
	.table__wrap {
		overflow: auto;
		white-space: nowrap;
	}
	.table__unbordered--heading {
		margin-top: 20px;
		padding-bottom: 20px;
	}
}

/* Links
--------------------------------------------- */
a {
	background-color: transparent;
	text-decoration: none;
	color: var(--color-black);
}

a:hover {
	color: var(--color-yellow);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
/* Blue adjustments links */
.main-header.blue~main .bottom-slider  a {
	color: var(--color-black);
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: var(--color-yellow);
	border: 2px solid var(--color-yellow);
	color: var(--color-black);
	line-height: 1;
	font-size: 16px;
	padding: 8px 30px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--color-black);
	border: 2px solid var(--color-black);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: var(--color-black);
	border: 2px solid var(--color-black);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 0!important;
	outline: 0!important;
	border-bottom: 1px solid var(--color-yellow)!important;
	color: var(--color-black)!important;
	font-weight: 300!important;
	font-size: 18px!important;
	line-height: initial!important;
	padding: 0 0 8px!important;
}

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

select {
	border: 1px solid var(--color-black);
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Grids
--------------------------------------------- */
@media (max-width: 768px) {
	.mobgrid2 {
		display: grid!important;
		grid-template-columns: 1fr 1fr!important;
		gap: 10px!important;
	}
}

/*--------------------------------------------------------------
# Plugins
/* Jetpack infinite scroll
--------------------------------------------- */

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# CUSTOM TRIENEKENS CSS
--------------------------------------------------------------*/
/* Upload document button */
input::-webkit-file-upload-button {
	color: var(--color-yellow);
	background:#626336;
	border:0;
	padding: 13px 20px 10px 20px;
	margin-right: 15px;
	font-weight: var(--font-weight-400);
}

/* Trienekens 30-09 CSS */
.to-container {
	width: 100%;
	margin-right: auto!important;
	margin-left: auto!important;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1380px;
}
.pd80 {
	padding-top: 80px;
	padding-bottom: 40px;

}
.pd40 {
	padding-top: 40px;
	padding-bottom: 0;
}

.pd20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pd200 {
	padding-top: 20px;
	padding-bottom: 0;
}

.pd020 {
	padding-top: 0;
	padding-bottom: 20px;
}

.pd0 {
	padding: 0;
}

.mgtmin80 {
	margin-top: -80px!important;
}

.mgtmin28 {
	margin-top: -28px!important;
}

.mgtmin120 {
	margin-top: -120px!important;
}


.mrg0 {
	margin-top: 0;
	margin-bottom: 0;
}

.mrg40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.mrg55 {
	margin-top: 55px;
	margin-bottom: 55px;
}


.mrg75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.mrg80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.mrg100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.mgt0 {
	margin-top: 0;
}

.mgt25 {
	margin-top: 25px;
}

.mgt30 {
	margin-top: 30px;
}

.mgt40 {
	margin-top: 40px;
}

.mgt80 {
	margin-top: 80px;
}

.mgt100 {
	margin-top: 100px;
}

.mgb0 {
	margin-bottom: 0;
}

.mgb25 {
	margin-bottom: 25px;
}

.mgb40 {
	margin-bottom: 40px;
}

.mgb80 {
	margin-bottom: 80px;
}

.mgb100 {
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.mrg100 {
		margin-top: 75px;
		margin-bottom: 75px;
	}
	.mgt100 {
		margin-top: 75px;
	}
	.mgb100 {
		margin-bottom: 75px;
	}
}

.gap10 {
	gap: 10%!important;
}

.page-id-5523 .wp-container-9 {
	gap: 0!important;
}

.forcewidth100 img {
	width: 100%;
}

.to-flex-column {
	flex-direction: column!important;
}

.bggray {
	background: #54565A;
}

.to-flex-horizontal {
	display: flex;
	align-items: center;
	gap: 15px;
}

/* Buttons */
.wpforms-submit {
	padding: 12px 30px!important;
	font-size: 18px!important;
	text-align: center!important;
	font-weight: 700!important;
	color: var(--color-black)!important;
	width: auto!important;
	transition: 0.3s!important;
	background: var(--color-yellow)!important;
	border: 2px solid var(--color-yellow)!important;
}

.wpforms-submit:hover {
	border: 2px solid var(--color-black)!important;
	background: white!important;
	color: var(--color-black)!important;
}

.btn, .wp-block-button__link {
	background-color: #e2e035;
	border: 2px solid #e2e035;
	padding: 15px 30px 13px;
	transition: .3s linear;
	font-size: 18px;
	text-align: center;
	line-height: 1;
	font-weight: 700;
	color: var(--color-black);
	justify-content: center;
	display: inline-flex;
	align-items: center;
	min-height: 50px;
}

.btn i {
	color: var(--color-black);
	display: flex;
	align-items: flex-start;
}

.btn i {
	/* 	margin-top: 3px; */
}

.btn:hover, .wp-block-button__link:hover {
	border: 2px solid var(--color-black);
	background: white;
	color: var(--color-black);
}

.wp-block-button.arrow .wp-block-button__link:before, a.btn.arrow:before {
	content: '→';
	margin-right: 10px;
}

.btn--blue a {
	background: var(--color-blue);
	border: 2px solid var(--color-blue);
}

.wp-block-button__link {
	border-radius: 0;
}

@media screen and (max-width: 425px) {
	.btn, .wp-block-button__link {
		padding: 15px 20px 13px;
	}
}
@media screen and (max-width: 360px) {
	.btn, .wp-block-button__link {
		padding: 15px 12px 13px;
	}
}

/* Bluestyles */
.bluestyle .shortcode-slider .slick-arrow.slick-prev, .bluestyle .shortcode-slider .slick-arrow.slick-next {
	background-color: var(--color-blue);
	border-color: var(--color-blue);
}

.bluestyle .acf-block-hero__wrapper__brand {
	background:  var(--color-blue)!important;
}

.bluestyle .prevdiv ::before {
	border: 3px solid  var(--color-blue);
	background-color:  var(--color-blue);
	font-size: 30px;
}

.main-header.blue~main .bottom-slider a {
	font-size: 18px!important;
}

.custom-font-slider.prevdiv a, .custom-font-slider.prevdiv-one a {
	font-weight: bold!important;
}

@media screen and (max-width: 900px) {
	.mgtmin120 {
		margin-top: -3.5em!important;
	}
	.shortcode-slider .slick-arrow {
		width: 20px;
		height: 20px;
	}
}
@media screen and (max-width: 768px) {
	.pd80 {
		padding-top: 1.75em;
		padding-bottom: 1.75em;
	}
	.pd40 {
		padding-top: 1.75em;
		padding-bottom: 0;
	}
	.pd20 {
		padding-top: 0.75em;
		padding-bottom: 0.75em;
	}
	.pd200 {
		padding-top: 0.75em;
		padding-bottom: 0;
	}
	.pd020 {
		padding-top: 0;
		padding-bottom: 0.75em;
	}

	.gap10 {
		gap: 15px!important;
	}
	.to-flex-column {
		flex-direction: inherit;
	}

	.action {
		flex-direction: column;
		max-width: 100%;
		margin: 0;
	}
}
.to__modal {
	padding: 0;
}

/* Header */
.main-header__sticky__mob-menu ul {
	gap: 8px;
}
.main-header__sticky__mob-menu ul.sub-menu {
	padding-inline-start: 15px;
	margin-bottom: 10px;
}

.main-header__sticky__mob-menu ul.sub-menu li a {
	display: inline-block;
	padding: 6px 0;
}
.main-header__sticky__mob-menu  .current_page_item a {
	border-bottom: 2px solid #000;
}

.main-header__sticky__bg-hover {
	min-height: 370px!important;
}

/* Footer */
.main-footer {
	padding-bottom: 15px;
	margin-top: 100px;
}


/* 02-10 CSS */
.families-field__item img:not(.logo-programmes) {
	-o-object-fit: contain;
	object-fit: contain;
}

/* Programmes adjustment */
.programmes__updated__descr p {
	line-height: 1.25;
}

/* Steuerung code block */
.steuerung__block {
	background: #3B3D3C;
	width: 100%;
	height: 575px;
	display: grid;
	place-items: center;
}

.steuerung__block .container {
	max-width: 500px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.steuerung__images {
	color: white;
	position: absolute;
	width: 150px;
	height: 120px;
}
.steuerung__images img {
	padding: 0 15px;
}

.steuerung__images span {
	display: table;
}

.steuerung__image--1 {
	left: -60px;
	bottom: -60px;
}

.steuerung__image--1 span {
	margin: -20px auto 0;
}

.steuerung__image--2 {
	right: -10px;
	bottom: -60px;
}

.steuerung__image--2 span {
	margin: -20px auto 0;
}

.steuerung__image--3 {
	top: 30px;
	right: -80px;
}

.steuerung__image--3 span {
	margin: -25px auto 0;
}

.steuerung__image--4 {
	top: 100px;
	left: -105px;
}

.steuerung__image--4 span {
	margin: -35px auto 0;
}

.steuerung__image--5 {
	left: 69px;
	top: -130px;
}

.steuerung__image--5 span {
	margin: -25px auto 0;
}

.steuerung__image--5 img {
	padding-top: 15px;
	margin-bottom: -5px;
	margin-right: 10px;
}

@media screen and (max-width: 800px) {
	.steuerung__block .container {
		scale: 0.8;
	}
}

@media screen and (max-width: 600px) {
	.steuerung__block {
		height: 400px;
	}

	.steuerung__block .container {
		scale: 0.55;
	}
	.steuerung__images span {
		display: table;
		margin: -15px -30px 0 15px;
	}
}

@media screen and (max-width: 450px) {
	.steuerung__block {
		height: 260px;
		padding-top: 20px;
	}
	.steuerung__images {
		color: white;
		position: absolute;
		width: 100px;
		height: 100px;
	}
	.steuerung__image--4 {
		top: 50px;
		left: -100px;
	}
	.steuerung__images span {
		display: table;
		margin: -15px -50px 0 -10px;
	}
	.steuerung__image--3 {
		top: 10px;
	}
	.steuerung__image--5 img {
		padding-top: 30px;
		margin-bottom: 0;
		margin-right: 0;
		margin-left: -15px;
	}
}

/* Timeflow block */
.timeflow__block {
	background: #EDEDED;
	height: 400px;
	display: grid;
	place-items: center;
}

.timeflow__block .container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 34px;
	overflow:visible;
}

.timeflow__images {
	color: #000;
	width: 120px;
	height: 120px;
	position: relative;
}
.timeflow__images--arrow {
	margin: -120px!important;
}
.timeflow__images span {
	position: absolute;
	display: table;
	margin: 0 -30px;
	text-align: center;
	left:-25px;
}
.timeflow__images.last {
	left: -22px;
}
.arrow--1 img {
	margin-left:-3px;
}
.arrow--2 img {
	padding: 0px 0px 0px 0px;
}
.arrow--3 img {
	padding: 0px 0px 0px 0px;
}
.arrow--4 img {
	padding: 0px 0px 0px 0px;
}

.timeflow__images.last span {
	left: 0;
}

.timeflow__images span.top {
	top: -80px;
}

.timeflow__images span.bottom {
	bottom: -110px;
	min-height: 90px;
}

@media screen and (max-width: 1024px) {
	.timeflow__block {
		overflow-x: scroll;
		padding: 0 45px;
	}
}

/* Header */
.trp-language-switcher > div {
	border: 0;
}

/* TO check 101222 */
/* Home */
.home .product-bg__left ul li:before {
	background: url(/wp-content/themes/instalighting_stm/dest/icons/new_checkbox.svg) center/cover no-repeat!important;
}

.home .product-bg__left a {
	background: #b3d5d3!important;
	border: 2px solid #b3d5d3!important;
	line-height: inherit!important;
}

.home .product-bg__left a:hover {
	background: #fff!important;
	border: 2px solid #000!important;
}

.product-bg__left h2, .product-bg__left h3 {
	line-height: inherit!important;
}

.page-id-5523 h1 a:after {
	content: " ";
	width: 41px;
	height: 45px;
	object-fit: contain;
	transform: translateY(-45%);
	position:absolute;
	background: url('/wp-content/themes/instalighting_stm/dest/icons/elements.svg');
	background-size: contain;
}


.single-referenz-block .referenz-images-section{
	min-height: calc(100vh - 120px);
	height: -webkit-max-content;
	height: -moz-max-content;
	height: max-content;
}

.single-referenz-block .referenz-images-section .mob_header{
	min-height: initial!important;
	height: initial!important;
}

.single-referenz-block .referenz-images-section .mob_header .main-header__sticky{
	display: block;
	position: relative;
	-webkit-transform: none;
	transform: none;
	transform: none;
	height: 120px;
	background: #e2e041;
}
@media(max-width: 768px){
	.single-referenz-block .referenz-images-section:after {
		height: 40%;
		bottom: 120px;
		background: linear-gradient(to bottom,transparent,rgba(17,17,17,1));
	}
}

@media(max-width: 1024px){
	.single-referenz-block .referenz-images-section>div{
		min-height: calc(100vh - 120px);
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
	}

	.single-referenz-block .referenz-images__wrapper__bottom {
		margin-bottom: 40px;
	}

}


@media(min-width: 1024px){
	.single-referenz-block .referenz-images-section .mob_header{
		display: none;
	}
}

.Leistungsaufnahme{
	max-width: 100px;
}