:root {
  --black-color: #000000;
  --white-color: #ffffff;
  --theme-color: #be330c;
  --theme-color-g: #ff6b42;
  --theme-color-h: #d17054;
  --theme-color-hg: #ff977a;
  --orange-color: #a8510a;
  --sky-blue: #417385;
  --txt-color: #555756;
  --input-bg: #e2e3e3;
  --light-gray: #d8dada;
  --gray: #555756;
  --dark-gray: #9d9e9e;
  --placeholder-color: #7b7d7c;
  --border-color: #b1b3b3;
  --font-Ruda: "Ruda";
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semi: 600;
  --weight-bold: 700;
  --weight-exbold: 800;
  --weight-black: 900;
  --underline-offset: 0.375rem;
  --underline-thickness: 0.1rem;

  --menu-dt-bg-theme: #f8e6e2;
  --menu-dt-bg-orange: #f8eadf;
  --menu-dt-bg-blue: #e8f1f6;

  /*
	--orange-color: #00cc00;
	*/
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-Bold.eot");
  src:
    url("../fonts/Ruda-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-Bold.woff2") format("woff2"),
    url("../fonts/Ruda-Bold.woff") format("woff"),
    url("../fonts/Ruda-Bold.ttf") format("truetype"),
    url("../fonts/Ruda-Bold.svg#Ruda-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-Black.eot");
  src:
    url("../fonts/Ruda-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-Black.woff2") format("woff2"),
    url("../fonts/Ruda-Black.woff") format("woff"),
    url("../fonts/Ruda-Black.ttf") format("truetype"),
    url("../fonts/Ruda-Black.svg#Ruda-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-ExtraBold.eot");
  src:
    url("../fonts/Ruda-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-ExtraBold.woff2") format("woff2"),
    url("../fonts/Ruda-ExtraBold.woff") format("woff"),
    url("../fonts/Ruda-ExtraBold.ttf") format("truetype"),
    url("../fonts/Ruda-ExtraBold.svg#Ruda-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-Medium.eot");
  src:
    url("../fonts/Ruda-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-Medium.woff2") format("woff2"),
    url("../fonts/Ruda-Medium.woff") format("woff"),
    url("../fonts/Ruda-Medium.ttf") format("truetype"),
    url("../fonts/Ruda-Medium.svg#Ruda-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-Regular.eot");
  src:
    url("../fonts/Ruda-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-Regular.woff2") format("woff2"),
    url("../fonts/Ruda-Regular.woff") format("woff"),
    url("../fonts/Ruda-Regular.ttf") format("truetype"),
    url("../fonts/Ruda-Regular.svg#Ruda-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Ruda";
  src: url("../fonts/Ruda-SemiBold.eot");
  src:
    url("../fonts/Ruda-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Ruda-SemiBold.woff2") format("woff2"),
    url("../fonts/Ruda-SemiBold.woff") format("woff"),
    url("../fonts/Ruda-SemiBold.ttf") format("truetype"),
    url("../fonts/Ruda-SemiBold.svg#Ruda-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* default styles for extension "tx_frontend" */
.ce-align-left {
  text-align: left;
}
.ce-align-center {
  text-align: center;
}
.ce-align-right {
  text-align: right;
}

.ce-table td,
.ce-table th {
  vertical-align: top;
}

.ce-textpic,
.ce-image,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row,
.ce-uploads li,
.ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery,
.ce-column {
  float: left;
}
.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}
.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}
.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}
.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.95rem;
  margin-top: 0.25rem;
}
.ce-gallery img {
  display: block;
  object-fit: contain;
  height: auto;
}
.ce-gallery iframe {
  border-width: 0;
}
.ce-border img,
.ce-border iframe {
  border: 2px solid #000000;
  padding: 0px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 10px;
}
.ce-image .ce-gallery {
  margin-bottom: 0;
}
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}
.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}
.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}
.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}
.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}
.ce-headline-center {
  text-align: center;
}
.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}
.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}
.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}
.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}
.ce-table th,
.ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}
.ce-table thead th {
  border-bottom: 2px solid #dadada;
}
.ce-table th,
.ce-table td {
  border-top: 1px solid #dadada;
}
.ce-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.ce-table-bordered th,
.ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}
.frame-space-before-small {
  margin-top: 2em;
}
.frame-space-before-medium {
  margin-top: 3em;
}
.frame-space-before-large {
  margin-top: 4em;
}
.frame-space-before-extra-large {
  margin-top: 5em;
}
.frame-space-after-extra-small {
  margin-bottom: 1em;
}
.frame-space-after-small {
  margin-bottom: 2em;
}
.frame-space-after-medium {
  margin-bottom: 3em;
}
.frame-space-after-large {
  margin-bottom: 4em;
}
.frame-space-after-extra-large {
  margin-bottom: 5em;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}
.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}
.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}
.frame-indent-left {
  margin-left: 33%;
}
.frame-indent-right {
  margin-right: 33%;
}

html,
body {
  overflow-x: hidden !important;
}

body {
  font-size: 1.125rem;
  line-height: 1.563rem;
  padding: 0;
  margin: 0;
  font-family: var(--font-Ruda);
  color: var(--txt-color);
  font-weight: var(--weight-regular);
  letter-spacing: 0.18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--weight-black);
  padding: 0;
  margin: 0 0 17px 0;
  color: var(--theme-color);
}

.layout-orange h1,
.layout-orange h2,
.layout-orange h3,
.layout-orange h4,
.layout-orange h5,
.layout-orange h6,
.layout-orange .bread-crumb-part ul li.active a,
.layout-orange .left-aside-menu ul > li a.active span,
.layout-orange .left-aside-menu li:hover > a > span,
.layout-orange .left-aside-menu li.active > a > span {
  color: var(--orange-color);
}

.layout-sky-blue h1,
.layout-sky-blue h2,
.layout-sky-blue h3,
.layout-sky-blue h4,
.layout-sky-blue h5,
.layout-sky-blue h6,
.layout-sky-blue .bread-crumb-part ul li.active a,
.layout-sky-blue .left-aside-menu ul > li a.active span,
.layout-sky-blue .left-aside-menu li:hover > a > span,
.layout-sky-blue .left-aside-menu li.active > a > span {
  color: var(--sky-blue);
}

h1 {
  font-size: 3.125rem;
  line-height: 3.938rem;
}

h2 {
  font-size: 2.688rem;
  line-height: 3.516rem;
}

h3 {
  font-size: 2.125rem;
  line-height: 3.688rem;
}

h4 {
  font-size: 2.375rem;
  line-height: normal;
}

.kontaktcontainer h5,
h5 {
  font-size: 1.688rem;
  line-height: normal;
}

h6 {
  font-size: 1.5rem;
  line-height: normal;
}

p {
  margin: 0 0 17px 0;
  padding: 0;
  hyphens: auto;
}

ul,
ol {
  margin: 0 0 15px 15px;
  padding: 0;
}

ul li,
ol li {
  margin: 0 0 4px 0;
  padding: 0;
}

a,
a:hover,
a:focus,
a:visited,
input,
textarea,
button,
select {
  outline: none;
  text-decoration: none;
}

a {
  color: var(--theme-color);
}

.layout-orange a {
  color: var(--orange-color);
}

.layout-sky-blue a {
  color: var(--sky-blue);
}

a:hover {
  color: var(--txt-color);
}

img {
  max-width: 100%;
}

section {
  position: relative;
  clear: both;
  padding: 60px 0;
}

section:before,
section:after {
  clear: both;
  display: table;
  content: "";
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

:-moz-placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

::-moz-placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

:-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

::-ms-input-placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

::placeholder {
  opacity: 1 !important;
  color: var(--txt-color);
}

b,
strong {
  font-weight: var(--weight-bold);
}

.zoom-effect-out:hover .zoom-effect img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.zoom-effect {
  overflow: hidden;
}

.zoom-effect img {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.header-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.logo {
  margin-right: auto;
  position: relative;
  top: -3px;
}

.fix-logo {
  display: none;
}

.header-part.sticky.sticky-fixed .fix-logo {
  display: block;
}

.header-part.sticky.sticky-fixed .desktop-logo {
  display: none;
}

.main-menu ul.menu-tt-top > li .megamenu-wrap-left > div > div {
  width: 307px;
  height: 307px;
  margin: 0 auto;
}

/*
.body-hide{
	overflow: hidden !important;
}
*/

.search-wrap .tx-indexedsearch-searchbox legend,
.search-wrap .tx-indexedsearch-searchbox .tx-indexedsearch-form label --,
.search-wrap .tx-indexedsearch-searchbox p,
.search-wrap .tx-indexedsearch-res,
.search-wrap .tx-indexedsearch-info-sword,
.search-wrap .tx-indexedsearch-browsebox,
.search-wrap .tx-indexedsearch-info-noresult {
  display: none;
}

.applycontainer {
  max-width: unset;
  margin-left: 0;
  margin-bottom: 12.5rem;
}

.kontaktcontainer > div,
.applycontainer > div {
  max-width: 1440px;
}

.applycontainer .container {
  padding-left: 0;
}

.applycontainer .footer > p {
  display: flex;
}

.applycontainer .footer > p .jobplace {
  margin-top: 0;
}

.applycontainer .footer > p .jobplace::before {
  content: "|";
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.applycontainer .contact-short-box + div a {
  color: var(--theme-color);
}

.kontaktcontainer h5 {
  font-weight: var(--weight-medium);
  line-height: 5rem;
}

.kontaktcontainer {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 12.5rem;
}

.kontaktcontainer > section > div {
  padding-left: 0;
}

.kontaktform > section {
  padding-top: 0;
}
.formular.apply header + div header h2,
.kontaktform header + div header h2 {
  margin-top: 2rem;
}

.apply-offers {
  margin-left: 0;
}

.apply-offers .container {
  padding-left: 0;
}

.apply-offers .offerbox .applyhr,
	.news-list .applyhr {
  width: 100%;
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
  display: block;
}

.news-list .applyhr {
	position: relative;
}


.bg_red {
	background: var(--theme-color);
}
.bg_blue {
	background: var(--sky-blue);
}
.bg_orange {
	background: var(--orange-color);
}

.btn_download {
  background: var(--orange-color);
  display: flex;
  padding: 0.6rem 1.5rem;;
  align-items: center;
  gap: 1.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-width: 20rem;
}
.btn_content {
	color: var(--white-color);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-align: left;
	display: flex;
	align-items: center;
	min-height: 3.9rem;
}
a:hover .btn_content {
	text-decoration: underline;
}
.btn_download .btn_content {
	border-left: 2px solid var(--white-color);
	padding-left: 1rem;
}
.btn_content p {
	margin-bottom: 0;
}

.link_btn {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 2rem 1.5rem;
	margin: 1rem 0;
}
.link_btn p {
	font-size: 1.25rem;
}
.link_btn > img {
	rotate: 90deg;
}


#main-part > .main-part > div > div > div > hr.ce-div,
 .apply-offers .offerbox .applyhr > div,
 .news-list .applyhr > div {
  position: absolute;
  border-bottom: 1px solid var(--border-color);
  height: 1px;
  width: calc(100vw - 206px);
  left: 103px;
}

.news-list .applyhr > div {
	width: 97.5%;
	left: 2.5%;
}

hr.ce-div {
  margin: 0;
}

div.frame-space-before-extra-large + div.teasure-list-box-inner {
  margin-top: 6.8em;
}

.teasure-list-box-inner {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1850px) {
  .apply-offers .offerbox .offeritems {
    width: 31%;
    margin-right: 15px;
  }
}

.main-menu > ul > li li:hover > a,
.main-menu > ul > li li.active > a,
.main-menu > ul > li a.active,
.main-menu > ul > li a {
	line-height: 2rem;
}

.main-menu > ul > li li:hover > a span,
.main-menu > ul > li li.active > a span,
.main-menu > ul > li a.active span {
  text-decoration: underline;
  text-decoration-color: var(--theme-color);
  text-shadow: 0px 0px 1px var(--theme-color);
}

.main-menu > ul > li:nth-child(2) li:hover > a span,
.main-menu > ul > li:nth-child(2) li.active > a span,
.main-menu > ul > li:nth-child(2) a.active span {
  text-decoration: underline;
  text-decoration-color: var(--orange-color);
  text-shadow: 0px 0px 1px var(--orange-color);
}

.main-menu > ul > li:nth-child(3) li:hover > a span,
.main-menu > ul > li:nth-child(3) li.active > a span,
.main-menu > ul > li:nth-child(3) a.active span {
  text-decoration: underline;
  text-decoration-color: var(--sky-blue);
  text-shadow: 0px 0px 1px var(--sky-blue);
}

@media (min-width: 991.75px) and (max-width: 1360.75px) {
  .header-part.sticky.sticky-fixed .main-menu {
    border-top: none;
    padding-top: 0;
    padding-right: 0;
    margin-top: -74px;
    background: var(--white-color);
    z-index: 1;
    position: relative;
    margin-right: 220px;
  }

  .header-part.sticky.sticky-fixed .search-wrap,
  .header-part.sticky.sticky-fixed .login-link {
    opacity: 0;
  }

  .header-part.sticky.sticky-fixed {
    padding-top: 10px;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li > a {
    font-size: 1rem;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li {
    margin: 0 12px 0 0;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li:last-child {
    margin-right: 0;
  }

  .header-part.sticky.sticky-fixed .header-info-top {
    padding-bottom: 25px;
  }

  .header-part.sticky.sticky-fixed .social-media,
  .header-part.sticky.sticky-fixed .login-link {
    margin-right: 20px;
  }

  .header-part.sticky .megamenu-wrap {
    left: 0;
  }

  .header-part.sticky.sticky-fixed .megamenu-wrap {
    left: unset;
    right: -245px;
    width: 100vw;
  }
}

@media (min-width: 1360.75px) {
  .header-part.sticky.sticky-fixed .main-menu {
    border-top: none;
    padding-top: 0;
    padding-right: 0;
    margin-top: -74px;
    background: var(--white-color);
    /*z-index: 1;
		position: relative;*/
    margin-right: 259px;
  }

  .header-part.sticky.sticky-fixed .search-wrap,
  .header-part.sticky.sticky-fixed .login-link {
    opacity: 0;
  }

  .header-part.sticky.sticky-fixed .header-info-top {
    padding-bottom: 25px;
  }

  .header-part.sticky.sticky-fixed {
    padding-top: 10px;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li > a {
    font-size: 1.125rem;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li {
    margin: 0 40px 0 0;
  }

  .header-part.sticky.sticky-fixed .main-menu > ul > li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 991.75px) {
  .megamenu-wrap {
    position: absolute;
    top: calc(100% + 6px);
    width: 100%;
    padding: 2rem 160px 2rem 20px;
    background: var(--menu-dt-bg-theme);
    display: none;
    left: 0;
	height: 39rem;
	overflow-y: auto;
  }

  .main-menu > ul > li:nth-child(2) .megamenu-wrap {
    background: var(--menu-dt-bg-orange);
  }

  .main-menu > ul > li:nth-child(3) .megamenu-wrap {
    background: var(--menu-dt-bg-blue);
  }

  .main-menu > ul > li:hover .megamenu-wrap {
    display: block;
  }
  .megamenu-wrap .megamenu-wrap-inset {
 	height: 100%;
  }
  .megamenu-wrap .megamenu-wrap-inset > .row {
	  height: 100%;
  }
  .megamenu-wrap .megamenu-wrap-inset > .row > div {
	  height: 100%;
  }
  
  .megamenu-wrap-right {
	  height: 100%;
  }
  .megamenu-lvl1 {
	  height: 100%;
  }
  .megamenu-wrap-right ul,
  .megamenu-wrap-right ul li {
    list-style: none;
    padding: 0px;
    margin: 0;
  }

  .megamenu-wrap-right ul li {
    padding-right: 15px !important;
  }

  .megamenu-wrap-right ul li a {
    position: relative;
    /* padding-left: 0.75rem; */
	padding-left: 2rem;
  }
  /* .megamenu-wrap-right ul li a:before { */
    /* content: url("../images/icon_arrow-grey.svg"); */
    /* height: 16px; */
    /* width: 16px; */
    /* display: inline-block; */
    /* margin: 0 8px 0 -16px; */
  /* } */

  /* .megamenu-wrap-right ul li:hover > a:before, */
  /* .megamenu-wrap-right ul li.active > a:before { */
    /* content: url("../images/icon_arrow-red.svg"); */
  /* } */
  .megamenu-wrap-right ul .nav-item {
	display: flex;
  }
  .megamenu-wrap-right ul .nav-item:before {
    content: url("../images/icon_arrow-grey.svg");
    height: 1rem;
    width: 1rem;
    margin: 0.25rem 0.25rem 0 0;
	position: absolute;
  }

  .megamenu-wrap-right ul .nav-item:hover:before,
  .megamenu-wrap-right ul .nav-item.active:before {
    content: url("../images/icon_arrow-red.svg");
  }

  .main-menu > ul > li:nth-child(2) .megamenu-wrap-right ul .nav-item:hover:before,
  .main-menu > ul > li:nth-child(2) .megamenu-wrap-right ul .nav-item.active:before {
    content: url("../images/icon_arrow-orange.svg");
  }

  .main-menu > ul > li:nth-child(3) .megamenu-wrap-right ul .nav-item:hover:before,
  .main-menu > ul > li:nth-child(3) .megamenu-wrap-right ul .nav-item.active:before {
    content: url("../images/icon_arrow-blue.svg");
  }

  .megamenu-wrap-right ul li.active > a {
    font-weight: var(--weight-bold);
  }

  .megamenu-wrap-right ul li:hover > a > span,
  .megamenu-wrap-right ul li.active > a > span {
    color: var(--theme-color);
    text-decoration: underline;
    text-underline-offset: var(--underline-offset);
    text-decoration-thickness: var(--underline-thickness);
  }

  .megamenu-wrap-right ul li:hover > a > span,
  .megamenu-wrap-right ul li.active > a > span {
    color: var(--theme-color);
    text-decoration: underline;
    text-underline-offset: var(--underline-offset);
    text-decoration-thickness: var(--underline-thickness);
  }

  .main-menu > ul > li:nth-child(2) .megamenu-wrap-right ul li:hover > a > span,
  .main-menu
    > ul
    > li:nth-child(2)
    .megamenu-wrap-right
    ul
    li.active
    > a
    > span,
  .main-menu > ul > li:nth-child(2) .megamenu-wrap-right ul li:hover > a > span,
  .main-menu
    > ul
    > li:nth-child(2)
    .megamenu-wrap-right
    ul
    li.active
    > a
    > span {
    color: var(--orange-color);
  }
  .main-menu > ul > li:nth-child(3) .megamenu-wrap-right ul li:hover > a > span,
  .main-menu
    > ul
    > li:nth-child(3)
    .megamenu-wrap-right
    ul
    li.active
    > a
    > span,
  .main-menu > ul > li:nth-child(3) .megamenu-wrap-right ul li:hover > a > span,
  .main-menu
    > ul
    > li:nth-child(3)
    .megamenu-wrap-right
    ul
    li.active
    > a
    > span {
    color: var(--sky-blue);
  }

  .megamenu-wrap-right ul li a > span {
    position: relative;
  }
  /*
	.megamenu-wrap-right ul li:hover > a > span:after, .megamenu-wrap-right ul li.active > a > span:after {
		background: var(--orange-color);
	}
*/
  .megamenu-wrap-right ul li a > span:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    content: "";
    background: transparent;
    height: 2px;
  }

  .megamenu-wrap-left {
    text-align: center;
  }

  .megamenu-wrap-right {
    padding-left: 53px;
  }

  .megamenu-wrap-right .megamenu-lvl1 > li {
    padding: 10px 0;
  }

  .megamenu-wrap-right .megamenu-lvl1 > li:last-child {
    padding-bottom: 0;
  }

  .megamenu-lvl1 > li > a {
    font-size: 1.313rem;
    display: block;
    font-weight: var(--weight-semi);
    color: var(--txt-color);
    text-transform: uppercase;
  }

  .megamenu-lvl1 > li:hover > .megamenu-lvl2,
  .megamenu-lvl2 > li:hover > .megamenu-lvl3 {
    display: block;
  }

  .megamenu-lvl1 {
    width: 344px;
    position: relative;
    border-right: 2px solid var(--border-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .megamenu-lvl2 {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 341px;
    border-right: 2px solid var(--border-color);
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 80px !important;
    display: none;
    height: 100%;
	width: 24vw;
  }

  .megamenu-wrap-right .megamenu-lvl2 > li,
  .megamenu-wrap-right .megamenu-lvl3 > li {
    padding: 0.5rem 0;
  }

  .megamenu-wrap-right .megamenu-lvl2 > li:last-child,
  .megamenu-wrap-right .megamenu-lvl3 > li:last-child {
    padding-bottom: 0px;
  }

  .megamenu-lvl2 > li > a,
  .megamenu-lvl3 > li > a {
    display: block;
    font-weight: var(--weight-semi);
    color: var(--txt-color);
  }

  .megamenu-lvl3 {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 341px;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 80px !important;
    display: none;
    height: 100%;
  }

  .megamenu-wrap:before {
    position: absolute;
    left: 0px;
    top: -6px;
    width: 100%;
    height: 7px;
    content: "";
  }
}

@media (min-width: 1200.75px) and (max-width: 1800.75px) {
  .megamenu-wrap {
    padding-right: 20px;
  }

  .megamenu-wrap-right {
    padding-left: 0;
  }

  .megamenu-lvl1 {
    width: 300px;
  }

  .megamenu-lvl2,
  .megamenu-lvl3 {
    /* width: 240px; */
	width: 24vw;
	
    padding-left: 30px !important;
  }

  .megamenu-wrap .col-md-5 {
    width: 30%;
  }

  .megamenu-wrap .col-md-7 {
    width: 70%;
  }
}

@media (min-width: 991.75px) and (max-width: 1200.75px) {
  .megamenu-wrap .col-md-5 {
    display: none;
  }

  .megamenu-wrap .col-md-7 {
    width: 100%;
  }

  .megamenu-lvl1 {
    width: 32vw;
  }

  .megamenu-lvl2,
  .megamenu-lvl3 {
    width: 32vw;
    padding-left: 30px !important;
  }

  .megamenu-wrap {
    padding-right: 20px;
  }

  .megamenu-lvl1 > li > a {
    font-size: 1.125rem;
  }
}

.header-part.sticky.sticky-fixed .logo {
  top: -1.5px;
}

.header-part.sticky.sticky-fixed {
  left: 0px;
  top: 0px;
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #ffffff;
}

.header-part {
  padding: 26px 60px 0 60px;
  border-bottom: 7px solid var(--light-gray);
  position: relative;
  margin-bottom: 60px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 999;
}

.header-info-top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  font-size: 1rem;
  letter-spacing: 0.16px;
  padding-bottom: 25px;
}

.header-info-top-in {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  align-items: center;
}

.search-wrap {
  position: relative;
  margin-right: 40px;
}

.search-wrap input[type="text"] {
  width: 150px;
  height: 40px;
  background: var(--input-bg);
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: none;
  padding: 0 45px 0 20px;
  font-weight: var(--weight-semi);
  font-size: 1rem;
  letter-spacing: 0.16px;
  font-family: var(--font-Ruda);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.search-wrap input[type="text"]:focus {
  width: 829px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.search-wrap input[type="submit"] {
  position: absolute;
  right: 19px;
  height: 22px;
  width: 22px;
  top: 9px;
  background: url("../images/icon_suche.svg") no-repeat center center;
  padding: 0;
  border: none;
  content: "";
  font-size: 0;
}

.content-mid-inner .search-wrap input[type="submit"] {
  font-size: 18px;
}

.login-link a {
  display: flex;
  width: auto;
  gap: 10px;
  font-weight: var(--weight-bold);
  color: var(--theme-color);
  align-items: center;
}

.login-link a img {
  position: relative;
  top: -1px;
}

.login-link a:hover {
  opacity: 0.85;
}

.login-link a span {
  position: relative;
}

.login-link a span:before {
  position: absolute;
  left: 0px;
  bottom: -1px;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme-color);
}

.login-link {
  margin-right: 40px;
}

.social-media {
  margin-right: 40px;
}

.social-media ul,
.social-media li {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.social-media ul {
  display: flex;
  width: auto;
}

.social-media ul li {
  padding-right: 10px;
  margin-right: 11px;
  position: relative;
}

.social-media ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.social-media ul li:last-child:after {
  display: none;
}

.social-media ul li:after {
  position: absolute;
  right: -1px;
  top: 2px;
  height: calc(100% - 4px);
  content: "";
  background: var(--txt-color);
  width: 1px;
}

.social-media ul li:hover a {
  opacity: 0.8;
}

.lunch-menu-wrap a {
  font-weight: var(--weight-semi);
  color: var(--txt-color);
  display: flex;
  width: auto;
  align-items: center;
  gap: 10px;
}

.lunch-menu-wrap a img {
  position: relative;
  top: -2px;
}

.lunch-menu-wrap a:hover {
  color: var(--theme-color);
}

.spin-arrow,
.spin-arrow-l2,
.spin-arrow-l3 {
  display: none;
}

.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-menu {
  border-top: 1px solid var(--light-gray);
  padding-top: 18px;
  padding-right: 129px;
  background: var(--white-color);
}

.main-menu > ul {
  display: flex;
  width: auto;
}

.main-menu > ul > li {
  margin: 0 70px 0 0;
}

.main-menu > ul > li:last-child {
  margin-right: 0;
}

.main-menu > ul > li > a {
  font-size: 1.313rem;
  text-transform: uppercase;
  display: block;
  letter-spacing: 1.05px;
  font-weight: var(--weight-black);
  color: var(--txt-color);
  padding: 18px 0 14px 0;
  position: relative;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.main-menu > ul > li:hover > a,
.main-menu > ul > li.active > a {
  color: var(--theme-color);
}

.main-menu > ul > li:nth-child(2):hover > a,
.main-menu > ul > li:nth-child(2).active > a,
.main-menu > ul > li.einrichtungen-menu:hover > a,
.main-menu > ul > li.active.einrichtungen-menu > a {
  color: var(--orange-color);
}

.main-menu > ul > li:nth-child(2) > a:after,
.main-menu > ul > li.einrichtungen-menu > a:after {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
}

.main-menu > ul > li:nth-child(3):hover > a,
.main-menu > ul > li:nth-child(3).active > a,
.main-menu > ul > li.projekte-menu:hover > a,
.main-menu > ul > li.active.projekte-menu > a {
  color: var(--sky-blue);
}

.main-menu > ul > li:nth-child(3) > a:after,
.main-menu > ul > li.projekte-menu > a:after {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
}

.main-menu > ul > li > a:after {
  position: absolute;
  left: 0px;
  bottom: -7px;
  background-image: -moz-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  height: 7px;
  width: 0px;
  content: "";
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.main-menu > ul > li > .megamenu-wrap {
  border-bottom: 14px solid;
  border-image: -moz-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  border-image: -webkit-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  border-image: -ms-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  border-image-slice: 1;
}

.main-menu > ul > li:nth-child(2) > .megamenu-wrap {
  border-bottom: 14px solid;
  border-image: -moz-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  border-image: -webkit-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  border-image: -ms-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  border-image-slice: 1;
}

.main-menu > ul > li:nth-child(3) > .megamenu-wrap {
  border-bottom: 14px solid;
  border-image: -moz-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  border-image: -webkit-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  border-image: -ms-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  border-image-slice: 1;
}

.main-menu > ul > li > .megamenu-wrap * {
  text-decoration-color: var(--theme-color);
  hyphens: auto;
}

.main-menu > ul > li:nth-child(2) > .megamenu-wrap * {
  text-decoration-color: var(--orange-color);
}

.main-menu > ul > li:nth-child(3) > .megamenu-wrap * {
  text-decoration-color: var(--sky-blue);
}

.main-menu > ul > li:hover > a:after,
.main-menu > ul > li.active > a:after {
  width: 100%;
}

.slider-items {
  height: 847px;
}

.hero-part {
  padding: 0;
}

.slider-items-info {
  margin: 0 0 0 60px;
  width: 100%;
  max-width: 683px;
  background: rgba(255, 255, 255, 0.85);
  padding: 48px 39px 52px;
  position: relative;
  top: 60px;
}

.title-grd h2 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  margin-bottom: 22px;
}

.slider-items-info p:last-child {
  margin-bottom: 0;
}

.hero-part .slick-dots {
  position: absolute;
  bottom: 40px;
  right: 55px;
  width: auto;
  z-index: 11;
}

.hero-part .slick-dots li {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.hero-part .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0px;
  background: var(--white-color);
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.hero-part .slick-dots li button:before {
  display: none;
}

.hero-part .slick-dots li.slick-active button {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(190, 51, 12) 0%,
    rgb(255, 107, 66) 100%
  );
}

.teasure-part {
  padding-top: 0;
}

.teasure-inner {
  margin: -412px auto 0;
  max-width: 1288px;
}

.teasure-blog {
  height: 100%;
}

.teasure-blog table {
  border: 0;
  caption-side: unset;
  border-collapse: unset;
}

.teasure-blog-img {
  height: 200px;
  width: 100%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.teasure-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: relative;
}

.teasure-blog-info {
  position: relative;
  left: 20px;
  margin-top: -40px;
  z-index: 2;
  background: var(--white-color);
  padding: 23px 20px 42px 10px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  height: calc(100% - 165px);
}

.teasure-blog-info:after {
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 14px;
  content: "";
}

.teasure-2 .teasure-blog-info:after {
  background-image: -moz-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 14px;
  content: "";
}

.teasure-3 .teasure-blog-info:after {
  background-image: -moz-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 14px;
  content: "";
}

.teasure-icon {
  min-width: 70px;
  text-align: center;
}

.teasure-title {
  display: flex;
  width: auto;
  margin-bottom: 12px;
}

.teasure-title h3 {
  letter-spacing: 1.19px;
}

.teasure-title h3 {
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  text-transform: uppercase;
}

.teasure-2 .teasure-title h3 {
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  text-transform: uppercase;
}

.teasure-3 .teasure-title h3 {
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  text-transform: uppercase;
}

.slider.hero-slider {
  margin-bottom: 0;
}

.teasure-blog-info ul,
.teasure-blog-info li {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.teasure-blog-info ul {
  padding: 0 30px 0 47px;
}

.teasure-blog-info li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 7px;
}

.teasure-blog-info li:last-child {
  margin-bottom: 0;
}

.teasure-blog-info li:before {
  position: absolute;
  left: 0px;
  top: 9px;
  background: url("../images/icon_arrow-grey.svg") no-repeat center center;
  width: 14px;
  height: 12px;
  content: "";
}

.teasure-blog-info li:hover:before {
  background: url("../images/icon_arrow-red.svg") no-repeat center center;
}

.teasure-blog-info .table {
  margin-top: 0;
  margin-bottom: 0;
}
.teasure-blog-info table {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.teasure-blog-info table tr td {
  background: transparent;
}

.teasure-blog-info table li a {
  color: var(--txt-color);
  font-weight: var(--weight-semi);
  font-size: 1.2rem;
  text-transform: none;
  margin-left: -4px;
}

.teasure-blog-info table li:before {
  position: absolute;
  left: 3px;
  top: 9px;
  background: url("../images/icon_arrow-grey.svg") no-repeat center center;
  width: 10px;
  height: 12px;
  content: "";
}

.teasure-1 .teasure-blog-info table li:hover:before {
  background: url("../images/icon_arrow-red.svg") no-repeat center center;
}

.teasure-2 .teasure-blog-info table li:hover:before {
  background: url("../images/icon_arrow-orange.svg") no-repeat center center;
}

.teasure-3 .teasure-blog-info table li:hover:before {
  background: url("../images/icon_arrow-blue.svg") no-repeat center center;
}

.teasure-blog-info table li:hover,
.teasure-blog-info table li:hover a {
  font-weight: var(--weight-semi);
}

.teasure-blog-info li a {
  color: var(--txt-color);
  text-transform: uppercase;
  font-weight: var(--weight-semi);
  font-size: 1.125rem;
  line-height: 2rem;
  letter-spacing: 0.27px;
}

.teasure-blog-info li:hover a {
  text-decoration: underline;
  text-underline-offset: var(--underline-offset);
  text-decoration-thickness: var(--underline-thickness);
}

.teasure-blog-info li span {
  position: relative;
  display: inline-block;
}

.teasure-blog-info li span:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 2px;
  background: transparent;
  content: "";
  width: 100%;
}

.teasure-blog-info li:hover a {
  color: var(--theme-color);
  text-shadow: 0px 0px 1px var(--theme-color);
}

.teasure-2 .teasure-blog-info li:hover a {
  color: var(--orange-color);
  text-shadow: 0px 0px 1px var(--orange-color);
}

.teasure-3 .teasure-blog-info li:hover a {
  color: var(--sky-blue);
  text-shadow: 0px 0px 1px var(--sky-blue);
}

.teasure-2 .teasure-blog-info li:hover a span:after {
  background: var(--orange-color);
}

.teasure-3 .teasure-blog-info li:hover a span:after {
  background: var(--sky-blue);
}

.teasure-2 .teasure-blog-info li:hover:before {
  background: url("../images/icon_arrow-orange.svg") no-repeat center center;
}

.teasure-3 .teasure-blog-info li:hover:before {
  background: url("../images/icon_arrow-blue.svg") no-repeat center center;
}

.teasure-blog-info li:hover a span:after {
  background: var(--theme-color);
}

#c6 .teasure-blog .teasure-blog-info {
  height: 355px;
}

.teasure-inner .row {
  margin: 0 -20px;
}

.apply-teaser .col-12,
.teasure-inner .col-12 {
  padding: 0 20px;
}

.news-list > div {
	display: flex;
}
.news-list > div > a {
	display: flex;
	flex: 1;
}

.news-list .teasure-blog {
	margin-right: 0.5rem;
}

.news-list .teasure-blog-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news-list .news-teaser_content h3 {
	margin-top: 2rem !important;
}
.news-text-wrap p {
	hyphens: auto;
}
.news-teaser_content p {
	hyphens: auto;
}
.news-teaser_content p, .news-teaser_content span {
	color: var(--gray);
	
}

.news-single .header h1 {
	margin-bottom: 1rem;
	margin-top: 4px;
}
.news-single .footer {
	color: unset !important;
	border-top: none !important;
	padding-top: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 4rem !important;
}

.news-single .footer p {
	font-size: 1.25rem !important;
}

.news.news-single .article .news-img-wrap {
	min-width: 40%;
	margin-left: 1rem;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.news.news-single .article .news-img-wrap .outer,
.news.news-single .article .news-img-wrap .outer .mediaelement-image {
	width: 100%;
}

.news.news-single .article .news-img-wrap img {
	float: right;
	width: 100%;
}
.news .news-related {
	border: none;
	padding: 0;
}
.news .news-related-wrap, .news .news-related ul {
	padding: 0;
}
.news-related .btn_download {
	max-width: 24rem;
	margin-top: 3rem;
}

.news .news-backlink-wrap {
	margin-top: 4rem;
	text-transform: uppercase;
	display: flex;
	gap: 1rem;
	align-items: center;
}

.news .news-backlink-wrap a {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.news .news-backlink-wrap span {
	line-height: 1rem;
}

.footer-part {
  background: var(--theme-color);
  background-size: cover;
  padding: 40px 0 18px 0;
  min-height: 315px;
  position: relative;
  border-top: 14px solid var(--light-gray);
}

.footer-part:after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../images/sunbeam.png") no-repeat right center;
  background-size: 100% 100%;
}

.footer-inner {
  padding: 0 60px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  color: var(--white-color);
  position: relative;
  z-index: 2;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.16px;
}

.footer-inner a {
  color: var(--white-color);
}

.footer-inner a:hover {
  text-decoration: underline;
}

.footer-link-wrap {
  width: calc(100% - 366px);
  margin-top: 13px;
}

.footer-link-wrap-top .row {
  margin: 0 -39px;
}

.footer-link-wrap-top .col-12 {
  padding: 0 39px;
}

.foot-title {
  text-transform: uppercase;
  font-weight: var(--weight-semi);
  letter-spacing: 0.27px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.125rem;
}

.foot-title:after {
  height: 1px;
  width: calc(100% + 80px);
  background: var(--white-color);
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.footer-link-wrap-top .col-12:last-child .foot-title:after {
  width: calc(100%);
}

.footer-logo {
  max-width: 366px;
  width: 100%;
}

.group-x-two {
  display: flex;
  width: auto;
  gap: 19px;
}

.group-x-two ul,
.group-x-two li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*
.group-x-two.facilities ul {
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, auto);
	display: grid;
}
/*	Footer Menu Item sorting	*/
.group-x-two.facilities li:nth-child(1) {
  order: 1;
}
.group-x-two.facilities li:nth-child(2) {
  order: 3;
}
.group-x-two.facilities li:nth-child(3) {
  order: 5;
}
.group-x-two.facilities li:nth-child(4) {
  order: 7;
}
.group-x-two.facilities li:nth-child(5) {
  order: 9;
}
.group-x-two.facilities li:nth-child(6) {
  order: 2;
}
.group-x-two.facilities li:nth-child(7) {
  order: 4;
}
.group-x-two.facilities li:nth-child(8) {
  order: 6;
}
.group-x-two.facilities li:nth-child(9) {
  order: 8;
}
.group-x-two.facilities li:nth-child(10) {
  order: 10;
}
*/ .footer-link-wrap-blog p {
  margin: 0 0 1px 0;
}

.footer-link-wrap-blog p:last-child {
  margin-bottom: 0;
}

.footer-link-wrap-bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 14px;
}

.footer-link-below-left {
  display: flex;
  width: auto;
}

.footer-link-below-left span {
  margin-right: 39px;
}

.subpage-banner {
  height: 341px;
  margin-bottom: 80px;
}

.subpage-info-title h2 {
  margin: 0;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
}

.layout-orange .subpage-info-title h2 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
}

.layout-sky-blue .subpage-info-title h2 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
}

.subpage-info {
  display: flex;
  width: auto;
  gap: 15px;
  align-items: center;
  padding: 42px 40px 0px;
  background: var(--white-color);
  margin-left: 60px;
  position: absolute;
  left: 0px;
  bottom: -18px;
  width: auto;
  min-width: 683px;
}

.subpage-info-icon {
  position: relative;
  top: -4px;
}

.large-pad-both {
  padding: 0 60px 3px 337px;
}

.bread-crumb-inner {
  display: flex;
  width: auto;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
  margin-bottom: 62px;
}

.bread-crumb-list ul,
.bread-crumb-list li {
  list-style: none;
  padding: 0px;
  margin: 0;
}

.bread-crumb-list ul {
  display: flex;
  width: auto;
  flex-wrap: wrap;
}

.bread-crumb-icon {
  margin-right: 20px;
  min-width: 32px;
}

.bread-crumb-list ul li {
  font-size: 1rem;
  position: relative;
}

.bread-crumb-list ul li:after {
  content: "/";
  margin: 0 9px;
}

.bread-crumb-list ul li:last-child:after {
  display: none;
}

.bread-crumb-list ul li a {
  color: var(--txt-color);
}

.bread-crumb-list ul li:hover a,
.bread-crumb-list ul li.active a {
  color: var(--theme-color);
  font-weight: var(--weight-exbold);
}

.bread-crumb-new .bread-crumb-list ul li:hover a,
.bread-crumb-new .bread-crumb-list ul li.active a {
  color: var(--theme-color);
}

.layout-orange .bread-crumb-new .bread-crumb-list ul li:hover a,
.layout-orange .bread-crumb-new .bread-crumb-list ul li.active a {
  color: var(--orange-color);
}

.layout-sky-blue .bread-crumb-new .bread-crumb-list ul li:hover a,
.layout-sky-blue .bread-crumb-new .bread-crumb-list ul li.active a {
  color: var(--sky-blue);
}

.content-mid-inner {
  max-width: 1105px;
}

.teasure-left-inner {
  margin: 0 60px;
  padding: 0 103px 120px 103px;
}

.teasure-left-box {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
}

.teasure-left-box ul li a {
  color: var(--txt-color);
}

.teasure-left-box ul li a:hover {
  color: var(--theme-color);
}

.layout-orange .teasure-left-box ul li a:hover {
  color: var(--orange-color);
}

.layout-sky-blue .teasure-left-box ul li a:hover {
  color: var(--sky-blue);
}

.teasure-left-img {
  width: calc(36% + 20px);
  margin-left: -20px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.teasure-left-img img {
  width: 100%;
}

.teasure-left-info {
  width: 64%;
  background: var(--white-color);
  position: relative;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  padding: 34px 40px 67px 40px;
  margin-top: 40px;
}

.teasure-left-info:after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 14px;
  width: 100%;
  content: "";
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
}

.layout-orange .teasure-left-info:after {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
}

.layout-sky-blue .teasure-left-info:after {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
}

.teasure-left-info h5 {
  text-transform: uppercase;
  margin-bottom: 26px;
  position: relative;
  padding-right: 50px;
  -webkit-hyphens: auto;
}

.teasure-left-info h5,
.teasure-left-info h5 a {
  color: var(--theme-color);
}

.layout-orange .teasure-left-info h5,
.layout-orange .teasure-left-info h5 a {
  color: var(--orange-color);
}

.layout-sky-blue .teasure-left-info h5,
.layout-sky-blue .teasure-left-info h5 a {
  color: var(--sky-blue);
}

.teasure-left-info h5 a:hover {
  color: var(--dark-gray);
}

.teasure-list-box-short h5 div,
.teasure-left-info h5 div {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 32px;
  height: 32px;
  background-image: url("../images/icon_arrow-teaser-1_red.svg");
}

.layout-orange .teasure-list-box-short h5 div,
.layout-orange .teasure-left-info h5 div {
  background-image: url("../images/icon_arrow-teaser-1_orange.svg");
}

.layout-sky-blue .teasure-list-box-short h5 div,
.layout-sky-blue .teasure-left-info h5 div {
  background-image: url("../images/icon_arrow-teaser-1_blue.svg");
}

.teasure-list-box-short:hover h5 div,
.layout-orange .teasure-list-box-short:hover h5 div,
.layout-sky-blue .teasure-list-box-short:hover h5 div,
.teasure-left-info h5:hover div,
.layout-orange .teasure-left-info h5:hover div,
.layout-sky-blue .teasure-left-info h5:hover div {
  background-image: url("../images/icon_arrow-teaser-0_grey.svg");
}

.teasure-left-info h5 a {
  display: block;
}

.set-hover {
  display: none;
}

.teasure-left-info a:hover .set-hover {
  display: block;
}

.teasure-left-info a:hover .set-on {
  display: none;
}

.teasure-left-grid ul,
.teasure-left-grid li {
  padding: 0px;
  margin: 0px;
}

.teasure-left-grid li {
  margin-left: 16px;
  list-style: none;
  position: relative;
}

.teasure-left-grid li:before {
  position: absolute;
  left: -16px;
  top: 9px;
  width: 10px;
  height: 12px;
  content: "";
  background: url("../images/icon_arrow-grey.svg") no-repeat center center;
}

.teasure-left-grid li:hover:before {
  background: url("../images/icon_arrow-red.svg") no-repeat center center;
}

.layout-orange .teasure-left-grid li:hover:before {
  background: url("../images/icon_arrow-orange.svg") no-repeat center center;
}

.layout-sky-blue .teasure-left-grid li:hover:before {
  background: url("../images/icon_arrow-blue.svg") no-repeat center center;
}

.teasure-left-grid {
  display: flex;
  width: auto;
  gap: 30px;
}

.teasure-left-grid p:last-child {
  margin-bottom: 0;
}

.teasure-left-grid li {
  margin-bottom: 13px;
}

.teasure-left-grid li:last-child {
  margin-bottom: 0;
}

.teasure-left-grid li a {
  color: var(--txt-color);
  font-weight: var(--weight-semi);
  position: relative;
}

.teasure-left-grid li:hover a {
  color: var(--theme-color);
  text-shadow: 0px 0px 1px var(--theme-color);
}

.teasure-left-grid li:last-child {
  margin-bottom: 0;
}

.teasure-left-grid li a:after {
  position: absolute;
  left: 0px;
  bottom: -4px;
  height: 2px;
  background: transparent;
  content: "";
  width: 100%;
}

.teasure-left-grid li:hover a:after {
  background: var(--theme-color);
  text-shadow: 0px 0px 1px var(--theme-color);
}

.layout-orange .teasure-left-grid li:hover a:after {
  background: var(--orange-color);
  text-shadow: 0px 0px 1px var(--orange-color);
}

.layout-sky-blue .teasure-left-grid li:hover a:after {
  background: var(--sky-blue);
  text-shadow: 0px 0px 1px var(--sky-blue);
}

.teasure-left-inner .row {
  margin: 0 -20px;
}

.teasure-left-inner .col-12 {
  padding: 0 20px;
}

.teasure-left-part {
  padding-top: 16px;
}

.teasure-left-inner .col-12 {
  margin-top: 80px;
}

.teasure-list-box-inner {
  max-width: 1268px;
  width: 100%;
  margin: 0 auto;
}

.teasure-list-box-short {
  height: 100%;
  position: relative;
  /* padding-bottom: 30px; */
  padding-bottom: 39px;
  padding-bottom: calc(2rem + 7px);
}

.teasure-list-box-short:hover h5 {
  color: var(--txt-color);
}

.teasure-list-box-short:hover .set-hover {
  display: block;
}

.teasure-list-box-short:hover .set-on {
  display: none;
}

.full-cover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.teasure-list-box-short:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 7px;
  width: 100%;
  content: "";
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
}

.layout-orange .teasure-list-box-short:before {
  background-image: -moz-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  
  background-image: -webkit-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(211, 111, 35, 1) 0,
    rgba(255, 135, 43, 1) 60%
  );
}

.layout-sky-blue .teasure-list-box-short:before {
  background-image: -moz-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  
  background-image: -webkit-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(93, 163, 189, 1) 0,
    rgba(124, 218, 252, 1) 60%
  );
}


.teasure-list-box-img img {
  width: 100%;
}

.teasure-list-box-img {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
}

.teasure-list-box-info h5 {
  position: relative;
}

.teasure-list-box-info h5 img {
  position: absolute;
  right: 0px;
  top: 0px;
}

.teasure-list-box-info {
  margin-top: 35px;
}

.teasure-list-box-info p {
	color: var(--gray);
}

.teasure-list-box-info p:last-child {
  margin-bottom: 0;
}

.teasure-list-box-inner .row {
  margin: 0 -20px;
}

.teasure-list-box-inner .col-12 {
  padding: 0 20px;
}

.subpage-info-title.light-orange h2 {
  margin: 0;
}

.subpage-info-new h2 {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -moz-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -webkit-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
  background-image: -ms-linear-gradient(
    0,
    rgba(190, 51, 12, 1) 0,
    rgba(255, 107, 66, 1) 60%
  );
}

.layout-orange .subpage-info-new h2 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
}

.layout-sky-blue .subpage-info-new h2 {
  background-image: -moz-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgb(93, 163, 189) 0%,
    rgb(124, 218, 252) 100%
  );
}

.content-mid-new h3,
.content-mid-new h4,
.content-mid-new h5,
.content-mid-new h6 {
  color: var(--theme-color);
}

.layout-orange .content-mid-new h3,
.layout-orange .content-mid-new h4,
.layout-orange .content-mid-new h5,
.layout-orange .content-mid-new h6 {
  color: var(--orange-color);
}

.layout-sky-blue .content-mid-new h3,
.layout-sky-blue .content-mid-new h4,
.layout-sky-blue .content-mid-new h5,
.layout-sky-blue .content-mid-new h6 {
  color: var(--sky-blue);
}


.content-mid-inner h5 {
  font-weight: var(--weight-semi);
  margin-bottom: 1.75rem;
  padding-right: 2.25rem;
}

.top-spacer-txt {
  margin-top: 70px;
}

.left-menu-wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-left: 60px;
  padding-right: 60px;
  align-items: flex-start;
}

.left-aside-menu {
  max-width: 390px;
  width: 100%;
  background: var(--menu-dt-bg-theme);
  padding: 60px 40px 42px;
  margin-top: 15px;
}

.layout-orange .left-aside-menu {
	background: var(--menu-dt-bg-orange);
}

.layout-sky-blue .left-aside-menu {
	background: var(--menu-dt-bg-blue);
}

.left-menu-wrap .content-mid-inner {
  max-width: 1150px;
  width: calc(100% - 390px);
  padding-left: 40px;
}

.left-aside-menu ul,
.left-aside-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.left-aside-menu li a {
  position: relative;
}

.left-aside-menu li a:before {
  position: absolute;
  left: 0px;
  top: 0.45rem;
  width: 14px;
  height: 12px;
  content: "";
  background: url("../images/icon_arrow-grey.svg") no-repeat center center;
}

.left-aside-menu > ul > li > a:before {
	top: 0.6rem;
}

.left-aside-menu ul > li a.active span,
.left-aside-menu li:hover > a > span,
.left-aside-menu li.active > a > span {
  position: relative;
  /* color: var(--orange-color); */
  color: var(--theme-color);
  font-weight: var(--weight-exbold);
  text-decoration: underline;
  text-underline-offset: var(--underline-offset);
  text-decoration-thickness: var(--underline-thickness);
}

.left-aside-menu ul > li a.active:before,
.left-aside-menu li:hover > a:before,
.left-aside-menu li.active > a:before {
  background: url("../images/icon_arrow-red.svg") no-repeat center center;
}

.layout-orange .left-aside-menu ul > li a.active:before,
.layout-orange .left-aside-menu li:hover > a:before,
.layout-orange .left-aside-menu li.active > a:before {
  background: url("../images/icon_arrow-orange.svg") no-repeat center center;
}

.layout-sky-blue .left-aside-menu ul > li a.active:before,
.layout-sky-blue .left-aside-menu li:hover > a:before,
.layout-sky-blue .left-aside-menu li.active > a:before {
  background: url("../images/icon_arrow-blue.svg") no-repeat center center;
}



/*
.left-aside-menu li > a.active > span:after,
.left-aside-menu li:hover > a > span:after,
.left-aside-menu li.active > a > span:after {
	position: absolute;
	left: 0px;
	bottom: -3px;
	content: "";
	background: var(--orange-color);
	width: 100%;
	height: 2px;
}
*/

.left-aside-second > li > a:before {
  left: 24px;
}

.left-aside-third > li > a:before {
  left: 48px;
}

.left-aside-menu > ul > li > a {
  display: block;
  font-size: 1.313rem;
  letter-spacing: 0.315px;
  font-weight: var(--weight-semi);
  color: var(--txt-color);
  text-transform: uppercase;
  padding: 0 0 18px 24px;
  line-height: 2rem;
}

.left-aside-menu > ul > li {
  /*border-bottom: 2px solid transparent;*/
}

.left-aside-menu > ul > li.active {
  border-bottom-color: var(--border-color);
  margin-bottom: 16px !important;
}

.left-aside-menu > ul > li .left-aside-second > li > a {
  padding-left: 48px;
}

.left-aside-menu > ul > li .left-aside-third > li > a {
  padding-left: 72px;
}

.left-aside-menu > ul > li ul li a {
  display: block;
  font-size: 1.125rem;
  padding-bottom: 13px;
  font-weight: var(--weight-semi);
  color: var(--txt-color);
}

/*
.left-aside-second , .left-aside-third{
	display: none;
}
*/

.left-aside-third {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  padding-top: 15px !important;
  padding-bottom: 2px !important;
  margin-bottom: 12px !important;
}

.left-aside-second.open {
  display: block;
}

.left-aside-third.open {
  display: block;
  border-bottom-color: var(--border-color);
  border-top-color: var(--border-color);
}

.left-aside-menu li:hover > ul {
  display: block;
}
.left-aside-menu .active {
  display: block;
}

.content-mid-left-part {
  padding-top: 0;
}

.bewerbungsausschreibung ul,
.two-divide-part {
  background: rgba(216, 218, 218, 0.5);
  padding: 34px 24px;
  margin: 34px 0 0 0;
}

.bewerbungsausschreibung ul li,
.two-divide-left ul,
.two-divide-left li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.bewerbungsausschreibung ul li,
.two-divide-left li {
  position: relative;
  padding-left: 20px;
}

.bewerbungsausschreibung ul li,
.two-divide-left li {
  margin-bottom: 13px;
}

.bewerbungsausschreibung ul li:last-child,
.two-divide-left li:last-child {
  margin-bottom: 0;
}

.bewerbungsausschreibung ul li:before,
.two-divide-left li:before {
  position: absolute;
  left: 0px;
  top: 6px;
  height: 10px;
  width: 10px;
  content: "";
}

.bewerbungsausschreibung ul li:before,
.two-divide-left li:before {
  border: 2px solid var(--theme-color);
}

.layout-orange .two-divide-left li:before {
  border: 2px solid var(--orange-color);
}

.layout-sky-blue .two-divide-left li:before {
  border: 2px solid var(--sky-blue);
}

.two-divide-part .row {
  margin: 0 -20px;
}

.two-divide-part .col-12 {
  padding: 0 20px;
  position: relative;
}

.two-divide-part .col-12:after {
  position: absolute;
  right: -1px;
  top: 0px;
  height: 100%;
  width: 2px;
  content: "";
  background: var(--border-color);
}

.two-divide-part .col-12:last-child:after {
  display: none;
}

.slider-map-part {
  background: rgba(216, 218, 218, 0.3);
  padding: 120px 164px 85px 0;
  margin-top: 35px;
  margin-bottom: -10px;
}

.map-slider .slick-prev {
  left: 0;
  z-index: 1;
}

.map-slider .slick-next {
  right: 0;
  z-index: 1;
  margin-top: -20px;
}

.map-slider .slick-prev:before,
.map-slider .slick-next:before {
  display: none;
}

.map-slider .slick-prev,
.map-slider .slick-next {
  width: 60px;
  height: 40px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.3);
}

.map-slider .slick-prev {
  background: rgba(255, 255, 255, 0.85) url("../images/icon_nav-arrow-red.svg")
    no-repeat center center;
  background-size: 42px;
}

.map-slider .slick-next {
  background: rgba(255, 255, 255, 0.85) url("../images/icon_nav-arrow-red.svg")
    no-repeat center center;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  background-size: 42px;
}

.map-slider .slick-prev:hover,
.map-slider .slick-next:hover {
  background: var(--theme-color) url("../images/icon_nav-arrow-white.svg")
    no-repeat center center;
  background-size: 42px;
}

.layout-orange .map-slider .slick-prev,
.layout-orange .map-slider .slick-next {
  background: rgba(255, 255, 255, 0.85)
    url("../images/icon_nav-arrow-orange.svg") no-repeat center center;
  background-size: 42px;
}

.layout-orange .map-slider .slick-prev:hover,
.layout-orange .map-slider .slick-next:hover {
  background: var(--orange-color) url("../images/icon_nav-arrow-white.svg")
    no-repeat center center;
  background-size: 42px;
}

.layout-sky-blue .map-slider .slick-prev,
.layout-sky-blue .map-slider .slick-next {
  background: rgba(255, 255, 255, 0.85) url("../images/icon_nav-arrow-blue.svg")
    no-repeat center center;
  background-size: 42px;
}

.layout-sky-blue .map-slider .slick-prev:hover,
.layout-sky-blue .map-slider .slick-next:hover {
  background: var(--sky-blue) url("../images/icon_nav-arrow-white.svg")
    no-repeat center center;
  background-size: 42px;
}

.map-slider-item img {
  width: 100%;
}

.slider-map-part .row {
  margin: 0 -20px;
}

.slider-map-part .col-12 {
  padding: 0 20px;
}

.slider-map-part .col-md-8 {
  width: 63.6%;
}

.slider-map-part .col-md-4 {
  width: 36.4%;
}

.slick-dots li {
  position: relative;
  /* display: flex; */
  width: 100%;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  /* flex: 0 0 auto; */
}

.map-slider .slick-dots li {
  background: var(--txt-color);
}

.map-slider .slick-dots li.slick-active,
.map-slider .slick-dots li:hover {
  background-image: -moz-linear-gradient(0deg, #bd2a01 0%, #fe6a43 100%);
  background-image: -webkit-linear-gradient(0deg, #bd2a01 0%, #fe6a43 100%);
  background-image: -ms-linear-gradient(0deg, #bd2a01 0%, #fe6a43 100%);
}

.layout-orange .map-slider .slick-dots li.slick-active,
.layout-orange .map-slider .slick-dots li:hover {
  background-image: -moz-linear-gradient(0deg, #d26c1f 0%, #ff8122 100%);
  background-image: -webkit-linear-gradient(0deg, #d26c1f 0%, #ff8122 100%);
  background-image: -ms-linear-gradient(0deg, #d26c1f 0%, #ff8122 100%);
}

.layout-sky-blue .map-slider .slick-dots li.slick-active,
.layout-sky-blue .map-slider .slick-dots li:hover {
  background-image: -moz-linear-gradient(0deg, #7bd9ff 0%, #529eb9 100%);
  background-image: -webkit-linear-gradient(0deg, #7bd9ff 0%, #529eb9 100%);
  background-image: -ms-linear-gradient(0deg, #7bd9ff 0%, #529eb9 100%);
}

.slick-dots {
  display: flex;
  flex-grow: 1;
  gap: 20px;
  flex-basis: 1;
  bottom: -36px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots li button {
  width: auto;
  height: 14px;
  padding: 0;
}

.contact-short-box {
  padding: 33px 40px 21px 40px;
  color: var(--white-color);
  max-width: 614px;
  width: 100%;
}

.contact-short-box > h5 {
  color: var(--white-color);
}

.contact-short-box {
  background: var(--theme-color);
}

.layout-orange .contact-short-box {
  background: var(--orange-color);
}

.layout-sky-blue .contact-short-box {
  background: var(--sky-blue);
}

.contact-short-box a {
  color: var(--white-color);
}

.contact-short-box a:hover {
  opacity: 0.8;
}

.contact-short-box h2,
.contact-short-box h5 {
  font-weight: var(--weight-semi);
  margin-bottom: 13px;
  color: var(--white-color) !important;
  font-size: 1.688rem;
  line-height: normal;
}

.contact-short-inner {
  margin-left: 490px;
}

body main .contact-short-inner a {
  color: var(--white-color);
}

.contact-short-quote {
  padding-left: 26px;
  padding-top: 15px;
  padding-bottom: 15px;
  letter-spacing: 0.18px;
  position: relative;
}

.contact-short-quote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7px;
  height: 100%;
  content: "";
}

.contact-short-quote a,
.frame-type-text a {
  text-decoration: underline;
}

.contact-short-quote a:hover,
.contact-short-quote a[href*="tel:"],
.contact-short-quote a img,
.frame-type-text a:hover,
.frame-type-text a[href*="tel:"],
.frame-type-text a img {
  text-decoration: none;
}

.contact-short-quote:before {
  background: linear-gradient(180deg, #fff 0%, #fe6c45 100%);
}

.layout-orange .contact-short-quote:before {
  background: linear-gradient(180deg, #fff 0%, #ff882e 100%);
}

.layout-sky-blue .contact-short-quote:before {
  background: linear-gradient(180deg, #fff 0%, #80deff 100%);
}

.contact-short-quote p strong {
  font-weight: var(--weight-black);
  text-transform: uppercase;
  letter-spacing: 0.21px;
  font-size: 1.313rem;
}

.contact-short-quote ul,
.contact-short-quote ul li,
.contact-link-top,
.contact-link-top li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-short-quote ul,
.contact-link-top {
  margin-bottom: 28px;
}

.contact-short-quote ul:last-child,
.contact-link-top:last-child {
  margin-bottom: 0;
}

.contact-short-quote ul li a,
.contact-link-top li a {
  display: flex;
  width: auto;
}

.contact-short-quote ul li a span,
.contact-link-top li a span {
  min-width: 18px;
  margin-right: 14px;
}

.contact-short-quote ul li,
.contact-link-top li {
  margin-bottom: 9px;
  display: flex;
}

.contact-short-quote ul li:last-child,
.contact-link-top li:last-child {
  margin-bottom: 0;
}

.mail-link {
  text-decoration: underline !important;
}

.contact-short-quote > p {
  margin-bottom: 14px;
}

.pad-bottom-lg {
  padding-bottom: 199px;
}

.aside-menu-mobile {
  display: none;
}

/*MOBILE HUMBERGER */

.hamburger-menu {
  display: flex;
  width: auto;
  position: relative;
  z-index: 999;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}

.hamburger-menu a {
  display: inline-block;
  width: 40px;
  height: 35px;
}

.burger {
  height: 3em;
  width: 34px;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-tap-highlight-color: transparent;
}

.burger::after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  width: 2em;
}

.burger .burger-lines::after {
  left: 0;
  top: -0.8em;
}

.burger .burger-lines::before {
  left: 0em;
  top: 0.8em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  transition:
    top 0.2s 0.2s,
    left 0.1s,
    transform 0.2s,
    background-color 0.4s 0.2s;
}

.burger .burger-lines,
.burger .burger-lines::after,
.burger .burger-lines::before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: var(--theme-color);
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.hamburger-menu-on.active .burger .burger-lines,
.hamburger-menu-on.active .burger .burger-lines::after,
.hamburger-menu-on.active .burger .burger-lines::before {
  background: rgba(255, 255, 255, 0.3);
}

.hamburger-menu.hamburger-menu-on.active {
  position: relative;
  margin-left: 15px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.close-humb .burger .burger-lines,
.close-humb .burger .burger-lines::after,
.close-humb .burger .burger-lines::before {
  background: var(--theme-color);
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
  width: 2.5em;
}

.burger.burger-squeeze .burger-lines::after,
.burger.burger-squeeze .burger-lines::before {
  width: 34px;
  left: -0.3em;
}

.burger.burger-squeeze.open .burger-lines::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
  left: 0;
  top: 0;
}

.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines::after,
.burger.burger-squeeze.open .burger-lines::before {
  transition:
    background-color 0.2s,
    top 0.2s,
    left 0.2s,
    transform 0.2s 0.15s;
}

.burger.burger-squeeze.open .burger-lines::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
  background-color: initial;
}

.bottom-top-arrow {
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  bottom: 348px;
  right: 50px;
  font-size: 1rem;
  font-weight: var(--weight-semi);
  text-transform: uppercase;
  gap: 4px;
  z-index: 99;
  color: var(--white-color);
  background-color: var(--theme-color);
  display: none;
  width: 78px;
  height: 40px;
  box-shadow: 0px 0px 15px var(--light-gray);
  z-index: 2;
}

.bottom-top-arrow div {
  left: 9px;
  top: 4px;
  position: absolute;
}

body a.bottom-top-arrow {
  color: var(--theme-color);
  background-color: var(--white-color);
}

.bottom-top-arrow:hover {
  color: var(--white-color);
  background-color: var(--theme-color);
}

.bottom-top-arrow img {
  left: 54px;
  top: 10px;
  position: absolute;
}

.bottom-top-arrow:hover img {
  filter: invert(100%) brightness(500%);
}

.jobtype {
  color: var(--gray);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1rem;
}
.jobplace {
  color: var(--dark-gray);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 100;
  display: block;
  margin-top: -0.375rem;
  margin-bottom: 2rem;
}

.bewerbungsausschreibung .jobtype,
.bewerbungsausschreibung .jobplace {
  font-size: 1.4rem;
}

.teasure-jobs .teasure-blog-info .teasure-title h3 {
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height: 1.55rem;
  margin-bottom: 0.4rem;
  margin-top: 0rem;
  font-weight: var(--weight-bold);
}

.teasure-jobs .teasure-blog-info .applynowbtn {
  margin-top: 2.1rem;
  display: block;
}

.teasure-jobs .teasure-blog-info {
  padding: 22px 20px 54px 40px;
}

.formular.apply form label[for*="-fileupload-"] + div input::file-selector-button,
.formular button.btn.btn-primary,
.teasure-jobs button {
  background: var(--theme-color);
  background: linear-gradient(
    90deg,
    var(--theme-color) 0%,
    var(--theme-color-g) 100%
  );
  color: var(--white-color);
  border: 0;
  border-radius: 1.25rem;
  height: 2.5rem;
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
  text-transform: uppercase;
  font-size: 1rem;
  cursor: pointer;
  margin-right: 1rem;
  white-space: nowrap;
}

.formular.apply
  form
  label[for*="-fileupload-"]
  + div
  input::file-selector-button:hover,
.formular button.btn.btn-primary:hover,
.teasure-jobs button:hover {
  background: var(--theme-color-h);
  background: linear-gradient(
    90deg,
    var(--theme-color-h) 0%,
    var(--theme-color-hg) 100%
  );
}

.layout-orange .formular button.btn.btn-primary {
	background: var(--orange-color);
	background: linear-gradient(
    90deg,
    rgb(211, 111, 35) 0%,
    rgb(255, 135, 43) 100%
  );
}

.layout-orange .formular button.btn.btn-primary:hover {
	background: var(--orange-color);
	background: linear-gradient(
		90deg,
		rgb(211, 111, 35) 0%,
		rgb(255, 135, 43) 100%
	);
	filter: opacity(0.8);
}

.formular button.btn.btn-primary::after,
.teasure-jobs button::after {
  content: "";
  background: url("../images/icon_nav-arrow-white.svg") no-repeat center center;
  height: 14px;
  width: 40px;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: -1px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.formular.apply form label[for*="-fileupload-"] + div input[type="file"] {
  max-width: 100%;
}

.teasure-list-box-outher {
}

.initiativbox {
  min-height: 265px;
  position: relative;
  margin-top: 3.75rem;
}

.initiativbox > div {
  color: var(--white-color);
  font-size: 1rem;
  padding: 2.5rem 0 0 2.5rem;
  right: 2.5rem;
  position: absolute;
}

.initiativbox strong {
  font-size: 2.3rem;
}
.initiativbox p {
  font-size: 1.95rem;
  line-height: 2.5rem;
  margin-top: 0.4rem;
  margin-bottom: 1.5rem;
}

.initiativbox > div {
}

.initiativbox a button {
  background: var(--light-gray);
  background: linear-gradient(
    90deg,
    var(--light-gray) 0%,
    var(--white-color) 100%
  );
  color: var(--theme-color);
  border: 0;
  border-radius: 1.25rem;
  height: 2.5rem;
  padding: 0.5rem 1.25rem 1.25rem 1.25rem;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: var(--weight-semi);
  letter-spacing: 0.01rem;
  white-space: nowrap;
}

.initiativbox a button:after {
  content: "";
  background: url("../images/icon_nav-arrow-red.svg") no-repeat center center;
  height: 14px;
  width: 40px;
  display: inline-block;
  margin-left: 1rem;
  margin-bottom: -1px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}

.bewerbungsausschreibung h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 0.6rem;
}

.bewerbungsausschreibung h2,
.bewerbungsausschreibung h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: var(--weight-semi);
}

.bewerbungsausschreibung h2 {
  margin-top: 2.5rem;
}
.bewerbungsausschreibung h3 {
  margin-top: 3.5rem;
}

.bewerbungsausschreibung ul {
  list-style: none;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: 2.3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.kontaktcontainer .col-xl-7,
.applycontainer .col-xl-7 {
  padding-right: 1.75rem;
}

.formular {
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.3);
  padding: 2.5rem;
}

.formular.no-shadow {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
}

.formular header h2 {
	line-height: 3rem;
	margin-top: 1rem;
}

.formular header h3 {
  font-size: 1.3rem;
  font-weight: var(--weight-regular);
  line-height: normal;
  margin-bottom: 0;
}

.formular.apply .clearfix h2 {
  font-size: 1.7rem;
  font-weight: var(--weight-semi);
  margin-top: 4rem;
  line-height: 2.346rem;
}

.formular.apply header h3 {
  font-size: 1.7rem;
  font-weight: var(--weight-bold);
  padding-top: 0.2rem;
}

.formular.apply #c299 {
  margin-top: 2rem;
}

.formular.apply #c299 sup {
  color: var(--dark-gray);
  font-size: 16px;
}

.form-check-label span {
  color: var(--theme-color);
  font-size: 1.3rem;
}
.layout-orange .form-check-label span {
  color: var(--orange-color);
}

.formular.apply #c106 {
  font-size: 1rem;
}

.formular.apply.iniativ {
  margin-bottom: -4.5rem;
}

.formular textarea,
.formular input[type="text"],
.formular input[type="email"],
.formular input[type="tel"],
.formular input[type="number"],
.formular input[type="date"],
.formular select {
  font-family: var(--font-Ruda);
  border: 0;
  background: var(--input-bg);
  border-radius: 1.25rem;
}

.formular input[type="text"],
.formular input[type="email"],
.formular input[type="tel"],
.formular input[type="number"],
.formular input[type="date"],
.formular select {
  height: 2.5rem;
}

.formular textarea {
  height: 18.75rem;
  padding-top: 0.5rem;
}

.form-group {
  margin-bottom: 0.35rem;
}

.formular select {
  background: var(--input-bg);
  color: var(--black-color);
  background-image: url("../images/icon_arrow-teaser-down_red.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 1.5rem auto;
}

.formular select:invalid {
  background: var(--theme-color);
  color: var(--white-color);
  background-image: url("../images/icon_arrow-teaser-down_white.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
  background-size: 1.5rem auto;
}

.layout-orange .formular select:invalid {
	background-color: var(--orange-color);
}

.formular select option {
  background: var(--input-bg);
  color: var(--black-color);
}

.formular select option:hover {
  background: var(--theme-color);
  color: var(--white-color);
}
.layout-orange .formular select option:hover {
  background-color: var(--orange-color);
}

.formular textarea::placeholder,
.formular input[type="text"]::placeholder,
.formular input[type="email"]::placeholder,
.formular input[type="tel"]::placeholder,
.formular input[type="date"]::placeholder,
.formular input[type="number"]::placeholder {
  color: var(--placeholder-color);
}
.formular select::placeholder {
  color: var(--black-color);
}

.formular select:open {
  background-image: url("../images/icon_arrow-teaser-up_white.svg");
  background-repeat: no-repeat;
  color: var(--white-color);
  background-color: var(--theme-color);
  background-position: calc(100% - 0.5rem) center;
  background-size: 1.5rem auto;
}

.formular select:focus:invalid,
.formular select:focus::placeholder {
  color: var(--white-color);
}

.formular input[type="number"]::-webkit-outer-spin-button,
.formular input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.formular input[type="number"] {
  -moz-appearance: textfield;
}

.formular option {
  font-family: var(--font-Ruda);
}

.formular .required, .form-group .required {
  display: none;
}

.form-group .form-text {
	margin-bottom: -0.5rem;
}

.loginform div {
  margin-bottom: 0.25rem;
}

.loginform label input {
  display: list-item;
}

.loginform input[type="submit"] {
  margin-top: 1rem;
}

.contact-short-quote img {
  margin-right: 14px;
}

.container.formular {
  margin-left: 0.5rem;
}

.form-check {
  padding-left: 0;
  margin-top: 1rem;
}

.form-check input.add-on {
  position: relative;
  width: 30px;
  height: 30px;
  opacity: 0;
  margin-right: 7px;
  z-index: 1;
  cursor: pointer;
}

.form-check .add-on.form-check-label {
  position: relative;
  line-height: 30px;
  display: grid;
  grid-template-columns: 40px auto;
}

.form-check .add-on.form-check-label > span {
  vertical-align: super;
  font-weight: var(--weight-semi);
  margin-bottom: 1rem;
}

.form-check .add-on.form-check-label > span:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  color: var(--sky-blue);
  font-size: 1.375rem;
  content: "";
  text-align: center;
  background: var(--white-color);
  border-radius: 30px;
  border: 2px solid var(--theme-color);
}

.layout-orange .form-check .add-on.form-check-label > span:before {
	border: 2px solid var(--orange-color);
}

.form-check .add-on.form-check-label > input:checked + span:before {
  border: 2px solid var(--sky-blue);
  content: "✓";
}

.formular.apply form > div.row {
  display: none;
  margin-bottom: 1rem;
}
.formular.apply form > div.row > div:last-child {
  margin-bottom: 3.5rem;
}

.formular.apply form > div.row > div > .clearfix {
  margin-bottom: -2.5rem;
}

.formular.apply form > div.row > div > .clearfix > p {
  line-height: 3em;
}
.formular.apply form div.input.checkbox {
  margin-top: 2.5rem;
}

.formular.apply form label[for="file"] + div {
}

.formular.apply form > div > p {
  color: var(--dark-gray);
  font-size: 16px;
}
.formular.apply form > div > h2 + p {
  color: var(--txt-color);
}

form .clearfix p strong {
  font-weight: 400;
  color: var(--theme-color);
}

.searchresults #tx_indexedsearch,
.searchresults .tx-indexedsearch-info-sword,
.searchresults .tx-indexedsearch-text-item-size,
.searchresults .tx-indexedsearch-text-item-crdate,
.searchresults .tx-indexedsearch-text-item-mtime {
  display: none !important;
}

.searchresults .tx-indexedsearch-res {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
}

.searchresults .tx-indexedsearch-text-item-path p {
  margin-bottom: 0;
}

.searchresults ul.tx-indexedsearch-browsebox {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  list-style: none;
}

.h-captcha {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content-mid-inner h3 {
  font-weight: var(--weight-semi);
  font-size: 1.75rem;
  line-height: normal;
}

.bewerbungsausschreibung ul li {
  margin-left: 0.75rem;
}
.ce-container.two-divide-part .row > div:nth-child(1) {
  margin-left: 0.5rem;
}

.ce-container.two-divide-part .row > div:nth-child(2) {
  border-left: 2px solid var(--dark-gray);
  padding-left: 2rem;
}

.ce-container.two-divide-part.centered .row > div,
 .ce-container.two-divide-part .row.centered > div {
	/* padding-left: calc(var(--bs-gutter-x) * .5); */
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: 0;
}

img.logo,
img.logo-footer {
  width: 288px;
  height: 105px;
}
img.small-logo {
  width: 63px;
  height: 43px;
}

header h2 {
  font-size: 2.2rem;
  padding-bottom: 0;
}

.left-menu-wrap h2 {
  font-size: 2.2rem;
  line-height: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.25rem;
}

#kontaktformular-104 #kontaktformular-104-textarea-1,
.formular textarea {
  margin-bottom: 4rem;
}

#kontaktformular-104 .clearfix > p {
  padding-top: 1rem;
  font-size: 1rem;
  opacity: 0.6;
}

.offeritems {
  display: grid;
}

.formbackbtn a:hover {
  color: var(--theme-color);
  opacity: 0.6;
}

.impressum_dse h2 {
	margin-top: 1.5rem;
	font-size: 2.1rem;
	line-height: normal;
}

.impressum_dse h3 {
	margin-top: 1rem;
	font-size: 1.9rem;
	line-height: normal;
	font-weight: bolder;
}
.impressum_dse h4 {
	font-size: 1.65rem;
	font-weight: bolder;
	line-height: normal;
}

@media (min-width: 1850px) {
  .container {
    max-width: 1824px;
  }
  .container.teasure-inner {
    max-width: 1288px;
  }

  .megamenu-wrap {
    padding-left: 60px;
  }

  .megamenu-wrap .col-md-5 {
    width: 31.6%;
  }

  .megamenu-wrap-left {
    text-align: center;
    margin-left: -45px;
  }
  .main-menu > ul > li > .megamenu-wrap * {
	hyphens: none;
  }
}

@media (min-width: 1500.75px) {
  .header-part.sticky.sticky-fixed .fix-logo {
    margin-left: 118px;
  }
}

@media (max-width: 1750.75px) {
  .main-menu > ul > li {
    margin: 0 50px 0 0;
  }

  .main-menu {
    padding-right: 65px;
  }

  .search-wrap input[type="text"]:focus {
    width: 665px;
  }

  .teasure-inner {
    max-width: 1050px;
  }

  .teasure-blog-info ul {
    padding: 0 0 0 12px;
  }

  .teasure-title h3 {
    font-size: 1.625rem;
  }

  .teasure-left-inner {
    padding: 0 60px 120px 60px;
  }
  .teasure-left-info h5 br {
    display: none;
  }

  .teasure-blog-info li a,
  .teasure-blog-info table li a {
    font-size: 1rem;
  }
}

@media (max-width: 1550.75px) {
  .main-menu > ul > li {
    margin: 0 35px 0 0;
  }

  .search-wrap input[type="text"]:focus {
    width: 590px;
  }
}

@media (max-width: 1460.75px) {
  .main-menu > ul > li > a {
    font-size: 1.125rem;
  }

  .main-menu {
    padding-right: 0;
  }

  .search-wrap input[type="text"]:focus {
    width: 430px;
  }

  .hero-part .slick-dots {
    right: 20px;
  }

  .teasure-left-info {
    padding: 28px 20px 40px;
  }

  .slider-map-part {
    padding: 80px 0px 80px 0;
  }
  .btn_download {
	  padding: 0.5rem 1.25rem;
  }
  .btn_download img {
	  width: 1.5rem;
	  height: 1.5rem;
  }
  .link_btn {
	  padding: 1rem 0.75rem;
	  min-width: 15.5rem;
  }
  .btn_content, .link_btn p {
	  font-size: 1rem;
	  padding-left: 0.5rem;
  }
}

@media (max-width: 1380.75px) {
  .hero-part .slick-dots {
    right: 30px;
    top: 10px;
    bottom: unset;
  }

  .header-part {
    padding: 20px 25px 0 25px;
  }

  .footer-logo {
    max-width: 325px;
  }

  .footer-inner {
    padding: 0 25px;
  }

  .slider-items-info {
    margin: 0 0 0 25px;
    padding: 25px;
  }

  .subpage-info {
    margin-left: 25px;
  }

  .large-pad-both {
    padding: 0 60px 0 137px;
  }

  .teasure-left-inner {
    padding: 0 25px 120px 25px;
  }

  .left-menu-wrap {
    padding: 0 25px;
  }

  .contact-short-inner {
    margin-left: 370px;
  }

  .left-aside-menu {
    max-width: 310px;
    padding: 35px 20px 35px;
  }

  .left-menu-wrap .content-mid-inner {
    width: calc(100% - 310px);
  }

  .contact-short-box {
    max-width: 485px;
  }

  .left-aside-menu > ul > li > a {
    font-size: 1.2rem;
  }
}

@media (max-width: 1350.75px) {
  .teasure-left-box {
    display: block;
  }

  .teasure-left-img {
    width: calc(100%);
    margin-left: 0px;
  }

  .teasure-left-info {
    width: 100%;
    margin-top: 0;
  }

  .large-pad-both {
    padding: 0 60px 0 120px;
  }

  .teasure-left-part {
    padding-top: 0 !important;
  }

  .teasure-left-inner .col-12 {
    margin-top: 50px;
  }
}

@media (max-width: 1230.75px) {
  .footer-inner {
    display: block;
  }

  .footer-link-wrap {
    width: 100%;
  }

  .footer-logo {
    max-width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }

  .footer-link-wrap-bottom {
    margin-top: 50px;
    justify-content: center;
  }

  .main-menu > ul > li {
    margin: 0 20px 0 0;
  }

  .search-wrap input[type="text"]:focus {
    width: 355px;
  }

  .group-x-two {
    gap: 30px;
  }
}

@media (max-width: 1200.75px) {
  body {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }

  h2 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 1px;
  }

  h4 {
    font-size: 1.5rem;
    line-height: normal;
  }

  h5 {
    font-size: 1.375rem;
    line-height: normal;
  }

  h6 {
    font-size: 1.25rem;
    line-height: normal;
  }

  .teasure-blog-info {
    left: 5px;
  }

  .teasure-inner .row {
    margin: 0 -12px;
  }

  .apply-teaser .col-12,
  .teasure-inner .col-12 {
    padding: 0 12px;
  }

  .teasure-icon {
    min-width: 45px;
    max-width: 45px;
  }

  .teasure-icon img {
    max-height: 38px;
  }

  .teasure-title h3 {
    font-size: 1.625rem;
    line-height: 3rem;
  }

  .teasure-blog-info li a,
  .teasure-blog-info table li a {
    font-size: 0.95rem;
    line-height: 1.625rem;
  }

  .teasure-blog-info li:before {
    top: 5px;
  }

  .teasure-blog-info ul {
    padding: 0 0 0 10px;
  }

  .teasure-left-inner .row,
  .teasure-list-box-inner .row {
    margin: 0 -12px;
  }

  .teasure-left-inner .col-12,
  .teasure-list-box-inner .col-12 {
    padding: 0 12px;
  }
  .content-mid-inner h3 {
	hyphens: auto;
	-webkit-hyphens: auto;
  }
  .subpage-info {
    padding: 25px 25px 0px;
    bottom: -22px;
  }

  .formular.apply,
  .container.formular {
    margin-left: 0;
  }
  .formular.apply {
    padding-left: 2.5rem;
  }

  .apply-offers .offerbox .applyhr,
	.news-list .applyhr {
    display: none;
  }

  .offeritems {
    margin-bottom: 1.5rem;
  }
  .formular h2 {
    hyphens: auto;
  }

  .kontaktcontainer .col-xl-7,
  .applycontainer .col-xl-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}

@media (max-width: 1150.75px) {
  .logo {
    max-width: 200px;
  }

  .header-info-top {
    padding-bottom: 10px;
  }

  .main-menu {
    padding-top: 0;
  }

  .main-menu > ul > li > a {
    font-size: 1.063rem;
  }

  .search-wrap input[type="text"]:focus {
    width: 323px;
  }
}

@media (max-width: 991.75px) {
  .hamburger-menu {
    display: block;
    margin-left: 15px;
  }

  .login-link {
    margin-right: 40px;
    margin-left: auto;
  }

  .search-wrap {
    position: relative;
    margin-right: 0;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  .search-wrap input[type="text"] {
    width: 100%;
  }

  .search-wrap input[type="text"]:focus {
    width: 100%;
  }

  .main-menu {
    border: none;
    position: fixed;
    right: 0;
    max-width: 360px;
    height: 100vh;
    overflow-y: auto;
    background: var(--white-color);
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 85px 0 30px 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateX(360px);
    transform: translateX(360px);
  }

  .main-menu.active {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  .main-menu > ul {
    display: block;
    height: 100%;
    overflow-y: auto;
  }

  .main-menu > ul > li > a {
    font-size: 1.063rem;
    padding: 10px 25px;
    border-bottom: 1px solid var(--light-gray);
  }

  .megamenu-wrap .row {
    margin: 0;
  }

  .megamenu-wrap .col-md-5 {
    display: none;
  }

  .megamenu-wrap .col-md-7 {
    width: 100%;
    padding: 0;
  }

  .megamenu-wrap-right {
    padding: 15px 0;
    border-bottom: 1px solid var(--light-gray);
  }

  .megamenu-wrap-right ul li a {
    color: var(--txt-color);
    padding: 5px 35px 5px 35px;
    display: block;
  }

  .megamenu-wrap-right ul li:hover > a,
  .megamenu-wrap-right ul li.active > a {
    color: var(--orange-color);
  }

  .main-menu > ul > li:last-child > a {
    border-bottom: none;
  }

  .main-menu > ul > li {
    margin: 0;
  }

  .main-menu > ul > li > a:after {
    display: none;
  }

  .spin-arrow,
  .spin-arrow-l2,
  .spin-arrow-l3 {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 46.8px;
    width: 46.8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .spin-arrow-l2,
  .spin-arrow-l3 {
    width: 36px;
    height: 36px;
  }

  .spin-arrow > div,
  .spin-arrow-l2 > div,
  .spin-arrow-l3 > div {
    background: url("../images/icon_arrow-red.svg") no-repeat center center;
    width: 12px;
    height: 12px;
  }

  ul.menu-tt-top > li.nav-item:nth-child(2) .spin-arrow > div,
  ul.menu-tt-top > li.nav-item:nth-child(2) .spin-arrow-l2 > div,
  ul.menu-tt-top > li.nav-item:nth-child(2) .spin-arrow-l3 > div {
    background: url("../images/icon_arrow-orange.svg") no-repeat center center;
  }

  ul.menu-tt-top > li.nav-item:nth-child(3) .spin-arrow > div,
  ul.menu-tt-top > li.nav-item:nth-child(3) .spin-arrow-l2 > div,
  ul.menu-tt-top > li.nav-item:nth-child(3) .spin-arrow-l3 > div {
    background: url("../images/icon_arrow-blue.svg") no-repeat center center;
  }

  .spin-arrow.rotate-arrow,
  .spin-arrow-l2.rotate-arrow,
  .spin-arrow-l3.rotate-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .main-menu ul li {
    position: relative;
  }

  .megamenu-wrap {
    display: none;
  }

  .megamenu-wrap.open-menu {
    display: block;
  }

  .apply-teaser .col-12,
  .teasure-inner .col-12 {
    width: 100%;
    margin-bottom: 25px;
  }

  .apply-teaser .col-12:last-child,
  .teasure-inner .col-12:last-child {
    margin-bottom: 0;
  }

  .teasure-blog-info {
    left: 0px;
  }

  .teasure-blog-img,
  .teasure-blog-info {
    height: auto;
  }

  .footer-link-wrap-top .col-12 {
    padding: 0 12px;
  }

  .footer-link-wrap-top .row {
    margin: 0 -12px;
  }

  .group-x-two {
    gap: 10px;
  }

  .slider-items-info {
    max-width: 100%;
    width: calc(100% - 50px);
  }

  .lunch-menu-wrap span {
    display: none !important;
  }

  .social-media,
  .login-link {
    margin-right: 15px;
  }

  .search-wrap {
    position: relative;
    margin-right: 15px;
    width: 180px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .header-inner {
    align-items: center;
  }

  .header-info-top {
    padding-bottom: 0;
  }

  .header-part {
    margin-bottom: 0;
  }

  .header-part {
    padding: 10px 25px 10px 25px;
  }

  .slider-items {
    height: 590px;
  }

  .teasure-inner {
    margin: -240px auto 0;
  }

  .teasure-list-box-inner .col-12 {
    width: 50%;
    margin: 20px 0;
  }

  .teasure-left-inner {
    margin: 0 60px;
    padding: 0 25px 50px 25px;
  }

  .teasure-left-part {
    padding-top: 45px;
  }

  .teasure-list-box {
    padding-top: 0;
  }

  .pad-bottom-lg {
    padding-bottom: 100px;
  }

  .left-menu-wrap {
    display: block;
    position: relative;
  }

  .left-aside-menu {
    max-width: calc(100% - 50px);
    padding: 35px 20px 25px;
    position: absolute;
    top: 40px;
    left: 25px;
    z-index: 99;
    display: none;
  }

  .left-menu-wrap .content-mid-inner {
    max-width: 100%;
    width: calc(100%);
    padding-left: 0px;
  }

  .contact-short-inner {
    margin-left: 25px;
    margin-right: 25px;
  }

  .contact-short-box {
    max-width: 100%;
  }

  .slider-map-part .col-md-8,
  .slider-map-part .col-md-4 {
    width: 100%;
  }

  .slick-dots {
    bottom: 10px;
    padding: 0 15px;
    gap: 10px;
  }

  .slider-map-right {
    margin-top: 20px;
  }

  .slider-map-part {
    margin-top: 0;
  }

  .aside-menu-mobile {
    padding: 10px 15px;
    font-size: 1.313rem;
    font-weight: var(--weight-black);
    border: 2px solid var(--light-gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
  }

  .aside-menu-mobile img {
    max-width: 25px;
    height: auto;
  }

  .left-aside-menu.open {
    display: block;
  }

  .aside-menu-mobile.open img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .left-aside-menu > ul > li > a {
    font-size: 1.125rem;
  }

  .bottom-top-arrow {
    bottom: 100px;
    right: 10px;
  }

  .megamenu-lvl2 > li > a {
    padding-left: 50px !important;
  }

  .megamenu-lvl3 > li > a {
    padding-left: 65px !important;
  }

  .megamenu-lvl2,
  .megamenu-lvl3 {
    display: none;
  }

  .megamenu-lvl2.open,
  .megamenu-lvl3.open {
    display: block;
  }

  #c6 {
    max-height: unset;
  }

  .teasure-blog .teasure-blog-info {
    height: unset;
  }
  
  .news-list .teasure-blog-info {
	height: calc(100% - 11rem);
  }

  #c66 .row .col-lg-7 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }

  .offeritems {
    margin-bottom: 2.5rem;
  }

  .formular .form-group {
    margin-bottom: -0.5rem;
  }
  .formular .form-group label {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .main-menu ul.menu-tt-top > li a span {
    color: var(--theme-color);
  }
  .main-menu ul.menu-tt-top > li:nth-child(2) a span {
    color: var(--orange-color);
  }
  .main-menu ul.menu-tt-top > li:nth-child(3) a span {
    color: var(--sky-blue);
  }

  .main-menu > ul > li li > a span {
    font-weight: var(--weight-semi);
  }

  .main-menu > ul > li li:hover > a span,
  .main-menu > ul > li li.active > a span,
  .main-menu > ul > li a.active span {
    font-weight: var(--weight-exbold);
    text-shadow: none;
  }

  .initiativbox strong {
    font-size: 1.8rem;
    line-height: 2.48rem;
  }

  .initiativbox p {
    font-size: 1.6rem;
    line-height: 2.21rem;
  }

  /* Iphone browserbar fix */
  .main-menu.active ul.menu-tt-top {
    padding-bottom: 4rem;
  }
}

@media (max-width: 767.75px) {
  .slider-items {
    height: auto;
  }

  .teasure-inner {
    margin: 50px auto 0;
  }

  .footer-link-wrap-top .col-12 {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-part:after {
    display: none;
  }

  .foot-title:after {
    width: 100%;
  }

  .footer-link-wrap-bottom {
    margin-top: 0;
  }

  .slider-items-info {
    max-width: 100%;
    width: calc(100% - 50px);
    top: 0;
    margin: 25px 25px 65px;
  }

  .group-x-two {
    gap: 15px;
  }

  .hero-part .slick-dots {
    right: 30px;
    top: unset;
    bottom: 20px;
  }

  .logo {
    max-width: 120px;
    position: relative;
    z-index: 999;
  }

  .login-link span {
    display: none;
  }

  .social-media ul li {
    padding-right: 0;
    margin-right: 15px;
    position: relative;
  }

  .social-media ul li:after {
    display: none;
  }

  .subpage-info {
    min-width: unset;
  }

  .large-pad-both {
    padding: 0 25px 0 25px;
  }

  .teasure-left-inner {
    margin: 0;
    padding: 0 25px 50px 25px;
  }

  .teasure-left-inner .col-12 {
    margin-bottom: 0px;
  }

  .teasure-left-inner .col-12:last-child {
    margin-bottom: 0;
  }

  .two-divide-part .col-12:after {
    display: none;
  }

  .two-divide-part .col-12 {
    margin-bottom: 13px;
  }

  .two-divide-part .col-12:last-child {
    margin-bottom: 0;
  }

  .subpage-info-icon {
    max-width: 40px;
    min-width: 40px;
  }

  .subpage-info-title h2 {
    font-size: 1.6rem;
    line-height: normal;
  }

  .top-spacer-txt {
    margin-top: 40px;
  }

  .slick-dots li {
    height: 5px;
  }

  .subpage-info {
    padding: 25px 15px 0px;
    bottom: -13px;
  }

  .ce-container.two-divide-part .row > div:nth-child(2) {
    border-left: none;
    margin-left: 0.5rem;
    padding-left: 0.75rem;
    margin-top: 13px;
  }

  .formular.apply {
    padding-left: 1.5rem;
  }

  .initiativbox strong {
    font-size: 1.5rem;
    line-height: 2.07rem;
  }

  .initiativbox p {
    font-size: 1.25rem;
    line-height: 1.725rem;
  }
  .news-list .teasure-blog-info {
	height: unset;
  }
}

@media (max-width: 576.75px) {
  .footer-link-below-left {
    text-align: center;
    display: block;
    width: auto;
  }

  .footer-link-below-left span {
    margin-right: 0;
  }

  .social-media,
  .search-wrap {
    display: none;
  }

  .teasure-list-box-inner .col-12 {
    width: 100%;
  }

  .subpage-info-title h2 {
    font-size: 1.3rem;
    line-height: normal;
  }

  .contact-short-box {
    padding: 33px 15px 21px 15px;
  }

  .subpage-info {
    bottom: -15px;
  }

  .applycontainer .footer > p {
    display: block;
  }

  .applycontainer .footer > p .jobplace:before {
    content: "";
    padding: 0;
  }

  .teasure-jobs .teasure-blog-info {
    padding: 1.5rem 1rem 2.5rem 1rem;
  }

  .initiativbox strong {
    font-size: 1.2rem;
    line-height: 1.65rem;
  }

  .initiativbox p {
    font-size: 1rem;
    line-height: 1.38rem;
  }
  .formular.apply
    form
    label[for*="-fileupload-"]
    + div
    input::file-selector-button {
    display: block;
  }

  .teasure-list-box-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .initiativbox a button {
    font-size: 1rem;
  }
  .initiativbox a button:after {
    width: 30px;
  }
  .news.news-single .article .news-img-wrap {
	  width: 100%;
  }
}

.slider-map-right {
  height: 655px;
}

.contact_map#map {
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .slider-map-right {
	  height: 400px;
  }
  .contact_map#map {
    width: 100%;
    height: 100%;
  }
  .formular {
    padding: 2.5rem 1.25rem;
  }
}

@media (max-width: 500px) {
  .h-captcha {
    text-align: center;
    margin-left: -45px;
    width: 100vw;
  }
  .btn_download {
	  min-width: 10rem;
  }
}
