@font-face {
	font-display: swap;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 700;
	src: url(/fonts/ProximaNova-Bold.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 400;
	src: url(/fonts/ProximaNova-Regular.woff2) format("woff2");
}
@font-face {
	font-display: swap;
	font-family: "Proxima Nova";
	font-style: normal;
	font-weight: 600;
	src: url(/fonts/ProximaNova-Semibold.woff2) format("woff2");
}
* {
	border: 0;
	margin: 0;
	padding: 0;
}
*,
*::after,
*::before {
	box-sizing: border-box;
}
*::after,
*::before {
	display: inline-block;
}
body,
html {
	height: 100%;
	min-width: 320px;
}
body {
	font-family: "Proxima Nova";
	font-size: 1rem;
	line-height: 1;
	-moz-osx-font-smoothing: grayscale;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
button,
input,
textarea {
	font-family: "Proxima Nova";
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
	box-shadow: none;
}
.input {
	width: 100%;
	border: 1px solid #000;
}
textarea {
	width: 100%;
}
button,
option,
select {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
body {
	line-height: 1.3;
	font-weight: 400;
}
.dataTable tbody tr:nth-of-type(odd) {
	background: #F5F5F5;
}
.dataTable tr td.dt-type-numeric:hover {
	cursor: grab;
}
.lock body {
	overflow: hidden;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}
.wrapper {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
@supports (overflow:clip) {
	.wrapper {
		overflow: clip
	};
}
.wrapper > main {
	flex: 1 1 auto;
}
.wrapper > * {
	min-width: 0;
}
.dNone {
	display: none!important;
}
[class*=__container] {
	max-width: 99.125rem;
	margin: 0 auto;
	padding: 0 .9375rem;
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	appearance: none;
}
.input {
	border-radius: 8px;
	display: block;
	width: 100%;
	padding: 0 10px;
	caret-color: inherit;
	height: 50px;
}
.input[placeholder]:not([data-placeholder-nohiden])::-webkit-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden])::-ms-input-placeholder {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
	transition: opacity .3s;
}
.input[placeholder]:not([data-placeholder-nohiden]):focus::-webkit-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus:-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::-ms-input-placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
	opacity: 0;
}
textarea.input {
	resize: none;
	padding: 0;
}
.checkbox {
	position: relative;
}
.checkbox:not(:last-child) {
	margin-bottom: em(5);
}
.checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
}
.checkbox__input:checked + .checkbox__label:before {
	background: url(/images/icon-checked-black.svg) center center/90% no-repeat;
}
.checkbox__label {
	cursor: pointer;
	display: inline-flex;
	position: relative;
	gap: 10px;
}
.checkbox__label:before {
	content: "";
	align-self: flex-start;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	padding: 1px;
}
.checkbox__text {
	align-self: center;
}
.ibg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.ibg--top {
	-o-object-position: top;
	object-position: top;
}
.ibg--bottom {
	-o-object-position: bottom;
	object-position: bottom;
}
.ibg--left {
	-o-object-position: left;
	object-position: left;
}
.ibg--right {
	-o-object-position: right;
	object-position: right;
}
.ibg--contain {
	-o-object-fit: contain;
	object-fit: contain;
}
.button {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	padding: 7px 20px 7px;
	width: -webkit-max-content;
	width: max-content;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s ease 0s;

}
.buttonRow {
	position: relative;
}

.black-button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 20px 7px;
	width: -webkit-max-content;
	width: max-content;
	border-radius: 8px;
	cursor: pointer;
	transition: all .3s ease 0s;
}
.jobBeschreibung .black-button {
	padding: 6px 20px 6px;
}
.card-title {
	font-weight: 700;
	padding-bottom: 20px;
	overflow-wrap: anywhere;
	word-break: break-word;
	white-space: normal;
	min-width: 0;
	max-width: 100%;
}
.card-info {
	display: flex;
	gap: 20px;
}
.card-info__item {
	display: flex;
	align-items: center;
	gap: 8px;
}
.card-info__icon {
	max-height: 28px;
}
.text-block p:not(:last-child) {
	margin-bottom: 12px;
}
.text-block ul li {
	list-style-type: disc;
	margin-left: 20px;
}
.text-block ul li:not(:last-child) {
	margin-bottom: 6px;
}
.title-regular {
	font-weight: 700;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 24px!important;
}

.header__container {
	position: relative;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__logo {
	display: block;
}
.header__logo img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
.header .langMenu {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}
.langMenuButton {
	background: none;
	border: none;
	font: inherit;
	color: inherit;
	cursor: pointer;
	padding: 8px 12px;
	text-transform: uppercase;
	position: relative;
	font-size: 16px;
}
.langMenuButton::after {
	content: "";
	display: inline-block;
	margin-left: 6px;
	width: 0;
	height: 0;
	vertical-align: middle;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid currentColor;
	margin-bottom: 2px;
}
.langMenuDropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 100%;
	background-color: #FFF;
	min-width: 80px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1);
	z-index: 1000;
}
.langMenuDropdown a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	color: #000;
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 14px;
}
.langMenuDropdown a:hover {
	background-color: #F1F1F1;
}
.langMenu:hover .langMenuDropdown {
	display: block;
}

.section-1__col-2 {
	position: relative;
	display: inline-block;
}
.button.button-share {
	display: inline-flex;
	align-items: center;
	color: white;
	text-decoration: none;
	border: none;
	cursor: pointer;
	justify-content: center;
	padding: 7px 20px 7px!important;
	width: max-content;
	border-radius: 8px;
	transition: all .3s ease 0s;
}

.fileFontSize {
	font-size: small;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .2);
	z-index: 1;
	margin-top: 5px;
}
.section-1__col-2:hover .dropdown-content {
	display: block;
}
.dropdown-content a {
	color: black;
	padding: 8px 7px;
	text-decoration: none;
	display: block;
	border: 1px solid #DDD;
	margin: -1px 0;
}
.dropdown-content a:hover {
	background-color: #DDD;
}

.newJobShareButton {
	width: auto;
	cursor: pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	z-index: 5;
	position: absolute;
	top: 0;
	right: 0;
}
.newJobShareButton:hover {
	color: #000;
}
.newJobShareButtonOptions { 
	position: absolute;
	top: 100%;
	background: #FFF;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	width: max-content;
}
.newJobShareButtonOptions li {
	padding: 4px 3px;
	width: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}
.newJobShareButtonOptions li:hover {
	background-color: #fafafa;
}
.newJobShareButtonOptions li .successMessage {
	position: relative;
	width: 100%;
	padding: 4px 10px;
	background-color: #c6f6c6;
}
.successMessage {
	background: #d4edda;
	color: #155724;
	padding: 5px 10px;
	margin-top: 0px;
	font-size: 15px;
}
.copieButton {
	margin-left: auto;
}
.newJobShareButton img {
	width: 20px;
	height: 35px;
	display: block;
}
.newJobShareButtonOptions {
	position: absolute;
	z-index: 1;
	top: 85%;
	right: 0;
	border: 2px solid #EEE;
	background: #FFF;
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	display: none;
	font-size: .85em;
	border-radius: 5px;
}
.newJobShareButtonOptions li {
	border-bottom: 1px solid #f4f4f4;
	padding: 4px 10px;
	min-width: 100%;
	width: max-content;
	display: block;
	position: relative;
}
.newJobShareButtonOptions li:hover {
	background-color: #fafafa;
}
.newJobShareButtonOptions li div.successMessage {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 4px 10px;
	background-color: #c6f6c6;
}
.newJobShareButtonOptions li:last-of-type {
	border-bottom: none;
}

.social-links {
	display: flex;
	gap: 50px;
}
.social-links__col div {
	height: 44px;
	display: flex;
	align-items: center;
}
.social-links__col a {
	display: flex;
	align-items: center;
	gap: 8px;
}
.main__title {
	font-weight: 700;
	padding-bottom: 30px;
	text-align: center;
	margin: 0 auto;
}
.main__description {
	font-weight: 600;
	text-align: center;
	max-width: 930px;
	margin: 0 auto;
}
.main-image,
.main-image img {
	width: 100%;
}

.admin {
	width: 100%;
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}
.admin .col1 {
	flex: 0 1 8.33%;
}
.admin .col3 {
	flex: 0 1 25%;
}
.admin .col7 {
	flex: 0 1 58.33%;
}
.admin .navLink {
	padding: 10px;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 5px;
}
.admin .navLink .navDiv {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
}
.admin .navLink:hover,
.admin .navLink.active {
	background-color: #F5F5F5;;
}
.admin .button,
.ui-dialog-content .button {
	font-size: 18px!important;
	padding: 6px 10px;
}

.dashboard .stats-cards {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	margin-bottom: 64px;
}
.dashboard .stats-card {
	flex: 1;
	min-width: 8rem;
	background-color: #f5f5f5;
	border-radius: 6px;
	padding: 1.5rem;
	text-align: center;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
}
.dashboard .stats-icon {
	font-size: 3.5rem;
	color: #333;
	margin-top: -15px;
}
.dashboard .stats-label {
	font-size: 19px;
	color: #333;
}
.dashboard .stats-value {
	font-size: 2rem;
	color: #333;
	padding-top: 10px;
	margin-bottom: -14px;
}
.dashboard canvas {
	margin-bottom: 64px;
}
.dashboard .contact__title {
	padding-bottom: 16px;
}
.dt-container label,
.dt-container input {
	font-size: 16px!important;
}

.inhaltEdit .inputFelder,
.inhaltEdit .input-wrapper {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.inhaltEdit .row-inputs.bild .input-wrapper-image:first-child {
	flex: 0 1 calc(90% - 8px);
}
.inhaltEdit .row-inputs.bild .input-wrapper-image:last-child {
	flex: 0 1 calc(10% - 8px);
	font-size: 30px;
	padding-top: 6px;
}
.inhaltEdit .accordion h3 {
	border-radius: 5px;
	background-color: #F5F5F5;
	padding: 10px 15px;
	font-size: 18px;
	margin-bottom: 10px;
}
.inhaltEdit .accordion .accordionButton {
	transition: transform 0.5s ease;
}
.inhaltEdit .accordion .accordionButton.ui-state-active i::before {
	transform: rotate(180deg);
}
.inhaltEdit .accordionBody {
	padding: 10px 15px;
}
.inhaltEdit #selectImg,
.admin .dt-container .dt-length {
	display: none;
}
.inhaltEdit .dialogOpener {
	cursor: pointer;
}
.ui-dialog {
	display: block;
	cursor: auto;
	background: #FFF;
	border: 1px solid #BBB;
	border-radius: 5px;
}
.ui-dialog #selectImg {
	height: 415px!important;
}
.ui-dialog #selectImg #imgList {
	overflow-y: scroll;
	height: 350px;
	margin-bottom: 10px;
}
.ui-dialog #selectImg table {
	width: 100%;
	cursor: pointer;
}
.ui-dialog #selectImg table thead th {
	position: sticky;
	top: 0;
	background: #FFF;
	z-index: 2;
}
.ui-dialog #selectImg #preview {
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	background: #fff;
	padding: 5px;
}
.ui-dialog #selectImg #preview img {
	max-width: 250px;
	max-height: 250px;
	height: auto;
	display: block;
}
.ui-dialog #selectImg .textLeft {
	text-align: left;
}
.ui-dialog #selectImg .textRight {
	text-align: right;
}
.ui-dialog #selectImg .floatRight {
	float: right;
}
.ui-dialog #selectImg input[type="file"] {
	opacity: 0;
	z-index: -1;
	position: absolute;
	top: -1px;
	left: 0;
	width: 0.1px;
	height: 0.1px;
}
.ui-dialog #selectImg label[for="fileInput"]:hover,
.ui-dialog #selectImg input[type="file"]:focus + label[for="fileInput"] {
	border: 1px solid #000;
}
.ui-dialog #selectImg label[for="fileInput"] {
	background: #000;
	padding: 10px;
	color: #FFF;
	font-family: sans-serif;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
.ui-dialog #selectImg label[for="fileInput"]:hover {
	background: #FFF;
	color: #000;
}
.ui-dialog #selectImg .uploadButton {
	background-color: #000;
	border-color: #000;
	position: absolute;
	bottom: 14px;
	right: 170px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.ui-dialog #selectImg .uploadButton:hover {
	background-color: #FFF;
	border-color: #000;
	color: #000;
}
#uploadForm {
	display: inline-block;
	margin: 0;
}
#uploadForm .row-inputs {
	display: inline-flex!important;
	gap: 8px;
	margin: 0;
	vertical-align: middle;
	padding-left: 122px;
	padding-top: 1px;
}
#useImage {
	display: inline-flex;
	position: absolute;
	bottom: 14px;
	right: 30px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.ui-dialog #selectImg .fileUpload {
	margin-top: 6px;
	width: 65%;
}
.ui-dialog #imgList tr td {
	padding: 2px;
}
.ui-dialog #imgList tr.active {
	background-color: #F5F5F5;
}
.ui-dialog .ui-dialog-titlebar {
	background-color: #F5F5F5;
	padding: 10px;
	border-radius: 4px 4px 0 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	float: right;
}
.ui-dialog .ui-dialog-content {
	padding: 10px;
}

.filters__row {
	width: 100%;
	display: flex;
	gap: 30px;
}
.filters__col--1 {
	flex: 0 1 33%;
	padding-top: 35px;
}
.filters__col--2 {
	flex: 0 1 66%;
}
.icon-filters-mobile {
	display: none;
}
.spollers {
	border-radius: 10px;
	padding: 30px;
}
.card {
	padding: 25px 30px 30px;
	border-radius: 10px;
}
.card:not(:last-child) {
	margin-bottom: 10px;
}
.card__title {
	font-weight: 700;
	padding-bottom: 20px;
	overflow-wrap: break-word;
	word-break: normal;
	white-space: normal;
	hyphens: auto;
}
.card__info-line {
	padding-bottom: 15px;
}
.info-line {
	display: flex;
	align-items: center;
	gap: 20px;
}
.info-line__col {
	display: flex;
	align-items: center;
	gap: 8px;
}
.info-line img {
	max-height: 28px;
}
.pagging {
	padding: 20px 0 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.pagging__arrow {
	cursor: pointer;
	width: 9px;
	height: 18px;
}
.pagging__arrow img {
	width: 100%;
	height: 100%;
	transition: all .3s ease 0s;
}
.pagging__arrow--prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.pagging__list {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}
.pagging__item {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all .3s ease 0s;
}
._active {
	cursor: initial;
}
.last__image,
.last__image img {
	width: 100%;
}
.last__title {
	font-weight: 700;
	padding-bottom: 10px;
	text-align: center;
}
.last__description {
	font-weight: 600;
	text-align: center;
}
.last__text {
	text-align: center;
}
.last__button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 0;
}
.filter {
	padding: 0 0 15px;
	position: relative;
}
.filter__title .title-text {
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	padding: 0 30px 0 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.filter__title .title-text::after {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	background: url(/images/icon-arrow-black.svg) center/55% no-repeat;
	position: absolute;
	right: 0;
	transition: all .3s ease 0s;
}
.filter__title .checkbox {
	font-weight: 400;
}
.filter__title .checkbox__label {
	display: flex;
	align-items: center;
	min-height: 25px;
}
.filter .options-wrapper {
	padding: 10px;
	width: 100%;
	border-radius: 8px;
	overflow: auto;
	-webkit-transform: translate(0,-100%);
	transform: translate(0,-100%);
	transition: all .3s ease 0s;
	max-height: 300px;
	overflow: auto;
}
.filter__options {
	position: absolute;
	top: calc(100% - 10px);
	left: -5px;
	width: 300px;
	height: 0;
	overflow: hidden;
}
.filter__title._show .title-text::after {
	content: "";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.filter__title._show .filter__options {
	padding: 5px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
}
.filter__title._show .options-wrapper {
	position: relative;
	z-index: 2;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.section-1 {
	padding-bottom: 50px;
}
.section-1__image {
	width: 100%;
	padding-bottom: 50px;
}
.section-1__image img {
	width: 100%;
}
.section-1__row {
	display: flex;
	justify-content: space-between;
	padding: 20px 0;
}
.contact {
	padding-top: 50px;
	padding-bottom: 50px;
}
.contact__title {
	font-weight: 700;
	padding-bottom: 20px;
	font-weight: 400;
}
.contact__titleFooterLink{
	padding-bottom: 20px!important;
}
.contact__title-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.row-inputs {
	display: flex;
	gap: 16px;
}
.input-wrapper {
	flex: 0 1 calc(50% - 8px);
	padding-bottom: 20px;
}
input.input-error + label,
input.input-error,
.file-input-area input.input-error {
	border: 2px solid red !important;
	outline: none;
}
.input-label,
.input-wrapper label {
	padding-top: 15px;
	padding-bottom: 8px;
}
.file-label {
	padding-top: 15px;
	padding-bottom: 8px;
}
.file-input-area {
	height: 200px;
	width: 100%;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.file-input-area img {
	padding-bottom: 30px;
}
.file-input-text {
	text-align: center;
	font-size: 20px;
}
.row-check {
	padding: 30px 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
#fileList {
	padding-top: 6px;
}
#fileList li {
	list-style-type: disc;
	padding: 12px 0 0;
}
#fileList {
	list-style: none;
	padding: 0;
	margin: 0;
}
#fileList li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
#fileListFoto {
	padding-top: 6px;
}
#fileListFoto li {
	list-style-type: disc;
	padding: 12px 0 0;
}
#fileListFoto {
	list-style: none;
	padding: 0;
	margin: 0;
}
#fileListFoto li {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}
.delete-btn {
	border: none;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
	outline: none;
	margin-right: 8px;
}

.delete-btn svg {
	display: block;
}
.tmpl404 .main__description {
	padding-bottom: 50px;
}
.tmpl404 .main__description a:hover {
	text-decoration: underline;
}
.noMandantSize{
	padding-top: 100px;
}
.noMandantFooter {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
  }

.login-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .9);
	padding: 40px;
	border-radius: 40px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	width: 30rem;
	height: 420px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-container .login-text {
	text-align: left;
	margin-bottom: 8px;
	margin-top: -5px;
	font-weight: 700;
	font-size: 40px;
}
.login-container .btn-login {
	border: none;
	padding: 12px;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 20px;
	width: 100%;
	transition: background .3s;
	cursor: pointer;
}
.login-container .help-text {
	font-size: 13px;
}
.login-container.login .pwLostContent,
.login-container.pwLost .loginContent,
.dynSyretaDiv {
	display: none;
}

.feedbackOverlay {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	color: #000;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	z-index: 2060;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	text-align: center;
}
.feedbackOverlay > * {
	padding: 30px;
}
.feedbackOverlay p {
	margin-bottom: 0;
}
.feedbackOverlay .success {
	display: none;
	background: #FFF;
	color: #00A660;
}
.feedbackOverlay .error {
	display: none;
	background: #FFF;
	color: #C92438;
}
.inputCheck.is-valid,
.inputEmailCheck.is-valid,
.selectCheck.is-valid {
	border-color: #00A660;
}
.inputCheck.is-invalid,
.inputEmailCheck.is-invalid,
.selectCheck.is-invalid {
	border-color: #C92438;
}
.checkbox__text.is-valid {
	color: #00A660;
}
.checkbox__text.is-invalid,
form.was-validated input:invalid + label {
	color: #C92438;
}

.formText {
	opacity: 80%;
}
.form-control {
	padding: 12px;
	font-size: 16px;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
	border-radius: 2px;
}
.form-control::placeholder {
	font-size: 18px;
	font-weight: 510;
}
.mb-3 {
	width: 100%;
	margin-bottom: 15px;
}
.feld-abstand {
	padding-top: 14px;
}
.login-links {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 20px;
	margin-bottom: -15px;
}
.login-links a {
	text-decoration: none;
	font-weight: 500;
	font-size: 17px;
}

.text-color:hover {
	text-decoration: underline;
}
.editBackground {
	background-color: #FFF;
}
.formularHeadline{
	font-size: 2.1875rem;
	padding-bottom: 30px;
	font-weight: 700;
}
.formularFelderContainer {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.formularFelder {
	width: 50%;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.buttonBack {
	font-size: 18px;
	padding-top: 8px;
}
.input {
	border: 1px solid #CCC;
	font-size: 18px;
	border-radius: 3px;
	font-family: "Proxima Nova";
	padding: 6px 10px;
	height: auto;
}
.match-svg-size {
	font-size: 34px;
	display: inline-block;
	line-height: 1;
	padding-bottom: 10px;
}
.formInput {
	border-radius: 8px!important;
	display: block;
	width: 100%;
	padding: 0 10px;
	background-color: #FFF;
	caret-color: inherit;
	height: 50px;
	margin-top: 8px;
	border: 1px solid transparent;
}
select.formInput {
	font-size: 18px;
}
.file-input-area svg {
	margin-bottom: 30px;
}
.formularInput {
	font-size: 1.4375rem!important;
}
.fileUploadSize {
	padding-top: 8px!important;
}
.contact__title {
	font-size: 18px !important;
	font-weight: 600;
}
.lastApplicationSize {
	padding-top: 20px;
}
.button {
	font-size: 25.875px;
}
label {
	font-size: 18px!important;
}
input {
	font-size: 18px!important;
	font-weight: 400;
}
.inputAbstand {
	margin-top: 5px;
}
form select {
	font: inherit;
}
.formularFelderTextSize {
	padding-bottom: 10px;
	font-weight: 600;
}
.formularfelderEdit #formularFelderAuswahl,
.formularfelderEdit #formularFelderAusgewaehlt,
.footerLinksEdit #footerLinks,
.socialMediaEdit #socialMedias {
	border: 1px solid #EEE;
	width: 36%;
	min-height: 20px;
	list-style-type: none;
	margin: 0;
	float: left;
	margin-bottom: 10px;
}
.formularfelderEdit #formularFelderAuswahl {
	margin-right: 10px;
}
.formularfelderEdit #formularFelderAuswahl,
.formularfelderEdit #formularFelderAusgewaehlt,
.footerLinksEdit #footerLinks,
.socialMediaEdit #socialMedias {
	width: 100%;
}
.formularfelderEdit #formularFelderAuswahl .formFeld,
.formularfelderEdit #formularFelderAusgewaehlt .formFeld,
.footerLinksEdit #footerLinks .formFeld,
.socialMediaEdit #socialMedias .formFeld {
	border: 1px solid #EEE;
	padding: 5px;
	font-size: 18px;
}
.formularfelderEdit .checkbox,
.footerLinksEdit .checkbox,
.socialMediaEdit .checkbox {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}
.formularfelderEdit .ui-sortable,
.footerLinksEdit .ui-sortable,
.socialMediaEdit .ui-sortable {
	cursor: move;
}
.formularfelderEdit label,
.footerLinksEdit label,
.socialMediaEdit label,
.formularfelderEdit input[type="text"],
.footerLinksEdit input[type="text"],
.footerLinksEdit input[type="url"],
.socialMediaEdit input[type="text"] {
	margin-bottom: 8px;
}
.formularfelderEdit .input-wrapper,
.footerLinksEdit .input-wrapper,
.socialMediaEdit .input-wrapper {
	padding-bottom: 0;
}
.formularfelderEdit #formularFelderAuswahl .inputDisplay {
	display: none;
}
.formularfelderEdit #formularFelderAusgewaehlt .inputDisplay {
	display: block;
}

/* Footer */
.footer__container {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.footer__row {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.footer__col {
	flex: 0 1 33.333%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.footer__col > div {
	height: 44px;
	display: flex;
	align-items: center;
}
.footer__row--top {
	align-items: flex-end;
}
.footer__row--top a {
	display: flex;
	align-items: flex-end;
}
.footerTextSize{
	font-size: 18px;
	display: block!important;
}
footer .textRight {
	text-align: right;
}

@media (min-width: 320px) and (max-width: 1586px) {
	@supports (margin-top: clamp(.1875rem, .1243088468rem + .3159557662vw, .4375rem)) {
		.checkbox__label:before {
			margin-top: clamp(.1875rem, .1243088468rem + .3159557662vw, .4375rem);
		}
	}
	@supports not (margin-top:clamp(.1875rem, .1243088468rem + .3159557662vw, .4375rem)) {
		.checkbox__label:before {
			margin-top: calc(.1875rem + .25 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (font-size: clamp(.9375rem, .8111176935rem + .6319115324vw, 1.4375rem)) {
		.button,
		.black-button,
		.checkbox__text,
		#fileList,
		#fileListFoto {
			font-size: clamp(.9375rem, .8111176935rem + .6319115324vw, 1.4375rem)!important;
		}
	}
	@supports not (font-size: clamp(.9375rem, .8111176935rem + .6319115324vw, 1.4375rem)) {
		.button,
		.black-button,
		.checkbox__text,
		#fileList,
		#fileListFoto {
			font-size: calc(.9375rem + .5 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (width:clamp(1.1875rem, 1.0295221169rem + .7898894155vw, 1.8125rem)) {
		.button-share img {
			width: clamp(1.1875rem, 1.0295221169rem + .7898894155vw, 1.8125rem);
		}
	}
	@supports not (width:clamp(1.1875rem, 1.0295221169rem + .7898894155vw, 1.8125rem)) {
		.button-share img {
			width: calc(1.1875rem + .625 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (font-size: clamp(1rem, .6998420221rem + 1.5007898894vw, 2.1875rem)) {
		.card-title,
		.title-regular,
		.card__title,
		.contact__title {
			font-size: clamp(1rem, .6998420221rem + 1.5007898894vw, 2.1875rem);
		}
	}
	@supports not (font-size: clamp(1rem, .6998420221rem + 1.5007898894vw, 2.1875rem)) {
		.card-title,
		.title-regular,
		.contact__title,
		.card__title {
			font-size: calc(1rem + 1.1875 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (font-size: clamp(.8125rem, .6545221169rem + .7898894155vw, 1.4375rem)) {
		.card-info__text,
		.text-block,
		.footer,
		.main__description,
		.card__text,
		.info-line__text,
		.last__text,
		.filter {
			font-size: clamp(.8125rem, .6545221169rem + .7898894155vw, 1.4375rem);
		}
	}
	@supports (font-size: clamp(.8125rem, .6545221169rem + .7898894155vw, 1.4375rem)) {
		.card-info__text,
		.text-block,
		.footer,
		.main__description,
		.card__text,
		.info-line__text,
		.last__text,
		.filter {
			font-size: calc(clamp(.8125rem, .6545221169rem + .7898894155vw, 1.4375rem) * 1.2);
		}
	}
	@supports not (font-size: clamp(.8125rem, .6545221169rem + .7898894155vw, 1.4375rem)) {
		.card-info__text,
		.text-block,
		.footer,
		.main__description,
		.card__text,
		.info-line__text,
		.last__text,
		.filter {
			font-size: calc(.8125rem + .625 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (height:clamp(3.4375rem, 2.4106437599rem + 5.1342812006vw, 7.5rem)) {
		.header {
			height: clamp(3.4375rem, 2.4106437599rem + 5.1342812006vw, 7.5rem);
		}
	}
	@supports not (height:clamp(3.4375rem, 2.4106437599rem + 5.1342812006vw, 7.5rem)) {
		.header {
			height: calc(3.4375rem + 4.0625 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-top:clamp(2.5rem, 1.5521327014rem + 4.7393364929vw, 6.25rem)) {
		.footer__container {
			padding-top: clamp(2.5rem, 1.5521327014rem + 4.7393364929vw, 6.25rem);
		}
	}
	@supports not (padding-top:clamp(2.5rem, 1.5521327014rem + 4.7393364929vw, 6.25rem)) {
		.footer__container {
			padding-top: calc(2.5rem + 3.75 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-bottom:clamp(2.5rem, .7622432859rem + 8.6887835703vw, 9.375rem)) {
		.footer__container {
			padding-bottom: clamp(2.5rem, .7622432859rem + 8.6887835703vw, 9.375rem);
		}
	}
	@supports not (padding-bottom:clamp(2.5rem, .7622432859rem + 8.6887835703vw, 9.375rem)) {
		.footer__container {
			padding-bottom: calc(2.5rem + 6.875 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-bottom:clamp(1.5rem, .9312796209rem + 2.8436018957vw, 3.75rem)) {
		.main {
			padding-bottom: clamp(1.5rem, .9312796209rem + 2.8436018957vw, 3.75rem);
		}
	}
	@supports not (padding-bottom:clamp(1.5rem, .9312796209rem + 2.8436018957vw, 3.75rem)) {
		.main {
			padding-bottom: calc(1.5rem + 2.25 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (font-size: clamp(1.4375rem, .4106437599rem + 5.1342812006vw, 5.5rem)) {
		.main__title {
			font-size: clamp(1.4375rem, .4106437599rem + 5.1342812006vw, 5.5rem);
		}
	}
	@supports not (font-size: clamp(1.4375rem, .4106437599rem + 5.1342812006vw, 5.5rem)) {
		.main__title {
			font-size: calc(1.4375rem + 4.0625 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-top:clamp(1.875rem, 1.2430884676rem + 3.1595576619vw, 4.375rem)) {
		.main__title {
			padding-top: clamp(1.875rem, 1.2430884676rem + 3.1595576619vw, 4.375rem);
		}
	}
	@supports not (padding-top:clamp(1.875rem, 1.2430884676rem + 3.1595576619vw, 4.375rem)) {
		.main__title {
			padding-top: calc(1.875rem + 2.5 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-bottom:clamp(.8125rem, .6387243286rem + .868878357vw, 1.5rem)) {
		.card__text {
			padding-bottom: clamp(.8125rem, .6387243286rem + .868878357vw, 1.5rem);
		}
	}
	@supports not (padding-bottom:clamp(.8125rem, .6387243286rem + .868878357vw, 1.5rem)) {
		.card__text {
			padding-bottom: calc(.8125rem + .6875 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (font-size: clamp(1rem, .8894154818rem + .5529225908vw, 1.4375rem)) {
		.pagging__item,
		.input-label,
		.input-wrapper label,
		.file-label {
			font-size: clamp(1rem, .8894154818rem + .5529225908vw, 1.4375rem)!important;
		}
	}
	@supports not (font-size: clamp(1rem, .8894154818rem + .5529225908vw, 1.4375rem)) {
		.pagging__item,
		.input-label,
		.input-wrapper label,
		.file-label {
			font-size: calc(1rem + .4375 * (100vw - 20rem) / 79.125);
		}
	}
	@supports (padding-top:clamp(1.25rem, -.0138230648rem + 6.3191153239vw, 6.25rem)) {
		.last {
			padding-top: clamp(1.25rem, -.0138230648rem + 6.3191153239vw, 6.25rem);
		}
	}
	@supports not (padding-top:clamp(1.25rem, -.0138230648rem + 6.3191153239vw, 6.25rem)) {
		.last {
			padding-top: calc(1.25rem + 5 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-bottom:clamp(3.125rem, 2.6510663507rem + 2.3696682464vw, 5rem)) {
		.last {
			padding-bottom: clamp(3.125rem, 2.6510663507rem + 2.3696682464vw, 5rem);
		}
	}
	@supports not (padding-bottom:clamp(3.125rem, 2.6510663507rem + 2.3696682464vw, 5rem)) {
		.last {
			padding-bottom: calc(3.125rem + 1.875 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-top:clamp(1.875rem, 1.4800552923rem + 1.9747235387vw, 3.4375rem)) {
		.last__title {
			padding-top: clamp(1.875rem, 1.4800552923rem + 1.9747235387vw, 3.4375rem);
		}
	}
	@supports not (padding-top:clamp(1.875rem, 1.4800552923rem + 1.9747235387vw, 3.4375rem)) {
		.last__title {
			padding-top: calc(1.875rem + 1.5625 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (font-size: clamp(1.3125rem, .5384083728rem + 3.8704581359vw, 4.375rem)) {
		.last__title {
			font-size: clamp(1.3125rem, .5384083728rem + 3.8704581359vw, 4.375rem);
		}
	}
	@supports not (font-size: clamp(1.3125rem, .5384083728rem + 3.8704581359vw, 4.375rem)) {
		.last__title {
			font-size: calc(1.3125rem + 3.0625 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (font-size: clamp(1rem, .7788309637rem + 1.1058451817vw, 1.875rem)) {
		.last__description {
			font-size: clamp(1rem, .7788309637rem + 1.1058451817vw, 1.875rem);
		}
	}
	@supports not (font-size: clamp(1rem, .7788309637rem + 1.1058451817vw, 1.875rem)) {
		.last__description {
			font-size: calc(1rem + .875 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (padding-bottom:clamp(.375rem, .0590442338rem + 1.579778831vw, 1.625rem)) {
		.last__description {
			padding-bottom: clamp(.375rem, .0590442338rem + 1.579778831vw, 1.625rem);
		}
	}
	@supports not (padding-bottom:clamp(.375rem, .0590442338rem + 1.579778831vw, 1.625rem)) {
		.last__description {
			padding-bottom: calc(.375rem + 1.25 * (100vw - 20rem)/ 79.125);
		}
	}
	@supports (top:clamp(.0000000625rem, -.0947866516rem + .4739335703vw, .375rem)) {
		.filter__title .title-text::after {
			top: clamp(.0000000625rem, -.0947866516rem + .4739335703vw, .375rem);
		}
	}
	@supports not (top:clamp(.0000000625rem, -.0947866516rem + .4739335703vw, .375rem)) {
		.filter__title .title-text::after {
			top: calc(.0000000625rem + .3749999375 * (100vw - 20rem)/ 79.125);
		}
	};
}

@media (min-width: 1586px) {
	.button,
	.black-button,
	.card-info__text,
	.text-block,
	.footer,
	.main__description,
	.card__text,
	.info-line__text,
	.pagging__item,
	.last__text,
	.filter,
	.input-label,
	.input-wrapper label,
	.file-label,
	.checkbox__text,
	#fileList,
	#fileListFoto {
		font-size: 1.4375rem
	}
	.last__description,
	.contact__title {
		font-size: 22px
	}
	.card-title,
	.title-regular,
	.card__title {
		font-size: 2.1875rem;
	}
	.last__title {
		font-size: 4.375rem;
	}
	.main__title {
		font-size: 5.5rem;
	}
	.header__logo {
		height: 3.875rem;
	}
	.header {
		height: 7.5rem;
	}
	.checkbox__label:before {
		margin-top: .4375rem;
	}
	.card__text {
		padding-bottom: 1.5rem;
	}
	.last__description {
		padding-bottom: 1.625rem;
	}
	.main,
	.footer__container {
		padding-bottom: 3.75rem;
	}
	.last {
		padding-bottom: 5rem;
	}
	.last__title {
		padding-top: 3.4375rem;
	}
	.main__title {
		padding-top: 4.375rem;
	}
	.footer__container,
	.last {
		padding-top: 6.25rem;
	}
	.filter__title .title-text::after {
		top: .375rem;
	}
	.button-share img {
		width: 1.8125rem;
	}
	.header__logo {
		width: 11.8125rem;
	};
}

@media (max-width: 900px) {
	.tmpl404 .main__description {
		padding-bottom: 25px;
	};
}

@media (max-width: 768px) {
	.button,
	.black-button {
		padding: 7px 20px 6px;
	}
	.footer__container {
		gap: 40px
	}
	.footer__row {
		flex-wrap: wrap;
		gap: 40px
	}
	.footer__row--top {
		justify-content: center
	}
	.footer__col--address {
		order: 1;
		flex: 0 1 calc(48% - 40px)
	}
	.footer__col--nav {
		order: 3;
		flex: 1 1 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: row
	}
	.footer__col--nav > div {
		flex: 0 1 25%;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.footer__col--social {
		order: 2;
		flex: 0 1 calc(48% - 40px)
	}
	.filters__row,
	.icon-filters-mobile {
		display: block
	}
	.filters__col--1 {
		display: flex;
		gap: 20px;
		padding: 17px 20px;
		margin: 0 -15px
	}
	.spollers {
		box-shadow: initial;
		padding: 0;
		background: 0;
		border-radius: 0;
		display: flex;
		gap: 12px
	}
	.card {
		padding: 25px 0 30px
	}
	.filter {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.filter__title {
		padding: 7px 10px;
		border-radius: 10px
	}
	.filter__title .title-text {
		padding: 0 20px 0 0
	}
	.filter__options {
		top: calc(100% - 3px);
		width: 200px
	}
	.row-inputs {
		flex-wrap: wrap;
		gap: 0
	}
	.input-wrapper {
		flex: 1 1 100%
	};

	.login-container {
		padding: 30px;
		border-radius: 30px;
		width: 80%;
	}
	.login-container .login-text {
		font-size: 36px;
	}
	.login-container .btn-login {
		font-size: 17px;
		padding: 11px;
	};

	.card-title {
		padding-bottom: 10px!important;
	}
	.card-title {
		font-size: 24px;
		line-height: 24px;
	}
	.title-regular {
		padding-top: 20px!important;
		padding-bottom: 10px!important;
	}
	.title-regular {
		font-size: 20px!important;
	}
	.formularHeadline{
		font-size: 24px!important;
	}

	.job-list .jobEntry .card__title {
		font-size: 21px!important;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.footer .footer__container {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main-image,
	.main-image img,
	.section-1__container,
	.section-1__container img {
		padding-top: 10px;
	}
	.header__logo img {
		padding-top: 15px;
	}

	.langMenuButton{
		padding-top: 41px;
	}
}

@media (max-width: 576px) {
	.login-container {
		padding: 20px;
		border-radius: 20px;
		width: 90%;
	}
	.login-container .login-text {
		font-size: 32px;
	}
	.login-container .btn-login {
		font-size: 16px;
		padding: 10px;
	};

	.social-links {
		gap: 30px
	};
}

@media (max-width: 480px) {
	.footer__container,
	.footer__row {
		gap: 30px;
	}
	.footer__row--top a img {
		flex: 0;
		width: 125px;
	}
	.footer__col--address {
		margin-top: -12px;
	}
	.footer__col--address,
	.footer__col--social {
		flex: 0 1 calc(45% - 40px);
	}
	.social-links {
		gap: 0;
	}
	.footer__col > div {
		height: auto;
		min-height: 25px;
	}
	.footer__col--nav > div {
		flex: 0 1 33.333%;
	}
	.footer__row:last-child .footer__col {
		flex: 0 1 100%;
	}

	.info-line {
		gap: 14px;
	}
	.section-1__image {
		padding-bottom: 30px;
	}
	.section-1__row {
		gap: 20px;
	};

	.header .langMenu .langMenuButton {
		font-size: 16px;
	}
	.header .langMenu .langMenuButton::after {
		margin-bottom: 2px;
	}
}

@media (max-width: 380px) {
	.login-links {
		flex-direction: column;
		align-items: center;
	}
	.login-links a {
		margin-bottom: 10px;
	};
}

@media (max-width: 320px) {
	.card-info__text,
	.text-block,
	.footer,
	.main__description,
	.card__text,
	.info-line__text,
	.last__text,
	.filter {
		font-size: .8125rem
	}
	.button,
	.black-button,
	.checkbox__text,
	#fileList,
	#fileListFoto {
		font-size: .9375rem
	}
	.card-title,
	.title-regular,
	.card__title,
	.pagging__item,
	.last__description,
	.contact__title,
	.input-label,
	.input-wrapper label,
	.file-label {
		font-size: 1rem
	}
	.last__title {
		font-size: 1.3125rem
	}
	.main__title {
		font-size: 1.4375rem
	}
	.header {
		height: 3.4375rem
	}
	.header__logo {
		height: 1.5625rem
	}
	.checkbox__label:before {
		margin-top: .1875rem
	}
	.last__description {
		padding-bottom: .375rem
	}
	.card__text {
		padding-bottom: .8125rem
	}
	.main {
		padding-bottom: 1.5rem
	}
	.footer__container {
		padding-bottom: 2.5rem
	}
	.last {
		padding-bottom: 3.125rem
	}
	.last {
		padding-top: 1.25rem
	}
	.main__title,
	.last__title {
		padding-top: 1.875rem
	}
	.footer__container {
		padding-top: 2.5rem
	}
	.filter__title .title-text::after {
		top: .0000000625rem
	}
	.button-share img {
		width: 1.1875rem
	}
	.header__logo {
		width: 4.625rem
	};
}

@media (any-hover:hover) {
	.footer__col > div a:hover,
	.social-links__col a:hover {
		text-decoration: underline;
	}
	.card:hover {
		border-radius: 10px;
	}
	.pagging__arrow img:hover {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}
	.pagging__item:hover {
		font-weight: 600;
	}
	._active:hover {
		font-weight: 400;
	}
	.filter__title .title-text:hover {
		cursor: pointer;
	};
}