/*
Theme Name: scopeland
Theme URI: https://www.scopeland.io/
Author: CAF
Author URI: https://chris-andfriends.de/
Description: Custom Theme for scopeland
Version: 1.0.0
Text Domain: scopeland
*/

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


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

/*--------------------------------------------------------------
# WP Core Styles
--------------------------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

@font-face {
    font-family: 'RobotoBold';
    src: url('fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoMedium';
    src: url('fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root {
	--body-font: 'RobotoRegular', sans-serif;
  	--body-font-medium: 'RobotoMedium', sans-serif;
  	--body-font-bold: 'RobotoBold', sans-serif;
  	--heading-font: 'SubjectivityBold', sans-serif;
  	--navy-darker: #0f223d;
  	--navy-light: #448fff;
  	--vibrant-navy: #0f408a;
  	--orange: #ea6246;
  	--white: #ffffff;
  	--font-large: 24px;
  	--grey: #f2f2f2;
  	--main-transition-value: linear;
  	--linear-background: linear-gradient(108deg, rgba(15, 64, 138, 0.60) 20%, rgba(127, 81, 99, 0.00) 50%, rgba(234, 98, 70, 0.60) 80%), linear-gradient(259deg, rgba(0, 0, 0, 0.00) 0.47%, rgba(0, 0, 0, 0.50) 84.04%);
}

body {
	background: #fff;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 18px;
	color: var(--navy-darker);
}

.site {
	position: relative;
	overflow: hidden;
}

a {
	color: var(--navy-darker);
	text-decoration: none;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

a:hover {
	text-decoration: none;
}

strong {
	font-family: var(--body-font-bold);
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

.inner {
	width: 100%;
	max-width: 1660px;
	padding: 0 30px;
	margin: 0 auto;
}

.blog-content .inner {
	max-width: 780px;
}

.clear {
	clear: both;
}

h1, h2, h3, h4 {
	font-family: var(--body-font-medium);
	line-height: 1.2;
	margin-bottom: 10px;
}

h1, h2 {
	font-family: var(--body-font-bold);
}

h3, h4 {
	line-height: 1.3;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 46px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 18px;
	font-family: var(--body-font-medium);
}

p {
	line-height: 1.6;
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

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

input[type="text"], input[type="email"], textarea, select {
	width: 100%;
	border-radius: 12px;
	border: 1px solid #cfcfcf;
	background: var(--white);
	padding: 16px 24px;
	font-family: var(--body-font);
	font-weight: 400;
	font-size: 18px;
}

select {
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

span[data-name="your-anrede"] {
    display: block;
}

span[data-name="your-anrede"]::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 12px;
    height: 12px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>') no-repeat center;
    background-size: contain;
}

.cwrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cwrap.cols {
	align-items: normal;
	justify-content: normal;
	flex-wrap: wrap;
	margin: 0 -25px;
}

.cwrap.cols.valign {
	align-items: center;
}

.col4,
.col14 {
	flex: 1 1 25%;
	max-width: 25%;
	padding: 0 25px;
}

.col3,
.col13 {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding: 0 25px;
}

.col {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 25px;
}

.col23 {
	flex: 1 1 66.67%;
	max-width: 66.67%;
	padding: 0 25px;
}

.col34 {
	flex: 1 1 75%;
	max-width: 75%;
	padding: 0 25px;
}

.col12 {
	flex: 1 1 100%;
	max-width: 100%;
	padding: 0 25px;
}

.button,
.site-menu ul li.menu-button a,
input[type="submit"] {
	background-color: var(--vibrant-navy);
	padding: 16px 40px;
	border-radius: 10px;
	display: inline-block;
	font-family: var(--body-font-medium);
	color: #fff;
	font-size: 16px;
	transition: all 0.2s var(--main-transition-value) 0s;
}

input[type="submit"] {
	border: 0;
	cursor: pointer;
}

.button.button-orange,
input[type="submit"] {
	background-color: var(--orange);
}

.button.button-white {
	background-color: var(--white);
	color: var(--navy-darker);
}

.button.button-grey {
	background-color: var(--grey);
	color: var(--navy-darker);
	border: 2px solid var(--navy-darker);
}

.news-mini-teaser .button {
	padding: 8px 20px;
}

.button:hover {
	background-color: var(--navy-darker);
	color: var(--white);
}

.button.button-orange:hover,
input[type="submit"]:hover {
	background-color: var(--white);
	color: var(--navy-darker);
}

.no-margin {
	margin: 0;
}

.loader {
	width: 100px;
	margin: 0 auto;
	--b: 18px; 
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000 10%, var(--vibrant-navy)) content-box;
	-webkit-mask:
		repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
		radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
	animation:l4 1s infinite steps(10);
}

@keyframes l4 {
	to {
		transform: rotate(1turn)
	}
}

blockquote {
	position: relative;
	padding: 20px 0 0 100px;
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 62px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='97' height='71' viewBox='0 0 97 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:multiply' clip-path='url(%23clip0_1736_1961)'%3E%3Cpath d='M1.9039 18.2074C5.10203 7.53461 14.622 0.357422 25.5923 0.357422C39.2773 0.357422 50.4336 11.6252 50.4336 25.459C50.4336 34.8674 45.3389 43.309 37.2692 47.6227C37.6783 52.0109 39.5005 61.3449 46.9752 63.3902C48.7602 63.8737 49.913 65.5843 49.6898 67.4065C49.4667 69.2287 47.9792 70.6418 46.1198 70.679H45.562C41.9177 70.679 21.9108 69.8609 8.96953 52.4943C0.565158 41.2265 -1.92641 28.9918 1.9039 18.2074Z' fill='%23FBE0DA'/%3E%3Cpath d='M72.1494 -1.1792C60.517 -1.1792 50.4353 6.42726 47.0381 17.6958C43.0158 29.0527 45.7026 41.7935 54.3242 53.353C67.7103 71.3165 88.3605 72.1421 92.1191 72.1421H92.7061C95.3453 72.0893 97.4256 70.0816 97.7354 67.5522C98.0496 64.9863 96.4262 62.5854 93.9277 61.9067C90.7789 61.0451 88.7315 58.6375 87.3926 55.7222C86.2413 53.2153 85.686 50.4713 85.4268 48.4077C93.4685 43.6985 98.4902 35.0283 98.4902 25.4224C98.4902 10.7749 86.6771 -1.17896 72.1494 -1.1792Z' fill='%23FBE0DA' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1736_1961'%3E%3Crect width='97' height='71' fill='white' transform='matrix(-1 0 0 1 97 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

.light_grey-scheme blockquote::before,
.grey-design blockquote::before {
    width: 100px;
    height: 92px;
    top: -10px;
    left: -6px;
    background-image: url("data:image/svg+xml,%3Csvg width='119' height='119' viewBox='0 0 119 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.9039 42.2074C12.102 31.5346 21.622 24.3574 32.5923 24.3574C46.2773 24.3574 57.4336 35.6252 57.4336 49.459C57.4336 58.8674 52.3389 67.309 44.2692 71.6227C44.6783 76.0109 46.5005 85.3449 53.9752 87.3902C55.7602 87.8737 56.913 89.5843 56.6898 91.4065C56.4667 93.2287 54.9792 94.6418 53.1198 94.679H52.562C48.9177 94.679 28.9108 93.8609 15.9695 76.4943C7.56516 65.2265 5.07359 52.9918 8.9039 42.2074Z' fill='%23FBE0DA'/%3E%3Cpath d='M79.1494 22.8208C67.517 22.8208 57.4353 30.4273 54.0381 41.6958C50.0158 53.0527 52.7026 65.7935 61.3242 77.353C74.7103 95.3165 95.3605 96.1421 99.1191 96.1421H99.7061C102.345 96.0893 104.426 94.0816 104.735 91.5522C105.05 88.9863 103.426 86.5854 100.928 85.9067C97.7789 85.0451 95.7315 82.6375 94.3926 79.7222C93.2413 77.2153 92.686 74.4713 92.4268 72.4077C100.468 67.6985 105.49 59.0283 105.49 49.4224C105.49 34.7749 93.6771 22.821 79.1494 22.8208Z' fill='%23FBE0DA' stroke='%23F2F2F2' stroke-width='3'/%3E%3C/svg%3E");
}

/*--------------------------------------------------------------
# Loader Styles
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	background-color: var(--navy-darker);
	padding: 24px 0;
}

.header-wrap {

}

.site-branding img {
	max-width: 170px;
}

.site-menu {
	display: flex;
	align-items: center;
}

.site-menu ul {
	display: flex;
	align-items: center;
}

.site-menu ul li {
	padding: 16px 0;
	margin-left: 40px;
	position: relative;
}

.site-menu ul li:first-child {
	margin-left: 0;
}

.site-menu ul li a {
	color: #fff;
	font-family: var(--body-font-medium);
}

.site-menu ul li:hover a {
	color: var(--orange);
}

.site-menu ul li a svg {
	fill: #fff;
	display: inline-block;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

.site-menu ul li:hover a svg {
	fill: var(--orange);
}

.site-menu ul ul {
	position: absolute;
	top: 50px;
	left: -25px;
	background-color: #fff;
	border-radius: 12px;
	padding: 10px;
	display: block;
	display: none;
	min-width: 200px;
}

.site-menu ul li:hover > ul {
	display: block;
}

.site-menu ul ul li {
	margin-left: 0;
	padding: 0;
}

.site-menu ul li:hover ul li a {
	color: var(--navy-darker);
	white-space: nowrap;
	padding: 12px 15px;
	display: block;
}

.site-menu ul li:hover ul li:hover a {
	color: var(--orange);
}

.lang-dropdown {
	padding: 15px 0;
	margin: 0 40px;
	position: relative;
}

.lang-dropdown > a {
	color: #fff;
	display: flex;
	font-family: var(--body-font-medium);
}

.lang-dropdown > a span {
	display: inline-block;
	padding-left: 8px;
	text-transform: uppercase;
}

.lang-options {
	position: absolute;
	background-color: #fff;
	padding: 10px;
	border-radius: 12px;
	top: 50px;
	left: -5px;
	display: none;
}

.lang-dropdown:hover .lang-options {
	display: block;
}

.lang-options a {
	font-family: var(--body-font-medium);
	font-size: 18px;
	display: block;
	padding: 6px 10px;
	text-transform: uppercase;
}

.lang-options a:hover {
	color: var(--orange);
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

.mobile-slide {
	position: relative;
	height: 48px;
	width: 48px;
	background-color: #fff;
	display: none;
	cursor: pointer;
	border-radius: 50%;
	padding: 16px 12px 14px;
}

.mobile-slide span {
	background-color: var(--navy-darker);
	display: block;
	height: 3px;
	position: relative;
	transition: background .2s ease-out;
	width: 24px;
	top: 7px;
	transition: all .3s ease-out;
}

.mobile-slide span::before,
.mobile-slide span::after {
	background-color: var(--navy-darker);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.mobile-slide span::before {
	top: 8px;
}

.mobile-slide span::after {
	top: -8px;
}

.menu-opened .mobile-slide span {
	background: transparent;
}

.menu-opened .mobile-slide span:before,
.menu-opened .mobile-slide span:after {
	top: 0;
}

.menu-opened .mobile-slide span:before {
	transform: rotate(-45deg);
}

.menu-opened .mobile-slide span:after {
	transform: rotate(45deg);
}

.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: var(--navy-darker);
	padding-top: 78px;
	display: none;
}

.mobile-menu-inner {
	position: relative;
	height: 100%;
	padding: 20px 0;
}

.mobile-menu-inner > div {
	position: relative;
	height: 100%;
}

.mobile-menu ul {
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}

.mobile-menu ul li {
	border-bottom: 1px solid #3d5477;
}

.mobile-menu ul li:first-child {
	border-top: 1px solid #3d5477;
}

.mobile-menu ul li a {
	display: block;
	font-size: 24px;
	font-family: var(--body-font-medium);
	padding: 20px 30px;
	color: #fff;
}

.mobile-menu ul.sub-menu {
    display: none;
}

.mobile-menu ul.sub-menu li a {
    font-size: 20px;
    padding-left: 40px;
}

.mobile-menu ul.sub-menu li:last-child {
    text-align: left;
}

.mobile-menu ul li.menu-item-has-children a {
    position: relative;
}

.mobile-menu ul li.menu-item-has-children > a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	content: "";
	background: url('images/arrow-Icon-light.png') no-repeat center / contain;
}

.mobile-menu ul li.menu-item-has-children.submenu-open > a::before {
    transform: translateY(-50%) rotate(180deg);
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.site-content {
	padding-top: 98px;
}

.main-header {
	height: calc(100vh - 103px);
	position: relative;
	color: var(--white);
}

.main-header:before,
.main-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-header:before {
	background: var(--linear-background);
	content: "";
	z-index: 2;
	opacity: 0.7;
}

.main-header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg-full {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.main-header .inner,
.sekundarer-cta .inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: end;
	height: calc(100% - 116px);
}

.sekundarer-cta .inner {
	height: auto;
}

.header-content,
.sekundarer-cta-content {
	max-width: 900px;
}

.header-content h1 {
	margin-bottom: 0;
}

.header-content .scopeland-text {
    padding-top: 32px;
}

.header-content p {
	font-size: var(--font-large);
    margin-bottom: 12px;
}

.header-content p:last-child {
    margin-bottom: 0;
}

.header-buttons a {
	margin-right: 16px;
}

.kundenliste-modul .header-buttons a {
    margin-right: 0;
}

.main-header.sub-header {
	height: 50vh;
}

@media (min-width: 1500px) {
	
	.main-header.sub-header {
		min-height: 50vh;
		height: auto;
		padding-top: 2rem;
		padding-bottom: 2rem;
		display: flex;
        justify-content: center;
        align-items: center;
	}
}

.third-header {
	padding: 120px 0 0;
}

.news-mini-teaser h3 {
	line-height: 44px;
	font-family: var(--body-font-medium);
}

.section {
	padding: 100px 0;
	position: relative;
}

.single-jobs .text-modul {
    padding: 100px 0 0;
}

.news-mini-teaser.section,
.tertiarer-cta {
	padding: 40px 0;
}

.teaser-title {
	display: inline-block;
	padding-right: 24px;
}

.news-teaser {
	padding-left: 60px;
}

.news-teaser a {
	display: block;
}

.timeline {
	height: 8px;
	position: relative;
}

.timeline-bar {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: var(--orange);
	transition: width 0.3s var(--main-transition-value) 0s;
}

.teaser-slider:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 25%;
	height: 100%;
	content: "";
	z-index: 2;
	background: linear-gradient(90deg, rgba(242, 242, 242, 0.00) 0%, #F2F2F2 60%);
}

.news-header {
	padding-right: 50px;
}

.slider-nav {
	width: 140px;
	text-align: right;
}

.kundenliste-header .slider-nav {
    width: auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.gallery-container:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 5;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 80%, #FFF 100%);
}

.logo-module .slider-nav {
	text-align: left;
	padding-top: 5px;
}

.logo-module h2 {
	margin-bottom: 24px;
}

.gallery-image {
	background-color: var(--grey);
	padding: 12px;
	margin: 8px 4px;
	border-radius: 8px;
	height: 80px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

.gallery-image img {
	margin: 0 auto;
	mix-blend-mode: multiply;
}

.news-normal-teaser {
	overflow: hidden;
}

.news-normal-teaser h2 {
	margin-bottom: 0;
	font-family: var(--body-font-medium);
}

.news-header-wrap {
    gap: 16px;
}

.news-header-wrap .button {
    padding: 19px 40px;
}

.news-normal-teaser h3 {
	font-family: var(--body-font-medium);
}

.sub-heading {
	font-family: var(--body-font-medium);
	font-size: 20px;
	margin-bottom: 16px;
}

.slider-nav a {
	width: 54px;
	height: 54px;
	display: inline-block;
	border-radius: 10px;
	background-color: var(--navy-darker);
	position: relative;
	margin-left: 15px;
}

.slider-nav a svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.slider-nav a.slide-prev {
	margin-left: 0;
}

.slider-nav a.slide-prev svg {
	transform: translate(-50%, -50%) rotate(180deg);
}

.news-normal-content,
.presse-ubersicht .cwrap {
	padding-top: 80px;
}

.news-normal-content .slick-list {
	overflow: visible;
}

.news-normal-content .slick-track {
    display: flex !important;
}

.news-normal-content .slick-slide {
	padding: 0 22px;
	height: inherit !important;
}

.news-card {
    min-width: 500px;
    max-width: 500px;
	position: relative;
	height: 100%;
}

.news-card a {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	overflow: hidden;
	background-color: var(--white);
	position: relative;
	height: 100%;
}

.white-scheme .news-card a {
    background-color: var(--grey);
}

.news-card a:hover {
	background-color: var(--orange);
}

.news-card-img {
	display: block;
	overflow: hidden;
	aspect-ratio: 1 / 0.6;
	position: relative;
}

.news-card-img span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s var(--main-transition-value) 0s;
}

.news-card a:hover .news-card-img span {
	transform: scale(1.1);
}

.news-card-content {
	display: block;
	padding: 20px 40px;
}

.news-date {
	font-size: 15px;
	margin-bottom: 8px;
	font-family: var(--body-font-medium);
}

.news-tag {
	font-size: 20px;
	text-transform: uppercase;
	font-family: var(--body-font-medium);
	margin-bottom: 16px;
}

.slick-arrow {
	display: none !important;
}

.presse-ubersicht h2,
.presse-ubersicht p.sub-heading {
	text-align: center;
}

.presse-ubersicht h2 {
	margin-bottom: 0;
}

.presse-ubersicht .cwrap {
	margin: 0 -15px;
}

.presse-ubersicht .col4 {
	padding: 15px;
}

.press-card {
	position: relative;
	height: 100%;
}

.press-card a {
	border-radius: 24px;
	overflow: hidden;
	display: block;
	padding: 20px 40px 80px 40px;
	position: relative;
	height: 100%;
}

.light_grey-scheme .press-card a,
.light_grey-scheme .benefit-card::before {
    background-color: #fff;
}

.white-scheme .press-card a {
    background-color: var(--grey);
}

.press-card a:hover {
	background-color: var(--orange);
}

.press-card .news-date {
	text-transform: uppercase;
}

.press-card h3 {
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 0;
}

.download-svg {
	position: absolute;
	bottom: 35px;
	right: 40px;
}

.main-blog-article .cwrap.cols,
.big-teaser-slider .cwrap.cols {
	align-items: center;
	border-radius: 24px;
	overflow: hidden;
	margin: 0;
}

.white-scheme .main-blog-article .cwrap.cols {
    background-color: var(--grey);
}

.main-blog-img,
.main-blog-article .news-card-content,
.big-teaser-slider .news-card-content {
	flex: 1 1 50%;
	max-width: 50%;
	padding: 0 25px;
}

.main-blog-article .news-card-content,
.big-teaser-slider .news-card-content {
	padding: 20px 25px;
}

.main-blog-img {
	padding-left: 0;
	padding-right: 0;
}

.main-blog-article .news-card-content,
.big-teaser-slider .news-card-content {
	padding-left: 50px;
}

.blog-filters {
	display: inline-block;
	padding: 80px 0 60px;
}

.blog-filters a {
	display: inline-block;
	padding: 8px 16px 10px 16px;
	line-height: 1.4;
	font-size: 18px;
}

.blog-filters a.active-blog {
	background-color: var(--navy-darker);
	color: var(--white);
	border-radius: 8px;
}

.blog-posts .col3 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.blog-posts .news-card a {
	background-color: var(--grey);
}

.blog-posts .news-card-img {
	aspect-ratio: 1 / 0.6;
}

.load-posts {
	text-align: center;
	padding-top: 50px;
}

.news-artikelhervorhebung .news-normal-content .slick-list {
	overflow: hidden !important;
	padding: 0 !important;
}

.news-artikelhervorhebung .news-normal-content .slick-slide {
	padding: 0;
}

.primarer-cta {
	background-color: var(--navy-darker);
	color: #fff;
	text-align: center;
}

.primarer-cta-logos.cwrap {
	justify-content: center;
	align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 64px;
}

.logos-text {
	display: inline-block;
	text-align: right;
	padding-bottom: 5px;
}

.logos.cwrap {
    justify-content: start;
    gap: 28px;
}

.logos img {
	max-width: 180px;
    max-height: 80px;
    height: auto;
    width: auto;
}

.primarer-cta .header-buttons.has-additional {
	padding: 30px 0 80px;
}

.primarer-cta .header-buttons.no-additional {
    padding: 30px 0 0;
}

.sekundarer-cta {
	color: var(--white);
}

.sekundarer-cta-content {
	padding-top: 200px;
}

.sekundarer-cta-content p:not(.sub-heading) {
	padding: 20px 0;
}

.tertiarer-cta h3 {
	margin-bottom: 0;
}

.kontakt-heading {
	padding-bottom: 80px;
}

.kontakt-section h2 {
	margin-bottom: 0;
	padding: 16px 0 24px;
}

.kontakt-block img {
	max-width: 48px;
}

.kontakt-section h3 {
	margin: 0;
	padding: 24px 0 16px;
}

.kontakt-section a {
	text-decoration: underline;
}

.kontakt-block.cwrap .col {
	padding-bottom: 40px;
}

.kontakt-mit-bild .inner > .cwrap {
	align-items: center;
}

.kontakt-mit-bild > .inner > .cwrap > .col:last-child {
	text-align: right;
}

.kontakt-section > .inner > .cwrap img {
	border-radius: 40px;
}

.kontakt-card,
.features-card,
.benefit-card {
	border-radius: 24px;
	background-color: var(--white);
	padding: 40px;
	position: relative;
	height: 100%;
	overflow: hidden;
}

.kontaktformular .kontakt-heading {
	text-align: center;
}

.wpcf7-form {
	max-width: 540px;
	margin: 0 auto;
}

.wpcf7-form label {
	display: block;
	font-size: 16px;
	margin-bottom: 8px;
}

.wpcf7-form br {
	display: none;
}

.wpcf7-form .cwrap {
	margin-bottom: 24px;
}

.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form .cf-note label {
	position: relative;
	padding-left: 30px;
	font-size: 14px;
}

.wpcf7-form .cf-note label > span {
	position: absolute;
	top: 2px;
	left: 0;
}

.wpcf7-form .cf-note label > span label {
    padding-left: 0;
}

.cf-submit {
	text-align: center;
	padding-top: 16px;
}

.large-image-modul .col34 {
	padding: 0 140px 0 80px;
}

.large-image {
	padding-top: 160px;
	text-align: center;
}

.text-bild-module .cwrap {
	padding-top: 80px;
	align-items: center;
}

.text-bild-module h4,
.video-text-modul h4 {
	color: var(--vibrant-navy);
	margin-bottom: 30px;
}

.cwrap-first .col:last-child {
	text-align: right;
}

.text-bild-module img {
	border-radius: 40px;
}

.text-bild-module .cwrap strong,
.video-text-modul .cwrap strong {
	color: var(--orange);
}

.video-text-modul .cwrap.cols {
	align-items: center;
}

.video-text-modul .header-buttons .button:first-child:hover {
	background-color: var(--grey);
	color: var(--navy-darker);
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625 or 56.25%) */
    overflow: hidden;
}

.video-wrapper video,
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.text-modul-content {
	max-width: 1300px;
}

.text-modul-design.border,
.text-modul-design.background {
    padding: 60px;
    border-radius: 30px;
}

.text-modul-design.border.disable-spacing,
.text-modul-design.background.disable-spacing {
    padding: 0;
    border-radius: 0;
}

.text-modul-content h3 {
	margin-bottom: 30px;
	font-family: var(--body-font-medium);
}

.text-modul-large p {
    font-size: 30px;
    font-family: var(--body-font-medium);
}

.text-modul-large .styled-list-modul ul li {
    font-size: 30px;
    font-family: var(--body-font-medium);
}

.kundenliste-modul .cwrap,
.kundenliste-slider {
	padding-top: 80px;
	padding-bottom: 40px;
}

.kundenliste-wrap {
	position: relative;
}

.kundenliste-slider {
    padding-top: 40px;
}

.kundenliste-gradient {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 160px;
	pointer-events: none;
	background: linear-gradient(to left, rgba(242,242,242,1), rgba(242,242,242,0));
    z-index: 1;
}

.kundenliste-gradient.gradient-left {
    left: 0;
    right: auto;
	background: linear-gradient(to left, rgba(242,242,242,0), rgba(242,242,242,1));
}

.kundenliste-header {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 2;
}

.special-section h4,
.special-section h2 {
	text-align: center;
}

.special-section .cwrap h4 {
	text-align: left;
	margin-bottom: 24px;
}

.special-section ul,
.special-section ol,
.blog-content ul,
.blog-content ol,
.detailseite-benefits-content ul,
.detailseite-benefits-content ol,
.process-block-content ul,
.process-block-content ol {
	padding: 0 0 20px 30px;
}

.special-section ul li,
.special-section ol li,
.blog-content ul li,
.blog-content ol li,
.detailseite-benefits-content ul li,
.detailseite-benefits-content ol li,
.process-block-content ul,
.process-block-content ol {
	list-style: disc outside none;
	line-height: 1.4;
	margin-bottom: 15px;
}

.special-section ol li,
.blog-content ol li,
.detailseite-benefits-content ol li,
.process-block-content ol li {
	list-style-type: decimal;
}

.features-card ul {
	padding-left: 0;
}

.features-card ul li {
	list-style-type: none;
	padding-left: 30px;
	position: relative;
}

.features-card ul li:before {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	background: url('images/icon-list-item.png') no-repeat center / contain;
}

.special-section .header-buttons {
	text-align: center;
}

.feat-heading {
	justify-content: start;
	align-items: center;
	padding-bottom: 40px;
}

.special-section .cwrap .feat-heading h4 {
	padding-left: 24px;
	margin-bottom: 0;
}

.feat-bottom {
	text-align: center;
}

.feat-bottom .header-buttons {
	padding-top: 24px;
}

.features-first {
	padding-top: 80px;
	padding-bottom: 240px;
}

.features-first.cwrap .col3:first-child,
.features-first.cwrap .col3:last-child {
	position: relative;
	top: 180px;
}

.features-second {
	padding-bottom: 80px;
}

.features-second.cwrap.cols {
	justify-content: center;
	margin: 0 -60px;
}

.features-second .col3 {
	padding: 0 60px;
	flex: 1 1 38%;
  	max-width: 38%;
}

.features-rows {
	position: relative;
}

.features-rows:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	height: 70%;
	aspect-ratio: 1 / 1;
	content: "";
	border-radius: 50%;
	border: 30px solid #cfcfcf;
}

.benefit-modul {
	background-color: var(--navy-darker);
	color: var(--white);
}

.benefit-modul .cwrap {
	margin: 0 -15px;
	padding-top: 50px;
}

.benefit-modul .col3 {
	padding: 30px 15px 0 15px;
}

.benefit-card {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: transparent;
	display: flex;
  	flex-direction: column;
  	justify-content: flex-end;
}

.benefit-modul:not(.benefit-modul-v2) .benefit-card {
    padding-top: 180px;
}

.benefit-modul.white-scheme {
    color: var(--navy-darker);
}

.benefit-modul-v2 .benefit-card {
  	justify-content: flex-start;
}

.benefit-modul.white-scheme .benefit-card {
    background-color: var(--grey);
}

.benefit-modul.white-scheme .benefit-card::before {
    display: none;
}

.benefit-card:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
	content: "";
}

.benefit-card:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #142237, #88443C);
	content: "";
    opacity: 0;
    transition: opacity 0.2s var(--main-transition-value) 0s;
}

.benefit-card-link:hover:after {
    opacity: 1;
}

.light_grey-scheme .benefit-card-link:hover,
.white-scheme .benefit-card-link:hover {
    color: #fff;
}

.benefit-content h3 {
    padding-right: 60px;
}

.benefit-modul:not(.benefit-modul-v2) .col3 .benefit-card,
.benefit-modul:not(.benefit-modul-v2) .col12 .benefit-card {
	padding-top: 140px;
}

.benefit-content {
	position: relative;
	z-index: 2;
}

.benefit-arrow {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 20px;
    right: 20px;
    background-color: var(--vibrant-navy);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.benefit-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.blog-container {
	position: relative;
}

.blog-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: none;
}

.blog-loader .loader {
	position: relative;
	top: 25%;
	margin-top: -50px;
}

.blog-content img {
	border-radius: 24px;
}

.post-share {
	padding-top: 48px;
	border-top: 1px solid #000;
	margin-top: 48px;
}

.post-share h4 {
	margin-bottom: 16px;
}

.wpcf7-not-valid-tip {
	display: block;
	font-size: 13px;
	padding-top: 4px;
}

.wpcf7 form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
	font-size: 14px;
	padding: 10px;
}

.karriere-header {
	position: relative;
}

.karriere-header:before {
	width: 100%;
	height: 70%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-color: var(--navy-darker);
}

.karriere-header > * {
	position: relative;
	z-index: 2;
}

.career-header .inner {
	text-align: center;
}

.career-header h1 {
	color: var(--white);
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 0 100px 180px 100px;
}

.career-header h1 img {
	position: absolute;
	left: 0;
	top: 0;
}

.career-header h1 span {
	display: block;
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}

.career-header h1 span:last-child {
	display: inline-block;
	padding: 12px 16px;
	border-radius: 24px;
	margin-bottom: 0;
}

.career-header h1 span strong {
	
}

.gallery-slider .gallery-slide {
	padding: 0 20px;
}

.gallery-slider .gallery-slide img {
	max-height: 360px;
	border-radius: 18px;
}

.karriere-text-bild img {
	border-radius: 24px;
}

.cfact-header {
	padding-bottom: 72px;
}

.cfact-stats .col4 {
    justify-content: start;
}

.cfact-content {
	padding-left: 24px;
}

.cfact-content p {
	font-family: var(--body-font-medium);
	font-size: 48px;
	line-height: 52px;
	margin-bottom: 10px;
}

.stellen-liste,
.karriere-kontakt {
	background-color: #cadfff;
}

.stellen-header {
	text-align: center;
}

.stellen-header h2 {
	max-width: 780px;
	margin: 0 auto;
}

.stellen-list {
    padding-top: 60px;
}

.karriere-kontakt h2 {
	max-width: 640px;
}

.karriere-kontakt img {
    border-radius: 25px;
}

.contact-blocks {
	padding-top: 80px;
	max-width: 900px;
}

.contact-blocks img {
	max-width: 48px;
}

.contact-blocks h3 {
	margin-bottom: 0;
	padding: 24px 0 16px;
}

.karriere-prozess h2 {
	max-width: 400px;
}

.process-block {
	position: relative;
	padding-left: 82px;
	margin-bottom: 20px;
}

.process-block:not(.active-process) {
	padding-bottom: 56px;
}

.process-block span {
	position: absolute;
	top: 0;
	left: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	font-size: 24px;
	color: var(--white);
	font-family: var(--body-font-bold);
	background-color: var(--navy-light);
	padding-top: 12px;
}

.process-block.active-process span {
	background-color: var(--orange);
}

.process-block::after {
	width: 8px;
	height: 48px;
	background-color: var(--navy-light);
	border-radius: 120px;
	position: absolute;
	top: 56px;
	left: 20px;
	content: "";
}

.process-block.active-process::after {
	height: calc(100% - 55px);
	background: linear-gradient(0deg, #448FFF 0.33%, #EA6246 100.33%);
}

.process-block h3 {
	position: relative;
	line-height: 48px;
	margin-bottom: 0;
	cursor: pointer;
    padding-right: 40px;
}

.process-block.active-process h3 {
	margin-bottom: 20px;
}

.process-block h3 svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.process-block.active-process h3 svg {
	transform: translateY(-50%) rotate(-180deg);
}

.process-block .scopeland-text {
	display: none;
}

.process-block.active-process .scopeland-text {
	display: block;
}

.process-block-content {
	padding: 0 20px;
	border-radius: 24px;
}

.active-process .process-block-content {
	background-color: #cadfff;
	padding: 20px;
}

.karriere-slider {
	background-color: var(--navy-light);
}

.karriere-slider .news-normal-header {
	padding-bottom: 64px;
}

.karriere-slider .slick-track {
  	margin: 0 -24px;
    display: flex;
}

.karriere-slider .slick-slide {
	padding: 0 24px;
    height: auto;
}

.karriere-slide-card.cwrap {
	margin: 0;
	background-color: var(--navy-darker);
	overflow: hidden;
	border-radius: 24px;
	color: var(--white);
    position: relative;
    height: 100%;
}

.karriere-slide-card .col:first-child {
	padding-left: 0;
	flex: 1;
	position: relative;
}

.karriere-testimonial .karriere-slide-card .col:last-child {
	padding-left: 0;
	flex: 1;
	position: relative;
}

.karriere-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.karriere-bg img {
	display: none;
}

.karriere-content {
	padding: 100px 15px;
}

.slick-dots {
	display: flex;
	padding-top: 40px;
	justify-content: center;
    padding-left: 0 !important;
}

.slick-dots li {
	padding: 0 8px;
    list-style-type: none !important;
}

.slick-dots li button {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	background-color: var(--navy-darker);
}

.slick-dots li.slick-active button {
	background-color: var(--orange);
}

.karriere-testimonial.karriere-slider {
	background-color: var(--white);
}

.karriere-testimonial .slick-dots li button {
	background-color: var(--navy-darker);
}

.karriere-testimonial .slick-dots li.slick-active button {
	background-color: var(--orange);
}

.karriere-testimonial .karriere-content {
	padding: 140px 40px;
}

.karriere-testimonial .karriere-content p:not(.name) {
	font-size: 24px;
}

.karriere-content p.name {
	font-family: var(--body-font-bold);
}

.job-filters {
	text-align: center;
	padding: 64px 0 48px;
}

.job-filters a {
	margin: 0 15px;
	padding: 8px 16px;
	border-radius: 8px;
}

.job-filters a.active-job {
	background-color: var(--navy-darker);
	color: var(--white);
}

.job-offer {
	padding-top: 16px;
	padding-bottom: 16px;
}

.job-card {
	background-color: var(--white);
	padding: 40px;
	border-radius: 24px;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.position {
	border-radius: 5px;
	font-size: 14px;
	font-family: var(--body-font-medium);
	background-color: var(--grey);
	padding: 4px 8px;
}

.job-card h3 {
	margin-bottom: 0;
	padding: 16px 0 30px;
}

.job-meta {
	width: 100%;
	margin-top: auto;
}

.job-details span {
	display: inline-block;
	padding: 0 30px 0 38px;
	position: relative;
    text-transform: capitalize;
}

.job-details span svg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.job-details span:last-child {
	padding-right: 0;
}

.karriere-single-header {
	background-color: var(--navy-darker);
	text-align: center;
    overflow: hidden;
}

.karriere-single-header h1 {
	color: #fff;
	max-width: 900px;
	margin: 0 auto 32px;
}

.karriere-single {
	background-color: var(--white);
	border-radius: 12px;
	padding: 10px 24px;
	display: inline-block;
}

.karriere-single-header p {
	font-size: 24px;
	font-family: var(--body-font-bold);
	text-transform: uppercase;
	background: linear-gradient(107deg, #0F408A 8.71%, #EA6246 92.44%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.detailseite-text-header h3 {
	max-width: 1100px;
	font-family: var(--body-font-bold);
}

.detailseite-text-header {
	padding-bottom: 100px;
}

.karriere-detailseite-benefits {
	background-color: #cadfff;
}

.detailseite-benefits-header {
	padding-bottom: 80px;
}

.benefit-block {
	background-color: #fff;
	padding: 36px;
	border-radius: 24px;
}

.detailseite-benefits-content .col:first-child .benefit-block:first-child {
	margin-bottom: 32px;
}

.detailseite-benefits-content h3 {
	margin-bottom: 0;
	padding: 24px 0;
}

.detailseite-benefits-content .col:last-child .benefit-block {
	position: relative;
	height: 100%;
}

.karriere-cta p {
	padding: 35px 0 32px;
	margin-bottom: 0;
}

.karriere-cta p a {
	color: var(--navy-darker);
	text-decoration: underline;
}

.blog-content h1 {
	margin-bottom: 0;
	padding-bottom: 24px;
}

.blog-content figure {
	width: 100% !important;
}

.blog-content .wp-caption-text {
	font-size: 14px;
	padding: 10px 0 20px;
}

.styled-list-modul ul,
.styled-list-modul ol {
    padding: 0 0 20px 20px;
}

.styled-list-modul ul:last-child,
.styled-list-modul ol:last-child {
    padding-bottom: 0;
}

.styled-list-modul ul li,
.styled-list-modul ol li {
    list-style: disc outside none;
    margin-bottom: 10px;
    line-height: 1.6;
}

.styled-list-modul ol li {
    list-style: decimal outside none;
}

.container-404 {
	max-width: 800px;
	margin: 0 auto;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.large-video video {
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

dotlottie-player {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.popup-html {
    visibility: hidden;
    height: 0;
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 200;
}

.popup-outer {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px;
    border-radius: 28px;
    width: 100%;
    max-width: 1000px;
}

.popup-inner {
    position: relative;
}

.popup-close {
    text-align: right;
    padding-bottom: 20px;
    cursor: pointer;
}

.karriere-kontakt .col23 {
    flex: 1 1 60%;
    max-width: 60%;
}

.karriere-kontakt .col13 {
    flex: 1 1 40%;
    max-width: 40%;
}

.legal-template {
	padding-top: 60px;
}

.press-list-viewport {
    position: relative;
    overflow: hidden;
}

.press-list-scroll {
    transition: max-height 0.5s ease;
    overflow: hidden;
    position: relative;
}

.press-fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 73.67%);
    transition: height 0.3s ease;
}

#load-more-btn {
    display: block;
    max-width: 200px;
    text-align: center;
    margin: 40px auto 0;
    position: relative;
    z-index: 3;
}

.squirrel-wrap {
    position: relative;
}

.squirrel-anim {
    position: absolute;
    width: 200px;
    height: 200px;
    top: -12px;
    left: 70px;
}

.squirrel-side {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
    width: 200px;
    height: 200px;
}

.squirrel-side .squirrel-anim {
    position: relative;
    transform: rotate(-45deg) scaleX(-1);
    left: 0;
}

.squirrel-process {
    text-align: center;
}

.karriere-prozess {
}

.squirrel-process .squirrel-anim {
	position: relative;
	margin: 0 auto;
	left: 0;
}

.squirrel-single .squirrel-anim {
    position: relative;
    width: 230px;
    height: 230px;
}

.squirrel-single {
    position: absolute;
    bottom: -50px;
}

.squirrel-side.left-side {
    right: auto;
    left: -120px;
}

.squirrel-side.left-side .squirrel-anim {
    transform: rotate(45deg);
    left: 0;
}

.scope-forms-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.scope-forms {
    max-width: 800px;
    margin: 0 auto;
}

.scopeland-text {
	margin-bottom: 36px;
}

.benefit-modul .scopeland-text {
    margin-bottom: 0;
}

.scopeland-text a {
	text-decoration: underline;
}

.white-scheme {
    background-color: #fff;
}

.light_grey-scheme {
    background-color: #f2f2f2;
    color: var(--navy-darker);
}

.navy_blue-scheme {
    background-color: var(--navy-darker);
    color: var(--white);
}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer.section {
	padding: 80px 0 0;
}

.site-footer .cwrap {
	padding-bottom: 80px;
	border-bottom: 1px solid #bfbfbf;
}

.site-footer .col3:first-child,
.footer-bottom .col:first-child {
	padding-left: 0;
}

.site-footer .col3:last-child,
.footer-bottom .col:last-child {
	padding-right: 0;
}

.site-footer img {
	max-width: 192px;
}

.site-footer ul {
	display: flex;
}

.site-footer ul li {
	padding-left: 40px;
}

.site-footer ul li:first-child {
	padding-left: 0;
}

.site-footer ul li a {
	font-family: var(--body-font-medium);
}

.footer-social a {
	display: inline-block;
	padding-left: 12px;
}

.footer-bottom.section {
	padding: 32px 0;
	font-size: 14px;
}

.footer-bottom ul li {
	display: inline-block;
	padding-left: 24px;
}

.footer-bottom ul li a {
	text-decoration: underline;
}

.copyright,
.footer-social,
.menu-footer-bottom-container,
.menu-footer-menu-bottom-container {
	flex: 1 1 33.33%;
	max-width: 33.33%;
	padding: 0 25px;
}

.footer-bottom .cwrap.cols {
	align-items: center;
    justify-content: space-between;
}

.footer-social {
	text-align: center;
}

.menu-footer-bottom-container ul,
.menu-footer-menu-bottom-container ul {
    display: flex;
    justify-content: end;
}

.wpml-ls-statics-footer {
	display: none !important;
}

/*--------------------------------------------------------------
# Responsive Styles
--------------------------------------------------------------*/

@media screen and (max-width : 1920px) {
    .image-wrapper {
        max-width: none;
        padding: 0;
    }

    .kontakt-mit-bild .inner > .cwrap,
    .text-bild-module .image-wrapper .cwrap,
    .video-text-modul .cwrap,
    .karriere-text-bild .cwrap,
    .karriere-kontakt .cwrap {
        justify-content: space-between;
    }

    .kontakt-section > .inner > .cwrap img,
    .text-bild-module .cwrap-first img,
    .video-wrapper iframe,
    .karriere-kontakt img {
	    border-radius: 40px 0 0 40px;
    }

    .text-bild-module .cwrap-second img,
    .karriere-text-bild img {
	    border-radius: 0 40px 40px 0;
    }

    .kontakt-mit-bild .image-wrapper .col:first-child,
    .text-bild-module .col,
    .video-text-modul .col,
    .karriere-text-bild .col,
    .karriere-kontakt .col23,
    .karriere-kontakt .col13 {
        position: relative;
    }

    .karriere-text-bild .col:first-child {
        padding-left: 0;
    }
}

@media screen and (max-width : 1700px) {
    .squirrel-side {
        display: none;
    }

    .job-meta {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }
}

@media screen and (max-width : 1600px) {
	h1 {
		font-size: 56px;
	}

	h2 {
		font-size: 42px;
	}

	h3,
    .text-modul-large p {
		font-size: 26px;
	}

	:root {
		--font-large: 22px;
	}

	.news-tag {
		font-size: 18px;
	}

	.copyright p {
		font-size: 12px;
	}
}

@media screen and (max-width : 1400px) {
	.site-header {
		padding: 18px 0;
	}

    .squirrel-anim {
        left: 100px;
    }

    .career-header h1 {
        padding-bottom: 80px;
    }

	.site-content {
		padding-top: 82px;
	}

	.main-header {
		height: calc(100vh - 91px);
	}

	.section {
		padding: 100px 0;
	}

    .karriere-prozess {
        padding-bottom: 0;
        margin-bottom: -60px;
    }

	.legal-template {
		padding-top: 40px;
	}

	.third-header {
		padding: 80px 0 0;
	}

	.large-image {
		padding-top: 100px;
	}

	.text-bild-module .cwrap {
		padding-top: 60px;
	}

	.news-mini-teaser.section, .tertiarer-cta {
		padding: 30px 0;
	}

	.kontakt-heading {
		padding-bottom: 60px;
	}

	.site-footer.section {
		padding: 50px 0 0;
	}

	.site-footer .cwrap {
		padding-bottom: 50px;
	}

	.footer-bottom.section {
		padding: 28px 0;
	}

	.news-normal-content, .presse-ubersicht .cwrap {
		padding-top: 40px;
	}

	.blog-filters {
		padding: 60px 0 40px;
	}

	.blog-posts .cwrap,
	.kontakt-block.cwrap {
		margin: 0 -10px;
	}

	.blog-posts .col3 {
		padding: 10px;
	}

	.kontakt-block .col3 {
		padding: 0 10px;
	}

	.kontakt-card, .features-card, .benefit-card {
		padding: 25px;
	}

	.kundenliste-modul .cwrap {
		padding-top: 60px;
		padding-bottom: 60px;
	}

    .squirrel-anim {
        width: 150px;
        height: 150px;
    }

	h1 {
		font-size: 48px;
	}

	h2 {
		font-size: 36px;
	}

	h3,
    .text-modul-large p,
    .text-modul-large .styled-list-modul ul li {
		font-size: 24px;
	}

	:root {
		--font-large: 20px;
	}

	h4 {
		font-size: 16px;
	}

	body,
	.news-tag {
		font-size: 16px;
	}

	.button, .menu-button a, input[type="submit"] {
		font-size: 15px;
	}

	.footer-bottom.section {
		font-size: 12px;
	}
}

@media screen and (max-width : 1278px) {
    .header-wrap {
	    gap: 28px;
    }
    
    .site-menu {
        margin-left: auto;
    }

	.site-menu .menu-main-menu-container,
    .site-menu .menu-englisches-hauptmenue-container,
    .site-menu .site-menu-cta {
		display: none;
	}

    .lang-dropdown {
        padding: 12px 0;
        margin: 0;
    }

    .lang-dropdown > a svg {
        width: 24px;
        height: 24px;
    }

    .lang-dropdown > a span {
        font-size: 24px;
    }

    .lang-options {
        top: 48px;
        left: 0;
    }

    .karriere-prozess .col:first-child {
        flex: 1 1 40%;
        max-width: 40%;
    }

    .karriere-prozess .col:last-child {
        flex: 1 1 60%;
        max-width: 60%;
    }

    .gallery-slider .gallery-slide img {
        max-height: 280px;
    }

	.mobile-slide {
		display: block;
	}

	.features-rows::before {
		display: none;
	}

	.slider-nav {
		width: 240px;
	}

	.benefit-modul .cwrap {
		padding-top: 10px;
	}

	.news-mini-teaser .col13,
	.news-mini-teaser .col23,
	.text-bild-module .col,
	.video-text-modul .col,
	.features-first.cwrap .col3:first-child,
	.benefit-modul .col3,
	.benefit-modul .col3:first-child,
    .benefit-modul .col3:nth-child(2),
    .benefit-modul .col3:last-child,
    .benefit-modul .col3:nth-child(6),
	.logo-module .col13,
	.logo-module .col23,
    .kontakt-mit-bild .image-wrapper > .cwrap > .col,
    .karriere-text-bild .col,
    .karriere-kontakt .col23,
    .karriere-kontakt .col3,
    .job-offers .col {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.news-mini-teaser .col13,
	.features-first.cwrap .col3:first-child,
    .karriere-text-bild .col:first-child,
    .karriere-kontakt .col3 {
		padding-bottom: 30px;
	}

    .karriere-kontakt .col3 {
        order: 1;
    }

    .karriere-kontakt .col23 {
        order: 2;
    }

	.logo-module .col23 {
		padding-top: 30px;
	}

	.text-bild-module .cwrap-first .col:first-child,
	.video-text-modul .col:first-child {
		order: 2;
		padding-bottom: 0;
	}

	.text-bild-module .cwrap-first .col:last-child,
	.video-text-modul .col:last-child {
		order: 1;
		padding-bottom: 30px;
	}

	.presse-ubersicht .col4,
	.blog-posts .col3,
	.kundenliste-modul .col4,
	.features-first.cwrap .col3,
	.features-second .col3 {
		flex: 1 1 50%;
		max-width: 50%;
	}

	.features-second.cwrap.cols {
		margin: 0 -25px;
	}

	.features-second .col3 {
		padding: 0 25px;
	}

	.features-second.cwrap {
		padding-top: 40px;
	}

	.kundenliste-modul .col4 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.news-teaser {
		padding-left: 0;
		padding-right: 60px;
	}

	.large-image-modul .col34 {
		padding-right: 25px;
	}

	.features-first {
		padding: 40px 0 0;
	}

	.features-first.cwrap .col3:first-child, .features-first.cwrap .col3:last-child {
		top: 0;
	}

	.features-second.cwrap.cols {
		justify-content: start;
	}

	.teaser-slider::before {
		display: none;
	}

    .kontakt-mit-bild .image-wrapper > .cwrap > .col,
    .text-bild-module .col,
    .video-text-modul .col,
    .karriere-text-bild .col,
    .karriere-kontakt .col23,
    .karriere-kontakt .col13 {
        position: static;
        max-width: none !important;
    }

    .kontakt-mit-bild > .inner > .cwrap > .col:last-child {
        order: 1;
        padding-bottom: 30px;
    }

    .kontakt-mit-bild > .inner > .cwrap > .col:first-child {
        order: 2;
    }

    .text-bild-module .cwrap-first .col:first-child,
    .text-bild-module .cwrap-second .col:last-child {
        padding: 30px 50px 0;
    }

    .video-text-modul .col,
    .karriere-text-bild .col,
    .karriere-kontakt .col23,
    .karriere-kontakt .col13 {
        padding: 0 50px;
    }

    .karriere-kontakt .col13 {
        padding-bottom: 30px;
    }

    .karriere-text-bild .col:first-child {
        padding-left: 0;
    }

    .video-text-modul .col:last-child,
    .karriere-kontakt .col13 {
        padding-right: 0;
    }

	.site-footer ul li {
		padding-left: 20px;
	}

	.footer-bottom ul li {
		display: block;
		padding-left: 0;
		padding-bottom: 15px;
	}

	.footer-bottom ul li:last-child {
		padding-bottom: 0;
	}
}

@media screen and (max-width : 900px) {
    .squirrel-anim {
        left: 40px;
        top: -20px;
    }

    .cfact-header {
	    padding-bottom: 40px;
    }

    .cfact-stats .col4 {
        flex: 1 1 50%;
        max-width: 50%;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width : 767px) {
	.site-header {
		padding: 15px 0;
	}

    .header-wrap {
	    gap: 20px;
    }

    .lang-dropdown > a svg {
        width: 20px;
        height: 20px;
    }

    .lang-dropdown > a span {
        font-size: 20px;
    }

    .mobile-slide {
        width: 44px;
        height: 44px;
        padding: 14px 12px;
    }

    .mobile-slide span {
        width: 20px;
    }

    .mobile-slide span::before {
	    top: 7px;
    }

    .mobile-slide span::after {
	    top: -7px;
    }

    .cfact-stats .col4 {
        display: block;
        text-align: center;
    }

    .cfact-content {
        padding-left: 0;
        padding-top: 15px;
    }

    .cfact-icon img {
        max-width: 48px;
    }

    .cfact-content p {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 5px;
    }

    .job-card {
        padding: 20px;
    }

    .job-card h3 {
        padding-bottom: 20px;
    }

    .job-details.cwrap,
    .job-details span {
        display: block;
    }

    .job-details.cwrap {
        max-width: 170px;
        line-height: 1.4;
    }

    .karriere-slider .news-normal-header {
        padding-bottom: 32px;
    }

    .karriere-slider .slick-track {
	    margin: 0;
    }

    .karriere-slider .slick-slide {
        padding: 0;
    }

    .karriere-content,
    .karriere-testimonial .karriere-content {
        padding: 30px 20px;
    }

    .karriere-testimonial .karriere-content p:not(.name) {
	    font-size: 20px;
        line-height: 1.4;
    }

    .job-details span {
        margin-bottom: 8px;
    }

    .job-details span:last-child {
        margin-bottom: 0;
    }

    .job-details span svg {
        width: 16px;
        height: 16px;
    }

    .job-link .button {
        padding: 8px 16px;
        font-size: 14px;
        text-align: center;
        line-height: 1.3;
    }

    .karriere-slide-card.cwrap {
        display: block;
        margin: 0;
    }

    .gallery-slider .gallery-slide {
        padding: 0 10px;
    }

    .karriere-slide-card .col {
        flex: 1 1 100%;
        max-width: 100%;
        padding: 0;
    }

    .karriere-bg {
        height: 280px;
        position: static;
    }

    .karriere-prozess .col:first-child,
    .karriere-prozess .col:last-child,
    .benefit-modul .col {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .benefit-modul .col,
    .benefit-modul .col3,
    .benefit-modul .col12 {
        padding: 0 15px;
    }

    .karriere-prozess .col:first-child,
    .benefit-modul .col:first-child,
    .benefit-modul .col3 {
        padding-bottom: 30px;
    }

    .benefit-modul .col3:last-child {
        padding-bottom: 0;
    }

    .benefit-modul .cwrap {
	    padding-top: 30px;
    }

    .process-block {
        padding-left: 40px;
    }

    .process-block span {
        width: 32px;
        height: 32px;
        font-size: 16px;
        padding-top: 8px;
    }

    .process-block::after {
        top: 50px;
        left: 12px;
    }

    .process-block h3 svg {
        width: 24px;
        height: 24px;
    }

    .career-header h1 {
        padding: 40px 0 60px;
    }

    .squirrel-anim {
        width: 100px;
        height: 100px;
        left: 0;
        top: 10px;
    }

    .gallery-slider .gallery-slide img {
        max-height: 180px;
    }

	.site-branding img {
		max-width: 160px;
	}

	.inner {
		padding: 0 15px;
	}

	.site-content {
		padding-top: 62px;
	}

	.main-header {
		height: calc(100vh - 78px);
        padding-top: 40px;
	}

	.main-header .inner, .sekundarer-cta .inner {
		height: calc(100% - 50px);
	}

	.header-buttons a {
		margin-bottom: 10px;
	}

	.news-mini-teaser span:not(.button) {
		display: block;
		padding-bottom: 20px;
	}

	.features-second.cwrap {
		padding-top: 0;
	}

	.news-mini-teaser .col13, .features-rows .cwrap .col3 {
		padding-bottom: 20px;
	}

	.section {
		padding: 60px 0;
	}

	.legal-template {
		padding-top: 30px;
	}

	.third-header {
		padding: 40px 0 0;
	}

	.large-image {
		padding-top: 60px;
	}

	.text-bild-module .cwrap {
		padding-top: 30px;
	}

	.site-footer.section {
		padding: 30px 0 0;
	}

	.site-footer .cwrap {
		padding-bottom: 30px;
	}

	.footer-bottom.section {
		padding: 20px 0;
	}

	.news-normal-header.cwrap,
	.main-blog-article .cwrap.cols,
	.primarer-cta-logos.cwrap,
	.tertiarer-cta-content.cwrap,
	.site-footer .cwrap,
	.footer-bottom .cwrap {
		display: block;
	}

	.site-footer,
	.footer-bottom {
		text-align: center;
	}

	.footer-social a {
		padding: 0 5px;
	}

	.footer-social a svg {
		width: 32px;
		height: 32px;
	}

	.copyright {
		padding-bottom: 20px;
	}

	.footer-bottom ul li {
		padding: 0 15px;
	}

	.logos-text,
	.tertiarer-cta-content h3 {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.logos img {
		margin: 15px;
	}

	.news-header {
		padding-right: 0;
		padding-bottom: 20px;
	}

	.slider-nav {
		width: 100%;
	}

	.news-normal-content .slick-list {
		overflow: hidden;
		padding: 0 !important;
	}

	.news-normal-content .slick-slide {
		padding: 0;
	}

	.news-card {
		max-width: none;
	}

	.news-card-content {
		padding: 20px;
	}

    .press-card {
		padding: 12px 20px;
	}

	.presse-ubersicht .col4,
	.blog-posts .col3,
	.kundenliste-modul .col4,
	.features-first.cwrap .col3,
	.features-second .col3,
	.main-blog-img,
	.main-blog-article .news-card-content,
	.big-teaser-slider .news-card-content,
	.kontakt-section .col,
	.kontakt-section .col3,
	.large-image-modul .col14,
	.large-image-modul .col34,
	.copyright, .footer-social, .menu-footer-bottom-container {
		flex: 1 1 100%;
		max-width: 100%;
	}

	.kontakt-block .col3,
	.kontaktformular .col:first-child,
	.large-image-modul .col14,
	.text-bild-module .col,
	.copyright, .footer-social {
		padding-bottom: 20px;
	}

	.main-blog-article .news-card-content,
	.big-teaser-slider .news-card-content,
	.large-image-modul .col34 {
		padding-left: 25px;
	}

	.download-svg {
		position: static;
		text-align: right;
		padding-top: 12px;
	}

	.blog-filters a {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.kontakt-heading {
		padding-bottom: 30px;
	}

	.footer-menu {
		display: none;
	}

    .kontakt-mit-bild > .inner > .cwrap > .col:last-child {
        padding-right: 0;
    }

    .kontakt-mit-bild .kontakt-block.cwrap .col {
	    padding-left: 15px;
        padding-right: 15px;
    }

    .video-text-modul .col,
    .text-bild-module .cwrap-first .col:first-child,
    .text-bild-module .cwrap-second .col:last-child,
    .karriere-text-bild .col,
    .karriere-kontakt .col23,
    .karriere-kontakt .col13 {
	    padding-left: 25px;
        padding-right: 25px;
    }

    .text-bild-module .cwrap-second .col:first-child,
    .karriere-text-bild .col:first-child {
        padding-left: 0;
    }

    .text-bild-module .cwrap-first .col:last-child,
    .karriere-kontakt .col13 {
        padding-right: 0;
    }

    .karriere-kontakt .contact-blocks {
        padding-top: 20px;
    }

    .text-bild-module .cwrap-first .col:first-child, .text-bild-module .cwrap-second .col:last-child {
	    padding-top: 10px;
    }

	.footer-bottom ul li {
		display: inline-block;
		padding-bottom: 0;
		padding-left: 0 15px;
	}

	.menu-footer-bottom-container {
		text-align: center;
	}

	.news-normal-teaser .inner,
	.presse-ubersicht .inner,
	.kontakt-ohne-bild .inner,
	.features-modul .inner {
		padding: 0;
	}

	.news-normal-header,
	.presse-ubersicht .sub-heading,
	.presse-ubersicht h2,
	.kontakt-ohne-bild .kontakt-heading,
	.features-modul h2,
	.features-modul h4,
	.benefit-modul h2,
	.benefit-modul h4 {
		padding-left: 15px;
		padding-right: 15px;
	}

    .mobile-menu ul.sub-menu li a {
        padding-left: 30px;
    }

    .text-bild-module .cwrap-second .col:last-child,
    .text-bild-module .cwrap-first .col:first-child {
        order: 2;
    }

    .text-bild-module .cwrap-second .col:first-child,
    .text-bild-module .cwrap-first .col:last-child {
        order: 1;
    }

    .news-card {
        min-width: 320px;
        max-width: 320px;
        padding: 0 15px;
    }

    .sekundarer-cta-content {
	    padding-top: 80px;
    }

    dotlottie-player {
        max-width: 280px;
    }

    .kundenliste-slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .scope-forms-content {
        padding-bottom: 20px;
    }

    blockquote {
        padding: 8px 0 0 60px;
    }

    blockquote::before {
        width: 48px;
        height: 32px;
    }

    .text-modul-design.border, .text-modul-design.background {
        padding: 28px;
    }

    .logos.cwrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .logos img {
        max-width: 120px;
        max-height: 60px;
	}

    .popup-opened {
        overflow: hidden;
    }

    .presse-ubersicht .cwrap {
        padding-top: 20px;
    }

    .presse-ubersicht .col4 {
	    padding: 0 15px;
    }

    .press-card a {
        padding: 25px;
    }

    .press-card h3 {
        margin-bottom: 8px;
    }

    .download-svg {
        float: right;
    }

    .popup-outer {
        top: 0;
        left: 0;
        right: 0;
        transform: none;
        height: 100%;
        overflow-x: auto;
    }

    .news-ubersicht.section {
        padding-top: 30px;
    }

    .news-ubersicht .news-card {
        min-width: 0;
        max-width: none;
    }

    .news-ubersicht .blog-posts .cwrap {
        margin: 0 -15px;
    }

    .slider-nav a {
        margin-left: 6px;
    }

    .text-modul.no-button-module .scopeland-text {
        margin-bottom: 0;
    }

    .kundenliste-gradient {
        display: none;
    }

    .kundenliste-header {
        top: auto;
        bottom: 40px;
    }

    .kundenliste-header .slider-nav {
        justify-content: end;
    }

    .slick-dots {
        display: none !important;
    }

	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 24px;
	}

	h3,
    .text-modul-large .styled-list-modul ul li,
    .text-modul-large p {
		font-size: 20px;
	}

    .mobile-menu ul li a {
		font-size: 22px;
        padding: 20px;
	}

	:root {
		--font-large: 16px;
	}

    .mobile-menu ul.sub-menu li a {
        font-size: 16px;
    }

	h4,
	body,
	.news-tag {
		font-size: 14px;
	}
}



.news-ubersicht .news-card {
	
	min-width: unset;
}


@media (max-width: 1400px) {
	
	.benefit-modul .scopeland-text {
		
		margin-top: 1rem;
	}
	
	.benefit-arrow {
		
		width: 45px;
    	height: 45px;
	}
}

@media (max-width: 980px) {
	
	.inner > .news-normal-header {
		
		flex-direction: column;
		width: 100%;
		align-items: flex-start;
		gap: 1rem;
	}
	
	.news-normal-header .news-header-wrap {
		
		width: 100%;
	}
	
	.news-normal-header .slider-nav {
		
		margin-left: auto;
	}
}

@media (max-width: 767px) {
	
	blockquote::before {
        width: 60px !important;
        height: 50px !important;
        top: 0 !important;
    }
	
	.text-bild-module blockquote::before{
		
		width: 48px !important;
        height: 32px !important;
	}
	
	.kundenliste-modul.special-section .slick-dots{
		
		display: flex !important;
		flex-wrap: wrap;
	}
	
	.kundenliste-modul.special-section .kundenliste-header {
		
		position: inherit;
	}
	
	.kundenliste-modul.special-section .kundenliste-header .slider-nav {
		
		justify-content: center;
	}
}

.cf-note label {
	
	padding-left: 0 !important;
}

.cf-note label > span {
	
	position: inherit !important;
}
