/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2025 | 07:17:53 */
@charset "UTF-8";
:root {
  --hp-white: #fff;
  --hp-bright: #F2EFEB;
  --hp-acc: #FC8704;
  --hp-dark: #3C3933;
  --hp-black:#010101;
  --hp-inverse:#252c44;
  --hp-margin: clamp(10px, 1em, 30px);
  --hp-nav-height:90px;
  --hp-footer-height:40px;
}
html {
  overflow-x: hidden;
  max-width: 100% !important;
}
body {
  background: var(--hp-bright);
  overflow-x: hidden;
  max-width: 100% !important;
}
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--wide-size);
}
h1, h2, h3, h4, h5, h6 {
  hyphens: auto;
  -moz-hyphens: auto;
}
.wp-site-blocks {
  padding-top: var(--hp-nav-height);
  padding-bottom: var(--hp-footer-height);
  position: relative;
  z-index: 1;
}
.mouse-blob {
  opacity: 0.2;
  width: 40svw;
  height: 40svw;
  border-radius: 50svw;
  background: var(--hp-acc);
  display: block;
  pointer-events: none;
  position: fixed;
  z-index: 0;
  filter: blur(100px);
  mix-blend-mode: multiply;
  -webkit-mix-blend-mode: multiply;
  transform: translatex(-50%) translatey(-50%);
}
#mouse-wrap {
  padding: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: transparent;
  overflow: hidden;
  z-index: 99999;
}
.wp-site-blocks:before {
  content: "";
  display: block;
  pointer-events: none;
  width: calc(100vw - (var(--hp-margin) * 2));
  height: calc(100vh - var(--hp-nav-height) - var(--hp-footer-height));
  position: fixed;
  top: var(--hp-nav-height);
  left: var(--hp-margin);
  background: transparent;
  box-shadow: 0 0 0 500px var(--hp-white);
  border-radius: var(--hp-margin);
  z-index: 999;
}
.wp-site-blocks header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: var(--hp-nav-height);
  width: 100%;
}
main {
  margin: 0 !important;
}
.footer-nav {
  position: fixed;
  z-index: 99999;
  bottom: calc((var(--hp-footer-height) - 14px)/2);
  left: 5%;
  width: 90%;
  max-width: 90% !important;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 799px) {
  .footer-nav {
    justify-content: space-between !important;
  }
}
header {
  max-width: 100vw;
}
header img, header figure {
  height: 100%;
  text-align: center;
  object-fit: contain !important;
}
header *:not(.wp-block-navigation-item, .wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open) {
  height: 100% !important;
}
header .wp-block-navigation-item__content {
  border: solid 1px var(--hp-bright);
  height: auto !important;
  padding: 0.5rem 0.8rem;
  border-radius: 0.5rem;
}
header ul a {
  font-size: 16px;
  text-decoration: none !important;
  color: var(--hp-inverse);
  transition: all 0.2s ease;
}
header .current-menu-item a {
  border: solid 1px var(--hp-bright);
  background: var(--hp-bright);
}
header ul li:not(.current-menu-item) a:hover, header ul li:not(.current-menu-item) a:focus {
  background: var(--hp-bright);
}
header .nav-area {
  max-width: calc(100% - (var(--hp-margin)*2)) !important;
  gap: 0;
}
header .nav-area > * {
  width: 130px;
  flex-grow: 0;
  flex-shrink: 1;
}
.wp-block-navigation__container {
  justify-content: center;
  align-items: center;
}
header .nav-area > *:first-child {
  justify-content: flex-start !important;
  width: 50%;
}
header .nav-area > *:last-child {
  justify-content: flex-end !important;
  margin-left: auto;
  width: 50%;
}
header .wp-block-navigation__container {
  gap: 0.5rem;
}
header .wp-block-group.has-global-padding {
  padding: 0 !important;
}
.wp-block-navigation__responsive-container-open {
  position: fixed;
  top: auto;
  bottom: var(--hp-footer-height);
  left: 50%;
  right: auto;
  transform: translatex(-50%) translatey(50%);
  height: 50px !important;
  width: 50px;
  background: var(--hp-inverse);
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-navigation__responsive-container-open:before {
  color: white;
  font-size: 12px;
  font-weight: 900;
  display: block;
  content: "MENÜ";
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-block-navigation__responsive-container-open svg {
  display: none;
}
@media (max-width: 599px) {
  .sws_superaction {
    display: none;
  }
  header .nav-area > div:first-child {
    width: 0px;
  }
  header .nav-area > div:last-child {
    width: auto;
  }
  header li a {
    font-size: 20px;
    padding: 0.5rem 1rem !important;
  }
}
h1 {
  display: none;
}
#multi-step-form {
  display: none;
  background: var(--hp-bright);
  align-items: center;
  flex-direction: column;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  margin: 0;
  overflow-y: auto;
  padding: var(--hp-nav-height) calc(var(--hp-margin) * 2) var(--hp-footer-height) calc(var(--hp-margin) * 2);
  height: calc(100vh - var(--hp-nav-height) - var(--hp-footer-height));
  width: calc(100vw - var(--hp-margin) - var(--hp-margin) - var(--hp-margin) - var(--hp-margin));
  max-width: 100% !important;
}
.wp-block-video {
  background-color: var(--hp-acc);
  margin: 3rem auto;
  max-width: 900px;
}
.wp-block-video video {
  max-height: 500px !important;
  max-width: 900px;
}
.fw-wizard-button-container {
  margin-bottom: 80px;
}
.fw-wizard-step-container {
  width: 80%;
  max-width: 600px;
}
.fw-step-part-title {
  display: none;
}
.fw-step-block {
  margin-bottom: 5px !important;
}
.fw-step-part-body {
  margin: 0 !important;
}
.fw-progress-bar-container {
  width: 90% !important;
  max-width: 700px;
  transform: translateX(6.75%);
}
@media (max-width: 700px) {
  .fw-txt-ellipsis {
    display: none;
  }
  .fw-progress-bar-container {
    transform: translateX(0%);
  }
}
.fw-progress-bar {
  display: flex !important;
}
.fw-progress-bar > li {
  width: inherit !important;
}
.fw-txt-ellipsis {
  font-size: 14px !important;
}
.fw-progress-bar {
  text-align: center !important;
}
.wp-block-button__link {
  line-height: 1;
  padding: 1rem 2rem;
  transition: all 0.2s ease;
}
.wp-block-button__link:hover {
  padding: 1rem 4rem;
}
main {
  max-width: 100vw !important;
  overflow-x: hidden;
}
main h2 {
  font-weight: 900;
  font-size: clamp(45px, 5svw, 75px);
  text-transform: uppercase;
}
main > div {
  padding-top: 2vw !important;
  padding-bottom: 2vw !important;
  overflow-x: hidden;
}
.kopfzeile {
  padding: 0;
  gap: 3%;
  max-width: 1500px !important;
}
.kopfzeile h2, .kopfzeile h3 {
  margin: 0;
  line-height: 1;
  hyphens: none !important;
  -moz-hyphens: none !important;
}
.kopfzeile h3 {
  font-weight: 100;
}
.kopfzeile img {
  border-radius: var(--hp-margin);
}
.kopfzeile .wp-block-media-text__content {
  padding: 0;
}
.kopfzeile .wp-block-media-text__media {
  max-height: 220px;
}
.kopfzeile .wp-block-media-text__media img {
  height: 100% !important;
  max-height: 220px;
  object-fit: cover;
}
main .wp-block-button__link {
  background: var(--hp-inverse);
  border-radius: 0.5rem;
}
main p {
  font-size: 0.8em;
}
.awsm-b-job-wrap {
  position: relative;
}
.sws_superaction {
  left: var(--hp-margin) !important;
  right: 0 !important;
  bottom: calc(var(--hp-footer-height));
  width: 40px !important;
}
.superwebshare_button {
  width: 40px;
  height: 40px;
  padding: 0;
  display: block !important;
  left: 0;
  right: auto !important;
}
.superwebshare_button svg {
  width: 20px !important;
}
.superwebshare_button span {
  display: none;
}
.ti-profile-img {
  display: none;
}
@media (orientation: portrait) {
  main > div {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
body.home .cs-widget-advanced #cs-simple-container, body.home .cs-widget-advanced #cs-filters-container, body.home .cs-widget-results__bar {
  display: none !important;
}
.cs-widget__container {
  max-width: 100% !important;
}
body.home .cs-widget__container ul.cs-widget-results__results {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  background: transparent;
  margin-bottom: 2rem;
}
body.home .cs-widget__container ul.cs-widget-results__results li {
  margin-right: 5px;
  width: 280px !important;
  flex-shrink: 0;
  flex-grow: 0;
  background: var(--hp-white);
  border-radius: 0.5rem;
  border: none;
  transition: all 0.2s ease;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__column--small {
  display: none !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__hidden-fields {
  display: none !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__link {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  margin-bottom: 0 !important;
  border: none;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__link:before {
  margin-top: 0 !important;
  top: 50% !important;
  transform: translatey(-50%) !important;
  height: 90% !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__link > * {
  float: none !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__row--main-info {
  flex-direction: column !important;
  margin-bottom: 1rem !important;
  min-height: 150px !important;
  margin-top: 0.5rem !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__row--main-info .cs-result__title {
  font-size: 16px !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__row--main-info .cs-result__location-details {
  font-size: 14px !important;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__apply-button {
  padding: 0.75rem 0.5rem !important;
  text-align: center;
  font-size: 15px;
}
body.home .cs-widget__container ul.cs-widget-results__results .cs-result__expand {
  display: none !important;
}
.awsm-pagination {
  height: 14px;
}
.awsm-pag-dot {
  width: 8px;
  height: 8px;
  background: var(--hp-dark);
  border-radius: 10px;
  transition: all 0.1s ease;
  cursor: pointer;
}
.awsm-pag-dot.active-dot {
  width: 14px;
  height: 14px;
}
.awsm-pag-dot:has(+ .active-dot), .awsm-pag-dot.active-dot + div {
  width: 11px;
  height: 11px;
}
.awsm-pag-dot:hover {
  transform: scale(1.2);
}
.awsm-pagination {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.goRight, .goLeft {
  position: absolute;
  top: calc(50% - 25px);
  display: block;
  width: 30px;
  left: -15px;
  height: 30px;
  background: var(--hp-bright);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border: solid 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
}
.goRight::selection, .goLeft::selection {
  background: transparent !important;
  color: inherit !important;
}
.goRight:hover, .goLeft:hover {
  transform: scale(1.2);
}
.goRight {
  left: auto;
  right: -15px;
}
@media (pointer: none), (pointer: coarse) {
  .cs-widget-results {
    padding: 0 !important;
  }
  .cs-widget-results li {
    padding: 0.5rem;
  }
  body.home ul.cs-widget-results__results {
    overflow-x: auto;
  }
  body.home ul.cs-widget-results__results li {
    padding: 0.5rem;
  }
}
/*body.home .awsm-job-form-plugin-style{
	
}
body.home .awsm-b-job-wrap{
	max-width:1500px!important;
}
body.home .awsm-b-job-listings{
	width:100%;
	padding-left:0;
	padding-right:0;
	flex-wrap:nowrap!important;
	overflow-x:hidden;
	margin:auto;
}
body.home .awsm-b-job-listings > div{
	width:300px!important;
	padding-left:0!important;
	padding-right:10px!important;
}
.awsm-b-job-item{
	border-radius:.5rem!important;
}
body.home .awsm-b-job-listings > div:first-child{
	transition:margin .2s ease;
}

.awsm-job-more-container, .awsm-job-more {
	padding: .75rem 0;
	border-radius:.5rem;
	color:var(--hp-dark)!important;
}
.awsm-job-more{
	position:relative;
	background:var(--hp-bright);
	padding: .5rem .75rem;
	left:50%;
	transform:translatex(-50%);
	display:inline-block;
}

.awsm-b-job-listings > div:hover .awsm-b-job-item{
	background:var(--hp-acc);
	border-color:var(--hp-acc);
	transition:all .4s ease;
}
.awsm-b-job-listings > div .awsm-job-specification-item{
	color:var(--hp-black);
}

@media (pointer:none), (pointer:coarse){
	body.home .awsm-b-job-listings{
	overflow-x:auto;
}
}
body.home .awsm-b-grid-item{
	min-width:300px!important;
}
*/
body.post-template-default h1 {
  display: block !important;
}
.attachment-post-thumbnail, .wp-block-post-featured-image {
  height: 40svh !important;
  width: 100% !important;
  object-fit: cover !important;
  border-radius: 1rem;
}
.wp-block-post {
  background: var(--hp-white);
  border-radius: 0.5rem;
}
.wp-block-post .wp-block-post-title {
  font-size: 20px;
}
.wpc-filter-header {
  display: none;
}
@media (max-width: 767px) {
  .wpc-filters-widget-wrapper > * {
    width: 100%;
  }
}
.wpc-filters-widget-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  gap: 0.5rem 0;
}
.wpc-icon-html-wrapper {
  line-height: 0;
}
.widget_wpc_filters_widget {
  margin-top: 5vh !important;
}
.blog main > h2 {
  margin-top: 6vh;
}
@media (min-width: 768px) {
  .wpc-filters-widget-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 50%;
    gap: 0.5rem;
  }
}
.wpc-filters-widget-wrapper input, .wpc-filters-widget-wrapper select {
  height: 45px;
  max-width: 100%;
  background: var(--hp-white);
  border-radius: 0.25rem;
  border: 1px solid #dddfe3;
  margin: 0;
}
.wpc-search-field-wrapper {
  display: flex;
}
.wpc-filters-widget-wrapper input {
  padding: 0 !important;
  height: 43px;
}
.wpc-search-icon {
  display: none;
}
.wpc-filters-section {
  margin-bottom: 0px !important;
}
.wp-block-post .wp-block-post-featured-image, .wp-block-post .wp-block-post-featured-image img {
  width: 100%;
  aspect-ratio: 1.7777777778;
  height: auto !important;
}
