@charset "utf-8";
/* CSS Document */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/*--------------------------------*/
/* Typo3 Overrides                */
/*--------------------------------*/

/*--------------------------------*/
/* Debug                          */
/*--------------------------------*/

/* Outline alles leicht */
/** { outline: 2px dashed rgba(255,0,0,.05); outline-offset: -1px; }

/* Verdächtige Patterns */
/*[class*="row"] { outline: 2px dotted #6c757d55; }*/       /* Bootstrap Rows */
/*[class*="col-"] { outline: 2px dotted #0d6efd55; } */     /* Spalten */
/*img, video { max-width: 100%; height: auto; } */          /* Medien zähmen */
/*pre, code { white-space: pre-wrap; word-break: break-word; }
a, .badge, .tag { word-break: break-word; }*/

/*--------------------------------*/
.bg-lightgray {
  background: #eeeeee;
}

.container.bg-lightgray {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}	
@media (min-width: 576px) {
.container.bg-lightgray {  
	padding: 30px; }
}

.icon-link::after {
  content: none !important;
}

@media (max-width: 576px) {
.frame-space-after-large {
  margin-bottom: 3rem !important;}
}

/*--------------------------------------*/
/* Ticket xxxx                          */
/* Kontaktformulare Personal/Bewerbung  */
/*--------------------------------------*/

.frame-type-form_formframework .services-box {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}	

@media (max-width: 991.999px) {
#footer-contact-form {  
  padding-top: 2rem;}
}

@media (max-width: 991.999px) {
#footer-contact-form .container {  
  padding-left: 0;
  padding-right: 0;}
}
/*--------------------------------------*/
/* Ticket xxxx                          */
/* Kontaktformulare Bewerbung           */
/* Fehlendes "pt-5 pt-lg-0"             */
/*--------------------------------------*/
/* greift für alle IDs, die mit "stellenanzeigeAusbildung-" beginnen */
/* alle IDs mit Prefix, aber OHNE die DSGVO-Checkbox */
form[id^="stellenanzeigeAusbildung-"]:not([id*="-dsgvocheckbox"]) {
  padding-top: 3rem;
}

@media (min-width: 992px) {
form[id^="stellenanzeigeAusbildung-"]:not([id*="-dsgvocheckbox"]) {
	padding-top: 0rem}
}


/*---------------------------------*/
/* Ticket xxxx                     */
/* Header Icon - Location          */
/*---------------------------------*/

.page-header .navbar-function-buttons .navicon-location {
  width: 1.7rem;
  height: 1.7rem;
}
@media (min-width: 992px) {
 .page-header .navbar-function-buttons .navicon-location {
  width: 2.0rem;
  height: 2.0rem; }   
 }   
.btn.btn-location-finder{
  display: block !important;
}
.btn.btn-location-finder {
  padding-top: 5px;
  padding-right: 0rem;
  padding-bottom: 0rem;
  padding-left: 0rem;
}
@media (min-width: 992px) {
.btn.btn-location-finder {
  padding-top: 0rem;
  padding-bottom: 16px; }   
 } 
@media (min-width: 1200px) {
.btn.btn-location-finder {
  padding-top: 15px;
  padding-bottom: 0rem; }   
 } 
/*---------------------------------*/
/* Ticket xxxx                     */
/* Button Kontaktformular          */
/*---------------------------------*/

.form-navigation .btn, .page-footer .footer-contact-btn-close {
  background-color: #002060;
  text-transform: none;
  border-color: #002060 !important;
  color: #fff;
}

/* Hover-Zustand */
.form-navigation .btn:hover, .page-footer .footer-contact-btn-close:hover {
  background-color: #fff;
  border-color: #002060;
  color: #002060;
}

/* Active / Focus */
.form-navigation .btn:active, .page-footer .footer-contact-btn-close:active,
.form-navigation .btn:focus, .page-footer .footer-contact-btn-close:focus {
  background-color: #fff;
  border-color: #fff;
  color: #002060;
}

.form-navigation .btn .bi::before, [class*=" bi-"]::before, [class^="bi-"]::before {
  padding-left: 5px;
}

/*---------------------------------*/
/* Ticket xxxx                     */
/* Button Externe Links - No Icon  */
/*---------------------------------*/

a.external-link-new-window::before,
.page-main a[target="_blank"]:not(.no-icon)::before,
.t3b-icon-external-link-alt::before {
  content: none !important;
  display: none !important;
}

/*---------------------------------*/
/* Ticket xxxx                     */
/* Breadcrumps                     */
/*---------------------------------*/
.breadcrumb-first {
  padding-left: 0rem;
  line-height: 1.3;
}

.container-breadcrumb {
    padding-left: 0rem;
  }
@media (min-width: 768px) and (max-width: 991.99px) {
 .container-breadcrumb {
    padding-left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1299.99px) {
 .container-breadcrumb {
    padding-left: 6.5rem;
  }
}
@media (min-width: 1300px) and (max-width: 1599.99px) {
 .container-breadcrumb {
    padding-left: 6.5rem;
  }
}
@media (min-width: 1600px) {
 .container-breadcrumb {
    padding-left: 12.5rem;
  }
}
/*---------------------------------*/
/* Ticket xxxx                     */
/* Typo                            */
/*---------------------------------*/
@media only screen and (min-width: 1200px) {
  h1, .h1, h2, .h2 {
    max-width: 50vw;
  }
}
@media only screen and (min-width: 1600px) {
  h1, .h1, h2, .h2 {
    max-width: 40vw;
  }
}

.overline {
  margin-bottom: 1.0rem !important;
}

/*---------------------------------*/
/* Ticket xxxx                     */
/* Kontakte HR/Akademie            */
/*---------------------------------*/
.address .text-box-contact-inner.contact-hover {
  width: 90%;
}

.address .text-box-contact-inner.contact-hover {
    padding-top: 8rem;
}
@media (min-width: 576px) {
  .address .text-box-contact-inner.contact-hover {
    padding-top: 4rem;
  }
}

  .address .text-box-contact-inner .t3b-icon-telephone-inbound::before, .address .text-box-contact-inner .t3b-icon-envelope-at::before {
    font-size: 2.25rem;
  }

/*---------------------------------*/
/* Ticket 3112                     */
/* Mega Menü - Scrolled Btn Close  */
/*---------------------------------*/
.page-header--scrolled .sc-megamenu-btn-close svg {
  fill: #002060 !important;
}

.sc-megamenu-title {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
.dropdown-menu .container-fluid {
    max-width: 2200px;
    padding-left: calc(6.8rem + var(--bs-nav-link-padding-x))!important; }
}
@media (min-width: 1600px) {
.dropdown-menu .container-fluid {
    max-width: 2200px;
    padding-left: calc(12.5rem + var(--bs-nav-link-padding-x))!important; }
}

/*---------------------------------*/
/* Ticket xxx                      */
/* Default Buttons - Mobile 100%   */
/*---------------------------------*/
@media (max-width: 576px) {
.btn.btn-sm, .btn.btn-default, .btn.btn-lg, .news-button .btn.btn-default {
  width: 100%; }
    
/* Ausnahme: NICHT auf volle Breite */
.btn.btn-lg.sc-tag {
    width: auto;               /* oder unset */
    display: inline-block;      /* falls du irgendwo block gesetzt hast */
    /* falls nötig: width: auto !important; */
}
}


/*---------------------------------*/
/* Ticket xxx                      */
/* Navigation (Navbar)             */
/*---------------------------------*/
@media (min-width: 700px) and (max-width: 1299.99px) {
  .navbar-main {
    padding-left: 6rem;
  }
}
@media (min-width: 1300px) and (max-width: 1599.99px) {
  .navbar-main {
    padding-left: 6rem;
  }
}
@media (min-width: 1600px) {
  .navbar-main {
    padding-left: 12rem;
  }
}
.container-header {
  padding-right: calc(var(--bs-gutter-x)*0.4);

}
@media (min-width: 768px) {
.container-header {
  padding-right: calc(var(--bs-gutter-x)*1.2);
  }
}

.navbar-toggler-icon {
    margin-bottom: 10px;
}

.navbar-toggler:focus {

  box-shadow: 0 0 0 0;
}

.nav {
  --bs-nav-link-padding-x: 7px;
  --bs-nav-link-padding-y: 10px;
  --bs-nav-link-font-size: 1rem;
}

@media (min-width: 1200px) {
.nav {
  --bs-nav-link-padding-x: 10px;
  --bs-nav-link-padding-y: 20px;
  --bs-nav-link-font-size: 17px;
  }
}

@media (min-width: 2000px) {
.nav {
  --bs-nav-link-padding-x: 15px;
  --bs-nav-link-padding-y: 20px;
  --bs-nav-link-font-size: 20px;
  }
}

@media (max-width: 576px) {
.page-header__inner .navbar-brand {
  max-width: 100px; }
}



/*---------------------------------*/
/* Ticket 3075                     */
/* Mobile Menü                     */
/*---------------------------------*/


/* Offcanvas Mobile Menue */
#offcanvasMobileMenu .offcanvas-header {
  min-height: 8rem;
}

#offcanvasMobileMenu .offcanvas-title {
  /*display: none;*/
}

#offcanvasMobileMenu .navbar-nav {
  --bs-nav-link-padding-y: 0.2rem;
}


#offcanvasMobileMenu .nav-item .nav-link {
  font-family: 'Readex Pro', sans-serif;
  color: #002060;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.8;
  text-transform: uppercase;
  text-decoration: none;
}
#offcanvasMobileMenu .nav-item .text-start.nav-link.sub:not(.collapsed) {
  text-decoration: underline;
}
#offcanvasMobileMenu ul.navbar-nav ul.navbar-nav a.nav-link {
  font-size: 1.0rem;
  line-height: 1.4;
  text-transform: none;
}
#offcanvasMobileMenu ul.navbar-nav ul.navbar-nav a.nav-link:hover {
text-decoration: underline;
}

.navbar-nav > li > .sub::after {
  all: unset;
  content: "\F119";
      color: #002060;
  font-weight: 400;
  font-family: "bootstrap-icons";
  font-size: 1.3rem;
    line-height: 1.8;
  margin-left: 0.4rem;
  vertical-align: middle;
  display: inline-block;
}
.navbar-nav > li > .sub[aria-expanded="true"]::after {
  transform: rotate(-90deg);
}

/* Standard Close Button in Bootstrap */
#offcanvasMobileMenu .btn-close {
    background: none;         /* Standard-SVG entfernen */
    opacity: 1;               /* falls es blasser wirkt */
    margin-right: 0.5rem;
}

/* Icon als Pseudo-Element */
#offcanvasMobileMenu .btn-close::before {
    font-family: "bootstrap-icons"; /* Bootstrap Icons Font */
    content: "\f623";               /* gewünschtes Icon */
    font-size: 2rem;              /* Größe anpassen */
    line-height: 1;                  /* sauberes Alignment */
    display: inline-block;
    
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    
    color: #fff;
    cursor: pointer;

}

#logo-mobile {
  height: 3.4rem;
}


/*---------------------------------*/
/* Ticket xxx                      */
/* Footer Kontakt (blau)           */
/*---------------------------------*/
/* Headline Kontakt */
.page-footer__row--dark h2 {
  font-family: 'Readex Pro', sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
}
@media (min-width: 576px) {
.page-footer__row--dark h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) {
.page-footer__row--dark h2 {
    font-size: 4rem;
  }
}

/* Subheadline Kontakt */
.page-footer__row--dark h2 + p {
  font-family: 'Readex Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 768px) {
.page-footer__row--dark h2 + p {
    font-size: 2rem;
  }
}

/* Text Ende */
.sc-footer-contact-text {
    font-family: 'Readex Pro', sans-serif;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 300;
}
@media (min-width: 768px) {
.sc-footer-contact-text {
    font-size: 2rem;
  }
}
.page-footer__row3 .text-box {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 50px;
  }


/*---------------------------------*/
/* Ticket xxxx                     */
/* Offcanvas - Locations           */
/*---------------------------------*/
.sc-modal__title {
    font-family: 'Readex Pro', sans-serif;
	padding-top: 0px;
}
@media (min-width: 1400px) {
.sc-modal__title {
	padding-top: 5px; }
}

.sc-modal__brand {
    max-width: 260px;
}
@media (min-width: 768px) {
.sc-modal__brand {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
.sc-modal__brand {
    max-width: 260px;
	margin-bottom: 1rem;
  }
}
@media (min-width: 2000px) {
.sc-modal__brand {
    max-width: 320px;
    margin-left: -13rem;
  }
}


.sc-modal__title {
  font-size: 1.4rem; 
}

@media (min-width: 1400px) {
.sc-modal__title {
  font-size: 1.6rem; }
}



.sc-modal .btn-mm-close {
  width: 1.8rem;
  height: 1.8rem; 
}

@media (min-width: 1400px) {
.sc-modal .btn-mm-close {
  width: 2.5rem;
  height: 2.5rem; }
}
/*----------------------------------*/
/* Ticket xxx                       */
/* Leaflet Map                      */
/*----------------------------------*/

.sc-mm-container.nav-item-contact .sc-mm-content-contact .sc-mm-content-contact-header-bg, .sc-mm-container.nav-item-search .sc-mm-content-search .sc-mm-content-search-header-bg {
    padding: 4px 10px 4px 15px;
}

.block-contact-tel {
  display: none;
}
@media (min-width: 768px) {
.block-contact-tel {
  display: block;
}
}

#offcanvasTop-Contact .leaflet-left {
  display: none;
}
@media (min-width: 768px) {
    #offcanvasTop-Contact .leaflet-left {
      display: block;
    }
}


.nav-item-contact .bg-txt-header-image .headline.h5 {
    font-weight: 500;
    border-color: #fff;
    padding-top: 0.3rem;
    padding-right: 0.7rem;
    padding-bottom: 0.3rem;
    padding-left: 0.7rem;
    
}

@media (min-width: 2000px) {
.nav-item-contact .bg-txt-header-image .headline.h5 {
    padding-top: 0.4rem;
    padding-right: 1rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
  }
}

.contact-headline {
    font-weight: 500;
}

.container-map-contact a {
    text-decoration: none;
}
.container-map-contact a:hover {
    text-decoration: underline;
}
/*----------------------------------*/
/* Ticket 2971                      */
/* Bilder nicht auf Containerbreite */
/*----------------------------------*/
/*
.ce-gallery div[class*="col-"] {
  flex-direction: column !important;
}

.image img
{  	width: 100%;
}
*/
/*--------------------------------*/
/* Ticket 2982                    */
/* h1 bis h6 Headings - RTE       */
/*--------------------------------*/

.sc-header-teaser {
    font-weight: 500 !important;
  }


/*--------------------------------*/
/* Ticket 2991                    */
/* Btn Color Default - Hover      */
/*--------------------------------*/

.default-color-scheme .btn[class*="-outline"]:hover {
text-decoration: none;
}
.default-color-scheme .btn:not([class*="-outline"]) {
text-decoration: none;
}


/*--------------------------------*/
/* Ticket 2990                    */
/* Icon Colors - Font White       */
/*--------------------------------*/
.page-header--font-white .nav .dropdown-item svg {
  fill: #002060;
}
.page-header--scrolled .nav .dropdown-item svg {
  fill: #002060 !important;
}

/*--------------------------------*/
/* Ticket 2990                    */
/* Bild Hover Effect Scale        */
/*--------------------------------*/

.bg-image, 
.image
{ position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.teaser-story .bg-image img, .teaser-story.bg-image img,
.image img
{  	width: 100%;
	
  	-webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  	transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.teaser-story:hover .bg-image img, .teaser-story:hover.bg-image img,
.image:hover img
{	-webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

/*--------------------------------*/
/* Ticket 2994                    */
/* Header Groß                    */
/*--------------------------------*/
.hero-bg {    
  background-size: cover;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}

/* Elterncontainer - min-heigt */
@media (max-width: 575.98px) {
  .hero--size-big .hero-content {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero--size-big .hero-content {
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero--size-big .hero-content {
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  .hero--size-big .hero-content {
    min-height: 450px;
  }
}
@media (min-width: 1400px) {
  .hero--size-big .hero-content {
    min-height: 550px;
  }
}
@media (min-width: 2000px) {
  .hero--size-big .hero-content {
    min-height: 650px;
  }
}

/* Background-Image - min-heigt */
@media (max-width: 575.98px) {
  .hero .hero-bg {
    min-height: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero .hero-bg {
    min-height: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .hero .hero-bg {
    min-height: 550px;
  }
}
@media (min-width: 992px) {
  .hero .hero-bg {
    min-height: 450px;
  }
}
@media (min-width: 1400px) {
  .hero .hero-bg {
    min-height: 550px;
  }
}
@media (min-width: 2000px) {
  .hero .hero-bg {
    min-height: 650px;
  }
}


/* Beispiel für das Imageprocessing im Backend */

/* https://staging.schmidt-clemens.de/hinweisgeberschutzgesetz */

/* Format xs 600x450px 4:3 */
@media (max-width: 575.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xs-4zu3-600x450px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xs-4zu3-600x450px.jpg) type("image/jpeg")
    );
  }
}

/* Format sm 800x600px 4:3 */
@media (min-width: 576px) and (max-width: 767.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_sm-4zu3-800x600px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_sm-4zu3-800x600px.jpg) type("image/jpeg")
    );
  }
}

/* Format md 1024x768px 4:3 */
@media (min-width: 768px) and (max-width: 991.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_md-4zu3-1024x768px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_md-4zu3-1024x768px.jpg) type("image/jpeg")
    );
  }
}

/* Format lg 1280x640px 2:1 */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_lg-2zu1-1280x640px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_lg-2zu1-1280x640px.jpg) type("image/jpeg")
    );
  }
}

/* Format xl 1400x700px 2:1 */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xl-2zu1-1400x700px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xl-2zu1-1400x700px.jpg) type("image/jpeg")
    );
  }
}

/* Format xxl 2000x1000px 2:1 */
@media (min-width: 1400px) and (max-width: 1999.98px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xxl-2zu1-2000x1000px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_xxl-2zu1-2000x1000px.jpg) type("image/jpeg")
    );
  }
}

/* Format uhd 2560x1100px 21:9 */
@media (min-width: 2000px) {
  #page_220 .hero .hero-bg, #page_221 .hero .hero-bg, #page_222 .hero .hero-bg, #page_223 .hero .hero-bg, #page_19 .hero .hero-bg, #page_20 .hero .hero-bg, #page_21 .hero .hero-bg, #page_22 .hero .hero-bg, #page_467 .hero .hero-bg, #page_469 .hero .hero-bg, #page_465 .hero .hero-bg {
    background-image: image-set(
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_uhd-21zu9-2560x1100px.webp) type("image/webp"),
      url(/fileadmin/Blindbilder/Helix/header-final/suc_helix-header-typo3_uhd-21zu9-2560x1100px.jpg) type("image/jpeg")
    );
  }
}



/*--------------------------*/
/* Produkte                 */
/*--------------------------*/

/*--------------------------*/
/* Services                 */
/*--------------------------*/

/*--------------------------*/
/* Kompetenz                */
/*--------------------------*/

/*--------------------------*/
/* Unternehmen              */
/*--------------------------*/

/*--------------------------*/
/* Karriere                 */
/*--------------------------*/

/*--------------------------*/
/* News                     */
/*--------------------------*/

/*--------------------------*/
/* Presse / Downloads       */
/*--------------------------*/


/*--------------------------------*/
/* S+C Main Elemente - Sections   */
/*--------------------------------*/
/*--------------------------------*/
/* First Section 			      */
/*--------------------------------*/
.section-first
{   padding-top: 2rem !important;
  	padding-bottom: 2rem !important;
}	

@media (min-width: 576px) { 
.section-first {
	padding-top: 3rem !important;
  	padding-bottom: 3rem !important;}
}	
@media (min-width: 768px) { 
.section-first {
	padding-top: 4rem !important;
  	padding-bottom: 4rem !important; }
}	
@media (min-width: 992px) { 
.section-first {
	padding-top: 5rem !important;
  	padding-bottom: 5rem !important;}
}	

/*padding-bottom = 0 */
.section-first-pb-0
{   padding-top: 2rem !important;}	

@media (min-width: 576px) { 
.section-first-pb-0 {
	padding-top: 3rem !important;}	
}	
@media (min-width: 768px) { 
.section-first-pb-0 {
	padding-top: 4rem !important;}
}	
@media (min-width: 992px) { 
.section-first-pb-0 {
	padding-top: 5rem !important;}
}	

/*----------------------------*/
/* Section                    */
/*----------------------------*/
.section
{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

@media (min-width: 576px) {
.section {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }
}
@media (min-width: 768px) {
.section {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }
}
@media (min-width: 992px) {
.section {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
}
@media (min-width: 1200px) { 
.section {}
}	
@media (min-width: 1400px) { 
.section {}
}	
/*xxl*/
@media (min-width: 2000px) { 
.section {}
}	

/* Section Padding Y=0 */
.section-py-0
{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
@media (min-width: 576px) {
.section-py-0 {}
}
@media (min-width: 768px) {
.section-py-0 {}
}
@media (min-width: 992px) {
.section-py-0 {}
}
@media (min-width: 1200px) { 
.section-py-0  {}
}	
@media (min-width: 1400px) { 
.section-py-0  {}
}	
/*xxl*/
@media (min-width: 2000px) { 
.section-py-0  {}
}	

/* Section Padding TOP=0 */
.section-pt-0
{  	/*padding-top: 0.5rem !important;*/
  	padding-bottom: 2rem !important;
}

@media (min-width: 576px) {
.section-pt-0 {	
	/*padding-top: 0.5rem !important;*/
  	padding-bottom: 3rem !important; }
}
@media (min-width: 768px) {
.section-pt-0 {	
	/*padding-top: 0.5rem !important;*/
 	padding-bottom: 4rem !important; }
}
@media (min-width: 992px) {
.section-pt-0 {	
	/*padding-top: 0.5rem !important;*/
 	padding-bottom: 5rem !important; }
}
@media (min-width: 1200px) { 
.section-pt-0  {}
}	
@media (min-width: 1400px) { 
.section-pt-0  {}
}	
/*xxl*/
@media (min-width: 2000px) { 
.section-pt-0  {}
}	

/* Section Padding BOTTOM=0 */
.section-pb-0
{
  padding-top: 2rem !important;
  /*padding-bottom: 0.5rem !important*/; 
}

@media (min-width: 576px) {
.section-pb-0 {
  	padding-top: 3rem !important;
	/*padding-bottom: 0.5rem !important;*/ }
}
@media (min-width: 768px) {
.section-pb-0 {
  	padding-top: 4rem !important; 
	/*padding-bottom: 0.5rem !important;*/ }
}
@media (min-width: 992px) {
.section-pb-0 {
  	padding-top: 5rem !important;
	/*padding-bottom: 0.5rem !important;*/ }
}
@media (min-width: 1200px) { 
.section-pb-0  {}
}	
@media (min-width: 1400px) { 
.section-pb-0  {}
}	
/*xxl*/
@media (min-width: 2000px) { 
.section-pb-0  {}
}

/*----------------------------*/
/* Struktur Elemente          */
/*----------------------------*/
	
/* service-box */
.services-box {
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
}	
@media (min-width: 576px) {
.services-box {  
	padding: 30px; }
}
	
.services-box-px-0
{ padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
.services-box-px-0 {  
  padding-top: 30px;
  padding-bottom: 30px; }
}

.services-box-py-0
{ padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
.services-box-py-0 {  
  padding-right: 30px;
  padding-left: 30px; }
}

.services-box-pt-0
{ padding-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
.services-box-pt-0 {  
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;}
}

.services-box-pe-0
{ padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media (min-width: 576px) {
.services-box-pe-0 {  
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;}
}

.services-box-pb-0
{ padding-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
@media (min-width: 576px) {
.services-box-pb-0 {  
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;}
}

.services-box-ps-0
{ padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10px;
}
@media (min-width: 576px) {
.services-box-ps-0 {  
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;}
}



