/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');*/

@font-face {
  font-family: 'Oxanium';
  src: url('/oxanium-font/static/Oxanium-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium';
  src: url('/oxanium-font/static/Oxanium-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Oxanium';
  src: url('/oxanium-font/static/Oxanium-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Carlito';
  src: url('/Carlito/Carlito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Carlito';
  src: url('/Carlito/Carlito-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

/** {
  outline: 1px solid red;  highlight all elements 
}*/

html, body {
  overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
  font-weight:bold;
}

a
{
  cursor:pointer;
}

p
{
  font-size: 19px;
}

figcaption
{
  background: #eee;
  border-left: solid 3px #000;
  padding: 5px 5px 5px 10px;
  font-style: italic;
  font-size: 14px;
}

.headline-2
{
  font-weight: bold;
}

.headline-2 span, .heading span
{
  color: #e65400;
}


.main-content-wrapper ul {
  list-style: none;
  padding-left: 2em;
}

.main-content-wrapper ul li {
  position: relative;
  padding: 5px;
}

.main-content-wrapper ul li::before {
  content: "";
  position: absolute;
  left: -1.5em;
  top: 0.2em;
  width: 25px;
  height: 25px;
  background: url('/Images/Bereitstellung-Daten/Icons/2025-001_Aufzaehlungszeichen.svg') no-repeat center center;
  background-size: contain;
}


.active-text-white a{
  color: white;
}
.text-dark {
  color: #000000 !important;
}

/* Nav Bar CSS Start*/
.header-logo {
  width: 170px;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.orange-star {
  color: #e76800;
  font-size: 1.5rem;
  position: relative;
  top: -10px;
  left: -5px;
}

.logo-tagline {
  line-height: 1.1;
  font-size: 0.9rem;
  color: black;
}

.orange-star {
  color: #e65400;
  font-size: 1.5rem;
  vertical-align: top;
}

.footer-image {
  margin-top: -50px;
}

.footer-logo {
  width: 270px;
}

.text-logo {
  width: 460px;
}

.emergency-text {
  font-size: 1.1rem;
  font-weight: bold;
  font-family: 'Oxanium', sans-serif;
}

  .emergency-text a {
    text-decoration: none;
  }

.tab-pane a {
  text-decoration: none;
  color: #e65400;
}

a {
  text-decoration: none;
  color: #e65400;
}

.emergency-number {
  color: #e65400;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: 'Oxanium', sans-serif;
}

.nav-link {
  font-weight: 500;
  color: black;
  text-transform: uppercase;
}

.icon-panel {
  position: fixed;
  right: 0;
  top: 30%;
  background-image: url("/Images/Graue_Seitenleiste.png");
  background-repeat: no-repeat;
  background-size: cover; /* Ensures the image covers the button */
  background-position: center; /* Centers the image */
  z-index: 999;
  padding: 15px;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  text-align: center;
}

  .icon-panel img {
    display: block;
  }

.cancle-button {
  font-size: xx-large;
  color: #fff;
  font-weight: bold;
}

.banner {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden !important;
}

.feature-icon {
  width: 100%;
  max-width: 128px;
  border: solid 1px #ccc;
  border-radius: 90%;
  padding: 8px;
  margin-top: -64px;
  background-color: #fff;
}

.feature-box {
  text-align: center;
  box-shadow: 1px 1px 10px #ccc;
  border: solid 1px #ccc;
}

  .feature-box:last-child {
    border-right: none;
  }

.feature-title {
  margin-top: 40px;
  text-align: left;
}

  .feature-title h4 {
    font-weight: bold;
    text-align: center;
  }

.feature-list {
  text-align: left;
  margin-top: 1rem;
}

  .feature-list ul {
    margin: 0;
    padding: 0;
  }

  .feature-list p {
    margin-bottom: 0.75rem;
    list-style: none;
    position: relative;
    padding-left: 0.5rem;
  }

.mx {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.star_img {
  width: 25px;
  position: absolute;
}

.button_link {
  background: #ec7100;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 0 0 28px 0;
  display: flex;
  position: absolute;
}

/* banner CSS end*/

.info-section {
  background-color: #000;
  color: white;
  padding: 5rem 1rem;
}

.info-image {
  position: relative;
  text-align: center;
}

  .info-image img {
    max-width: 80%;
    height: auto;
    border-radius: 4px;
  }

.orange-star img {
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 150px;
}

.container .box {
  position: relative;
  width: 100%;
  height: 350px;
  /*   margin: 20px;*/
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}

  .container .box .body {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
    transform-style: preserve-3d;
    transition: 0.9s ease;
  }

    .container .box .body .imgContainer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      transform-style: preserve-3d;
    }

      .container .box .body .imgContainer img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

    .container .box .body .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 90%;
      background: #fff;
      backface-visibility: hidden;
      transform-style: preserve-3d;
    }

  .container .box:hover .body {
    transform: rotateY(180deg);
  }

  .container .box .body .content div {
    transform-style: preserve-3d;
    padding: 20px;
    background: #e55b06;
    transform: translateZ(100px);
    width: 88%;
    height: 86%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
  }

.container .box .body .content div a p {
  font-size: 33px;
  line-height: 40px;
}

@media (max-width: 991px) {
  .container .box .body .content div a p {
    font-size: 24px;
    line-height: 30px;
  }
}

.form-control::placeholder {
  color: #aaa;
}

.btn-orange {
  background-color: #e65400;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: inherit;
  margin-left: 85px;
}

  .btn-orange:hover {
    background-color: #cc4800;
  }

.custom-corner {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 85%, 0% 85%);
}

.emergency {
  color: #e65400;
  font-weight: bold;
}

.telefon-link {
  color: red;
  font-size: 0.9rem;
}

.border_bottom {
  border-bottom: 2px solid #000 !important;
  border-radius: inherit !important;
}

textarea {
  border: 2px solid #000 !important;
  border-radius: inherit !important;
}

/*about content page start*/

.testimonial {
  margin-bottom: 2rem;
}

  .testimonial img {
    width: 80px;
    height: 100px;
    object-fit: cover;
  }

.name {
  color: #e65300;
  font-weight: bold;
}

.position {
  font-weight: bold;
}

/* contact page css*/

.highlight-orange {
  color: #e65300;
  font-weight: bold;
}

.tab-custom {
  padding: 14px 100px;
  font-weight: bold;
  font-size: 20px;
}

.tab1 {
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 0;
}

.tab2 {
  margin-left: 10px;
  border-bottom: 2px solid;
}

.tab2-custom {
  border-top: 2px solid;
  border-right: 2px solid;
  border-radius: 0 !important;
  margin-bottom: 6px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #090909;
  background-color: #d6d6d6;
}

.tab-active {
  background-color: #d6d6d6;
}

.icon-check {
  width: 40px;
  height: 40px;
}

.video-section {
  background-color: #d9d9d9;
  padding: 40px 0;
}

.info-text {
  font-size: 1.1rem;
  color: #000;
}

.info-icon {
  width: 50px;
  margin-top: 20px;
}

.contact-img {
  width: 100%;
}

/* Hero Section */
.hero {
  display: flex;
  flex-wrap: wrap;
  background-color: #000;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-left {
  flex: 1 1 30%;
  min-height: 400px;
  position: relative;
}

.hero-right {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: inherit;
  padding: 2rem;
}

  .hero-right h1 {
    font-size: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
  }

    .hero-right h1 span {
      color: #f60;
    }

/* Left Speech Bubble */
.speech-left {
  background: #000;
  border: 6px solid white;
  color: #f60;
  padding: 1rem 1.5rem;
  position: absolute;
  top: 10rem;
  left: 2rem;
  max-width: 200px;
}

  .speech-left::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid white;
  }

  .speech-left::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #000;
  }

.impressum-section {
  padding: 1rem;
}

  .impressum-section h3 {
    font-weight: bold;
    text-align: center;
    margin: 2rem;
  }

.legal-section {
  padding: 3rem 1rem;
}

  .legal-section h5 {
    font-weight: bold;
    margin-bottom: 1.5rem;
  }

/* swiper slider*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-slider {
  position: relative;
  align-items: center;
  padding: 20px;
}

.card-title-curent-news {
  font-size: 20px;
  min-height: 80px;
}

.card-text, .card-footer a {
  font-size: 14px;
}

.container .box .body .content div
{
  background-repeat: no-repeat;
  background-position: bottom right;
}

.swiper-button-next, .swiper-button-prev {
  background-color: #fff;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  padding: 8px;
  border-radius: 100%;
  border: none;
  color: white;
  width: 40px;
  height: 40px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.nav.navbar-nav li a {
  font-family: 'Carlito', sans-serif !important;
}

.button-container {
  display: flex;
  position: relative;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}

.button-submit {
  position: relative;
  justify-content: flex-end;
  align-items: center;
  top: 10px !important;
  right: 0 !important;
}

.send-btn {
  padding: 70px 13px !important;
}

.send-button {
  padding: 70px 90px !important;
}

.button-with-background {
  background-image: url('../images/Untitled.png'); /* Path to your uploaded image */
  background-size: cover; /* Ensures the image covers the button */
  background-position: right center; /* Centers the image */
  color: white; /* Text color */
  border: none; /* Removes the border */
  padding: 10px 0px; /* Adjusts the padding of the button */
  font-size: 22px; /* Font size */
  cursor: pointer; /* Pointer cursor */
  text-align: center; /* Centers the text inside the button */
  box-sizing: border-box; /* Includes padding in the width/height calculation */
  width: 50%;
  text-decoration: none;
}

.button-with-background-contact {
  background-color: transparent;
  background-image: url('../images/Untitled.png'); /* Path to your uploaded image */
  background-size: cover; /* Ensures the image covers the button */
  background-position: right center; /* Centers the image */
  color: white; /* Text color */
  border: none; /* Removes the border */
  padding: 10px 0px; /* Adjusts the padding of the button */
  font-size: 22px; /* Font size */
  cursor: pointer; /* Pointer cursor */
  text-align: center; /* Centers the text inside the button */
  box-sizing: border-box; /* Includes padding in the width/height calculation */
  width: 100%;
}

.button-with-background:hover, .button-with-background-contact:hover
{
  color:#000;
}


@media (max-width: 1199px) {
  .button-with-background,.button-with-background-contact
  {
    font-size: 20px;
  }
}

  .button-with-background-contact:hover {
    opacity: 0.8; /* Slight opacity on hover */
  }

.swiper-slide .card {
  background-color: #000000;
}

  .swiper-slide .card .card-title {
    color: #EC7100;
    padding: 0px 10px;
  }

  .swiper-slide .card .card-text {
    color: #ffffff;
  }

.swiper-slide .card-footer {
  background-color: #EC7100;
  min-height: 59px;
}

  .swiper-slide .card-footer a {
    color: #ffffff;
  }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f26522'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f26522'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-button-prev {
  background-size: 10px;
  width: 30px;
  height: 30px;
}

.swiper-button-prev {
  left: 5px;
}

.swiper-button-next {
  right: 5px;
}

.highlighted-content {
  background-color: #d9d9d9;
}

.center-contact-section {
  max-width: 60%;
  margin: 0 auto;
  padding-top: 40px;
}

.training-tabs .nav-tabs {
  border: none;
}

  .training-tabs  .nav-tabs li .nav-link {
    padding: 14px 100px;
    font-weight: bold;
    font-size: 20px;
  }

    .training-tabs  .nav-tabs li .nav-link.active {
      color: #090909;
      background-color: #d6d6d6;
      border-radius: 0;
      border-bottom: solid 1px #d6d6d6;
    }

  .training-tabs  .nav-tabs  li {
    border-top: 2px solid;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 1px solid;
    padding:0px;
  }

.training-tabs  .nav-tabs  li:before {
  display: none;
}


.training-tabs .tab-content
{
  border-top: solid 6px #d6d6d6;
}

@media (max-width: 991px) {
  .training-tabs ul li .nav-link {    
    color: #bbb;
  }
  
  .training-tabs ul li:has(.active) {
    box-shadow: 2px 2px 10px #000;
  }
}

.cancle-button {
  cursor: pointer;
}

.sidebar.hidden {
  transform: translateX(80%);
}

.sidebar {
  transition: left 0.4s ease-in-out; /* Smooth slide */
}

 #main_nav .nav-link.active {
  background-image: url(../images/nav_background.png);
  background-size: cover;
  background-position: right;
  color: #ffffff;
}

 @media(min-width:44rem) {
  #main_nav .nav-link:hover {
    background-image: url(../images/nav_background.png);
    background-size: cover;
    background-position: right;
    color: #ffffff;
  }
 }



p, span, li, strong, a {
  font-family: 'Carlito', sans-serif !important;
}

h2, h3, h4 {
  font-family: 'Oxanium', sans-serif;
}

.nav-tabs .nav-link {
  border-radius: inherit;
}

.nav-link:hover {
  color: #e65400;
}

.icon-panel-back {
  background: #c6c6c5;
  position: fixed;
  right: 0;
  top: 40%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 999;
  padding: 15px;
  display: none;
}

body {
  position: relative;
}


@media (max-width: 768px) {
  .custom-flex-end {
    align-items: flex-start !important;
  }

  .emergency-text {
    margin: 0px;
    font-size: 16px;
  }

  .emergency-number {
    font-size: 20px;
  }

  .footer-image {
    margin-top: 0px;
    width: 220px;
    position: relative;
    justify-content: end;
    align-items: center;
    display: flex;
  }

  /*  .icon-panel {
    right: 0px;
    padding: 5px;
  }*/

  .banner {
    height: 140px;
  }

  .banner-up-image {
    height: 155px;
  }

  .feature-icon {
    width: 125px;
    margin-bottom: 0;
  }

  .feature-title {
    margin: 0 !important;
  }

    .feature-title h3 {
      text-align: center;
      font-size: 14px;
    }

  .mx {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .button_link {
    background: #ec7100;
    padding: 3px;
    text-decoration: none;
    color: #fff;
    border-radius: 0 0 15px 0;
    margin-left: 1px;
  }

  .orange-star img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 80px;
  }

  .heading h2 {
    font-weight: 400 !important;
    text-align: center !important;
    font-size: 14px;
  }

  .questions-img {
    position: relative;
    top: -12px;
    width: 140px;
    left: 90px;
    display: flex;
  }

  .contact-img {
    width: 150px;
    position: relative;
    justify-content: end;
    align-items: center;
    display: flex;
  }

  .hero {
    flex-direction: column;
    width: 100%;
    height: 140px;
  }

  .hero-left, .hero-right {
    flex: 1 1 100%;
  }

    .hero-right h1 {
      font-size: 20px;
    }

  .speech-left {
    position: relative;
    top: 50px;
    width: 76px;
    height: 50px;
    left: 6px;
    padding: 5px;
  }

  .contact-form .ps-4 {
    padding-left: 0px !important;
  }

  .send-btn {
    padding: 10px 70px !important;
  }

  .button-with-background {
    width: 100%;
    font-size: 14px;
  }

  .card-text p {
    font-size: 20px;
  }

  .mobile-padding {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .feature-title h4 {
    font-weight: bold;
    margin-top: 25px;
    font-size: 14px;
  }

  .animated-cards .box {
    width: 100%;
    height: 290px;
    overflow: hidden;
  }

    .animated-cards .box .body .content .card-text {
      height: 90%;
      overflow-y: auto; /* enables scroll if content overflows */
      padding-right: 5px; /* for scroll space */
    }

  .icon-panel a img {
    width: 30px;
  }

  .icon-panel .cancle-button {
    font-size: 16px;
  }

  .icon-panel {
    padding: 10px;
  }

  .icon-panel-back {
    top: 40%;
    padding: 10px;
  }
  ul.dropdown-menu{
    text-align:center;
  }
}



  @media (max-width: 390px) {
    .animated-cards .box {
      width: 100% !important;
      height: 290px;
    }

      .animated-cards .box .body, .animated-cards .box .body .imgContainer img {
        width: 100%;
        height: 100%;
      }

        .animated-cards .box .body .content .card-text {
          height: 90%;
        }

    .header-logo {
      margin: 0px;
    }

    .info-image img {
      margin: 0px !important;
    }

    .tab-content .tab-pane div {
      display: block !important;
    }
  }

  .footer-menu {
    text-align: center;
  }

  @media screen and (max-width: 480px) {
    .mobile-padding {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }

    .animated-cards .box {
      width: 100%;
      height: 290px;
    }

      .animated-cards .box .body, .animated-cards .box .body .imgContainer img {
        width: 100%;
        height: 100%;
      }

        .animated-cards .box .body .content .card-text {
          height: 90%;
        }

    .footer-menu {
      text-align: left;
    }

    .icon-panel {
      top: 40%
    }

    .icon-panel-back {
      top: 50%;
    }
  }

.dropdown-item{
  color:#000000;
  text-transform: uppercase;
}

.dropdown:hover .dropdown-menu{
  display:block;
}

.form-control {
  padding: 0.47rem 15px;
}

@media (max-width: 1199px) {
  .form-control {
    padding: 0.65rem 15px;
  }
}

@media (max-width: 991px) {
  .form-control {
    padding: 0.87rem 15px;
  }
}


#contactform-phone::placeholder {
  color: #e55b06 !important;
  opacity: 1; /* Firefox */
  font-weight: bold !important;
}

#contactform-phone::-ms-input-placeholder { /* Edge 12 -18 */
  color: #e55b06 !important;
  opacity: 1; /* Firefox */
  font-weight: bold !important;
}

.flip-card {
  background-color: transparent;
  width: 90%;
  height: 250px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  justify-self: center;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: bottom right;
}

/* Style the back side */
.flip-card-back {
  background-color: #e55b06;
  transform: rotateY(180deg);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.flip-card-inner .card-text
{
  padding: 20px;
  /* transform: translateZ(100px); */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #ffffff;
  font-size: 24px;    
}

.flip-card-inner .card-text a {
  color: #ffffff
}

.flip-card-inner .card-text a p {
  text-align: left;
  font-size: 36px;
  line-height: 40px;
}

.flip-card-inner .flip-card-back .card-text a p {
    line-height: 20px;
    font-size: 30px;
}


@media (max-width: 767px) {
  .flip-card {
    width: 100%;
  }

  .flip-card-inner .card-text a p {
    text-align: left;
    font-size: 30px;
    line-height: 33px;
  }
}



.umb-block-grid {
  --umb-block-grid--column-gap: 0;
  --umb-block-grid--row-gap: 0;
  --umb-block-grid--grid-columns: 1;
  --umb-block-grid--area-grid-columns: 1;
  --umb-block-grid--areas-column-gap: 0;
  --umb-block-grid--areas-row-gap: 0;
  --umb-block-grid--area-column-span: 1;
  --umb-block-grid--area-row-span: 1;
  --umb-block-grid--item-column-span: 1;
  --umb-block-grid--item-row-span: 1;
  --spacer-width: 1px;
  --spacer-color: #000;
  --nwb-section-background-color: #fff;
  --nwb-section-background-image: none;
  --nwb-subject-bg-color: #fff;
  --nwb-subject-text-color: #fff;
}

.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--column-gap, 0);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}

.umb-block-grid__layout-item {
  position: relative;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--item-column-span, 1) * 3), var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}


.umb-block-grid__area-container, .umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  -moz-column-gap: var(--umb-block-grid--areas-column-gap, 0);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}

.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* For small devices we scale columnSpan by three, to make everything bigger than 1/3 take full width: */
  grid-column-end: span min(calc(var(--umb-block-grid--area-column-span, 1) * 3), var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}


@media (min-width: 992px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }

  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}


/**********************
Layout Items
*********************/
.umb-block-grid__layout-item {
  background-color: inherit;
}

.bg-grey {
  background-color: #F5F5F5;
}

.img-copyright {
  text-align: right;
  font-size: 14px;
  color: #666;
  padding: 8px 20px;
}

.container .img-copyright {
  padding: 8px 0px;
}

/**********************
Spacer
**********************/
.umb-block-grid__layout-item[data-content-element-type-alias='spacer'] {
  height: 100%;
}

.grid-spacer {
  height: 100%;
  display: flex;
  justify-content: center;
}

.grid-spacer > div {
  width: var(--spacer-width, 1px);
  background-color: var(--spacer-color);
}

/*** Spacer Visibility ***/
/* d-none */
.umb-block-grid__layout-item:has(> div.d-none:not(.d-md-block, .d-block, .d-md-flex,.d-lg-block, .d-flex, .d-lg-flex)) {
  display: none !important;
}


/* case .d-none, .d-sm-block, .d-sm-flex */
@media (max-width: 767px) {
  .umb-block-grid__layout-item:has(> div.d-none.d-md-block),
  .umb-block-grid__layout-item:has(> div.d-none.d-md-flex) {
    display: none !important;
  }
}

/* d-{displayTypeValue} d-md-none d-lg-{displayTypeValue} */
@media (min-width: 768px) and (max-width: 991px) {
  .umb-block-grid__layout-item:has(> div.d-block.d-md-none.d-lg-block),
  .umb-block-grid__layout-item:has(> div.d-flex.d-md-none.d-lg-flex) {
    display: none !important;
  }
}

/* d-none d-lg-{displayTypeValue} */
@media (max-width: 991px) {
  .umb-block-grid__layout-item:has(> div.d-none.d-lg-block),
  .umb-block-grid__layout-item:has(> div.d-none.d-lg-flex) {
    display: none !important;
  }
}

/* d-{displayTypeValue} d-lg-none */
@media (min-width: 992px) {
  .umb-block-grid__layout-item:has(> div.d-block.d-lg-none),
  .umb-block-grid__layout-item:has(> div.d-flex.d-lg-none) {
    display: none !important;
  }
}

/* d-none d-md-{displayTypeValue} d-lg-none */
@media (min-width: 992px) {
  .umb-block-grid__layout-item:has(> div.d-none.d-md-block.d-lg-block),
  .umb-block-grid__layout-item:has(> div.d-none.d-md-flex.d-lg-flex) {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .umb-block-grid__layout-item:has(> div.d-none.d-md-block.d-lg-block),
  .umb-block-grid__layout-item:has(> div.d-none.d-md-flex.d-lg-flex) {
    display: none !important;
  }
}

/* d-{displayTypeValue} d-md-none */
@media (min-width: 768px) {
  .umb-block-grid__layout-item:has(> div.d-block.d-md-none:not(.d-lg-block)),
  .umb-block-grid__layout-item:has(> div.d-flex.d-md-none:not(.d-lg-flex)) {
    display: none !important;
  }
}

/**********************
Single Image
**********************/
.imgZoom {
  cursor: zoom-in;
}

/**************************
Block Grid Item (Livefeed)
***************************/
.feed-carousel {
  --cnvs-owl-dots-sizes: 11px;
  --cnvs-owl-nav-bg: #333333;
  --owl-item-radius: 10px;
}

.feed-carousel.init {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.abo-badge {
  padding: 2px 4px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  background-color: #6C757D;
}

/* === Feed Ad Display === */
#newsfeed-slider {
  --nwb-ad-label-line-height: 24px;
}

.feed-carousel:has(div[id^="adBanner"]) .swiper-wrapper {
  margin-top: var(--nwb-ad-label-line-height);
}

.feed-carousel:has(div[id^="adBanner"]) .swiper-wrapper .swiper-slide:has(.ad-section) .ad-label {
  position: absolute;
  top: 0;
  left: 6px;
  transform: translateY(-100%);
  font-size: 14px;
}

#newsfeed-slider:has(div[id^="adBanner"]) .swipe-navigation {
  transform: translateY(calc(var(--nwb-ad-label-line-height) * -1));
}

.feed-carousel:has(div[id^="adBanner"]) .swiper-wrapper .swiper-slide:has(.ad-section) {
  overflow: visible;
}

/* hide last slide when ad banner is showing */
.feed-carousel:has(div[id^="adBanner"]) .swiper-wrapper .swiper-slide:last-child {
  display: none;
}

/* hide ad slide when no banner is showing */
.feed-carousel:not(:has(div[id^="adBanner"])) .swiper-wrapper .swiper-slide:nth-child(3) {
  display: none;
}

.feed-carousel {
  border: 1px solid transparent;
  margin-bottom: 5px;
}

.feed-carousel .feed-item {
  border: 1px solid #DCDCDC;
  border-radius: var(--owl-item-radius);
}

.feed-item .feed-content {
  padding: 0 20px 20px 20px;
}

.feed-item .image-wrapper {
  aspect-ratio: 630/354;
  border-top-right-radius: var(--owl-item-radius);
  border-top-left-radius: var(--owl-item-radius);
  overflow: hidden;
}

.feed-item .feed-headline h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 10px 0 15px;
  transition: color 100ms ease-in-out;
}

.feed-item:hover .feed-headline h3 {
  color: var(--nwb-blue);
}

.feed-item .feed-categories {
  color: #5C5C5C;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.feed-item .feed-categories .category-text {
  text-transform: uppercase;
}

.feed-item .feed-excerpt {
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1b;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

#newsfeed-slider:not(.initialized) {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  height: 0;
}

#newsfeed-slider.initialized {
  visibility: visible;
  pointer-events: auto;
  animation: swiperLoaded;
  animation-duration: 200ms;
}

#newsfeed-slider

@keyframes swiperLoaded {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.carousel-spinner {
  min-height: 400px;
}

/**************************************
Swiper Custom Navigation & Pagination
**************************************/
.custom-swiper-nav {
  --swipe-navigation-icon-color: #000;
  --swipe-navigation-icon-bg-color: #fff;
  --swipe-navigation-border-width: 1px;
  --swipe-navigation-border-color: rgba(0, 0, 0, 0.2);
  --swipe-navigation-border-radius: 50%;
  --swipe-navigation-size: 48px;
}

.custom-swiper-nav .swiper-pagination {
  --cnvs-swiper-dots-position-bottom: 0;
}

.swiper-pagination-bullet {
  --swiper-pagination-color: #A7A7A7;
  --cnvs-slider-arrow-color: var(--swiper-pagination-color);
  --cnvs-canvas-slider-dots-size: 11px;
  background-color: var(--swiper-pagination-color) !important;
}

.custom-swiper-nav .swiper-pagination-bullet {
  opacity: .5;
  box-shadow: 0px 6px 8px #c9c9c9;
}

.custom-swiper-nav .swiper-pagination-bullet-active {
  opacity: 1;
}

.swipe-navigation {
  color: var(--swipe-navigation-icon-color, #000);
  background-color: var(--swipe-navigation-icon-bg-color, #fff);
  border-width: var(--swipe-navigation-border-width, 1px);
  border-color: var(--swipe-navigation-border-color, #000);
  border-radius: var(--swipe-navigation-border-radius, 50%);
  width: var(--swipe-navigation-size, 48px);
  height: var(--swipe-navigation-size, 48px);
  border-style: solid;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  cursor: pointer;
  top: 50%;
  transform: translateY(calc(-1 * var(--swipe-navigation-size)));
  transition: all 150ms ease-in-out;
  opacity: 0.3;
  box-shadow: 0px 6px 8px #c9c9c9;
}

@media (max-width: 575px) {
  .swipe-navigation {
    display: none;
  }

}

.custom-swiper-nav:hover .swipe-navigation {
  opacity: 1;
}

.swipe-navigation.swiper-button-disabled {
  display: none;
}

.swipe-next {
  right: calc(-1 * var(--swipe-navigation-size));
  left: auto;
}

.swipe-prev {
  right: auto;
  left: calc(-1 * var(--swipe-navigation-size));
}

/**********************
FAQ
**********************/
.faq-topic-card {
  width: 200px;
  text-align: center;
  padding: 25px 0px;
  display: block;
  border-radius: 15px;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.faq-topic-card h5 {
  font-size: 16px !important;
}

.faq-topic-img-wrapper {
  background: #fff;
  padding: 25px;
  border-radius: 90px;
  display: inline-block;
}

.faq-topic-card img {
  float: none !important;
  width: 50px !important;
  height: 50px;
  background: #fff;
  display: inline;
  align-self: center;
}

.faq-topic-card.active,
.faq-topic-card:hover {
  background: #fff !important;
  box-shadow: 3px 3px 10px #ccc;
}


.faq-topic-card.active .faq-topic-img-wrapper,
.faq-topic-card.active img,
.faq-topic-card:hover .faq-topic-img-wrapper,
.faq-topic-card:hover img {
  background: var(--cnvs-themecolor) !important;
}

.faq-topic-wrapper .toggle-title {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: 700 !important;
  padding-left: 20px;
}

.faq-topic-wrapper .toggle-icon {
  font-size: 30px;
  padding-top: 16px;
  padding-right: 2rem;
}

.faq-question {
  background-color: #2F4858;
  padding: 25px;
  color: #fff;
  font-size: 20px;
  font-weight: 700 !important;
  width: 65%;
  position: relative;
  border-radius: 15px;
}

.faq-question:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 20px 14px 0;
  border-color: #2F4858 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -20px;
  left: 20px;
}

.faq-answer {
  margin-top: 25px;
  background-color: #FFFCD1;
  padding: 25px;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 500 !important;
  width: 65%;
  position: relative;
  border-radius: 15px;
  margin-left: 35%;
  box-shadow: 3px 3px 10px #ccc;
}

.faq-answer:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0 14px 20px;
  border-color: #FFFCD1 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -20px;
  right: 20px;
}

@media (max-width: 767px) {
  .faq-question, .faq-answer {
    width: 80%;
  }

  .faq-answer {
    margin-left: 20%;
  }
}

.accordion-button:focus {
  border: none !important;
  box-shadow: none !important;
}

/**********************
Bilderstrecke / Fancybox
**********************/
.fancybox-infobox {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 5px;
}

/**********************
Contact-Card
**********************/
.team-title span {
  color: #212545;
  font-family: inherit;
  font-style: normal;
}

.team-title h4, .team-title .h4 {
  text-transform: none;
  letter-spacing: 0px;
  color: #1D1D1B;
}

.contactInfo h3 {
  font-size: 24px;
  font-weight: 700;
}

.contactInfo {
  font-size: 16px;
  font-weight: 500;
}

.contactInfo .team-title h4, .contactInfo .team-title .h4 {
  font-size: 18px;
  font-weight: 700;
}

/**********************
Carousel
**********************/
.block-grid-carousel {
  --cnvs-owl-nav-sizes: 48px;
  --cnvs-owl-dots-sizes: 11px;
  --cnvs-owl-nav-bg: #A7A7A7;
}

.block-grid-carousel .owl-dots .owl-dot {
  margin-top: 15px;
}


.block-grid-carousel .owl-nav .owl-prev {
  left: 5px !important;
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
}

.block-grid-carousel .owl-nav .owl-next {
  right: 5px !important;
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
}

.block-grid-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1 !important;
  color: var(--cnvs-owl-nav-color) !important;
  background-color: var(--cnvs-owl-nav-background) !important;
}

.block-grid-carousel .owl-stage-outer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.block-grid-carousel .oc-item {
  border-radius: 10px !important;
}

.block-grid-carousel .oc-item .h-shadow {
  box-shadow: 0px 0px 18px 2px #c9c9c9 !important;
}

.block-grid-carousel .oc-item .h-translate-y-sm {
  transform: translateY(-3px) !important;
}

.carousel-person-position, .carousel-person-name {
  color: #1D1D1B;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}

.carousel-person-intro {
  color: #1D1D1B;
  font-weight: bolder;
  font-size: 18px;
  --cnvs-line-height-content: 24px;
  margin-bottom: 20px;
}

.carousel-person-text {
  color: #1D1D1B;
  font-weight: normal;
  font-size: 16px;
  --cnvs-line-height-content: 24px;
  margin-bottom: 20px;
}

/**********************
Seminar Card
**********************/
.carousel-person-position, .carousel-person-name {
  color: #1D1D1B;
  font-size: 11px;
  display: block;
  text-transform: uppercase;
}

.carousel-person-intro {
  color: #1D1D1B;
  font-weight: bolder;
  font-size: 18px;
  --cnvs-line-height-content: 24px;
  margin-bottom: 20px;
}

.carousel-person-text {
  color: #1D1D1B;
  font-weight: normal;
  font-size: 16px;
  --cnvs-line-height-content: 24px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .seminarCardWrapper {
    text-align: center;
  }

  .carousel-person-intro {
    margin-top: 20px;
  }
}

/**********************
Image Banner Carousel
**********************/
/* navigation*/
.block-grid-imagebanner-carousel {
  --cnvs-owl-nav-sizes: 68px;
  --cnvs-owl-dots-sizes: 11px;
  --cnvs-owl-nav-bg: #A7A7A7;
}

.block-grid-imagebanner-carousel .owl-dots .owl-dot {
  margin-top: 15px;
}


.block-grid-imagebanner-carousel .owl-nav .owl-prev {
  opacity: 1 !important;
  left: -75px !important;
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
}

.block-grid-imagebanner-carousel .owl-nav .owl-next {
  opacity: 1 !important;
  right: -75px !important;
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
}

.block-grid-imagebanner-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1 !important;
  color: var(--cnvs-owl-nav-color) !important;
  background-color: var(--cnvs-owl-nav-background) !important;
}


/**********************
Highlight Banner
**********************/
.highlightBanner-wrapper {
  background-color: var(--nwb-section-background-color);
  background-image: var(--nwb-section-background-image);
  background-size: cover;
  padding: 40px;
  display: grid;
}

.highlightBanner-box-container {
  --boxBG: rgba(0, 0, 0, 0.8);
  --boxTitleColor: #FFED00;
  --boxSubTitleColor: #f5f5f5;
  --boxTextColor: #fff;
  max-height:300px;
  width: 60%;
  position: relative;
  z-index: 1;
  background: var(--boxBG);
  padding: 20px;
}

.highlightBanner-box-container.top-left {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 100px;
}

.highlightBanner-box-container.bottom-left {
  margin-top: 100px;
  margin-left: 20px;
  margin-bottom: 0px;
}

.highlightBanner-box-container.top-right {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 100px;
  justify-self: end;
}

.highlightBanner-box-container.bottom-right {
  margin-top: 100px;
  margin-left: 20px;
  margin-bottom: 0px;
  justify-self: end;
}

.highlightBanner-box-container .box-subtitle {
  text-transform: uppercase;
  color: var(--boxSubTitleColor);
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 700px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.highlightBanner-box-container .box-title {
  color: var(--boxTitleColor);
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Anzahl der Zeilen */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.highlightBanner-box-container .box-text {
  color: var(--boxTextColor);
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Anzahl der Zeilen */
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 767px;
}

@media (max-width: 767px) {
  .highlightBanner-box-container {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 20px;
    justify-self: center;
    max-height:none;
  }

  .highlightBanner-box-container.top-left {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .highlightBanner-box-container.bottom-left {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .highlightBanner-box-container.top-right {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    justify-self: center;
  }

  .highlightBanner-box-container.bottom-right {
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    justify-self: center;
  }

  .highlightBanner-box-container .box-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .highlightBanner-box-container .box-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }


  .highlightBanner-box-container .box-text {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Anzahl der Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 767px;
  }

  .box-cta .nwb-btn-common {
    font-size: 13px;
  }
}


/**********************
Bild Text Call-to-Action
**********************/
.bild-text-cta-wrapper h4 {
  font-size: 18px;
  font-weight: 700;
}

.bild-text-cta-wrapper .after-heading {
  font-size: 16px;
  color: #5C5C5C !important;
  font-weight: 700 !important;
}

.bild-text-cta-text {
  color: #1D1D1B;
  font-size: 16px;
}

/**********************
QUOTE
**********************/
.quote-text-wrapper {
  background: #ffef1f;
  padding: 24px !important;
  padding-left: 80px !important;
  font-size: 24px;
  font-family: "Open Sans", serif;
  font-style: italic;
  font-weight: 400;
}

.quote-text-wrapper .quotationmark {
  position: absolute;
  top: 12px;
  left: 24px;
  font-size: 40px;
}


.quote-text-wrapper .author {
  display: block;
  padding-top: 15px;
  font-size: 12px;
  font-family: "Open Sans", serif;
  font-style: normal;
  text-align: right;
}


/**********************
NWB Database Input
**********************/
.nwb-input-yellow {
  border: solid 10px var(--cnvs-themecolor);
}

.nwb-input-yellow input {
  border: solid 0 var(--cnvs-themecolor);
  font-size: 16px;
}

.nwb-input-yellow input::placeholder {
  color: #999999;
}

.nwb-input-yellow i {
  font-size: 20px
}


/**********************
 **********************/
.fancybox__container {
  --fancybox-bg: rgba(24, 24, 27, 0.85);
}

/**********************
Icon Link List
**********************/
.blockgrid-icon-link-list .link-col {
  border-right: solid 1px #DCDCDC;
}

.blockgrid-icon-link-list .link-col:last-child {
  border-right: solid 0px #ffffff;
}

.blockgrid-icon-link {
  text-align: center;
  padding: 30px 0px;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}

.blockgrid-icon-link-icon-wrapper {
  background-color: var(--cnvs-themecolor);
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blockgrid-icon-link-icon-wrapper img {
  max-width: 50px;
  max-height: 50px;
}

/**********************
Newsletter
**********************/
.newsletter-text {
  font-size: 34px;
  --cnvs-line-height-content: 43px;
}

@media (max-width: 991px) {
  .newsletter-text {
    font-size: 24px;
    --cnvs-line-height-content: 34px;
  }
}

/**********************
Products Carousel & Subjects
**********************/
/*** Product Carousel ***/
/* navigation*/
.product-carousel {
  --cnvs-owl-nav-sizes: 68px;
  --cnvs-owl-dots-sizes: 11px;
  --cnvs-owl-nav-bg: #A7A7A7;
}

.product-carousel .owl-dots .owl-dot {
  margin-top: 15px;
}


.product-carousel .owl-nav .owl-prev {
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
  left: -75px !important;
}

.product-carousel .owl-nav .owl-next {
  box-shadow: 0px 6px 8px #c9c9c9;
  opacity: 0.3 !important;
  right: -75px !important;
}

.product-carousel .owl-nav [class*=owl-]:hover {
  opacity: 1 !important;
  color: var(--cnvs-owl-nav-color) !important;
  background-color: var(--cnvs-owl-nav-background) !important;
}

.product-carousel .owl-item.center {
  text-align: left !important;
}

.owl-item .product-button-wrapper {
  display: none;
}

.owl-item.center .product-button-wrapper {
  display: block;
}

.nwb-product .product-description p {
  margin-bottom: 20px;
}

/* typographies */
.nwb-product .product-name {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.nwb-product .product-description,
.nwb-product a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  --cnvs-line-height-content: 24px;
}

@media (max-width: 1399px) {
  .nwb-product .product-description,
  .nwb-product a {
    font-size: 15px;
    font-weight: 400;
    --cnvs-line-height-content: 22px;
  }
}

@media (max-width: 1199px) {
  .nwb-product .product-description,
  .nwb-product a {
    font-size: 14px;
    font-weight: 400;
    --cnvs-line-height-content: 21px;
  }

  .product-button-wrapper button {
    --nwb-button-fontsize: 16px;
    --nwb-button-padding: 8px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nwb-product .product-description,
  .nwb-product a {
    font-size: 12px;
    font-weight: 400;
    --cnvs-line-height-content: 18px;
  }

  .nwb-product .product-description p {
    margin-bottom: 15px;
  }

  .product-button-wrapper button {
    --nwb-button-fontsize: 14px;
    --nwb-button-padding: 6px 20px;
  }
}

@media (max-width: 768px) {
  .nwb-product .product-description,
  .nwb-product a {
    font-size: 16px;
    font-weight: 400;
    --cnvs-line-height-content: 22px;
  }
}

@media (max-width: 575px) {

  .contactInfo h3 {
    font-size: 20px;
  }
}

/* highlighting middle items */
@media (min-width: 768px) {
  .product-carousel .active:nth-child(2 of .active) {
    transform: scale(1);
    opacity: 1;
  }

  .product-carousel .owl-item {
    transform: scale(.8);
    opacity: 0.65;
    transition: transform 250ms ease-out, opacity 200ms ease-in-out;
  }

  .product-carousel .active:nth-child(1 of .active) {
    transform-origin: left;
  }

  .product-carousel .active:nth-child(3 of .active) {
    transform-origin: right;
  }
}


/*** Subject Buttons ***/
.subject-text {
  font-size: 16px;
  --cnvs-line-height-content: 24px;
  font-weight: 400;
}

.subject-wrapper {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  --nwb-subject-fontSize: 12px;
  --nwb-subject-fontWeight: 400;
  --nwb-subject-lineHeight: 1;
  --nwb-subject-y-padding: 4px;
}

.subject {
  background-color: var(--nwb-subject-bg-color, #fff);
  width: fit-content;
  padding: var(--nwb-subject-y-padding) 10px;
  border-radius: 10px;
  display: flex;
  line-height: 0;
  align-items: center;
}

.subject a,
.subject span {
  font-size: var(--nwb-subject-fontSize, 12px);
  color: var(--nwb-subject-text-color, #fff);
  font-weight: var(--nwb-subject-fontWeight, 400);
  line-height: var(--nwb-subject-lineHeight, 1);
}

/**********************
Ad Snippet
**********************/
.umb-block-grid__layout-item:has(div[data-content-element-type-alias="adSnippet"]):not(:has([id^='adBanner'])) {
  display: none;
}