@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_bold_italic-webfont.eot');
    src: url('fonts/nb_international_pro_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_bold_italic-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_bold_italic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_italic-webfont.eot');
    src: url('fonts/nb_international_pro_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_italic-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_italic-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_light_italic-webfont.eot');
    src: url('fonts/nb_international_pro_light_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_light_italic-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_light_italic-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_light_italic-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;

}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_medium-webfont.eot');
    src: url('fonts/nb_international_pro_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_medium-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_medium-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_medium-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;

}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_light-webfont.eot');
    src: url('fonts/nb_international_pro_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_light-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_light-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_light-webfont.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_bold-webfont.eot');
    src: url('fonts/nb_international_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_bold-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_bold-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_medium_italic-webfont.eot');
    src: url('fonts/nb_international_pro_medium_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_medium_italic-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_medium_italic-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_medium_italic-webfont.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'nb_international';
    src: url('fonts/nb_international_pro_regular-webfont.eot');
    src: url('fonts/nb_international_pro_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_regular-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'nb_international_promono';
    src: url('fonts/nb_international_pro_mono-webfont.eot');
    src: url('fonts/nb_international_pro_mono-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/nb_international_pro_mono-webfont.woff2') format('woff2'),
         url('fonts/nb_international_pro_mono-webfont.woff') format('woff'),
         url('fonts/nb_international_pro_mono-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**
Theme Name: VAT Refund
Author: NOSUN GmbH
Author URI: https://no-sun.com
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vatrefund
Template: astra
*/
/* ===============================
	VARIABLES
=============================== */
:root {
	--c--primary: #FF5041;
	--c--primaryy-50: rgba(255,80,65,0.5);
	--c--dark-green: #00465a;
    --c--green: #407483;
    --c--light-green: #80A2AC;
    --c--lightest-green: #bfd1d6;
	--c--text: #000;
	--ls--large: 2px;
	--ls--medium: 1px;
	--ls--small: .2px;
}
/* ===============================
	GENERAL STYLING
=============================== */
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    font-family: 'nb_international';
    font-weight: nomal;
    font-style: normal;
}
a {
	outline: 0 !important;
}
.pt-lg {padding-top: 80px;}
.pb-lg {padding-bottom: 80px;}
.pt-md {padding-top: 60px;}
.pb-md {padding-bottom: 60px;}
.pt-sm {padding-top: 40px;}
.pb-sm {padding-bottom: 40px;}
.mb0, .mb0 p, .mb0 h1, .mb0 h2, .mb0 h3, .mb0 h4 {
	margin-bottom: 0 !important;
}
p, .entry-content p {
    margin-bottom: 20px;
}
h1, .entry-content h1, .elementor-widget-heading h1.elementor-heading-title, h1 a,
h2, .entry-content h2, .elementor-widget-heading h2.elementor-heading-title, h2 a,
h3, .entry-content h3, .elementor-widget-heading h3.elementor-heading-title, h3 a,
h4, .entry-content h4, .elementor-widget-heading h4.elementor-heading-title, h4 a,
h6, .entry-content h6, .elementor-widget-heading h6.elementor-heading-title, h6 a {
    font-family: 'nb_international';
	font-weight: bold;
}
h1, .entry-content h1, .elementor-widget-heading h1.elementor-heading-title, h1 a {
	font-size: 52px;
}
h2, .entry-content h2, .elementor-widget-heading h2.elementor-heading-title, h2 a {
	font-size: 48px;
}
h3, .entry-content h3, .elementor-widget-heading h3.elementor-heading-title, h3 a {
	font-size: 32px;
}
h4, .entry-content h4, .elementor-widget-heading h4.elementor-heading-title, h4 a {
	font-size: 22px;
}
h5, .entry-content h5, .elementor-widget-heading h5.elementor-heading-title, h5 a {
	font-weight: normal;
	color: var(--c--primary);
}
.ast-separate-container {
	background-color: #fff;
}
.spalten-3-4-1-4 > .elementor-container > .elementor-column:first-child {
	width: calc(100% / 4);
}
.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(2) {
	width: calc(100% / 3);
}
.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(3) {
	width: calc(100% / 12);
}
.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(4) {
	width: calc(100% / 3);
}
.elementor-heading-title.elementor-size-xxl {
	font-size: 78px !important;
	display: inline-block;
	width: 100%;
	max-width: 785px;
}
.orange {
	color: var(--c--primary);
}
.ekit-template-content-footer .menu,
ol, ul {
	margin: 0;
	list-style-type: none;
}
.ekit-template-content-footer .footer-bottom .menu li {
	float: left;
}
.ekit-template-content-footer .footer-middle .menu li {
	margin-bottom: 10px;
}
.ekit-template-content-footer .footer-middle .menu li a {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: var(--ls--large);
	color: #fff;
}
.ns-bildtext-text-wrap li::before, .elementor-widget-text-editor ol li::before, .elementor-widget-text-editor ul li::before,
.ekit-template-content-footer .footer-middle .menu li a::before {
	content: "";
	display: inline-block;
  	width: 12px;
  	height: 12px;
  	margin-right: 10px;
  	/*padding-left: 20px;*/
  	background-image: url("img/arrow-right.svg");
  	background-size: 100%;
  	background-position: center;
  	background-repeat: no-repeat;
  	position: relative;
	left: 0px;
	/*top: 8px;*/
	transition: left .1s linear;
}
.ekit-template-content-footer .footer-middle .menu li a:hover::before {
	left: 3px;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 15px;
}
.animate__animated div div:nth-child(5) a {
	font-size:14px !important;
}

/* BG ARROW */
.bg-arrow > .elementor-container::after {
	content: "";
	position: absolute;
	width: 75%;
	height: 
}
.ns-wrapper {
	margin: auto;
	width: 100%;
	padding: 30px;
	max-width: 1220px;
}
.page-id-850 .elementor-widget-shortcode {
	margin-bottom:10px !important;
}
@media (max-width:767px) {
	.banner-text br {
		display:none;
	}
}

/* ===============================
	HEADER
=============================== */
.ekit-template-content-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9996;
	transition: all .3s ease;
	transform: translateY(-150px);
}
.ekit-template-content-header.header-visible,
.ekit-template-content-header.active {
	transform: translateY(0);
}
.ekit-template-content-header.shrinked {
	background-color: rgba(0, 70, 90, .9);
}
.menu-active .ekit-template-content-header.shrinked {
	background-color: transparent;
}
.header-right > .elementor-widget-wrap {
	justify-content: flex-end;
}
#header-logo svg,
#header-logo img {
	width: 370px;
	height: auto;
	position: relative;
    transition: all .2s ease .1s;
    top: 12px;
}
.shrinked #header-logo svg,
.shrinked #header-logo img {
	width: 200px;
}
.hamburger-wrap {
	position: relative;
	bottom: -5px;
	margin-left: 40px;
	width: 60px !important;
	height: 40px;
}
.hamburger {
	width: 60px;
	height: 40px;
	cursor: pointer;
	float: right;
}
.shrinked .hamburger {
	width: 46px;
}
.hamburger svg path {
	fill: var(--c--primary);
}
.plsfe-switcher {
	margin-left: 40px;
}
.plsfe-switcher li:first-child {
	margin-right: 20px;
	position: relative;
}
.plsfe-switcher li:first-child::after {
	content: "";
    position: absolute;
    right: -11px;
    top: 0;
    height: 18px;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    margin: auto;
}
.elementor-widget-polylang-language-switcher .plsfe-menu .plsfe-menu-item {
	float: left;
}
.elementor-widget-polylang-language-switcher .plsfe-menu .plsfe-item {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	width: 22px;
}
.menu-overlay {
	position: fixed;
	height: 700px;
	padding-top: 200px;
	width: 100%;
	transform: translateY(-795px);
	background-color: var(--c--primary);
	transition: transform .4s ease-in-out;
	z-index: 9995;
}
.menu-overlay::before {
	content: "";
	background-image: url("/wp-content/uploads/2021/07/test.svg");
	background-position: right -30px top;
	background-size: 75%;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	transform: translateY(-40px);
	transition: transform .4s ease-in .2s;
}
.menu-active .menu-overlay {
	transform: translateY(0);
}
.menu-active .menu-overlay::before {
	transform: translateY(0px);
}
.menu-active #header-logo svg path {
	fill: #fff !important;
}
.menu-active #header-logo img {
	filter: brightness(0) invert(1);
}
.menu-active .hamburger svg path {
	fill: #fff;
}
.menu-active .ekit-template-content-header .elementor-widget-polylang-language-switcher .plsfe-menu .plsfe-item:hover {
	color: #000;
}
.menu-active .ekit-template-content-header  .elementor-element.elementor-button-info .elementor-button {
	border-color: #fff;
}
.menu-active .ekit-template-content-header  .elementor-element.elementor-button-info .elementor-button i {
	color: var(--c--dark-green);
}
.menu-active .ekit-template-content-header  .elementor-element.elementor-button-info .elementor-button:hover {
	background-color: #fff !important;
	color: var(--c--dark-green);
}
/* MAINMENU */
.mainmenu {
	float: left;
}
#menu-hauptmenue-en,
#menu-hauptmenue {
	list-style-type: none;
	float: left;
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transition: all .2s ease 0s;
}
#menu-hauptmenue-en li,
#menu-hauptmenue li {
	margin-bottom: 0;
}
#menu-hauptmenue-en li a,
#menu-hauptmenue li a {
	display: inline-block;
	color: #fff;
	font-size: 36px;
}
.header-footermenu {
    float: left;
    clear: both;
    margin-top: 50px;
    opacity: 0;
    position: relative;
	transform: translateY(20px);
	transition: all .2s ease 0s;
}
.menu-active #menu-hauptmenue-en,
.menu-active #menu-hauptmenue {
	opacity: 1;
	transform: translateY(0px);
	transition: all .2s ease .4s;
}
.menu-active .header-footermenu {
	opacity: 1;
	transform: translateY(0px);
	transition: all .2s ease .6s;
}
.header-footermenu #menu-unternehmen-en li a,
.header-footermenu #menu-unternehmen li a {
	color: #fff;
}
#menu-hauptmenue-en li a:hover,
#menu-hauptmenue-en li.current_page_item a,
.header-footermenu #menu-unternehmen-en li a:hover,
.header-footermenu #menu-unternehmen-en li.current-menu-item a,
#menu-hauptmenue li a:hover,
#menu-hauptmenue li.current_page_item a,
.header-footermenu #menu-unternehmen li a:hover,
.header-footermenu #menu-unternehmen li.current-menu-item a {
	color: var(--c--dark-green) !important;
}

.cpel-switcher__nav {
	margin-left: 20px;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang {
	position: relative;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang a {
	color: #fff;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang.cpel-switcher__lang--active a {
	color: #FF5041;
}
.menu-active .elementor-widget-polylang-language-switcher .cpel-switcher__lang.cpel-switcher__lang--active a {
	color: #00465a;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang::after {
	content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    height: 18px;
    margin: auto;
    width: 1px;
    background-color: #fff;
    right: -13px;
}
.elementor-widget-polylang-language-switcher .cpel-switcher__lang:last-child::after {
	display: none;
}

/* BANNER SCROLL ICON */
.scroll-icon-element {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
	width: 100px !important;
}
.scrollto-area {
	float: left;
	width: 100%;
	text-align: center;
}
.scroll-icon-element .scrollicon {
	height: 60px;
	width: 30px;
	border: 2px solid var(--c--primary);
	border-radius: 30px;
	position: relative;
    display: inline-block;
}
.scroll-icon-element .scrollicon::after {
	content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    border-radius: 10px;
    background-color: var(--c--primary);
    transition: all .2s linear;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: translate(0px, -10px);
    animation-name: mousewheel;
  	animation-duration: 3s;
  	animation-timing-function: ease-out;
  	animation-iteration-count: infinite;
}
@keyframes mousewheel {
	0% {
		transform: translate(0px, -10px);
	}
	50% {
		transform: translate(0px, 10px);
		opacity: 1;
	}
	100% {
		transform: translate(0px, 10px);
		opacity: 0;
	}
}
.scroll-icon-element .scrolltext {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: var(--ls--large);
}
/* ===============================
	BUTTONS
=============================== */
.wpcf7-form-control.wpcf7-submit.ns-cf-submit,
.elementor-widget-button .elementor-button {
	background-color: transparent !important;
	border-radius: 100px !important;
	font-weight: bold;
	font-size: 18px;
	min-width: 200px;
	text-align: center;
	letter-spacing: var(--ls--medium);
}
.elementor-element.elementor-button-info .elementor-button {
	color: #fff;
}
.wpcf7-form-control.wpcf7-submit.ns-cf-submit {
	background-color: transparent;
	color: var(--c--dark-green);
	border: 1px solid var(--c--primary);
	transition: color .2s ease 0s, transform .4s ease-in-out .6s, opacity .4s ease-in-out .6s;
}
.wpcf7-form-control.wpcf7-submit.ns-cf-submit:hover,
.elementor-element .elementor-button:hover {
	color: #fff;
	background-color: var(--c--primary) !important;
}
.elementor-button .elementor-align-icon-left {
	margin-right: 10px;
}
.elementor-element .elementor-button .elementor-button-icon {
	color: var(--c--primary);
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.elementor-element .elementor-button:hover .elementor-button-icon {
	color: var(--c--dark-green);
}
.elementor-element.elementor-button-success .elementor-button {
	background-color: var(--c--primary) !important;
	color: #fff;
}
.elementor-element.elementor-button-success .elementor-button .elementor-button-icon {
	color: var(--c--dark-green);
}
/* ===============================
	NOSUN ELEMENTOR ELEMENTS
=============================== */
/* HIGHLIGHT TEXT */
.ns-element-highlight-text {
	float: left;
	width: 100%;
	max-width: 785px;
}
.ns-element-highlight-text h2 {
	font-weight: normal;
	font-size: 46px !important;
	line-height: 1.6;
	margin-bottom: 0;
}
.ns-element-highlight-text p {
	transition: color .2s ease .2s;
	margin-bottom: 0;
}
.ns-element-highlight-text strong {
	color: var(--c--primary);
	font-weight: normal !important;
	transition: color .2s ease .2s;
}
.ns-element-highlight-text em {
	color: var(--c--primary-50);
	font-style: normal !important;
}
/* ZAHL TEXTBLOCK */
.ns-element-zahl-textblock {
	float: left;
	width: 100%;
}
.ns-element-zahl-textblock p {
	color: #000;
}
.ns-element-zahl-textblock .number-wrap {
	float: left;
	width: 100%;
	padding-bottom: 22px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.ns-element-zahl-textblock .number-wrap::after {
	content: "";
	width: 0;
	height: 2px;
	background-color: var(--c--primary);
	position: absolute;
	bottom: 0;
	left: 0;
    transition: all .4s ease-in-out .2s;
}
.ns-element-zahl-textblock .number-wrap span {
	font-size: 100px;
	color: #fff;
	-webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--c--primary);
	line-height: 1;
	bottom: -120px;
	position: relative;
	font-weight: bold;
    transition: all .4s ease-in-out .2s;
}
/* BILDTEXT */
.ns-element-bildtext {
	float: left;
	width: 100%;
}
.ns-element-bildtext .ns-bildtext-wrapper {
	max-width: 1170px;
	padding: 0 30px;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	min-height: 940px;
	align-items: center;
	z-index: 3;
}
.ns-element-bildtext .ns-bildtext-image-container {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 0;
	height: calc(100% + 160px);
	z-index: 2;
	width: 50%;
	overflow: hidden;
}
.ns-element-bildtext .ns-bildtext-image-container .ns-bildtext-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 0s linear 1s;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.ns-element-bildtext .ns-bildtext-image-mobile {
	display: none;
}
.ns-element-bildtext .ns-bildtext-image-container::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-color: var(--c--primary);
	transform: translateX(-100%);
	animation-timing-function: ease-in-out;
}
@keyframes imageoverlay {
	0% {
		transform: translateX(-100%);
	}
	33% {
		transform: translateX(0);
	}
	66% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-image-container::after {
	transform: translateX(100%);
}
@keyframes imageoverlayRight {
	0% {
		transform: translateX(100%);
	}
	33% {
		transform: translateX(0);
	}
	66% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.ns-element-bildtext .ns-bildtext-content-container {
	grid-column: 2;
	padding-left: 85px;
	position: relative;
	padding-top:40px;
	padding-bottom:40px;
}
.ns-element-bildtext .ns-bildtext-content-container::before {
	content: "";
	width: 70px;
	height: 70px;
	background-image: url("img/arrow.svg");
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	opacity: 0;
	transform: translate(-105px, -10px);
	transition: all .2s ease-in .2s;
}
.ns-element-bildtext .ns-bildtext-content-container h2 {
	margin-bottom: 40px;
}
.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-image-container {
	left: auto;
	right: 0;
}
.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-content-container {
	grid-column: 1;
	padding-left: 0px;
	padding-right: 85px;
}
.ns-element-bildtext .elementor-button {
	margin-top: 40px;
	text-decoration: none !important;
	color: #fff;
}
.ns-element-bildtext .elementor-button:hover {
	background-color: var(--c--primary);
}
.ns-element-bildtext .ns-bildtext-text-wrap,
.ns-element-bildtext .ns-bildtext-text-wrap p {
	color: var(--c--dark-green);
}
.ns-bildtext-text-wrap li {
	margin-bottom: 20px;
	padding-left: 20px;
	position: relative;
}
.ns-bildtext-text-wrap li::before {
	background-image: url("img/listitem-orange.svg");
    width: 10px;
    height: 18px;
    background-size: 10px;
    position: absolute;
    top: 8px;
}
.ns-element-bildtext.ns-bildtext-bg-orange {
	background-color: var(--c--primary);
}
.ns-element-bildtext.ns-bildtext-bg-hellgruen {
	background-color: #bfd1d6;
}
.ns-element-bildtext.ns-bildtext-bg-dunkelgruen {
	background-color: var(--c--dark-green);
}
.ns-bildtext-bg-dunkelgruen h2,
.ns-bildtext-bg-orange h2,
.ns-bildtext-bg-dunkelgruen h4,
.ns-bildtext-bg-orange h4,
.ns-bildtext-bg-dunkelgruen .ns-bildtext-text-wrap,
.ns-bildtext-bg-dunkelgruen .ns-bildtext-text-wrap p,
.ns-bildtext-bg-orange .ns-bildtext-text-wrap,
.ns-bildtext-bg-orange .ns-bildtext-text-wrap p {
	color: #fff !important;
}
.ns-bildtext-bg-dunkelgruen .ns-bildtext-text-wrap li::before,
.ns-bildtext-bg-orange .ns-bildtext-text-wrap li::before {
	background-image: url("img/listitem-lightgreen.svg");
}
.ns-bildtext-bg-orange .ns-bildtext-content-container::before,
.ns-bildtext-bg-orange .ns-bildtext-text-wrap li::before {
	-webkit-filter: brightness(0) invert(1);
  	filter: brightness(0) invert(1);
  	opacity: .5;
}
.ns-element-bildtext.ns-bildtext-bg-weiss .elementor-button {
	color: var(--c--dark-green);
}
.ns-element-bildtext.ns-bildtext-bg-weiss .elementor-button:hover {
	color: #fff;
}
.ns-element-bildtext.ns-bildtext-bg-orange .elementor-button {
	border-color: #fff;
}
.ns-element-bildtext.ns-bildtext-bg-orange .elementor-button:hover {
	background-color: #fff !important;
	color: var(--c--dark-green);
}
/* ===============================
	HEADLINE ARROW
=============================== */
.ns-headline-arrow-align-left {text-align: left;}
.ns-headline-arrow-align-center {text-align: center;}
.ns-headline-arrow-align-right {text-align: right;}
.ns-headline-arrow {
	position: relative;
}
.ns-element-headline-arrow::before {
	content: "";
    width: 70px;
    height: 70px;
    background-image: url(img/arrow.svg);
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
	opacity: 0;
    transform: translate(-105px, -10px);
    transition: all .2s ease-in .2s;
}
/* ===============================
	TEAM
=============================== */
.ns-element-teammitglieder {
	float: left;
	width: 100%;
}
.team-unit,
.team-unit .team-foto-container,
.team-unit .team-foto-container img,
.team-unit .team-content-container {
	float: left;
	width: 100%;
}
.team-unit {
	margin-bottom: 50px;
}
.team-unit .team-foto-container {
	position: relative;
/* START ändern wenn teamfotos vorhanden */
	/*margin-bottom: 20px;
	padding-top: 137.03%;*/
	height:5px;
/* END ändern wenn teamfotos vorhanden */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* START ändern wenn teamfotos vorhanden */
.team-foto-container img {
	display:none !important;
}
/* END ändern wenn teamfotos vorhanden */
.team-unit .team-foto-container::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 5px;
	background-color: var(--c--primary);
	transition: width .2s ease-in-out 1s;
}
.team-unit h4 {
	margin-bottom: 0;
}
.team-unit .team-position {
	display: inline-block;
	margin-bottom: 20px;
	color: var(--c--primary);
	width: 100%;
	letter-spacing: var(--ls--medium);
	text-transform: uppercase;
	font-weight: 300;
}
.team-contacts {
	display: inline-block;
	width: 100%;
}
.team-contacts i {
	margin-right: 10px;
	color: var(--c--primary);
	display: inline-block;
}
.team-cta {
	line-height: 1.5;
    font-size: 26px;
	color: #fff;
	position: relative;
	padding-top: 137.03%;
	height: 0;
/* START ändern wenn teamfotos vorhanden */	
	display: none !important;
/* END ändern wenn teamfotos vorhanden */
}
.team-cta .team-cta-text-wrap {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 68px 20px;
	background-color: var(--c--primary);
	border-bottom: 5px solid var(--c--primary);
}
.team-cta svg {
	width: 100% !important;
	float: left;
}
.team-cta-quote {
	position:  absolute;
	top: 20px;
	left: 20px;
	width: 30px;
	height: 27px;
	z-index: 2;
}
.team-cta-link {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 52px;
	height: 30px;
	z-index: 2;
}
/* SWIPER */
.swiper-container {
	width: 100%;
	height: 100%;
}
/* ===============================
	MILESTONES
=============================== */
.ns-element-milestone {
	width: 100%;
}
.ns-element-milestone .number-wrap {
	min-height: 1px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.ns-element-milestone .number-wrap span {
	-webkit-text-fill-color: transparent;
  	-webkit-text-stroke-width: 2px;
  	-webkit-text-stroke-color: #fff;
	font-size: 74px;
  	float: left;
	width: 100%;
	line-height: 1.3;
}
.ns-element-milestone h2 {
	display: inline-block;
	min-height: 1px;
	clear: none;
	font-size: 28px;
	width: 100%;
	text-align: center;
}
/* one line */
.ns-element-milestone.ns-milestone-one-line {
	display: flex;
    align-items: center;
	float: left;
}
.ns-element-milestone.ns-milestone-one-line h2 {
	font-size: 74px;
	width: calc(75% - 30px);
	text-align: left;
	margin-bottom: 0;
	margin-left: 30px;
	float: left;
}
.ns-element-milestone.ns-milestone-one-line .number-wrap {
	width: 25%;
	text-align: left;
	margin-bottom: 0;
	float: left;
}
.ns-element-milestone.ns-milestone-one-line .number-wrap span {
	font-size: 98px;
	line-height: 1.3;
}
/* ===============================
	FOOTER
=============================== */
.footer-top .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 8px 15px 10px;
}
#footer-logo svg,
#footer-logo img {
	width: 200px !important;
	height: auto;
	margin-bottom: -42px;
	z-index: 2;
	position: relative;
}
.ekit-template-content-footer .menu-hauptmenue {
	list-style-type: none;
}
.ekit-template-content-footer .plsfe-switcher li:first-child::after {
    background-color: var(--c--primary);
}
#menu-unternehmen-en-2,
#menu-unternehmen-2 {
	text-align: center;
}
#menu-unternehmen-en li,
#menu-unternehmen-en-1 li,
#menu-unternehmen-en-2 li,
#menu-unternehmen li,
#menu-unternehmen-1 li,
#menu-unternehmen-2 li {
	display: inline-block;
	float: left;
}
#menu-unternehmen-en-2 li,
#menu-unternehmen-2 li {
	float: none;
}
#menu-unternehmen-en li,
#menu-unternehmen-en-1 li,
#menu-unternehmen-en-2 li,
#menu-unternehmen li,
#menu-unternehmen-1 li,
#menu-unternehmen-2 li {
	margin-right: 20px;
    position: relative;
}
#menu-unternehmen-en li::after,
#menu-unternehmen-en-1 li::after,
#menu-unternehmen-en-2 li::after,
#menu-unternehmen li::after,
#menu-unternehmen-1 li::after,
#menu-unternehmen-2 li::after {
	content: "";
    position: absolute;
    right: -11px;
    top: 0;
    height: 18px;
    bottom: 0;
    width: 2px;
    margin: auto;
    background-color: var(--c--primary);
}
#menu-unternehmen-en li:last-child,
#menu-unternehmen-en-1 li:last-child,
#menu-unternehmen-en-2 li:last-child,
#menu-unternehmen li:last-child,
#menu-unternehmen-1 li:last-child,
#menu-unternehmen-2 li:last-child {
	margin-right: 0;
}
#menu-unternehmen-en li:last-child::after,
#menu-unternehmen-en-1 li:last-child::after,
#menu-unternehmen-en-2 li:last-child::after,
#menu-unternehmen li:last-child::after,
#menu-unternehmen-1 li:last-child::after,
#menu-unternehmen-2 li:last-child::after {
	display: none;
}
#menu-unternehmen-en li a,
#menu-unternehmen-en-1 li a,
#menu-unternehmen-en-2 li a,
#menu-unternehmen li a,
#menu-unternehmen-1 li a,
#menu-unternehmen-2 li a {
	letter-spacing: var(--ls--small);
	color: #fff;
}
.footer-bottom a {
	color: #fff;
}
.ekit-template-content-footer .plsfe-menu .plsfe-item:hover,
.footer-bottom a:hover,
#menu-unternehmen-en-1 li a:hover,
#menu-unternehmen-en-2 li a:hover,
#menu-unternehmen-1 li a:hover,
#menu-unternehmen-2 li a:hover {
	color: var(--c--primary) !important;
}
/* ===============================
	CONTACT
=============================== */
/* CF7 */
.ns-cf-row {
	float: left;
	width: 100%;
	clear: both;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.ns-cf-row .ns-cf-col {
	float: left;
	min-height: 1px;
	width: 100%;
}
.ns-cf-row .ns-cf-col50 {
	grid-column: span 2;
}
.ns-cf-row .ns-cf-col100 {
	grid-column: span 4;
}
.wpcf7-response-output {
	float: left;
}
input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	background-color: #eef5f7 !important;
	border: none;
	border-radius: 0;
	padding: 10px 15px !important;
	height: 50px;
}
textarea {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	min-height: 300px;
}
input[type=email]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder, input[type=reset]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=text]::placeholder, input[type=url]::placeholder, select::placeholder, textarea::placeholder {
	color: var(--c--light-green);
	letter-spacing: var(--ls--small);
	font-weight: 300;
}
.checkbox-data-privacy .wpcf7-list-item {
    padding-left: 40px;
    position: relative;
    margin: 0;
}
.checkbox-data-privacy .wpcf7-list-item-label {
	font-size: 16px;
	color: var(--c--light-green);
}
.checkbox-data-privacy .wpcf7-list-item input {
	position: absolute;
	opacity: 0;
	width: 25px;
	height: 25px;
	left: 0;
    top: 10px;
}
.checkbox-data-privacy .wpcf7-list-item::before {
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7px;
	left: 0;
	background-color: #fff;
	border-radius: 50%;
	border: 2px solid var(--c--primary);
	pointer-events: none;
}
.checkbox-data-privacy .wpcf7-list-item::after {
	content: "";
	background: url("img/check.svg") 4px 4px no-repeat var(--c--primary);
	background-size: 18px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7px;
	left: 0;
	pointer-events: none;
	border-radius: 50%;
	transform: scale(0);
	transition: transform .2s cubic-bezier(.25,.75,.5,1.25);
}
.checkbox-checked .checkbox-data-privacy .wpcf7-list-item::after {
	transform: scale(1);
	opacity: 1;
}
.wpcf7-not-valid-tip {
    color: var(--c--primary);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/* ===============================
	ANIMATIONS
=============================== */
.anim-1,
/*h1, h2, h3,*/
h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transform-origin: 0 0;
	transition: color .2s ease 0s, transform .4s ease-in-out .2s, opacity .4s ease-in-out .2s;
}
.anim-2, h5 {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transform-origin: 0 0;
	transition: color .2s ease 0s, transform .4s ease-in-out .4s, opacity .4s ease-in-out .4s;
}
.anim-3,
.elementor-widget-button .elementor-button {
	opacity: 0;
	position: relative;
	transform: translateY(20px);
	transform-origin: 0 0;
	transition: color .2s ease 0s, transform .4s ease-in-out .6s, opacity .4s ease-in-out .6s;
}
/* ANIMATION COMPLETED */
.ekit-template-content-header .elementor-widget-button .elementor-button,
.footer-middle .elementor-widget-button .elementor-button,
.animComplete, .animComplete .anim-2, .animComplete .anim-3,
.elementor-editor-active .anim-1, .elementor-editor-active h1.elementor-heading-title, .elementor-editor-active h2.elementor-heading-title, .elementor-editor-active h3.elementor-heading-title,
.elementor-editor-active .anim-2, .elementor-editor-active h5, .elementor-editor-active .anim-3, .elementor-editor-active .elementor-widget-button .elementor-button {
	opacity: 1 !important;
	transform: translateY(0px) !important;
}
.elementor-editor-active .ns-element-headline-arrow::before, .elementor-editor-active .ns-element-bildtext .ns-bildtext-content-container::before,
.ns-element-headline-arrow.animComplete::before, .ns-element-bildtext .ns-bildtext-content-container.animComplete::before {
	opacity: 1 !important;
	transform: translate(-85px, -10px) !important;
}
.elementor-editor-active .ns-element-zahl-textblock .number-wrap span,
.ns-element-zahl-textblock .number-wrap.animComplete span {
	bottom: 0;
}
.elementor-editor-active .ns-element-zahl-textblock .number-wrap.animComplete::after,
.ns-element-zahl-textblock .number-wrap.animComplete::after {
	width: 100%;
}
.elementor-editor-active .ns-element-bildtext .ns-bildtext-image-container .ns-bildtext-image,
.ns-element-bildtext .ns-bildtext-image-container.animComplete .ns-bildtext-image {
	opacity: 1;
}
.elementor-editor-active .ns-element-bildtext .ns-bildtext-image-container::after,
.ns-element-bildtext .ns-bildtext-image-container.animComplete::after {
	animation: imageoverlay 2s;
}
.elementor-editor-active .ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-image-container::after,
.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-image-container.animComplete::after {
	animation: imageoverlayRight 2s;
}
.elementor-editor-active .team-unit .team-foto-container::after,
.team-unit.animComplete .team-foto-container::after {
	width: 100%;
}
/* SVG ANIMATION TEST */
#testarrow {
	width: 100% !important;
}
.cls-2 {
    clip-path: none !important;
}
#testarrow .gls-3 {
	fill: none !important;
}
.team-swiper-button-next,
.team-swiper-button-prev {
	display: none;
	width: 46px;
	height: 46px;
	padding: 8px;
	top: 30%;
	background: var(--c--dark-green) !important;
	text-align: center;
	right: 15px;
/* START ändern wenn teamfotos vorhanden */
	display: none !important;
/* END ändern wenn teamfotos vorhanden */
}
.team-swiper-button-prev {
	transform: rotate(180deg);
	right: auto;
	left: -40px;
}
.team-swiper-button-next svg,
.team-swiper-button-prev svg {
	height: 30px;
	float: none;
    display: inline-block;
}
.team-swiper-button-next svg path,
.team-swiper-button-prev svg path {
	fill: #fff !important;
}
.team-swiper-button-next.swiper-button-disabled, .team-swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}
.bg-arrow {
	height: 100%;
}
.subpage-banner-arrow {
	position: absolute;
	top: -130px;
	right: 0;
	width: 75% !important;
	height: auto;
	pointer-events: none;
	z-index: 2;
}
.subpage-banner-arrow + .elementor-element + .elementor-element {
	z-index: 3;
}
/* ===============================
	404
=============================== */
.error404 #content > .ast-container {
	width: 100%;
	max-width: 100%;
	display: block;
    float: left;
	padding: 0;
}
.error404 .ns-wrapper {
	padding: 0;
}
.error404 #primary {
	float: left;
	width: 100%;
	padding: 0 30px;
	margin: 80px 0 !important;
}
.top-banner-single {
	height: 500px;
	background: url("/wp-content/uploads/2021/07/VAT_Refund-Seite-30-Jahren-Oesterreichs-fuehrender-Refunder.jpg") center top no-repeat;
	background-size: cover;
	float: left;
	width: 100%;
}
/* ===============================
	MEDIA QUERIES
=============================== */
@media (min-width: 993px){
	.ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
		margin: 130px 0;
		padding: 0;
	}
}
/* START ändern wenn teamfotos vorhanden */
/*@media only screen and (min-width: 768px) {*/
	.ns-element-teammitglieder {
		margin-top: 20px;
		display: grid !important;
		grid-gap: 30px;
		grid-template-columns:repeat(4, 1fr) !important;
		transform: translate3d(0px, 0px, 0px) !important;
	}
@media (max-width:1080px) {
	.ns-element-teammitglieder {
		grid-template-columns:repeat(3, 1fr) !important;
	}
}
@media (max-width:767px) {
	.ns-element-teammitglieder {
		grid-template-columns:repeat(2, 1fr) !important;
		grid-gap: 20px !important;
	}
}
@media (max-width:375px) {
	.ns-element-teammitglieder {
		grid-template-columns:repeat(1, 1fr) !important;
	}
}
@media only screen and (min-width: 768px) {
	.ns-element-teammitglieder {
		display: grid;
		grid-gap: 30px;
	}
/* END ändern wenn teamfotos vorhanden */
	.bildrahmen {
		float: right;
	    width: auto !important;
	}
	.bildrahmen .elementor-widget-container {
	    position: relative;

	}
	/*	Rahmen bei Bildern
	 * .bildrahmen .elementor-widget-container::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		border: 2px solid var(--c--primary);
		border-radius: 50px;
		transform: translate(0, 0);
		transform: translate(-25px, 65px);
		transition: all .4s ease .2s;
	}*/
	.bildrahmen img {
	    transform: translate(0, 0);
		transition: all .4s ease .2s;
	}
	.bildrahmen.animComplete .elementor-widget-container::before {
		transform: translate(-15px, 45px);
	}
	.bildrahmen.animComplete img {
	    transform: translate(-40px, 70px);
	}
}
@media only screen and (max-width: 1560px) {
	.team-cta {		
	    font-size: 22px;
	}
}
@media only screen and (max-width: 1280px) {
 	.spalten-3-4-1-4 > .elementor-container > .elementor-column:first-child {
		width: calc(100% / 3);
	}
	.ns-element-milestone.ns-milestone-one-line h2 {
		width: calc(70% - 15px);
		margin-left: 15px;
		line-height: 1.0;
	}
	.ns-element-milestone.ns-milestone-one-line .number-wrap {
		width: 30%;
	}
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(3) {
		display: none;
	}
}
@media only screen and (max-width: 1024px) {
	.elementor-heading-title.elementor-size-xxl {
		font-size: 50px !important;
		max-width: 100%;
	}
	.ns-element-bildtext .ns-bildtext-content-container {
		padding-left: 40px;
	}
	.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-content-container {
		padding-right: 40px;
	}
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:first-child {
		width: 100%;
	}
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(2),
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(4) {
		width: 50%;
	}
	.ns-element-milestone.ns-milestone-one-line h2 {
		width: calc(60% - 15px);
		margin-left: 15px;
	}
	.ns-element-milestone.ns-milestone-one-line .number-wrap {
		width: 40%;
	}
	#header-logo svg {
		width: 200px;
	}
	/*.ekit-template-content-header .elementor-widget-polylang-language-switcher {
	    position: absolute;
	    top: 60px;
	    opacity: 0;
	    pointer-events: none;
	    transition: all .2s ease-in-out;
	}
	.menu-active .ekit-template-content-header .elementor-widget-polylang-language-switcher {
	    top: 80px;
	    opacity: 1;
	    pointer-events: all;
	}*/
}
@media only screen and (max-width: 767px) {
	.pb-lg {padding-bottom: 40px;}
	.pt-lg {padding-top: 40px;}
	.elementor-section.elementor-section-height-full {
	    min-height: 100vh;
	}
	.ns-element-highlight-text {
		max-width: 100% !important;
	}
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(2),
	.spalten-3-4-1-4 > .elementor-container > .elementor-column:nth-child(4) {
		width: 100%;
	}
	.elementor-section.elementor-section-height-full>.elementor-container {
	    height: 100%;
	}
	h1, .entry-content h1, .elementor-widget-heading h1.elementor-heading-title, h1 a {
		font-size: 34px;
	}
	h2, .entry-content h2, .elementor-widget-heading h2.elementor-heading-title, h2 a {
		font-size: 32px;
	}
	h3, .entry-content h3, .elementor-widget-heading h3.elementor-heading-title, h3 a {
		font-size: 26px;
	}
	h4, .entry-content h4, .elementor-widget-heading h4.elementor-heading-title, h4 a {
		font-size: 22px;
	}
	.team-contacts,
	h5, .entry-content h5, .elementor-widget-heading h5.elementor-heading-title, h5 a {
		font-size: 16px;
	}
	.shrinked #header-logo svg,
	#header-logo svg {
		width: 140px;
	}
	.ns-element-highlight-text h2 {
	    font-size: 34px !important;
	    line-height: 1.8;
	    margin-bottom: 0;
	}
	.menu-overlay {
		min-height: 100vh;
	    transform: translateY(-120vh);
	}
	.hamburger-wrap {
	    margin-left: 20px;
	}
	.ns-element-bildtext {
	    display: grid;
	    grid-template-columns: 1fr;
	}
	.ns-element-bildtext .ns-bildtext-image-mobile {
		display: block;
		float: left;
		width: 100%;
	}
	.ns-element-bildtext .ns-bildtext-wrapper {
		padding-left: 15px;
		padding-right: 15px;
		min-height: 20px;
	}
	.ns-element-bildtext .ns-bildtext-image-container {
		position: relative;
	    width: calc(100% - 30px);
	    height: auto;
	    margin: -100px 15px 60px;
	}
	.ns-element-zahl-textblock {
		padding-left: 40px;
	}
	.ns-element-bildtext.ns-bildtext-image-right .ns-bildtext-content-container,
	.ns-element-bildtext .ns-bildtext-content-container {
		padding-right: 0;
	    padding-left: 40px;
	    padding-bottom: 40px;
	}
	.ns-element-headline-arrow::before,
	.ns-element-bildtext .ns-bildtext-content-container::before {
		width: 40px;
    	height: 40px;
    	transform: translate(-75px, -5px);
	}
	.ns-element-headline-arrow.animComplete::before, .ns-element-bildtext .ns-bildtext-content-container.animComplete::before {
    	transform: translate(-55px, -5px) !important;
	}
	.elementor-section-wrap > section.elementor-section > .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-widget-wrap{
		padding: 0;
	}
	.ns-element-bildtext .ns-bildtext-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.anim-1, h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, .anim-2, h5, .anim-3, .elementor-widget-button .elementor-button {
		transition: color .2s ease 0s, transform .4s ease-in-out .2s, opacity .4s ease-in-out .2s;
	}
	.ns-element-teammitglieder {
/* START ändern wenn teamfotos vorhanden */
		/*display: flex !important;*/
/* END ändern wenn teamfotos vorhanden */
		grid-template-columns: repeat(1, 1fr) !important;
		padding-left: 0px;
	}
	.team-unit {
		width: calc(60vw - 0px);
		margin-bottom: 0;
	}
	.team-unit .team-foto-container::after {
		width: 100%;
	}
	.ns-cf-row {
		grid-gap: 15px;
		margin-bottom: 15px;
	}
	.team-swiper-button-next,
	.team-swiper-button-prev {
		display: block;
	}
	.ns-element-milestone.ns-milestone-one-line {
	    display: block;
	    padding-left: 40px;
	    margin-bottom: 40px;
	}
	.ns-element-milestone.ns-milestone-one-line h2 {
		width: 100%;
		margin-left: 0px;
		font-size: 48px;
	}
	.ns-element-milestone.ns-milestone-one-line .number-wrap {
		width: 100%;
		margin-bottom: 0px;
	}
	.ns-element-zahl-textblock .number-wrap span,
	.ns-element-milestone.ns-milestone-one-line .number-wrap span {
		font-size: 73px;
		line-height: 1.1;
	}
	#footer-logo svg,
	#footer-logo img {
		margin-bottom: -30px;
	}
	.ns-bildtext-text-wrap ul {
		margin-left: -20px;
	}
	.ekit-template-content-header .elementor-widget-button .elementor-button {
		padding: 0;
    	border: none;
    	border-radius: 0 !important;
    	min-width: 1px;
	}
	.ekit-template-content-header .elementor-widget-button .elementor-button:hover {
		background-color: transparent !important;
	}
	.ekit-template-content-header .elementor-widget-button .elementor-button .elementor-button-icon {
		margin-right: 0;
		font-size: 22px;
	}
	.menu-active .ekit-template-content-header .elementor-element.elementor-button-info .elementor-button i {
		color: #fff;
	}
	.hamburger {
	    width: 46px;
	}
	.menu-overlay::before {
		background-image: url("img/menu-overlay-arrow-mobile.svg");
	    right: -15%;
	    top: -3%;
	    background-size: 100%;
	}
	#footer-logo {
		text-align: center;
	}
	.footer-middle .plsfe-switcher {
		margin: 0;
	}
	.ns-element-zahl-textblock .number-wrap {
		padding-bottom: 0px;
    	margin-bottom: 20px;
	}
	.ns-element-bildtext .ns-bildtext-content-container h2 {
		margin-bottom: 20px;
	}
	.ns-element-headline-arrow {
		padding-left: 40px;
	}
	.bg-arrow {
		overflow: hidden;
	}
	.subpage-banner-arrow {
	    top: -75px;
	    right: auto;
	    left: 55px;
	    width: 100% !important;
	}
	.error404 #primary {
		margin: 40px 0 !important;
	}
	.top-banner-single {
		height: 485px;
	}
	.ns-element-headline-arrow h1 br,
	.ns-element-headline-arrow h2 br,
	.ns-element-headline-arrow h3 br,
	h2.elementor-heading-title br,
	.ns-element-bildtext .ns-bildtext-image-container::after,
	.ekit-template-content-header .elementor-widget-button .elementor-button .elementor-button-text,
	.ns-element-bildtext .ns-bildtext-image {
		display: none !important;
	}
}
@media only screen and (max-width: 544px) {
	h2, .entry-content h2, .elementor-widget-heading h2.elementor-heading-title, h2 a {
		font-size: 28px;
	}
	.ns-cf-row .ns-cf-col50 {
	    grid-column: span 4;
	}
	.menu-overlay::before {
	    top: -6%;
	}
}
@media only screen and (max-width: 414px) {
	.ns-element-highlight-text h2 {
	    font-size: 24px !important;
	}
	.team-unit {
		width: calc(80vw - 20px);
	}
}
@media only screen and (max-height: 700px) {
	.scroll-icon-element {
		position:static;
	}
}

