/*

  Theme Name: TWS'23 Theme
  Theme URI:
  Description: Premium & Custom Theme by BliM
  Author: BLiM GmbH
  Author URI: http://blim.de
  Version: 8.21.0
  Tags:


@import "style-podcast.css";
@import "style-matchingevent.css";
@import "style-officegrid.css";
@import "style-logogrid.css";
@import "style-mods-crosslinklistbox.css";
*/

html{
scroll-behavior: smooth;
}

@media screen and (max-width: 1280px) and (min-width: 1024px){
  .container {
      max-width: 935px !important;
  }
  .navbar>.container{
      max-width: 980px !important;
  }

  header.module.module-header .menu-item{
    font-size: 1.2em !important;
  }
  header.module.module-header .menu-item.left-spacer{
    padding-left: .25rem !important;
    padding-right: .25rem !important;
  }

}

article.single-post .content div.wp-caption{
  max-width: 100%;
}

@media screen and (max-width: 767px){
  .module.module-content-image-box .inner a.imagelinkage img.image_hover{
    top: 1.25rem !important;
  }

  div.module.module-content-countup-box .columns.is-mobile.items{
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 1023px){
  body.single-post .module.module-slider-header{
    padding-top: 98px;
  }
}
@media screen and (min-width: 1024px){
  body.single-post .module.module-slider-header{
    padding-top: 68px;
  }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prevoff:before,
.slick-nextoff:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prevoff:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-nextoff:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slick-prev.prev-arrow{
    position: absolute;
    left: 1.25rem;
    top: 50%;
    width: 4rem;
    height: 4rem;
    background: #86bdd3;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    -webkit-transition: background 350ms ease-out;
    transition: background 350ms ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 1;
}
.slick-prev.prev-arrow i {
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    color: #f0f0f0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.slick-next.next-arrow{
    position: absolute;
    right: 1.25rem;
    top: 50%;
    width: 4rem;
    height: 4rem;
    background: #86bdd3;
    border-radius: 50%;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    line-height: 4rem;
    cursor: pointer;
    -webkit-transition: background 350ms ease-out;
    transition: background 350ms ease-out;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 1;
}

.slick-next.next-arrow i {
    font-size: 2rem;
    position: absolute;
    top: .5rem;
    color: #f0f0f0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 1280px) and (min-width: 1216px){
  .slick-prev.prev-arrow{
    left: 2.25rem;
  }
  .slick-next.next-arrow{
      right: 2.25rem;
  }
}
@media screen and (max-width: 768px){
  .slick-prev.prev-arrow{
    display: none !important;
  }
  .slick-next.next-arrow{
    display: none !important;
  }
}

.module.module-content-fw-cta-row.has-slider * {
  outline: none !important;
}
.module.module-content-fw-cta-row.has-slider a {
  z-index: 2;
}
.module.module-content-fw-cta-row.has-slider .inner-wrap.the-overlay-is-1:after{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(24, 55, 67, 0.45);
  left: 0;
  top: 0;
  position: absolute;
  -webkit-transition: opacity 600ms linear;
  transition: opacity 600ms linear;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
  cursor: pointer;
}
.module.module-content-fw-cta-row.has-slider:hover .inner-wrap.the-overlay-is-1:after{
  opacity: 0;
}
@media screen and (max-width: 767px){
  .module.module-content-fw-cta-row.has-slider .inner-wrap.the-overlay-is-1:after{
    content: none;
  }
}
/* 25 Jahre Badge */
header.module.module-header .navbar.is-tws .header-container::after{
  content: '';
  display: block;
  width: 26.75rem;
  height: 14rem;
  position: absolute;
  background: url(assets/images/badge_25jahre.png) center top no-repeat;
  background-size: contain;
  right: 0;
  bottom: -30px;
  transform: translate(0,100%);
  transition:opacity 350ms ease;
}

header.module.module-header .navbar.is-tws.js--is-scrolled .header-container::after{
  opacity:0;
  transition:opacity 350ms ease;
}

@media screen and (max-width: 1400px){
header.module.module-header .navbar.is-tws .header-container::after{
    width: 16.75rem;
    height: 18rem;
  }
}

@media screen and (max-width: 1024px){
header.module.module-header .navbar.is-tws .header-container::after{
    width: 8.75rem;
    height: 10rem;
  }
}

@media screen and (max-width: 767px){
header.module.module-header .navbar.is-tws .header-container::after{
    width: 6.75rem;
    height: 8rem;
    right: 0;
    bottom: 0;
  }
}

.module.module-render_fw_cta.module-render_fw_cta_20_years{
  padding-bottom: 49px;
  margin-top: 0;
}

.featherlight-loading{
  opacity: 0;
  transition: all 350ms ease;
}

.featherlight.featherlight-iframe{
  opacity: 1;
  transition: all 350ms ease;
}

.featherlight .featherlight-inner {
    max-width: 100%;
}

@media only screen and (max-width: 1024px){
  .featherlight .featherlight-content {
      padding: 0!important;
  }
}

div.module.module-render_jobs .is-header-row h6{
  /*
  color: #54c0dc !important;
  text-shadow: 0 0 6px rgb(0 0 0 / 65%);
  */
}

/* modded navbr sept.2022 */

.navbar-dropdown .navbar-item.has-dropdown{
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.navbar-dropdown .navbar-dropdown{
  background: #183642;
  position: absolute;
  left: calc(100%);
  top: 0px !important;
  display: none !important;
}
.navbar-dropdown .navbar-item.has-dropdown a.navbar-item{
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-dropdown .navbar-dropdown a.navbar-item{
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  color: white !important;
}
.navbar-dropdown .navbar-dropdown a.navbar-item:after{
  background-color: rgba(255, 255, 255, 0) !important;
}
.navbar-dropdown .navbar-dropdown a.navbar-item:hover:after{
  background-color: white !important;
}
.navbar-dropdown .navbar-item.has-dropdown:hover .navbar-dropdown{
  display: block !important;
}
.navbar-dropdown .navbar-item.has-dropdown a.navbar-item.menu-item-has-children{
  width: 100%;
  display: block;
  position: relative;
}
.navbar-dropdown .navbar-item.has-dropdown a.navbar-item.menu-item-has-children:before{
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  display: block;
  right: 2px;
  font-size: 1rem;
  left: inherit;
  top: .65rem;
  opacity: .4;
}

@media screen and (max-width: 1023px){
  .navbar-dropdown .navbar-item.has-dropdown{
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
  .navbar-dropdown .navbar-dropdown{
    position: static;
    background: transparent;
    padding-left: 0rem;
  }
  .navbar-mainnav .navbar-dropdown .navbar-dropdown{
    background: transparent !important;
  }
  .navbar-dropdown .navbar-dropdown a.navbar-item{
    color: white !important;
    position: relative;
    padding-left: 2.6rem;
  }
  .navbar-dropdown .navbar-dropdown a.navbar-item:before{
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    display: block;
    left: 1.6rem;
    font-size: .8rem;
    top:50%;
    transform: translate(0,-50%);
    opacity: .4;
  }
  .navbar-dropdown .navbar-item.has-dropdown a.navbar-item:after{
    content: none !important;
  }
  .navbar-dropdown .navbar-item.has-dropdown a.navbar-item.menu-item-has-children:before{
    transition: transform 300ms;
  }
  .navbar-dropdown .navbar-item.has-dropdown a.navbar-item.menu-item-has-children.js-is-open:before{
    transform: rotate(90deg);
  }
}

/* DIGITAL 2022 */
img.logo_digital_nnamu{
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  display: block;
}
a.cta_nnamu{
  background: #007373 !important;
  color: white !important;
  display: block !important;
  margin-left: 1.2rem;
  margin-bottom: 2rem;
  padding-top: .6rem;
  padding-bottom: .6rem;
  text-align: center;
  font-size: 1.3rem;
}

.module.module-content-image-box.with-digital-line.tws22style .inner h3{
  color: #363636;
  padding-bottom: .75rem;
}
.module.module-content-image-box.with-digital-line.tws22style .inner .text{
  text-align: left;
}
.module.module-content-image-box.with-digital-line.tws22style .inner .imagelinkage.js-has-sfxd .sfxtxt{
  display: none;
}
.module.module-content-image-box.with-digital-line.tws22style .inner .imagelinkage.js-has-sfxd:hover .sfxtxt{
  display: none;
}
.module.module-content-image-box.tws22style .inner span.imagelinkage:hover img.image_hover{
  transform: scale(1.1);
}
.module.module-content-image-box.tws22style .trigger-prev,
.module.module-content-image-box.tws22style .trigger-next{
  background: #007373 !important;
}

@media screen and (max-width: 768px){
  .module.module-content-image-box.column.cloned{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  img.logo_digital_nnamu{
    margin-left: 0;
    max-width: 45%;
  }
  a.cta_nnamu{
    margin-left: 0;
  }
}


body.page-id-16 #WPBlimTWS20_page .module.is-career .module.mod-dark.mod-lbox .column[data-featherlight]:after{
  width: calc(300px + 12px);
  height: calc(300px + 12px);
  top: 30px;
  left: 6px;
}

@media screen and (max-width: 1407px){
  body.page-id-16 #WPBlimTWS20_page .module.is-career .module.mod-dark.mod-lbox .column[data-featherlight]:after{
    width: calc(264px + 12px);
    height: calc(264px + 12px);
    top: 30px;
    left: 6px;
  }
}
@media screen and (max-width: 1280px){
  body.page-id-16 #WPBlimTWS20_page .module.is-career .module.mod-dark.mod-lbox .column[data-featherlight]:after{
    width: calc(209.75px + 12px);
    height: calc(209.75px + 12px);
    top: 30px;
    left: 6px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  body.page-id-16 #WPBlimTWS20_page .module.is-career .module.mod-dark.mod-lbox .column[data-featherlight]:after{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    top: 24px;
    left: 0px;
    transform: scale(0.93);
  }
}
@media screen and (max-width: 767px) {
  body.page-id-16 #WPBlimTWS20_page .module.is-career .module.mod-dark.mod-lbox .column[data-featherlight]:after{
    width: calc(12rem + 4px);
    height: calc(12rem + 4px);
    top: 34px;
    left: 10px;
  }
}

body.page-id-16 #WPBlimTWS20_page .faq-teaser{}
body.page-id-16 #WPBlimTWS20_page .faq-teaser .title{
  font-size: 4.8rem;
}
@media screen and (max-width: 1407px){
  body.page-id-16 #WPBlimTWS20_page .faq-teaser .title{
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1280px){
  body.page-id-16 #WPBlimTWS20_page .faq-teaser .title{
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  body.page-id-16 #WPBlimTWS20_page .faq-teaser .title{
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  body.page-id-16 #WPBlimTWS20_page .faq-teaser .title{
    font-size: 2.4rem;
  }
}
body.page-id-16 #WPBlimTWS20_page .faq-teaser a.button{
  display: inline-flex;
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.0;
  color: #fff;
  padding-top: .75rem;
  padding-bottom: .75rem;
  height: auto;
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}
body.page-id-16 #WPBlimTWS20_page .faq-teaser a.button:hover{
  -webkit-transform: scale(.925);
  transform: scale(.925);
  background-color: #203239;
}