/* exo-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/exo-v21-latin-200.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/exo-v21-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/exo-v21-latin-500.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* exo-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/exo-v21-latin-600.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.g {
  color: #00c5ab;
}
html {
  overflow-x: hidden;
}
body {
  /*font-family: 'Open Sans';*/
  overflow-x: hidden;
  font-family: 'Exo';
  background: white;
  color: white;
  font-size: 24px;
  margin: 0;
}
h1,
h2,
h3 {
  font-family: 'Exo';
  font-weight: 400;
  margin-top: 0;
}
a {
  color: White;
  text-decoration: none;
}
.font_light {
  font-family: 'Exo';
  font-weight: 200;
}
font_medium {
  font-family: 'Exo';
  font-weight: 500;
}
.kleiner_text {
  font-size: 20px;
}
h1 {
  font-size: 85px;
  line-height: 94px;
}
h2 {
  font-size: 58px;
  line-height: 68px;
}
h2.h1style {
  text-transform: uppercase;
}
h2.h1style .g {
  color: #00c5ab;
}
h3 {
  font-size: 58px;
  line-height: 68px;
}
h4 {
  font-size: 38px;
  line-height: 34px;
}
.container {
  width: 100%;
  max-width: 100%;
}
.pfeil:after {
  position: absolute;
  right: -27px;
  /*top: -2px;*/
  top: 0px;
  content: '';
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  transition: opacity 2s;
  content: url('/grafiken/button-arrow-righticon.svg');
  transition: filter 1s;
}
.pfeil:hover:after {
  filter: brightness(0) invert(1);
  transition: filter 0.7s;
}
a.linkpfeil:after {
  display: inline-block;
  position: relative !important;
  left: 20px;
  top: 7px !important;
}
a.linkpfeil:after {
  position: absolute;
  right: -27px;
  /*top: -2px;*/
  top: 0px;
  content: '';
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  transition: opacity 2s;
  content: url('/grafiken/button-arrow-righticon.svg');
  transition: filter 1s;
}
a.linkpfeil:hover:after {
  filter: brightness(0) invert(1);
  transition: filter 0.7s;
}
a.blauerbutton {
  background: #1a4b7e;
  color: white;
  text-decoration: none;
  display: block;
  width: fit-content;
  padding: 30px 40px;
}
.outer {
  width: 100%;
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  /*special BGs*/
  /*Textboxen*/
  /*/Textboxen*/
}
.outer .bgbild {
  max-width: 100%;
  height: auto;
  display: block;
}
.outer.imprint {
  background-image: url('/grafiken/bg_pattern.png') !important;
  background-repeat: repeat-x;
  background-position: top;
}
.outer.imprint .inner {
  margin-top: 0 !important;
  padding-top: 90px;
}
.outer.h100 {
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  /*background-size: cover;*/
  background-size: 100% auto;
}
.outer.startboxen {
  background-image: url('/grafiken/bg_pattern.png');
  background-repeat: repeat-x;
  background-position: top;
  padding-bottom: 100px;
}
.outer.startboxen .fl {
  align-items: stretch;
}
.outer.bl3 {
  min-height: 300px;
}
.outer.box4 {
  /*background-image:url('/grafiken/datamap-pattern-plus.svg');*/
  background-image: url('/grafiken/bg_pattern.png');
  background-repeat: repeat-x;
  background-position: top;
}
.outer.box4.bggrau {
  background-image: none;
  background-color: #eff2f6;
}
.outer.box_mitarbeiter {
  min-height: 400px;
}
.outer .gruen {
  color: #00c5ab;
}
.outer.nurtext {
  background: white;
  color: black;
}
.outer.nurtext.contact {
  /*background-image:url('/grafiken/datamap-pattern-plus.svg');*/
  background-image: url('/grafiken/bg_pattern.png');
  background-repeat: repeat-x;
  top: -90px;
  padding-top: 1px;
}
.outer.nurtext a {
  color: #00c5ab;
}
.outer.nurtext .inner {
  margin-top: 90px;
  margin-bottom: 90px;
  /*
			h1
			{
				&:before
				{
					.linie
				}
			}
*/
}
.outer.career {
  color: black;
  padding: 50px 0 100px 0;
  z-index: 1;
  /*background-image:url('/grafiken/datamap-pattern-plus.svg');*/
  background-image: url('/grafiken/bg_pattern.png');
  background-position: top;
  background-repeat: repeat-x;
  /*padding-bottom:100px;*/
}
.outer.pattern {
  background-image: url('/grafiken/bg_pattern.png');
  background-repeat: repeat-x;
  background-position: top;
}
.outer.test {
  height: 1000px;
  background-image: url('/bilder/hintergruende/datamap-contact-home.webp');
  z-index: 1;
  background-color: #1c9a8a;
}
.outer.test2 {
  height: 500px;
  background-image: url('/bilder/hintergruende/temp_career_unten.jpg');
  z-index: 2;
  position: relative;
}
.outer .ueberschrift1 {
  /*
		font-size:85px;
		line-height:94px;
		*/
  font-size: 4.4vw;
  line-height: 1.1em;
}
.outer .ueberschrift2 {
  /*
		font-size:58px;
		line-height:68px;
		*/
  font-size: 3.3vw;
  line-height: 1.2em;
}
.outer .ueberschrift3 {
  /*
		font-size:26px;
		line-height:36px;
		*/
  font-size: 1.7vw;
  line-height: 1.3em;
}
.outer .grossschreibung {
  text-transform: uppercase;
}
.outer .standard {
  /*
		font-size:24px;
		line-height:34px
		*/
  font-size: 1.1vw;
  line-height: 1.1em;
}
.outer .einzug_nach_links {
  display: inline-block;
  margin-left: -100px;
}
.outer .einzug_nach_rechts {
  display: inline-block;
  margin-left: 35px;
}
.outer .datamap {
  font-size: 85px;
}
.outer .datamap h1 {
  font-size: inherit;
  line-height: inherit;
}
.outer .datamap .einzug_data {
  display: inline-block;
  margin-left: -238px;
}
.outer .pfeil_link {
  margin-top: 30px;
}
.outer .pfeil_link a {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 70px;
  /*
		&:after
		{
		position:absolute;
		right: -27px;
		top: 0;
		content:'';
		width:70px;
		height:30px;

		background-repeat:no-repeat;
		transition: opacity 2s;
		content:url('/grafiken/button-arrow-righticon.svg');
		transition: filter 1s;

	}

		&:hover
		{
		&:after
		{


		filter: brightness(0) invert(1);
		transition: filter 0.7s;


	}


	}
		*/
}
.outer .pfeil_link a:after {
  position: absolute;
  right: -27px;
  /*top: -2px;*/
  top: 0px;
  content: '';
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  transition: opacity 2s;
  content: url('/grafiken/button-arrow-righticon.svg');
  transition: filter 1s;
}
.outer .pfeil_link a:hover:after {
  filter: brightness(0) invert(1);
  transition: filter 0.7s;
}
.outer .pfeil_link a:after {
  right: -15px;
}
.outer .pfeil_link.weiss a {
  color: black;
}
.outer .pfeil_link.weiss a:hover:after {
  filter: brightness(0);
  transition: filter 0.7s;
}
.outer a.pfeil_link {
  position: relative;
}
.outer a.pfeil_link:after {
  position: absolute;
  right: -27px;
  /*top: -2px;*/
  top: 0px;
  content: '';
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  transition: opacity 2s;
  content: url('/grafiken/button-arrow-righticon.svg');
  transition: filter 1s;
}
.outer a.pfeil_link:hover:after {
  filter: brightness(0) invert(1);
  transition: filter 0.7s;
}
.outer a.pfeil_link:after {
  right: -100px;
  top: 2px;
}
.outer .blender {
  position: absolute;
  top: -150px;
  height: 300px;
  background-color: #1c9a8a;
  background: #ffffff;
  background: linear-gradient(59deg, rgba(255, 255, 255, 0) 0%, rgba(28, 154, 138, 0.48783263) 33%, rgba(0, 154, 138, 0.39259454) 65%, rgba(255, 255, 255, 0) 100%);
  left: 0;
  width: 100%;
}
.outer.cro_head .ueberschrift1 {
  font-size: 4.37vw;
}
.outer.cro_therapeutic .ueberschrift2 {
  font-size: 2.6vw;
}
.outer.cro_therapeutic .bl3_ct.reihe2 {
  margin-top: 45vh;
}
.career_headline {
  margin-bottom: 20px;
}
.career_bg1 {
  background-color: #eff2f6 !important;
  padding-bottom: 50px;
}
.career_bg1:before {
  background-color: #eff2f6 !important;
  content: '';
  position: absolute;
  width: 100%;
  height: 250px;
  top: -250px;
}
.bg_ct {
  position: relative;
}
.bg_ct.head img {
  min-height: 1260px;
  object-fit: cover;
}
.abs_ct {
  position: absolute;
  width: 100%;
  top: 0;
}
.abs_ct.box1a {
  top: 200px;
}
.abs_ct.box1b {
  bottom: 200px;
  top: initial;
}
.abs_ct.box2 {
  top: -130px;
}
.abs_ct.box4 {
  /*top:55%!important;*/
}
.abs_ct.box_career {
  top: 27%;
}
.abs_ct.box_career .we-50:before {
  /*		.linie;*/
}
.abs_ct.box_career h1 {
  margin-bottom: 0;
}
.abs_ct.box6 {
  top: 30%;
}
.abs_ct.box_standard {
  top: 40%;
}
.abs_ct.mitarbeiter {
  top: -75px;
  z-index: 1;
}
.middle {
  width: 1920px;
  max-width: 99%;
  margin: 0 auto;
  position: relative;
}
.liste ul {
  padding-left: 0;
}
.liste ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  line-height: 2em;
}
.liste ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00c5ab;
  top: 19px;
  left: -20px;
}
.inner {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.inner ul {
  padding-left: 0;
}
.inner ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  line-height: 2em;
}
.inner ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00c5ab;
  top: 19px;
  left: -20px;
}
.pd_lr {
  padding-left: 25px;
  padding-right: 50px;
  box-sizing: border-box;
}
.fl {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fl.end {
  justify-content: flex-end;
}
.fl.center {
  justify-content: center;
}
.fl.reverse {
  flex-direction: row-reverse;
}
.fl.contact {
  column-gap: 20px;
  justify-content: flex-start;
}
.fl_break {
  display: none;
  flex-basis: 100%;
  height: 0;
}
#help_ct {
  position: fixed;
  mix-blend-mode: difference;
  top: 250px;
  right: 44px !important;
  z-index: 2;
  width: 45px;
  opacity: 0.7;
}
#help_ct img {
  margin-bottom: 20px;
}
#help_ct:hover {
  opacity: 1;
}
#arr_down_ct {
  position: fixed;
  mix-blend-mode: difference;
  bottom: 0vh;
  right: 30px !important;
  z-index: 2;
  width: 42px;
  cursor: pointer;
}
#arr_down_ct.weg {
  display: none;
}
.bg {
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
/*ein paar Mixins*/
.linie {
  display: block;
  content: '';
  width: 50px;
  position: relative;
  height: 1px;
  top: -30px;
  border-top: 2px solid #e24d1b;
}
.o {
  color: #e24d1b;
}
.w {
  color: #ffffff;
}
.we-75 {
  width: 75%;
}
.we-75 img {
  max-width: 100%;
  height: auto;
}
.we-16 {
  width: 16%;
  min-width: 122px;
}
.we-16 img {
  max-width: 100%;
  height: auto;
}
.we-20 {
  width: 20%;
}
.we-20 img {
  max-width: 100%;
  height: auto;
}
.we-25 {
  width: 25%;
}
.we-25 img {
  max-width: 100%;
  height: auto;
}
.we-35 {
  width: 35%;
}
.we-35 img {
  max-width: 100%;
  height: auto;
}
.we-40 {
  width: 40%;
}
.we-40 img {
  max-width: 100%;
  height: auto;
}
.we-44 {
  width: 44%;
}
.we-44 img {
  max-width: 100%;
  height: auto;
}
.we-48 {
  width: 48%;
}
.we-48 img {
  max-width: 100%;
  height: auto;
}
.we-50 {
  width: 50%;
}
.we-50 img {
  max-width: 100%;
  height: auto;
}
.we-94 {
  width: 94%;
}
.we-94 img {
  max-width: 100%;
  height: auto;
}
.we-100 {
  width: 100%;
}
.we-100 img {
  max-width: 100%;
  height: auto;
}
.gap-50 {
  column-gap: 50px;
}
.contact_adresse {
  position: absolute;
  right: 0;
  top: -200px;
  font-size: 20px;
  width: 360px;
}
.contact_adresse a {
  color: black !important;
  text-decoration: none;
}
.contact_adresse .top,
.contact_adresse .bottom {
  padding: 20px;
  background: white;
}
.contact_adresse .top {
  padding-top: 65px;
  /*
			&:before
			{
			.linie;
		}
			*/
}
.contact_adresse .bottom {
  background-image: url('/grafiken/bg_startbox1.jpg');
  color: white;
}
.contact_adresse .bottom a {
  color: white !important;
}
header #hd_top {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-left: 25px;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 21px;
  /*	
		display:flex;
		justify-content:space-between;

		width:100%;
		align-items:flex-start;

		flex-wrap: wrap;
		*/
}
header #hd_top #hd_add {
  position: absolute;
  right: 200px;
  top: 20px;
  width: 410px;
  color: white;
  max-width: 100%;
  display: flex;
  align-items: center;
  row-gap: 44px;
  justify-content: space-around;
}
header #hd_top #hd_add .item {
  position: relative;
}
header #hd_top #hd_add .item a {
  color: White;
  text-decoration: none;
}
header #hd_top #hd_add .item.linie {
  width: 2px;
  height: 20px;
  border-right: 3px solid white;
  border-top: 0;
  position: relative;
  top: 0;
}
header #hd_top #hd_add.dark .item a {
  color: black;
}
header #hd_top #logo {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 360px;
  left: -25px;
}
header #hd_top #logo_m {
  display: none;
  position: absolute;
  left: 25px;
  top: 5px;
}
header #hd_top #logo_m img {
  width: 123px;
  height: auto;
}
header #hd_navi {
  position: absolute;
  right: 40px;
  top: 70px;
}
#navi ul {
  display: flex;
  column-gap: 60px;
}
#navi ul li {
  list-style-type: none;
  position: relative;
}
#navi ul li img {
  display: none;
}
#navi ul li a {
  font-size: 24px;
  font-weight: 500;
  color: white;
  text-decoration: none;
}
#navi ul li a:hover {
  color: #00c5ab;
}
#navi ul li ul {
  display: none;
  position: absolute;
  left: -38px;
  top: 20px;
  min-width: 200px;
}
#navi ul li:hover ul {
  display: block;
}
#burger {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 23px;
  z-index: 1;
  height: 25px;
  width: 40px;
  display: inline-block;
  pointer-events: all;
}
#burger span {
  height: 2px;
  display: block;
  /*margin: 15px 0px;*/
  background-color: white;
  transform: rotate(0deg);
  transition: 0.25s all;
}
#burger span.linie1 {
  width: 40px;
}
#burger span.linie2 {
  margin-top: 18px;
  width: 30px;
}
#burger:before {
  content: 'Menu';
  font-size: 28px;
  position: absolute;
  left: -89px;
  top: -8px;
}
#burger:after {
  content: '';
  width: 30px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 10px;
}
#burger:hover .linie2 {
  width: 40px;
  transition: 0.4s all;
}
#burger:hover:after {
  width: 40px;
  transition: 0.7s all;
}
#mobilmenu {
  position: absolute;
  /*display:flex;*/
  top: -800px;
  display: none;
  right: 0;
  z-index: 3;
  width: 35vw;
  min-height: 100vh;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
#mobilmenu #menuhead {
  font-size: 30px;
  position: absolute;
  color: black;
  top: 13px;
  right: 93px;
}
#mobilmenu .inner {
  width: initial;
  /*margin:140px 80px 80px 120px;*/
  margin: 100px 73px 75px 90px;
}
#mobilmenu #menuclose {
  background: transparent;
  cursor: pointer;
  position: absolute;
  pointer-events: all;
  right: 40px;
  top: -0px;
  width: 40px;
  height: 50px;
  color: #e24d1b;
}
#mobilmenu #menuclose span {
  height: 3px;
  display: block;
  margin: 15px 0px;
  background-color: #e24d1b;
  transition: 0.25s all;
}
#mobilmenu #menuclose span.linie1 {
  transform: translateY(18px) rotate(45deg);
}
#mobilmenu #menuclose span.linie2 {
  transform: translateY(0px) rotate(-45deg);
}
#mobilmenu #menuclose:before {
  content: 'Menu';
  font-size: 30px;
  position: absolute;
  left: -89px;
  top: 12px;
  color: black;
}
#mobilmenu ul {
  padding: 0;
}
#mobilmenu ul li {
  list-style-type: none;
}
#mobilmenu ul li:before {
  content: none;
}
#mobilmenu ul li a {
  font-size: 20px;
  line-height: 40px;
  color: black;
  text-decoration: none;
  position: relative;
}
#mobilmenu ul li a.current {
  color: #00c5ab;
}
#mobilmenu ul li a.l1 {
  /*
					font-size:58px;
					line-height:90px;
					*/
  font-size: 30px;
  line-height: 40px;
}
#mobilmenu ul li img {
  position: relative;
  top: 3px;
  left: 45px;
  width: 70px;
  height: auto;
}
#mobilmenu .adresse {
  color: black;
  font-size: 24px;
  margin-top: 50px;
  /*
	&:before
		{
			.linie
		}
		*/
}
#mobilmenu .adresse a {
  color: black;
  text-decoration: none;
}
#mobilmenu .adresse .footer_contactlink {
  display: none;
}
.ma-mobiltext {
  display: none;
}
.ma-slider {
  margin-top: 100px;
  column-gap: 50px;
}
.ma-slider .we-50 {
  width: calc(50% - 50px);
  /*height:480px;*/
}
.ma-slider .text {
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 10px;
}
.ma-slider .einleitung {
  margin-top: 30px;
  /*
&:before
		{
			.linie;
		}
		*/
}
.ma-slider .name,
.ma-slider .job {
  font-size: 17px;
  font-weight: bold;
}
.ma-slider #hiddentext {
  display: none;
}
.mitarbeiter {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 40px;
}
.mitarbeiter.end {
  justify-content: flex-end;
}
.mitarbeiter.center {
  justify-content: center;
}
.mitarbeiter.reverse {
  flex-direction: row-reverse;
}
.mitarbeiter.contact {
  column-gap: 20px;
  justify-content: flex-start;
}
.mitarbeiter .item {
  width: calc(25% - 40px);
  position: relative;
}
.mitarbeiter .item img {
  max-width: 100%;
}
.mitarbeiter .item .text {
  position: absolute;
  bottom: 33px;
  left: 16px;
  color: white;
  line-height: 1em;
}
.mitarbeiter .item .text .name {
  font-size: 24px;
}
.mitarbeiter .item .text .funktion {
  font-size: 18px;
}
.link_ct {
  margin-top: 30px;
}
.link_ct a {
  font-size: 20px;
  font-weight: 500;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  padding-right: 70px;
  /*
		&:after
		{
		position:absolute;
		right: -27px;
		top: 0;
		content:'';
		width:70px;
		height:30px;

		background-repeat:no-repeat;
		transition: opacity 2s;
		content:url('/grafiken/button-arrow-righticon.svg');
		transition: filter 1s;

	}

		&:hover
		{
		&:after
		{


		filter: brightness(0) invert(1);
		transition: filter 0.7s;


	}


	}
		*/
}
.link_ct a:after {
  position: absolute;
  right: -27px;
  /*top: -2px;*/
  top: 0px;
  content: '';
  width: 70px;
  height: 30px;
  background-repeat: no-repeat;
  transition: opacity 2s;
  content: url('/grafiken/button-arrow-righticon.svg');
  transition: filter 1s;
}
.link_ct a:hover:after {
  filter: brightness(0) invert(1);
  transition: filter 0.7s;
}
.link_ct a:after {
  right: -15px;
}
.link_ct.weiss a {
  color: black;
}
.link_ct.weiss a:hover:after {
  filter: brightness(0);
  transition: filter 0.7s;
}
/*Start 1. Block*/
.start1 {
  padding-top: 6vw;
}
.start1 .hl_ct {
  display: contents;
}
.start1 .hl_ct .pd {
  margin-left: 28%;
}
.start1 .hl_ct h1 {
  color: White;
  text-transform: uppercase;
}
.starttext1 {
  color: white;
  max-width: 100%;
  position: relative;
  top: 5px;
  width: 56%;
  /*
	margin-left:56%;
	*/
}
.start2 {
  padding-top: 4.5vw;
}
.start2 .h2_ct {
  position: relative;
  /*
		&:before
		{
			.linie
		}
*/
}
.start2 .h2_ct h2 {
  color: white;
  font-size: 3.3vw;
}
.start2 .h2_ct .starttext {
  color: white;
  max-width: 100%;
  margin-top: 60px;
}
.start2 .h2_ct .starttext_headbox {
  font-size: 40px;
}
/* Ende Start 1. Block*/
/*Start 2. Block*/
.startboxen_ct {
  top: -150px;
  align-items: stretch;
}
.startbox {
  width: 23%;
  min-width: 320px;
  max-width: 100%;
  /*	min-height:385px;*/
  background: white;
  background-repeat: no-repeat;
  background-position: 0 100%;
  box-sizing: border-box;
  color: black;
  /*
	padding:30px 30px 10px 30px;
	*/
}
.startbox .text {
  padding: 30px 30px 40px 30px;
  min-height: 140px;
  background-repeat: no-repeat;
  position: relative;
}
.startbox.b1 .text {
  background-image: url('/grafiken/bg_startbox1.jpg');
}
.startbox.b2 .text {
  background-image: url('/grafiken/bg_startbox2.jpg');
}
.startbox.b3 .text {
  background-image: url('/grafiken/bg_startbox3.jpg');
}
.startbox.b4 .text {
  background-image: url('/grafiken/bg_startbox4.jpg');
}
.startbox .top {
  padding: 30px 30px 10px 30px;
  min-height: 125px;
}
.startbox .top h3:before {
  /*.linie;*/
  left: 0px;
  top: -20px;
}
.startbox .text {
  color: white;
  font-size: 20px;
  line-height: 26px;
}
.startbox .text .link_ct {
  position: absolute;
  bottom: 20px;
}
.startbox p.h2style {
  font-size: 100px;
  font-family: 'Exo';
  font-weight: 200;
  line-height: 1px;
  margin-top: 65px;
  margin-bottom: 60px;
}
.startbox p.h2style:before {
  display: block;
  content: '';
  width: 50px;
  position: relative;
  height: 1px;
  top: -30px;
  border-top: 2px solid #e24d1b;
  left: 0px;
  top: -70px;
}
.startbox h3 {
  font-size: 37px;
  line-height: 44px;
}
/*Ende Start 2. Block*/
/*Start 3. Block*/
.bl3_ct {
  position: relative;
  padding-bottom: 2vw;
  align-items: flex-end;
}
.bl3_ct.career {
  padding-bottom: 3vw;
}
.bl3_ct.flexstart {
  align-items: flex-start;
}
.bl3_ct.flexcenter {
  align-items: center;
}
.bl3_ct .h1style {
  margin-bottom: 0;
}
.bl3_ct .h1style span {
  margin-left: 70px;
  display: inline-block;
}
.bl3_ct .h1style .g {
  margin-left: 0;
}
.bl3_ct .we-50.text {
  margin-bottom: 20px;
}
.bl3_ct span.before {
  display: inline-block;
  font-size: 37px;
  margin-bottom: 40px;
}
.bl3_ct span.before:before {
  display: block;
  content: '';
  width: 50px;
  position: relative;
  height: 1px;
  top: -30px;
  border-top: 2px solid #e24d1b;
}
.bl3_ct h2.pd {
  margin-left: 40px;
}
.bl5_ct {
  position: relative;
  padding-top: 200px;
  padding-bottom: 5vw;
  color: black;
  align-items: center;
}
.bl5_ct .we-50.text:before {
  /*
					.linie
					*/
}
.bl5_ct.reverse .we-50.text {
  width: 40%;
}
.bl5_ct.reverse .we-50.text h3 {
  font-size: 40px;
  line-height: 1.2em;
}
.pt100 .bl5_ct {
  padding-top: 100px;
}
.pt70 .bl5_ct {
  padding-top: 70px;
}
.linkbox_ct {
  padding: 100px 0;
}
.linkbox_ct a {
  text-decoration: none;
}
.linkbox_ct .empty {
  width: 80px !important;
}
.linkbox_ct .empty img {
  opacity: 0;
}
.linkbox_ct .linkbox {
  width: 30%;
  color: black;
  font-size: 20px;
}
.linkbox_ct .linkbox p.h2style {
  font-size: 100px;
  font-family: 'Exo';
  font-weight: 200;
  line-height: 1px;
  margin: 75px 0 60px 0;
  color: #00c5ab;
}
.linkbox_ct .linkbox h3 {
  color: #00c5ab;
  font-size: 26px;
  margin-bottom: 36px;
}
.linkbox_ct .linkbox a {
  color: black;
}
.linkbox_weiss_ct {
  color: black;
  background-image: url('/grafiken/bg_pattern.png');
  background-repeat: repeat-x;
  background-position: top;
  margin-bottom: 60px;
  position: relative;
}
.linkbox_weiss_ct .link_ct {
  position: absolute;
  bottom: 25px;
}
.linkbox_weiss_ct .middle {
  align-items: stretch;
  position: relative;
  top: -50px;
  justify-content: center;
  column-gap: 40px;
  row-gap: 30px;
}
.linkbox_weiss_ct .middle .item {
  /*width:21%;*/
  position: relative;
  box-sizing: border-box;
  min-width: 250px;
  max-width: 100%;
  background: white;
  padding: 20px 15px 40px 30px;
  -webkit-box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
}
.linkbox_weiss_ct .middle .item.sp1 {
  width: 100%;
}
.linkbox_weiss_ct .middle .item.sp2 {
  width: calc(50% - 40px);
}
.linkbox_weiss_ct .middle .item.sp3 {
  width: calc(25% - 40px);
}
.linkbox_weiss_ct .middle .item.sp4 {
  width: calc(25% - 40px);
}
.linkbox_weiss_ct .middle .item.sp5 {
  width: calc(20% - 40px);
}
.linkbox_weiss_ct .middle .item.sp6 {
  width: calc(16% - 40px);
}
.linkbox_weiss_ct .middle .item .lb_z1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
.linkbox_weiss_ct .middle .item .lb_z2 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 18px;
}
.linkbox_weiss_ct .middle .item .link_ct a {
  color: black;
}
.linkbox_weiss_ct .inner.text {
  margin-top: 20px;
}
.linkbox_weiss_ct .inner .f1 {
  font-size: 40px;
  line-height: 1.4em;
}
.linkbox_weiss_ct .inner .f1:before {
  display: block;
  content: '';
  width: 50px;
  position: relative;
  height: 1px;
  top: -30px;
  border-top: 2px solid #e24d1b;
}
.linkbox_weiss_ct .inner .f2 {
  font-size: 60px;
  line-height: 1.4em;
  margin-left: 40px;
  margin-top: 30px;
}
.linkbox_bg_bild_ct .inner {
  position: relative;
  margin-bottom: 30px;
}
.linkbox_bg_bild_ct .inner .linkbox.item {
  padding: 20px 15px 10px 30px;
  -webkit-box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  background: white;
  color: black;
  width: 420px;
  max-width: 100%;
  position: absolute;
  box-sizing: border-box;
}
.linkbox_bg_bild_ct .inner .linkbox.item .lb_z1 {
  font-weight: bold;
  font-size: 30px;
  color: #00c5ab;
}
.linkbox_bg_bild_ct .inner .linkbox.item .lb_z2 {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 18px;
}
.linkbox_bg_bild_ct .inner .linkbox.item a {
  color: black;
}
.linie_davor {
  /*
			&:before
			{
			.linie;
		}
			*/
}
/*Ende 3. Block*/
.bl6_ct {
  /*	padding:10vw 0 10vw 0;*/
}
.bl6_ct .telmail {
  margin-top: 40px;
  font-family: 'Exo';
  font-weight: 200;
}
.bl6_ct .telmail .tel,
.bl6_ct .telmail .mail {
  font-size: 43px;
}
.bl6_ct .telmail .tel .tm,
.bl6_ct .telmail .mail .tm {
  color: white;
  margin-right: 20px;
  font-weight: 600;
  display: inline-block;
  width: 43px;
}
.career_facts {
  display: flex;
  justify-content: space-between;
}
.career_facts .item {
  text-align: center;
}
.career_facts .item .zahl {
  color: #00c5ab;
  font-size: 75px;
  font-weight: 300;
}
.career .career_acc a {
  color: black;
}
.career .career_item {
  background: white;
  padding: 30px 8px;
  margin-bottom: 30px;
  -webkit-box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
}
.career .career_item .career_head {
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.career .career_item .career_head .career_icon {
  width: 140px;
  text-align: center;
  /*
						font-size:90px;
						font-weight:200;
						color:@g;
						*/
}
.career .career_item .career_head .career_linie {
  width: 1px;
  height: 80px;
  margin-right: 40px;
  border-left: 1px solid #eff2f6;
}
.career .career_item .career_head .text {
  max-width: 100%;
  width: 430px;
  font-size: 28px;
}
.career .career_item .career_head .vollteil {
  font-size: 20px;
  width: 225px;
  max-width: 100%;
}
.career .career_item .career_head .arrow {
  width: 200px;
}
.career .career_item .career_head .arrow img {
  width: 75px;
  margin-left: 20px;
  position: relative;
  top: 5px;
  height: auto;
  transition: transform 0.5s;
}
.career .career_item .career_head.open .arrow img {
  transform: rotate(-90deg);
  transition: transform 0.5s;
}
.career .career_item .career_text {
  display: none;
  padding-bottom: 80px;
}
.career .nurtext {
  padding-bottom: 90px;
}
.career_adv_ct {
  top: -105px;
}
.career_adv_ct h2:before {
  display: block;
  content: '';
  width: 50px;
  position: relative;
  height: 1px;
  top: -30px;
  border-top: 2px solid #e24d1b;
}
.career_adv_ct.CRO {
  margin-top: 190px;
  color: black;
}
.career_adv_ct.CRO .career_advantage.fl {
  justify-content: flex-start;
}
.career_adv_ct.CRO .career_advantage.fl .item {
  background-image: url('/grafiken/bg_startbox3.jpg');
}
.stellendetail {
  margin-top: 200px;
}
.career_advantage {
  align-items: stretch;
  /*align-items:flex-start;*/
  position: relative;
  z-index: 1;
  gap: 20px;
}
.career_advantage .item {
  transition: height 2s;
  position: relative;
  color: White;
  box-sizing: border-box;
  font-size: 20px;
  padding: 25px 30px;
  /*background:@dg;*/
  background: #113253;
  background: linear-gradient(152deg, #113253 0%, #019b99 100%);
  width: calc(33% - 15px);
}
.career_advantage .item .icon {
  width: 90px;
}
.career_advantage .item .text1 {
  font-size: 27px;
  margin-bottom: 22px;
  margin-top: 20px;
}
.career_advantage .item .text2 {
  font-size: 18px;
  margin-bottom: 35px;
}
.career_advantage .item .text_more_ct {
  position: relative;
}
.career_advantage .item .text_more {
  display: none;
  font-size: 18px;
  margin-bottom: 22px;
}
.career_advantage .item .link {
  position: absolute;
  bottom: 20px;
}
.career_advantage .item .link a {
  font-size: 17px;
}
.career_advantage .item .link a:after {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  margin-left: 12px;
  background-image: url('/grafiken/icons/career/open-icon.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  transition: all 0.5;
}
.career_advantage .item .link a.open:after {
  content: '';
  background-image: url('/grafiken/icons/career/close-icon_0.svg');
  background-position-y: center;
  transition: all 0.5;
}
.career_advantage .item.open {
  transition: height 2s;
  height: fit-content !important;
}
.faq {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
  background-repeat: repeat-x;
  background-position: top;
  row-gap: 20px;
  /*fl_ct*/
}
.faq.end {
  justify-content: flex-end;
}
.faq.center {
  justify-content: center;
}
.faq.reverse {
  flex-direction: row-reverse;
}
.faq.contact {
  column-gap: 20px;
  justify-content: flex-start;
}
.faq > .item {
  width: calc(50% - 40px);
  background: white;
  -webkit-box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
}
.faq > .item .fl_ct {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.faq > .item .fl_ct.end {
  justify-content: flex-end;
}
.faq > .item .fl_ct.center {
  justify-content: center;
}
.faq > .item .fl_ct.reverse {
  flex-direction: row-reverse;
}
.faq > .item .fl_ct.contact {
  column-gap: 20px;
  justify-content: flex-start;
}
.faq > .item .fl_ct .nummer {
  width: 50px;
  font-size: 45px;
  font-family: 'Exo';
  font-weight: 200;
  line-height: 1px;
  margin: 52px 22px 44px 30px;
  color: #00c5ab;
}
.faq > .item .fl_ct .frage {
  text-align: left;
  margin-right: 10px;
  height: 100%;
  max-height: 110px;
  flex: 1;
  /*
						.tx_ct
						{
						position:relative;
						top: 50%;
						transform: translate(0, -50% );
						&.open
						{
						top:20px;
						transform: translate(0, 0 );
					}
					}
						*/
}
.faq > .item .fl_ct .klick {
  position: relative;
  width: 70px;
  height: 100%;
}
.faq > .item .fl_ct .klick:after {
  content: '';
  display: block;
  background-image: url('/grafiken/icons/career/open-icon.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 60px;
  /*	position:absolute;*/
  position: relative;
  /*	right:20px;*/
  top: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #e24d1b;
  font-size: 60px;
  font-weight: 300;
  margin-top: 10px;
  cursor: pointer;
  transition: background-image 0.5s;
}
.faq > .item .fl_ct .klick.open:after {
  content: '';
  background-image: url('/grafiken/icons/career/close-icon.svg');
  left: 0;
  top: 0;
  transition: background-image 0.5s;
}
.faq .antwort {
  z-index: 1;
  display: none;
  width: 95%;
  box-sizing: border-box;
  padding: 20px 20px 20px 30px;
}
.faq.ohne .item {
  width: calc(33% - 40px);
}
.faq.ohne .item .frage {
  margin: 35px 22px 35px 30px;
}
.work {
  position: relative;
  top: -50px;
  background-image: url('/grafiken/bg_kreuze.jpg');
  background-repeat: repeat-x;
  background-position: top;
  color: black;
}
.work .item {
  height: 320px;
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  background-size: cover;
  margin-bottom: 20px;
  position: relative;
}
.work .item .decker {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
}
.work .item .text {
  padding: 50px 0 0 30px;
}
.work .item .link {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.work .item .link a {
  color: black;
}
.worklife .abs_ct.box_standard {
  top: 35%;
}
.worklife .bl3_ct.reihe2 .we-50:nth-of-type(1) {
  width: 30%;
}
.worklife .bl3_ct.reihe2 .we-50:nth-of-type(2) {
  width: 70%;
}
.slider .slick-prev {
  z-index: 1;
  bottom: 36%;
}
.slider .slick-next {
  left: initial;
  right: 0;
  bottom: 36%;
}
#totop {
  display: none;
  position: fixed;
  mix-blend-mode: difference;
  right: 53px;
  top: 100px;
  z-index: 2;
  width: 25px;
  cursor: pointer;
}
#totop .text {
  transform: rotate(270deg);
  width: 73px;
  font-size: 12px;
  margin-left: -26px;
  margin-top: 3px;
}
#totop img {
  position: relative;
  top: 11px;
  height: 60px;
  width: auto;
}
.footer {
  padding: 3vw 0 15vw 0;
}
.footer .footer_logo {
  width: 400px;
  max-width: 100%;
  margin-bottom: 100px;
}
.footer .footer_logo img {
  max-width: 100%;
  height: auto;
}
.footer .footernavi_ct {
  width: 68%;
  /*		margin-top:235px;*/
  column-gap: 18px;
}
.footer .footernavi_ct .sub {
  margin-left: 20px;
}
.footer .footernavi_ct a {
  font-weight: 500;
  font-size: 20px;
  line-height: 2em;
}
.footer .footernavi_ct .hauptlink {
  line-height: 1.5em;
  font-size: 24px;
  font-weight: 600;
}
.footer .footernavi_ct .sublink {
  line-height: 1.5em;
  font-size: 20px;
  margin-left: 20px;
}
.footer a {
  color: White;
  text-decoration: none;
}
.footer a .sub {
  margin-left: 20px;
}
.footer .footer_add_ct {
  display: flex;
  flex-direction: column;
}
.footer .footer_add_ct .add {
  margin-bottom: 20px;
}
.footer .footer_add_ct .footer_tel span {
  /*margin-left:40px;*/
  position: relative;
  /*
						&:before
						{

						position:absolute;
						font-weight:bold;
						left:-40px;
					}

						&.t
						{
						&:before
						{
						content:'T';
					}

					}
						&.f
						{
						&:before
						{
						content:'F';
					}

					}

						&.m
						{
						&:before
						{
						content:'M';
					}

					}
						*/
}
.footer .footer_add_ct .footer_contactlink {
  margin-top: 40px;
  position: relative;
  width: 170px;
}
/*Formular*/
#f .input_ct {
  border-bottom: 1px solid black;
  padding: 3px 0;
  margin-top: 40px;
  width: 44%;
  position: relative;
}
#f input,
#f select {
  box-sizing: border-box;
  font-family: 'Exo';
  background: none;
  width: 100%;
  padding: 10px;
  border: 0;
  font-size: 20px;
}
#f input:focus-visible,
#f select:focus-visible {
  border: 0;
  outline: 0;
}
#f input[type='checkbox'],
#f select[type='checkbox'] {
  width: initial;
}
#f input[type='submit'],
#f select[type='submit'] {
  display: none;
}
#f input#captchaname,
#f select#captchaname {
  border: 2px solid transparent;
}
#f select {
  padding: 15px 10px 5px 10px!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/grafiken/select_pfeil.png");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 1px;
  border-radius: 2px;
  margin-right: 2rem;
  transition: background-image 0.3s;
}
#f select:focus-within {
  background-image: url("/grafiken/select_pfeil_open.png");
  transition: background-image 0.3s;
}
#f [type="checkbox"] + label {
  top: 19px;
  left: 0;
  position: absolute;
}
#f [type="checkbox"] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
#f [type="checkbox"] + label::before {
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  background-color: #eff2f6;
  display: block;
  content: "";
  float: left;
  margin-right: 5px;
  z-index: 5;
  top: 7px;
  position: relative;
  transition: all 0.5s;
}
#f input[type="checkbox"]:checked + label::before {
  background-color: black;
  border: 4px solid #eff2f6;
  transition: all 0.5s;
}
#f .textarea {
  margin-top: 30px;
  width: 94%;
}
#f textarea {
  width: 100%;
  height: 200px;
  font-family: 'Exo';
  font-size: 20px;
  border: 0;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid black;
}
#f .selector {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #eff2f6;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 3px;
  cursor: pointer;
  text-align: center;
  color: #e84e1b;
  padding-top: 7px;
  box-sizing: border-box;
}
#f .selector img {
  max-width: 60%;
  height: auto;
  transition: transform 0.3s;
}
#f .selector.open {
  top: 3px;
}
#f .selector.open img {
  max-height: 20%;
  width: auto;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
#f .selector .selector_content {
  display: none;
  position: absolute;
  right: 0;
  background: white;
  padding: 20px;
  min-width: 400px;
  -webkit-box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 16px 19px 33px 1px rgba(0, 0, 0, 0.1);
}
#f .selector .selector_content div {
  text-align: left;
  padding-bottom: 3px;
  color: #9e9e9e;
}
#f .selector .selector_content div.empty {
  height: 20px;
}
#f .selector .selector_content div:hover {
  color: black;
}
#f .link_ct {
  margin-top: 20px;
}
.errormessage {
  margin-bottom: 50px;
  color: red;
}
.errormessage a {
  color: red;
}
.maplink {
  background-image: url('/grafiken/bg_startbox2.jpg');
  padding: 20px 130px 20px 20px;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: 1;
}
.admincomment {
  font-size: 14px;
  color: black;
  height: 70px;
}
.admincomment a {
  color: black;
}
.li_icon .item {
  display: flex;
  margin-bottom: 20px;
}
.li_icon .item .icon {
  width: 70px;
  padding-right: 10px;
}
.li_icon .item .tx1 {
  font-size: 28px;
}
.li_icon .item .tx2 {
  /*
					fonz-size:18px;
					*/
}
#gmap {
  width: 100%;
  height: 400px;
}
.delanker {
  cursor: pointer;
  border: 1px solid grey;
  color: grey;
  border-radius: 50%;
  font-size: 10px;
  display: inline-block;
  padding: 0 3px;
  position: relative;
  top: -7px;
  line-height: 1.1em;
}
#map-canvas {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  height: 100%;
  height: 600px;
  width: 100%;
  max-width: 100%;
  margin: 0px;
  padding: 0px;
}
#map-canvas ul {
  padding-left: 0;
}
#map-canvas ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  line-height: 2em;
}
#map-canvas ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00c5ab;
  top: 19px;
  left: -20px;
}
.cookie_hinweis {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 75px 20px 60px 20px;
  margin-bottom: 40px;
  background: #113253;
  background: linear-gradient(152deg, #113253 0%, #019b99 100%);
  color: white;
}
.cookie_hinweis ul {
  padding-left: 0;
}
.cookie_hinweis ul li {
  list-style-type: none;
  position: relative;
  margin-left: 20px;
  line-height: 2em;
}
.cookie_hinweis ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #00c5ab;
  top: 19px;
  left: -20px;
}
.cookie_hinweis a {
  color: white;
  text-decoration: underline;
}
