:root {
  --plyr-color-main: #e52d3c;
}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
  transform: translateY(-39%);
}
body {
  -webkit-hyphenate-limit-chars: 6 3 3;  /* not yet supported */ 
  -webkit-hyphenate-limit-before: 3; 
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-lines: 2; 

  -moz-hyphenate-limit-chars: 6 3 3;     /* not yet supported */ 
  
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 3; 

  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
}


[lang]:not([lang=de]) [cb-lang-element=de],
[lang]:not([lang=fr]) [cb-lang-element=fr],
[lang]:not([lang=it]) [cb-lang-element=it],
[lang]:not([lang=en]) [cb-lang-element=en] {
  display: none;
}


/* nav */
.fixed_nav, .bottom_nav , .g_container {
 pointer-events:none;
}
.nav-info_wrapper .footer_link {
  margin: 0;
}

.menu_hover-div.menu-home.menu-hover,
.menu_hover-div.menu-angebot.menu-hover,
.menu_hover-div.menu-news.menu-hover,
.menu_hover-div.menu-karriere.menu-hover,
.menu_hover-div.menu-uberuns.menu-hover,
.menu_hover-div.menu-kontakt.menu-hover
.menu_hover-div.angebot_1.menu-hover,
.menu_hover-div.angebot_2.menu-hover,
.menu_hover-div.angebot_3.menu-hover {
  opacity: 1;
}

.nav_logo-img.scroll-active {
	transform: translate3d(0px, 105%, 0px);
	opacity: 0;
}
.nav-menu__menu-text.scroll-active {
	transform: translate3d(0px, 100%, 0px);
	opacity: 0;
}
.opened-nav_img-wrapper {
 width: calc(50vw - 330px);
}
.container.nav-container,
.scroll_wapper {
 pointer-events:none;
}

.logo-linkblock, .nav-menu__button-container, .nav, .cms-arrow_wrapper, .g_wrapper, .search_popup,
.lang_wrapper {
 pointer-events:auto;
}

.scroll-wrapper.hero.scroll-active {
  transform: translate3d(0px, 200%, 0px);
  opacity: 0;
}

.nav_logo-img.scroll-active.opened-nav_logo {
  transform: translate3d(0px, 0%, 0px);
  opacity: 1;
}

/* general */
.popup::-webkit-scrollbar {
    display: none;
}

.tab_wrapper::-webkit-scrollbar {
    display: none;
}
.filter-button_wrapper::-webkit-scrollbar {
    display: none;
}
.jobs_itembox.hovered {
background-color: #e7e7e7;
}
.slider_arrow-button, .circle-arrow_wrapper, .slider_echo, .dropdown_toogle {
  outline: none;
}

.d_item {
top: 0px !important;
}

.slider__dots-container.horizontal.kunden.hidden,
.slider__dots-container.horizontal.produkte.hidden,
.slider__dots-container.horizontal.dienstleistungen.hidden,
.slider__dots-container.horizontal.info.hidden {
display: none;
} 

.d-category_item:last-child .comma{
display: none;
}

.video_itembox:hover .video_title{
  transform: none;
  opacity: 1;
}

/* dropdown */

.dropdown {
  position: relative;
  top: -1px;
  z-index: 1;
  width: 100%;
}
.dropdown.cb-hidden {
  position: relative;
  top: 0px;
  z-index: 0;
  width: 100%;
}
.dropdown.cb-hidden .dropdown_list {
	display: none;
}
.dropdown .dropdown_toogle {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  color: hsla(0, 0.00%, 20.00%, 1);
}
.dropdown.cb-hidden .dropdown_toogle {
  padding-top: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 0.00);
  color: hsla(0, 0.00%, 20.00%, 0.33);
}
.dropdown.cb-hidden .dropdown_toogle:hover {
  padding-top: 20px;
  background-color: hsla(0, 0.00%, 100.00%, 0.00);
  color: hsla(0, 0.00%, 20.00%, 1);
}
.dropdown_toogle:hover .dropdown_icon-wrapper.closed {
  border-top-color: hsla(0, 0.00%, 0.00%, 0.20);
  border-right-color: hsla(0, 0.00%, 0.00%, 0.20);
  border-bottom-color: hsla(0, 0.00%, 0.00%, 0.20);
  border-left-color: hsla(0, 0.00%, 0.00%, 0.20);
  opacity: 1;
}
.dropdown.cb-hidden .dropdown_icon-wrapper.closed .dropdown_icon-vertical {
  opacity: 1;
}
.dropdown .dropdown_icon-wrapper.closed .dropdown_icon-vertical {
  opacity: 0;
}

/* itembox */
.d-itembox:hover .n_itembox-info-wrapper {
  border-color: black;
}
.n-itembox:hover .n_itembox-info-wrapper {
  border-color: black;
}
@media (min-width: 991px) {
.d-itembox:hover .item_img-overlay {
  opacity: 0;
}
.d-itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.d-itembox:hover .circle-arrow_wrapper {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}
}

@media (min-width: 991px) {
.u-netzwerk_itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.u-netzwerk_itembox:hover .circle_plus-img {
  transform: scale3d(1, 1, 1);
}
.u-netzwerk_itembox:hover .u-netzerk_img {
  opacity: 0.7;
}
}


@media (min-width: 991px) {
.n-itembox:hover .item_img-overlay {
  opacity: 0;
}
.n-itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.n-itembox:hover .circle-arrow_wrapper {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}
}

.media_itembox:hover  {
  border-color: black;
}
@media (min-width: 991px) {
.media_itembox:hover .item_img-overlay {
  opacity: 0;
}
.media_itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.media_itembox:hover .circle-arrow_wrapper {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}
}
/* k-itembox */
@media (min-width: 991px) {
.k_itembox:hover .k-item_img-overlay {
  opacity: 0.8;
}
.k_itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.k_itembox:hover .circle-arrow_wrapper.k_item-circle {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}
}
/* p-itembox */
@media (min-width: 991px) {
.p_itembox:hover .p_img {
  opacity: 0.9;
}
.p_itembox:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.p_itembox:hover .circle-arrow_wrapper {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}
}

/* swiss qualitat */
.s-q_line.right {
  transform: translate3d(3px, 0px, 0px);
  opacity: 0;
}
.s-q_tab-item:hover .s-q_line.right {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.s-q_line.left {
  transform: translate3d(-3px, 0px, 0px);
  opacity: 0;
}
.s-q_tab-item:hover .s-q_line.left {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* cms-slider */

.circle-arrow_wrapper.cms-page_slider:hover .circle-arrow_hover {
  width: 102%;
  height: 102%;
}
.circle-arrow_wrapper.cms-page_slider:hover .circle-arrow_wrapper {
  border-color: #e52d3c;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}

.slider_arrow-button.kategorie-slider.swiper-button-disabled {
  background-color: hsla(0, 0.00%, 93.73%, 0.33);
  color: #e52d3c;
  cursor: auto;
}
.slider_arrow-button.white-arrow.swiper-button-disabled {
  background-color: hsla(0, 0.00%, 0.00%, 0);
  color: hsla(355.10869565217394, 0.00%, 0.00%, 0.2);
  cursor: auto;
}
.slider_arrow-button.white-bg_slider.swiper-button-disabled {
  background-color: hsla(0, 0.00%, 0.00%, 0);
  color: hsla(355.10869565217394, 0.00%, 0.00%, 0.2);
  border-color: hsla(0, 0.00%, 0.00%, 0.15);
  cursor: auto;
}

.kp_img-wrapper:hover .kp_img-overlay {
  opacity: 0.1;
}

/* n-popup */
.u-netzwerk_container.overflow_popup {
  overflow: visible;
}


body.noscroll {
  overflow: hidden;
}

/* gallerie hover */
.lightbox:hover .kp_img-overlay {
  opacity: 0;
}
.lightbox:hover .c-icon-button.cc-lightbox {
  opacity: 1;
  transform: translate(0px, 0px);
}
.w-lightbox-group .w-lightbox-image {
  border-radius: 8px;
}
.w-lightbox-thumbnail {
  border-radius: 4px;
}

/* download-item */
.download_item:hover .download_b-line {
  opacity: 1;
}
.download_item:hover .download_icon-wrapper {
  opacity: 1;
  background-color: #e52d3c;
  color: white;
}

/* responsivity */

@media (max-width: 1150px) {
.n-item {
  width: 33%;
  margin-bottom: 15px;
}
}
@media (max-width: 820px) {
.n-item {
  width: 50%;}
}
@media (max-width: 580px) {
.n-item {
  width: 100%;}
}

@media (max-width: 1192px) {
.swiss-icon {
  display: none;}
}


.category-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.search_result-link strong {
  font-weight: 400;
  color: black;
}


.d_title-h1,
.ubersicht_itembox {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.breadcrumb-link.level2 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}



.pf-dd--open .pf-dd__icon-wrapper {
  opacity: 1;
  background-color: #efefef;
  border-color: transparent;
}

.pf-dd--open .dropdown_icon-vertical {
  opacity: 0;
}

.pf-dd__link-block * {
  pointer-events: none;
}

:not(.pf-dd--open) .pf-dd__toggle:hover .pf-dd__icon-wrapper {
  opacity: 1;
}

.pf-dd--open .pf-dd__icon-wrapper:hover {
  background-color: #e7e7e7;
}

.cb-filter--hidden {
  display: none;
}
.d-itembox:hover .utility__bottom-line {
  border-color: black;
}

.angebot_h3 {
  -webkit-hyphenate-limit-chars: 6 3 3;  /* not yet supported */ 
  -webkit-hyphenate-limit-before: 3; 
  -webkit-hyphenate-limit-after: 3;
  -webkit-hyphenate-limit-lines: 2; 

  -moz-hyphenate-limit-chars: 6 3 3;     /* not yet supported */ 
  
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 3 3; 

  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.slider_h2 {
  -webkit-hyphenate-limit-chars: 6 5 5;  /* not yet supported */ 
  -webkit-hyphenate-limit-before: 5; 
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2; 

  -moz-hyphenate-limit-chars: 6 5 5;     /* not yet supported */ 
  
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 5 5; 

  hyphenate-limit-chars: 6 5 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;  
}

.k-member_funktion {
  -webkit-hyphenate-limit-chars: 6 10 10;  /* not yet supported */ 
  -webkit-hyphenate-limit-before: 10; 
  -webkit-hyphenate-limit-after: 10;
  -webkit-hyphenate-limit-lines: 2; 

  -moz-hyphenate-limit-chars: 6 10 10;     /* not yet supported */ 
  
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 10 10; 

  hyphenate-limit-chars: 6 10 10;
  hyphenate-limit-lines: 2;

  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


.p_item .item-name,
.two-column_item h3,
.ubersicht_title-wrapper h5,
.histjs__info__heading {
  -webkit-hyphenate-limit-chars: 6 5 5;  /* not yet supported */ 
  -webkit-hyphenate-limit-before: 5; 
  -webkit-hyphenate-limit-after: 5;
  -webkit-hyphenate-limit-lines: 2; 

  -moz-hyphenate-limit-chars: 6 5 5;     /* not yet supported */ 
  
  -ms-hyphenate-limit-lines: 2;
  -ms-hyphenate-limit-chars: 6 5 5; 

  hyphenate-limit-chars: 6 5 5;
  hyphenate-limit-lines: 2;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

@media (max-width: 991px) {
  .tab_container::after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #ddd;
    position: absolute;
  }
  .tab_wrapper::after {
    content: "";
    padding-left: 1px;
  }
}


.histjs__date__heading {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.history__container:hover .history__img {
  opacity: 0.5;
}


.cb-tt__wrap {
  overflow-y: hidden;
  display: inline-block;
  margin-top: -2vw;
  vertical-align: top
}

.cb-tt__character {
  padding-top: 2vw;
  transform: translateY(120%);
  display: inline-block;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.69, 0.04, 0.83, 0.32);
  transition-property: opacity, transform;
  transition-delay: calc(0.08s * (var(--length) - (var(--index) + 1)));
}
.cb-tt-active .cb-tt__character {
  transform: translateY(0%);
  transition-timing-function: cubic-bezier(0.72, 0.01, 0.32, 1);
  transition-delay: calc(0.08s * var(--index));
}


.swiss-icon .cb-tt__character {
  background-image: url("https://assets-global.website-files.com/6270f811e718b07e545e5f72/62860ac76bb4a77a59efb210_sqts32.png");
  background-position: 50% 67%;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  color: black;
  display: inline-block;
}







/* History Skin */

.histjs__body {
  --background: #F2F2F2;
  --background-transparent: rgba(242, 242, 242, 0);
  --timeline: #FFFFFF;
  --box: #FFFFFF;
  --box-hover: #000000;
  --box-text: #000000;
  --box-text-hover: #ffffff;
  --lines: #E6E6E6;
  --years: #A9A9A9;
  --timeline: #ffffff;
  --date-block: #cbcbcb;
  --date-indicator: #c4c4c4;
}



.histjs__body {
  background-color: var(--background);
}

.histjs__year__column {
  border-color: var(--lines);
  color: var(--years);
}

.histjs__timeline {
  background-color: var(--timeline);
}
.histjs__date__item {
  border: 1px solid var(--date-block);
  border-radius: 2px;
}

.histjs__date__link {
  background-color: var(--box);
}
.histjs__body .histjs__date__item:not(.focus):hover .histjs__date__link {
  background-color: var(--box-hover);
}
.histjs__date__preheading {
  color: var(--box-text);
  opacity: 0.4;
}
.histjs__body .histjs__date__item:hover .histjs__date__preheading,
.histjs__body .histjs__date__item:hover .histjs__date__heading,
.histjs__body .histjs__date__item.focus .histjs__date__preheading,
.histjs__body .histjs__date__item.focus .histjs__date__heading {
  color: var(--box-text-hover);
}
.histjs__date__heading {
  color: var(--box-text);
}
.histjs__body .histjs__date__item .histjs__date__block::after {
  border-left-color: var(--box);
}
.histjs__body .histjs__date__item:not(.focus):hover .histjs__date__block::after {
  border-left-color: var(--box-hover);
}
.histjs__date__item.focus {
  background-color: var(--histjs-primary);
  border-color: var(--histjs-primary);
}
.histjs__date__indicator-bg {
  background-color: var(--date-indicator);
}
.histjs__gradient {
  background-image: linear-gradient(to right, var(--background-transparent), var(--background) 70%);
}
.histjs__zoom__divider {
  background-color: var(--lines);
}
.histjs__arrows,
.histjs__zoom__link,
.histjs__zoom__container,
.histjs__close__link {
  background-color: var(--box);
  color: var(--box-text);
}

.histjs__arrows:hover,
.histjs__zoom__link:hover,
.histjs__close__link:hover {
  background-color: var(--box-hover);
  color: var(--box-text-hover);
}
.histjs__body .histjs__close__link:hover line {
  stroke: var(--box-text-hover);
}

@media screen and (max-width: 479px) {
  .histjs__gradient {
    background-color: var(--background);
  }
}
@media screen and (max-width: 767px) {
  .histjs__body .histjs__info__text-wrapper::-webkit-scrollbar-track,
  .histjs__body .histjs__info__container::-webkit-scrollbar-track {
    width: 0px;
  }
  .histjs__body .histjs__info__text-wrapper::-webkit-scrollbar,
  .histjs__body .histjs__info__container::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
  }
  .histjs__body .histjs__info__text-wrapper::-webkit-scrollbar-thumb,
  .histjs__body .histjs__info__container::-webkit-scrollbar-thumb {
    background: transparent; 
  }
}


.two-column_p a {
  color: rgba(0,0,0,.65);
}
.two-column_p a:hover {
  color: rgba(0,0,0,1);
}

.kontakt__iw__block {
  min-height: 0px;
}
.gm-style .gm-style-iw-c {
  box-shadow: none;
}

.gm-style-iw.gm-style-iw-c [aria-label=Schließen] {
  display: none !important;
}


.karriere__list-container .slider__dot {
  background-color: white;
  opacity: 0.3;
}
.karriere__list-container .slider__dot.slider__dot_active {
  background-color: white;
  opacity: 1;
}



.nav-logo-lang__overflow.scroll-active,
.nav-logo-lang__overflow.scroll-active * {
  opacity: 0;
  pointer-events: none;
}

.kp_img-wrapper:hover .kp_img-second {
  opacity: 1;
}



