/*
Theme Name: connect-medical-2021
Theme URI: https://connect-medical.de
Description: connect-medical-2021 wordpress theme
Version: 1.2.1
Author: T.Ott
Tags: slick layout
connect-medical-2021 by Thorsten Ott
*/
/* * * *  COLORS * * * *
mittelblau				=	#28628e
hellblau				=	#46627d
dunkelblau				=	#0D244B
überschrifthellblau		=   #00b0f0
überschriftgrau			=	#595955
* * * * * * * * * * * */
.localpages_wrapper {
	border-top:1px solid #00aeb6;
}
.localpages_headline {
	color:#00aeb6;
}
.localpages li {
	list-style:none;
	margin-bottom:12px;
}
.localpages a {
	color:#3e3e3e;
}
.localpages a:hover {
	color:var(--color-contrast);
	transition:color .24s ease-in-out;
}
@media screen and (max-width:639px) {
	.localpages_wrapper {
		padding:24px 12px;
	}
	.localpages_headline {
		border-bottom:1px solid #acacac;
		font-size:18px;
		font-weight:500;
		margin-bottom:16px;
		padding-bottom:8px;
	}
	.localpages:not(:last-child) {
		margin-bottom:48px;
	}
}
@media screen and (min-width:640px) {
	.localpages_wrapper {
		display:flex;
		justify-content:space-between;
		flex-wrap:wrap;
	}
	.localpages_headline {
		border-bottom:1px solid #acacac;
		font-size:20px;
		font-weight:500;
		margin-bottom:24px;
		padding-bottom:12px;
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.localpages_wrapper {
		padding:32px 16px;
		gap:16px;
	}
	.localpages {
		width:calc(50% - 8px);
	}
}
@media screen and (min-width:960px) and (max-width:1679px) {
	.localpages_wrapper {
		padding:32px;
		gap:32px;
	}
	.localpages {
		width:calc(25% - 24px);
	}
}
@media screen and (min-width:1680px) {
	.localpages_wrapper {
		padding:48px;
		gap:48px;
	}
	.localpages {
		width:calc(25% - 36px);
	}
}
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:300;
	src:local(''),
		url('fonts/roboto-v27-latin-300.woff2') format('woff2'),
		url('fonts/roboto-v27-latin-300.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:400;
	src:local(''),
		url('fonts/roboto-v27-latin-regular.woff2') format('woff2'),
		url('fonts/roboto-v27-latin-regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:500;
	src:local(''),
		url('fonts/roboto-v27-latin-500.woff2') format('woff2'),
		url('fonts/roboto-v27-latin-500.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:700;
	src:local(''),
		url('fonts/roboto-v27-latin-700.woff2') format('woff2'),
		url('fonts/roboto-v27-latin-700.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Roboto';
	font-style:normal;
	font-weight:900;
	src:local(''),
		url('fonts/roboto-v27-latin-900.woff2') format('woff2'),
		url('fonts/roboto-v27-latin-900.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 300;
	src: local(''),
		url('fonts/dosis-v22-latin-300.woff2') format('woff2'),
		url('fonts/dosis-v22-latin-300.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'Dosis';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		url('fonts/dosis-v22-latin-regular.woff2') format('woff2'),
		url('fonts/dosis-v22-latin-regular.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Dosis';
	font-style:normal;
	font-weight:500;
	src:local(''),
		url('fonts/dosis-v22-latin-500.woff2') format('woff2'),
		url('fonts/dosis-v22-latin-500.woff') format('woff');
	font-display: swap;
}
@font-face {
	font-family:'Dosis';
	font-style:normal;
	font-weight:600;
	src:local(''),
		url('fonts/dosis-v22-latin-600.woff2') format('woff2'),
		url('fonts/dosis-v22-latin-600.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family:'Dosis';
	font-style:normal;
	font-weight:700;
	src:local(''),
		url('fonts/dosis-v22-latin-700.woff2') format('woff2'),
		url('fonts/dosis-v22-latin-700.woff') format('woff');
	font-display: swap;
}
.label-hidden:not(:focus):not(:active) {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}
* {
	box-sizing:border-box;
	margin:0;
	outline:none;
	padding:0;
	-webkit-tap-highlight-color:transparent;
}
html {
	scroll-behavior:smooth;
	scrollbar-color:rgba(0,0,0,.24) rgba(0,0,0,.12);
	scrollbar-width:thin;
	font-size: 16px;
	/*scroll-snap-align: where necessary*/
}
body {
	background:#f6f6f6;
	color:var(--color-primary);
	font-family:var(--font-family);
	line-height:150%;
	/*overflow-x:hidden;*/
	overflow-y:overlay;
	scrollbar-color:rgba(0,0,0,.24) rgba(0,0,0,.12);
	scrollbar-width:thin;
}
::-webkit-scrollbar {
	width:6px;
}
::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.24);
}
::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,.32);
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.48);
}
h1,h2,h3,h4,h5 {
	font-family:var(--font-family-headlines);
	font-weight:400;
	width:100%;
}
a,div {
	text-decoration:none;
}
address {
	font-style:normal;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { 
	display: none; 
}
:root {
  --color-primary:#2c2c2c;
  --color-secondary:#fff;
  --color-tertiary:#428994;
  --color-contrast:#00aeb6;
  --color-hover:#ef0039;
  --color-contrast-plus:#fa8072;
  --height-wp-adminbar: 0px;
  --height-header-desktop:72px;
  --height-header-touch:64px;
  --height-subnavigation:64px;
  --font-family:'Roboto',sans-serif;
  --font-family-headlines:'Dosis',sans-serif;
}
.wrapper {
	background:var(--color-secondary);
	margin-right:auto;
	margin-left:auto;
}
.flexwrapper {
	display:flex;
}
.tac {
	text-align:center;
}
.icon {
	background-repeat:no-repeat;
	background-size:24px auto;
	padding-left:40px;
}
.map {
	background-image:url(images/map.svg);
}
.phone {
	background-image:url(images/phone.svg);
}
.mail {
	background-image:url(images/mail.svg);
}
.highlight{color:var(--color-contrast);text-transform:uppercase}
.gelberText{color:#fbdf29}
.weisserText{color:#fff}
.cta,.full-cta {
	border-radius:16px;
	font-family:var(--font-family-headlines);
	font-weight:600;
	line-height:1;
	padding-top:16px;
	padding-bottom:16px;
	text-align:center;
	transition:opacity .24s ease-in-out;
}
.field-wrapper {
	width:100%;
}
.search-submit {
	cursor: pointer;
	background-color: #189395;
	border-radius: 0 12px 12px 0;
	width: 70px;
	transition: all .1s ease-in-out;
}
.search-field{
	background-color: var(--color-secondary);
	border-radius: 12px 0 0 12px;
}

.contact-container-link {
	background-size:auto 16px;
	background-position:8px center;
	background-repeat:no-repeat;
	color:#fff;
	display:inline-block;
	height:40px;
	line-height:40px;
	transition:background .24s ease-in-out;
	width:100%;
}
.contact-container-link:not(:first-child, :last-child) {
	background-size:auto 20px;
}
.contact-container-link:first-child {
	border-top-left-radius:4px;
}
.contact-container-link:last-child {
	border-bottom-left-radius:4px;
}
.resize-animation-stopper * {
	animation:none!important;
	transition:none!important;
}
a[href$=".pdf"] {
	align-items:flex-end;
	background-image:url(images/pdf-icon.svg);
	background-position:center top;
	background-repeat:no-repeat;
	display:flex;
	font-weight:300;
	justify-content:center;
	visibility: hidden;
}
a:hover {
	/*color:var(--color-hover);*/
	transition:color .24s ease-in-out;
}
.field-wrapper textarea,.field-wrapper select {
	background:#fff;
	border:1px solid rgba(24,24,24,.24);
	border-radius:4px;
	font-family:var(--font-family);
	margin-bottom:16px;
	padding:8px;
	width:100%;
}
.field-wrapper.form-datenschutz {
	align-items: center;
	display: flex;
}
.contact-container-link:hover {
	background-color:#00a59f;
	color:#fff;
	transition:background .24s ease-in-out;
}
.social:hover,.cta:hover,.full-cta:hover {
	opacity:.8;
	transition:opacity .24s ease-in-out;
}
.field-wrapper .wpcf7-list-item {
	float:left;
	height:28px;
	margin:0;
}
.field-wrapper .wpcf7-form-control-wrap {
	height:28px;
	line-height:28px;
	margin-bottom:16px;
}
.field-wrapper .wpcf7-form-control-wrap + label {
	height:28px;
	line-height:28px;
	margin-bottom:16px;
}
.field-wrapper input[type="text"],.field-wrapper input[type="tel"],.field-wrapper input[type="email"],.field-wrapper input[type="date"] {
	background:#fff;
	border:1px solid rgba(24,24,24,.24);
	border-radius:4px;
	color: var(--color-primary);
	font-family:var(--font-family);
	height:40px;
	line-height:40px;
	margin-bottom:16px;
	padding-right:8px;
	padding-left:8px;
	width:100%;
}

.field-wrapper a {
	font-weight: 600;
	text-decoration: underline;
}
.field-wrapper a:hover {
	opacity: .5;
}
.field-wrapper ::placeholder { color: var(--color-primary); }
.field-wrapper :-ms-input-placeholder { color: var(--color-primary); }
.field-wrapper ::-ms-input-placeholder { color: var(--color-primary); }
.field-wrapper input[type="submit"],
.acf-form-submit input[type="submit"]{
	appearance:none;
	-webkit-appearance:button;
	background-color:#3e3e3e;
	background-image:url(images/contact_form.svg);
	background-position:148px center;
	background-repeat:no-repeat;
	background-size:26px auto;
	border:none;
	border-radius:16px;
	box-shadow:none;
	color:#fff;
	font-family:var(--font-family);
	font-size:20px;
	font-weight:500;
	height:56px;
	line-height:56px;
	margin-top:32px;
	padding-left:24px;
	text-align:left;
	transition:opacity .24s ease-in-out;
	width:200px;
}
.field-wrapper input[type="checkbox"],
.acf-field.datenschutz input[type="checkbox"] {
	appeareance:none;
	-webkit-appearance:none;
	background:#fff;
	border:2px solid transparent;
	border-radius:2px;
	height:24px;
	margin-top:2px;
	margin-right:12px;
	margin-left:3px;
	outline:2px solid #fff;
	width:24px;
}
.field-wrapper .wpcf7-form-control-wrap .wpcf7-list-item-label {
	display:none;
}
.field-wrapper input[type="checkbox"]:checked,
.acf-field.datenschutz input[type="checkbox"]:checked {
	background:#00807a;
	outline-color:#fff;
}
.field-wrapper input[type="submit"]:disabled {
	background-color:#6e6e6e;
}
.field-wrapper input[type="submit"]:hover {
	opacity:.64;
	transition:opacity .24s ease-in-out;
}
#logo {
	align-self:center;
	background-image:url(images/logo.svg);
	background-repeat:no-repeat;
}
#de {
	background-image:url(images/de.svg);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:auto 16px;
	padding-left:29px;
}
#footer {
	background:#fff;
	border-top:1px solid var(--color-contrast);
	color:#3e3e3e;
	position: relative;
}
#scroll-top {
	position:absolute;
	top:100vh;
	bottom:0;
	right:0;
}
#footercontact {
	font-weight:300;
}
#footercontact .icon {
	display:block;
}
.kununu {
	float:right;
}
#kununu_top_company {
	display:block;
	height:auto;
	width:100%;
}
#totop {
	background-color:var(--color-contrast);
	background-image:url(images/triangle.svg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:calc(var(--height-header-desktop) / 4) auto;
	display:inline-block;
	height:40px;	
	position:sticky;
	position:-webkit-sticky;
	top:calc(100vh - 40px);
	transform:rotate(270deg);
	width:40px;
}
#header {
	background:var(--color-secondary);
	box-shadow:0 1px 10px #e5e5e5;
	z-index:2;
}
#header-application {
	align-items:center;
	display:flex;
}
#apply {
	background-color:#fbdf29;
	border-radius:12px;
	color:var(--color-primary);
	display:flex;
	font-family:var(--font-family-headlines);
	font-weight:600;
	text-decoration:none;
	transition:background-color .24s ease-in-out;
}
#meta {
	border-top:1px solid var(--color-contrast);
}
#contact-container {
	background:#00aeb6;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	height:120px;
	position:fixed;
	transition:right .24s ease-in-out;
	width:240px;
	z-index:2;
}
#search-form {
	display: none;
}
#search-form > div{
	align-items: center;
	display: flex;
	background-color: #189395;
	gap: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#search-form > div {
	font-size: 12px;
	color: var(--color-secondary);
}

/* The switch - the box around the slider */
#search-form > div .switch {
	cursor: pointer;
	position: relative;
	display: inline-flex;
	width:75px;
	height: 100%;
}

#search-form > div .switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

#search-form > div .switch div {
	display: flex;
	flex-direction: column;
	line-height: 16px;
	margin-left: 27px;
}

#search-form > div .slider {
	box-shadow: inset 0px 2px 1px 0px rgba(1, 1, 1, .1);
	position: absolute;
	cursor: pointer;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--color-secondary);
	-webkit-transition: .4s;
	transition: .4s;
	height: 30px;
	width: 16px;
}

#search-form > div .slider:before {
	position: absolute;
	content: "";
	height: 12px;
	width: 12px;
	left: 2px;
	bottom: 4px;
	background-color: #189395;
	-webkit-transition: .4s;
	transition: .4s;
}

#search-form > div input ~ div span:last-of-type,
#search-form > div input:checked ~ div span:first-of-type{
	opacity: 1;
	-webkit-transition: .4s;
	transition: .4s;
}
#search-form > div input ~ div span:first-of-type,
#search-form > div input:checked ~ div span:last-of-type{
	opacity: .5;
	-webkit-transition: .4s;
	transition: .4s;
}

#search-form > div input:checked + .slider {
	background-color: var(--color-secondary);
}

#search-form > div input:checked + .slider:before {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
#search-form > div .slider.round,
#search-form > div .slider.round:before {
	border-radius: 34px;
}

#search-form .search-submit:hover{
	background-size: 40%;
	transition: all .1s ease-in-out;
}

#search-form #search-c2:hover .slider:before{
	background-color: var(--color-contrast);
}

/* .knobs, .layer{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.button{
	position: relative;
	top: 26%;
	width: 74px;
	height: 36px;
	margin: -20px auto 0 auto;
	overflow: hidden;
}
.button.b2{border-radius: 2px;}
.checkbox{
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}
.knobs{z-index: 2;}
.layer{
	width: 100%;
	border-radius: 3px;
	z-index: 1;
}
#button{overflow: visible;}
#button .knobs{perspective: 70px;}
#button .knobs:before, #button .knobs:after, #button .knobs span{
	position: absolute;
	border-radius: 2px;
}
#button .knobs:before, #button .knobs:after{
	width: 20px;
	height: 10px;
	color: var(--color-secondary);
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 9px 4px;
}
#button .knobs:before{
	content: 'Stellen';
	top: 13px;
	left: 16px;
}
#button .knobs:after{
	content: 'Webseite';
	top: -5px;
	left: 7px;
}
#button .knobs span{
	right: 4px;
	width: 66px;
	height: 15px;
	background-color: var(--color-secondary);
	transform: rotateX(0);
	transform-origin: 50% 0%;
	transition: 0.6s ease all;
	top: 18px;
	z-index: 1;
}
#button .checkbox:checked + .knobs span{
	transform: rotateX(180deg);
	background-color: var(--color-secondary);
} */
/* sliders end */

#search-form > div input:checked {
	background-color:#d6e98f;
}
#searchtoggle {
	appearance:none;
	-webkit-appearance:none;
	background:transparent;
	border:0;
	cursor:pointer;
	position:fixed;
	z-index:2;
}
#content {
	-webkit-hyphens:auto;
	hyphens:auto;
	position:relative;
}
#menu li,#footernavigation li {
	list-style:none;
}
#footer a {
	color:#3e3e3e;
}
#footer strong {
	font-weight:600;
}
#menu a {
	color:inherit;
}
#content a {
	color:inherit;
}
#content ul,#content ol {
	margin-bottom:24px;
	margin-left:16px;
}
#content li {
	margin-bottom:8px;
}
#searchtoggle:checked {
	background-image:url(images/close.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:12px;
	opacity:1;
}
#searchtoggle:not(:checked) {
	opacity:0;
}
#logo:hover {
	opacity:.88;
	transition:opacity .24s ease-in-out;
}
#apply:hover {
	background-color:var(--color-contrast);
	transition:background .24s ease-in-out;
}
#content .field-wrapper a {
	color:#fff;
}
#fdatenschutz:checked:after,
.acf-field.datenschutz input[type="checkbox"]:checked:after {
	content:"\2714\fe0e";
	color:#fff;
	display:block;
	font-size:20px;
	margin-top:-5px;
	margin-left:2px;
}
#footernavigation ul > li:first-child a {
	color:#428994;
}
#searchtoggle:checked + #header-meta .flexwrapper {
	z-index:1;
}
@media screen and (max-height:639px) {
	#contact-container {
		bottom:80px;
	}
}
@media screen and (min-height:640px) {
	#contact-container {
		bottom:calc(50vh - 40px);
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select,textarea,input,input[type=search] {
		font-size:16px;
	}
}
@media screen and (max-width:479px) {
	.search-submit {
		right:135px;
	}
	.search-field {
		/* width:calc(100% - 160px); */
	}
	.field-wrapper .wpcf7-form-control-wrap + label {
		font-size:12px;
		word-spacing:-1px;
	}
	#logo {
		background-size:auto 28px;
		height:28px;
		margin-top:18px;
		width:114px;
	}
	#apply {
		font-size:16px;
		padding-right:8px;
		padding-left:8px;
	}
	#search,#searchtoggle {
		height:24px;
		margin-top:20px;
		width:24px;
	}
	#searchtoggle {
		right:150px;
	}
	#content p:not(:last-child) {
		padding-bottom:23px;
	}
	#header-meta .flexwrapper {
		height:64px;
		position:fixed;
		right:150px;
	}
	#searchtoggle:checked {
		/* right:148px; */
	}
	#searchtoggle:checked + #header-meta #search-form {
		/* left:12px;
		right:159px; */
	}
}
@media screen and (min-width:480px) {
	#apply {
		font-size:22px;
	}
}
@media screen and (min-width:480px) and (max-width:639px) {
	.search-submit {
		background-size:20px;
		right:194px;
	}
	#search,#searchtoggle {
		height:32px;
		margin-top:16px;
		width:32px;
	}
	#searchtoggle {
		right:192px;
	}
	#header-meta .flexwrapper {
		height:64px;
		position:fixed;
		right:192px;
	}
	#searchtoggle:checked {
		/* right:222px; */
	}
	#footernavigation li:not(:last-child) {
		padding-right:8px;
	}
	/* #footernavigation li:not(:first-child) {
		margin-left:8px;
	} */
	#searchtoggle:checked + #header-meta #search-form {
		/* left:12px;
		right:192px; */
	}
}
@media screen and (min-width:480px) and (max-width:959px) {
	body {
		font-size:16px;
	}
	#logo {
		background-size:auto 38px;
		height:38px;
		margin-top:13px;
		width:154px;
	}
	#apply {
		padding-right:12px;
		padding-left:12px;
	}
}
@media screen and (max-width:959px) {
	.search-submit {
		background-image:url(images/search_white.svg);
		background-position:center;
		background-repeat:no-repeat;
		border:none;
		border-radius: 0 12px 12px 0;
	}
	.kununu {
		/* height:85px; */
		width:64px;
	}
	#external_links {
		/* align-items:flex-end; */
		display:flex;
		justify-content:center;
		flex-wrap: wrap;
	}
	#external_links #gvp {
		height:auto;
		width:64px;
	}
	#gvp img {
		display: block;
		width:100%;
	}
	#search-c2,.search-field,.search-submit{
		height: 40px;
	}
	#search-form .slider{top: 5px;}
	#search-form .switch div{margin-top: 4px;}
	.search-field, .search-submit {
		appearance:none;
		-webkit-appearance:none;
		display:flex;
		position:fixed;
	}
	.search-field {
		border:1px solid #d6d6d6;
		color:var(--color-primary);
		font-size:12px;
		font-weight:400;
		height:40px;
		line-height:1;
		padding:12px 8px;
	}
	.onclick-menu-content {
		display:none;
		opacity:0;
		padding:8px 32px 0;
		visibility:hidden;
		transition:visibility .48s;
	}
	.onclick-menu-link {
		margin-top:-24px;
		position:absolute;
	}
	.social {
		height:32px;
		display:block;
		width:32px;
	}
	.onclick-menu-content li {
		list-style:none;
	}
	.onclick-menu a {
		font-size:16px;
		height:16px;
		line-height:16px;
	}
	a[href$=".pdf"] {
		background-size:auto 48px;
		font-size:12px;
		height:72px;
		margin-top:24px;
	}
	.onclick-menu-link:after {
		content:"+";
		display:block;
		height:30px;
		text-align:left;
		width:30px;
	}
	.no-js .onclick-menu .onclick-menu-content {
		display:inherit;
		opacity:1;
		visibility:visible;
	}
	.onclick-menu:focus .onclick-menu-link:after {
		content:"-";
		display:block;
	}
	.no-js .onclick-menu .onclick-menu-link:after {
		content:"-";
	}
	.js .onclick-menu-link.hidden + .onclick-menu-content {
		display:none;
		opacity:0;
		visibility:hidden;
	}
	.js .onclick-menu-link:not(.hidden) + .onclick-menu-content {
		display:block;
		opacity:1;
		visibility:visible;
	}
	#footercontact {
		width:296px;
	}
	#header-inner {
		background:var(--color-secondary);
	}
	#footercontact {
		padding-top:calc(var(--height-header-touch) / 8 * 3);
	}
	#header {
		height:var(--height-header-touch);
		position:fixed;
		top:0;
		width:100%;
	}
	#header-inner {
		height:var(--height-header-touch);
	}
	#logo {
		display:inline-block;
		position:fixed;
	}
	#menu {
		background:var(--color-secondary);
		box-shadow:0 1px 10px #e5e5e5;
		-webkit-font-smoothing:antialiased;
		margin:16px 0 0 -32px;
		padding:16px 32px;
		position:absolute;
		transform-origin:0% 0%;
		transition:transform .4s cubic-bezier(.77,.2,.05,1.0);
		width:320px;
	}
	#menuToggle {
		display:block;
		position:relative;
		top:calc((var(--height-header-touch) - 40px) / 2 + 9px);
		-webkit-user-select:none;
		user-select:none;
		z-index:1;
	}
	#footer {
		padding-top:calc(var(--height-header-touch) / 2);
		padding-bottom:calc(var(--height-header-touch) / 2);
	}
	#footerlogo {
		background-size:144px auto;
		height:44px;
		width:144px;
	}
	#header-application {
		position:fixed;
		top:12px;
	}
	#apply {
		height:40px;
		line-height:40px;
	}
	#meta {
		align-items:flex-end;
		display:flex;
		flex-direction:column;
		line-height:32px;
	}
	#menu li {
		padding:8px 0;
	}
	#menu > li {
		clear:both;
		float:left;
		font-size:18px;
	}
	#menu > a {
		height:18px;
		line-height:18px;
	}
	#menuToggle input {
		cursor:pointer;
		display:block;
		height:32px;
		left:-22px;
		opacity:0;
		position:absolute;
		top:-7px;
		-webkit-touch-callout:none;
		width:40px;
		z-index:2;
	}
	.left #menu {
		transform:translate(-100%, 0);
	}
	.right #menuToggle {
		left:auto;
	}
	.right #menu {
		margin-left:-270px;
		transform:translate(100%, 0);
	}
	#menuToggle .bar {
		background:var(--color-primary);
		border-radius:3px;
		display:block;
		height:4px;
		margin-bottom:5px;
		position:relative;
		transform-origin:4px 0px;
		transition:transform .5s cubic-bezier(.77,.2,.05,1.0),background .5s cubic-bezier(.77,.2,.05,1.0),opacity .55s ease-in-out,width .55s ease-in-out;
		width:33px;
		z-index:1;
	}
	#footer > .flexwrapper {
		flex-direction:column;
	}
	#menu .has-children,#menu .menu-item-has-children > a {
		padding-left:30px;
	}
	#footercontact p:not(:last-child) {
		padding-bottom:calc(var(--height-header-touch) / 8 * 3);;
	}
	#menuToggle input:checked ~ ul {
		transform:none;
		transition:transform .4s cubic-bezier(.77,.2,.05,1.0) ease-in-out;
	}
	#header .current-menu-item > a:after {
		background:var(--color-contrast);
		border-radius:2px;
		content:"";
		display:block;
		height:4px;
		margin-left:-8px;
		width:calc(100% + 16px);
	}
	#menuToggle .bar:first-child {
		transform-origin:0% 0%;
	}
	#menuToggle .bar:nth-last-child(2) {
		transform-origin: 0% 100%;
		width:20px;
	}
	#menuToggle input:checked ~ .bar {
		background:var(--color-contrast);
		opacity:1;
		transform:rotate(45deg) translate(0px,2px);
	}
	#menuToggle input:checked ~ .bar:nth-last-child(3) {
		opacity:0;
		transform:rotate(0deg) scale(.2,.2);
	}
	#menuToggle input:checked ~ .bar:nth-last-child(2) {
		transform:rotate(-45deg) translate(-2px,2px);
		width:33px;
	}
	#header + #content {
		margin-top:var(--height-header-touch);
	}
	#searchtoggle:checked + #header-meta #search-form {
		align-items: center;
		background: var(--color-secondary);
		display: flex;
		height: 64px;
		position: fixed;
	}

	#search-form .search-submit:hover{
		background-size: 30%;
	}
}
@media screen and (max-width:639px) {
	.search-submit {
		background-size:25px;
		right:0;
	}
	.search-field, 
	.search-submit {
		position: relative;
	}
	.search-field{
		margin-left: 12px;
		width: calc(100% - 169px);
	}
	#searchtoggle:checked {
		right: 160px;
		top: 65px;
	}
	#searchtoggle:checked + #header-meta img{display: none;}
	#searchtoggle:checked + #header-meta #search-form {
		right: 0;
		left: 0;
		top: calc(var(--height-header-touch) + var(--height-wp-adminbar));
	}

	#footernavigation {
		margin-top:48px;
		margin-bottom:48px;
	}
	#header-application {
		right:58px;
	}
	#footermeta {
		display:flex;
		flex-direction:column;
		justify-slef:center;
		flex-wrap:wrap;
	}
	#meta {
		padding:12px;
	}
	#totop {
		left:calc(100vw - 40px);
	}
	#external_links {
		column-gap:8px;
	}
	#footer {
		padding-right:12px;
		padding-left:12px;
	}
	#footermeta p {
		margin-top:24px;
		display:flex;
		column-gap:12px;
		flex-wrap:wrap;
		justify-content:center;
	}
	#footernavigation ul {
		display:flex;
		flex-direction:column;
	}
	#footernavigation .flexwrapper {
		flex-direction:column;
	}
	.left #logo {
		left:80px;
	}
	.left #menuToggle {
		left:12px;
	}
	.right #logo {
		left:12px;
	}
	.right #menuToggle {
		left:calc((100% - 46px) * 1);
	}
	#content p:not(:last-child) {
		padding-bottom:21px;
	}
	#footernavigation ul:not(:last-child) {
		margin-bottom:24px;
	}
	#footernavigation ul li:not(:last-child) {
		margin-bottom:8px;
	}
}
@media screen and (min-width:640px) {
	#content p:not(:last-child) {
		padding-bottom:26px;
	}
}
@media screen and (min-width:640px) and (max-width:959px) {
	.search-submit {
		background-size:25px;
		right:200px;
	}
	.search-field {
		width: 100%;
		position: relative;
		/* width:calc(100% - 456px); */
	}
	#search,#searchtoggle {
		height:28px;
		margin-top:18px;
		width:28px;
	}
	#header-application {
		right:81px;
	}
	.kununu {
		margin-bottom:12px;
	}
	#gvp {
		margin-bottom:15px;
		margin-left:4px;
	}
	#footer {
		display:grid;
		/* grid-template-columns:calc(100% - 120px) 120px; */
		grid-template-columns:100%;
		padding-right:16px;
		padding-left:16px;
	}
	#meta {
		padding:12px 16px;
	}
	#footercontact {
		padding-bottom:calc(var(--height-header-touch) / 8 * 3);
	}
	#external_links {
		column-gap:16px;
	}
	#footernavigation {
		grid-column-end:2;
		grid-column-start:1;
		grid-row-end:3;
		grid-row-start:2;
		margin-top:24px;
		margin-bottom:24px;
	}
	#footermeta {
		grid-column-end:2;
		grid-column-start:1;
		grid-row-end:4;
		grid-row-start:3;
		/* width:120px */

		display:flex;
		flex-direction:column;
		justify-self:center;
	}
	#footermeta p {
		clear:both;
		display:flex;
		justify-content:center;
		column-gap:12px;
		flex-wrap:wrap;
	}
	#footernavigation ul {
		padding-right:12px;
	}
	#footernavigation .flexwrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 10px;
	  grid-row-gap: 32px;
	}
	#searchtoggle:not(:checked) {
		right:226px;
	}
	#header-meta .flexwrapper {
		height:64px;
		position:fixed;
		right:226px;
	}
	#searchtoggle:checked {
		right:350px;
	}
	#footer > .flexwrapper {
		grid-column-end:2;
		grid-column-start:1;
		grid-row-end:2;
		grid-row-start:1;
	}
	.left #logo {
		left:96px;
	}
	.left #menuToggle {
		left:16px;
	}
	.right #logo {
		left:16px;
	}
	.right #menuToggle {
		right:calc((100% - 41px) * -1);
	}
	#footernavigation li:not(:last-child) {
		padding-right:8px;
	}
	/* #footernavigation li:not(:first-child) {
		margin-left:8px;
	} */
	#footernavigation ul li:not(:last-child) {
		margin-bottom:8px;
	}
	.right #menuToggle .bar {
		right:16px;
	}
	#searchtoggle:checked + #header-meta #search-form {
		left: 16px;
		/* left:194px; */
		right:250px;
	}
}
@media screen and (min-width:960px) {
	body {
		font-size:16px;
	}
	.social {
		height:40px;
		width:40px;
	}
	.homelink {
		background-image:url(images/homelink.svg);
		background-position:left 26px;
		background-repeat:no-repeat;
		background-size:16px auto;
		padding-left:27px;
	}
	.wrapper {
		max-width:1680px;
	}
	.onclick-menu-content {
		background:var(--color-tertiary);
		left:-100vw;
		opacity:0;
		position:absolute;
		transition:opacity .24s ease-in-out;
	}
	/* .social {
		height:48px;
		margin-bottom:20px;
		width:48px;
	} */
	.firstsocial {
		margin-right:28px;
	}
	.search-field {
		height:40px;
		background: white;
		border: 1px solid #dce5ea;
		color: var(--color-primary);
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		padding: 12px 8px;
	}
	.search-submit {
		background-image: url(images/search_white.svg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size:27px;
		border-radius: 0 12px 12px 0;
		border: none;
	}
	#search-c2,.search-field,.search-submit{
		height: 48px;
	}
	#search-form .slider{top: 9px;}
	#search-form .switch div{margin-top: 8px;}
	.search-field,.search-submit {
		appearance: none;
		-webkit-appearance: none;
		display: flex;
		
	}
	a[href$=".pdf"] {
		background-size:auto 64px;
		font-size:14px;
		height:96px;
		margin-top:32px;
	}
	.onclick-menu-content a {
		font-size:16px;
		height:calc(var(--height-subnavigation) / 4 * 3);
		line-height:calc(var(--height-subnavigation) / 4 * 3);
		padding-right:calc(var(--height-subnavigation) / 8 * 3);
		padding-left:calc(var(--height-subnavigation) / 8 * 3);
		white-space:nowrap;
	}
	@media (hover:none) {
		.onclick-menu span:after {
			content:"+";
			display:block;
			font-size:24px;
			height:calc(var(--height-header-desktop) / 4);
			margin-top:calc(var(--height-header-desktop) * -.625);
			margin-left:-24px;
			position:absolute;
			text-align:left;
			width:calc(var(--height-header-desktop) / 4);
		}
	}
	.onclick-menu-content a:hover {
		color:var(--color-hover);
	}
	#header {
		display:flex;
		height:var(--height-header-desktop);
		position:fixed;
		top:0;
	}
	#search,#searchtoggle {
		height:28px;
		margin-top:22px;
		width:28px;
	}
	#apply {
		height:48px;
		line-height:48px;
		padding-right:24px;
		padding-left:24px;
	}
	#header-meta {
		background:var(--color-secondary);
		display:flex;
		height:var(--height-header-desktop);
		justify-content:space-between;
		width:162px;
	}
	#header-inner {
		height:var(--height-desktop);
		justify-content:flex-end;
		position:sticky;
		top:0;
	}
	#logo {
		background-size:auto 40px;
		display:flex;
		height:40px;
		width:162px;
	}
	#meta {
		display:flex;
		height:40px;
		justify-content:flex-end;
		line-height:40px;
	}
	#menu {
		display:flex;
		height:var(--height-header-desktop);
		justify-content:flex-end;
	}
	/* #footer {
		align-items:flex-start;
		display:flex;
		justify-content:space-between;
		padding-top:calc(var(--height-header-desktop) / 1.5);
		padding-bottom:calc(var(--height-header-desktop) / 1.5);
	} */
	#footer {
		display:grid;
		grid-template-columns:240px calc(100% - 336px);
		grid-column-gap:96px;
		grid-row-gap:48px;
		padding-top:48px;
		padding-bottom:48px;
	}
	#footer > .flexwrapper {
		/* background:lightpink; */
		flex-direction:column;
	}
	#footernavigation {
		/*width:calc(100% - 464px);*/
		/* background:lightblue; */
	}
	#footermeta {
		grid-column-end:3;
		grid-column-start:1;
		grid-row-end:3;
		grid-row-start:2;
		display:flex;
		flex-direction:column;
		justify-self:center;
		/* align-items:flex-end;
		display:flex;
		flex-direction:column;
		width:168px; */
	}
	#footerlogo {
		background-size:188px auto;
		height:58px;
		width:188px;
	}
	#footercontact {
		padding-top:calc(var(--height-header-desktop) / 3);
		/* width:328px; */
	}
	#external_links {
		/* align-items:flex-end; */
		display:flex;
		justify-content:space-between;

		flex-wrap: wrap;
		column-gap:24px;
	}
	.kununu {
		height:107px;
		margin-bottom:24px;
		width:80px;
	}
	#gvp {
		height:auto;
		margin-bottom:28px;
		width:80px;
	}
	#gvp img {
		width:100%;
	}
	#header-inner nav {
		justify-content:flex-end;
	}
	#footernavigation ul {
		display:flex;
		flex-direction:column;
		padding-right:12px;
	}
	#footermeta p {
		clear:both;
		display:flex;
		justify-content:space-between;
		justify-content:center;
		column-gap:12px;
		flex-wrap:wrap;

	}
	#meta span {
		margin-right:24px;
	}
	#header-inner nav {
		display:flex;
		height:var(--height-header-desktop);
		flex:1;
	}
	#menu a {
		display:block;
		transition:color .24s ease-in-out;
	}
	#menu > li {
		height:var(--height-header-desktop);
	}
	#footernavigation li {
		margin-bottom:24px;
	}
	#footermeta p a {
		height:40px;
	}
	#menu > li > a {
		font-size:16px;
		height:var(--height-header-desktop);
		line-height:var(--height-header-desktop);
		white-space:nowrap;
	}
	#header-meta .flexwrapper {
		height:72px;
		position:fixed;
	}
	#footernavigation .footer_bewerbungsportal {
		grid-column-end:5;
		grid-column-start:4;
	}
	/* #footer > .flexwrapper {
		flex-direction:column;
		width:240px;
	} */
	#footernavigation .flexwrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		/* grid-template-rows: repeat(2, 1fr); */
		grid-column-gap: 10px;
	  grid-row-gap: 32px;
	}
	#header-meta .flexwrapper {
		justify-content:flex-end;
	}
	#footercontact p:not(:last-child) {
		padding-bottom:calc(var(--height-header-desktop) / 3);
	}
	#menu a:hover, #footer a:hover {
		color:var(--color-contrast);
		transition:color .24s ease-in-out;
	}
	#menuToggle input[type=checkbox] {
		display:none;
	}
	#menu > li:hover ul {
		left:auto;
		margin-left:calc((var(--height-subnavigation) / 8 * 3) * -1);
		opacity:1;
	}
	#header .current-menu-item > a:after {
		background:var(--color-contrast);
		border-radius:2px;
		content:"";
		display:block;
		height:4px;
		margin-top:-24px;
		margin-left:-8px;
		width:calc(100% + 16px);
	}
	#header + #content {
		margin-top:var(--height-header-desktop);
	}
	#searchtoggle:checked + #header-meta #search-form {
		align-items:center;
		display:flex;
		height:72px;
		position:fixed;
	}
}
@media screen and (min-width:960px) and (max-width:1023px) {
	.search-field {
		width:556px;
	}
	#menu > li:not(:first-child) {
		margin-left:16px;
	}
}
@media screen and (min-width:1024px) and (max-width:1279.98px) {
	.search-field {
		width:556px;
	}
	#menu > li:not(:first-child) {
		margin-left:24px;
	}
}
@media screen and (min-width:1280px) {
	.search-field {
		width:698px;
	}
	#menu > li:not(:first-child) {
		margin-left:48px;
	}
	#footernavigation .flexwrapper {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		/* grid-template-rows: repeat(2, 1fr); */
		grid-column-gap: 10px;
		grid-row-gap: 32px;
	}
}
@media screen and (min-width:960px) and (max-width:1679px) {
	.search-submit {
		right:230px;
	}
	#header {
		width:100%;
	}
	#header-meta {
		width:162px;
	}
	#header-inner {
		margin-right:64px;
		margin-left:16px;
		width:calc(100% - 348px);
	}
	#header-application {
		margin-right:calc(var(--height-header-desktop) / 2.25);
	}
	#header-meta {
		margin-left:calc(var(--height-header-desktop) / 2.25);
	}
	#footer {
		padding-right:32px;
		padding-left:32px;
	}
	#header-meta .flexwrapper {
		right:180px;
		width:624px;
	}
	#searchtoggle:not(:checked) {
		right:180px;
	}
	#searchtoggle:checked {
		right:350px;
	}
	#searchtoggle:checked + #search-form {
		width:592px;
	}
}
@media screen and (min-width:1680px) {
	.search-field {
		width:732px;
	}
	.search-submit {
		right:226px;
	}
	#header {
		margin-right:calc((100% - 1680px) / 2);
		margin-left:calc((100% - 1680px) / 2);
		width:1680px;
	}
	#header-inner {
		margin-right:calc((100% - 1616px) / 2 + 91px);
		margin-left:calc((100% - 1616px) / 2);
		width:calc(100% - 397px);
	}
	#header-application {
		margin-right:calc(var(--height-header-desktop) / 1.5);
	}
	#header-meta {
		margin-left:calc(var(--height-header-desktop) / 1.5);
	}
	#footer {
		padding-right:48px;
		padding-left:48px;
	}
	#header-meta .flexwrapper {
		right:calc((100% - 1680px) / 2 + 235px);
		width:624px;
	}
	#searchtoggle:not(:checked) {
		right:calc((100% - 1680px) / 2 + 235px);
	}
	#searchtoggle:checked {
		right:calc((100% - 1680px) / 2 + 390px);
	}
	#searchtoggle:checked + #header-meta #search-form {
		width:804px;
	}
}
@media (any-hover:hover) {
	.contact-container-link {
		padding-left:40px;
	}
	#contact-container {
		right:-204px;
	}
	#contact-container input {
		display:none;
	}
	#contact-container:hover {
		right:0;
		transition:right .24s ease-in-out;
	}
}
@media (any-hover:none) {
	.contact-container-link {
		padding-left:40px;
	}
	#contact-container {
		right:-204px;
	}
	#contact-container-container {
		background:#00aeb6;
		border-bottom-left-radius:4px;
		border-top-left-radius:4px;
		position:absolute;
		width:240px;
	}
	#contact-container input[type="checkbox"] {
		appearance:none;
		-webkit-appearance:none;
		background-color: transparent;
		cursor:pointer;
		height:120px;
		margin-top:0;
		opacity:.64;
		position:absolute;
		transition:margin .24s ease-in-out,height .24s ease-in-out,background .24s ease-in-out,opacity .24s ease-in-out;
		width:36px;
		z-index:1;
	}
	#contact-container input[type="checkbox"]:checked {
		background-color:#00aeb6;
		background-image:url(images/close_white.svg);
		background-position:center top 8px;
		background-repeat:no-repeat;
		background-size:auto 16px;
		height:152px;
		margin-top:-32px;
		z-index:0;
	}
	#contact-container input[type="checkbox"]:not(checked) ~ #contact-container-container {
		right:0;
		transition:right .24s ease-in-out;
	}
	#contact-container input[type="checkbox"]:checked ~ #contact-container-container {
		right:204px;
	}
}