/* -------------------------------- Webseite -------------------------------- */
/* --------------------------------- Cookie --------------------------------- */
/* -------------------------------- allgemein ------------------------------- */
.main-btn {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 5px !important;
}
.main-btn:hover {
  color: #364360;
  border-color: #364360;
}
.container-fluid-less-width {
  max-width: 1400px;
}
.title-dark {
  color: #364360 !important;
  font-weight: 600 !important;
}
p {
  color: #1e292f;
}
ol {
  color: #1e292f;
  list-style-type: lower-latin;
}
.bold {
  font-weight: bold !important;
}
h1 {
  margin-bottom: 36px;
}
.hyphens-auto {
  hyphens: auto;
}
.d-flex {
  display: flex;
}
.justify-end {
  justify-content: flex-end;
}
.align-end {
  align-items: flex-end;
}
.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}
.btn-primary {
  background-color: var(--vision-color-primary);
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary:hover {
  background-color: var(--vision-color-secondary);
  border: none;
}
.title {
  font-size: 36px !important;
  line-height: 50px !important;
  font-weight: 500 !important;
}
.banner-area img, .about-area img, .asnwers-area img, .action-2-area img {
  border-radius: 5px !important;
}
.bottom-link {
  color: #c2d1e2;
  font-weight: 600;
}
.bottom-link:hover {
  color: #c2d1e2;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a {
  transition: 0.3s ease !important;
  line-height: 60px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
  color: #000 !important;
}
.header-area .header-top .header-left-side ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.header-area .header-top .header-left-side ul li a {
  line-height: 1em !important;
}
.header-area .header-top .header-left-side ul .lang-switch-area .lan-switcher-inner {
  display: flex;
  align-items: center;
}
.header-area .header-top .header-left-side ul .lang-switch-area .lan-switcher-inner form .lang-btn {
  font-weight: 600;
  padding: 3px 5px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  color: #364360;
}
.header-area .header-top .header-left-side ul .lang-switch-area .lan-switcher-inner form .lang-btn.active {
  color: #cfa355;
}
/* ------------------------------- startseite ------------------------------- */
/* slider */
.main-banner {
  margin-top: 160px;
  margin-bottom: 120px;
}
.main-banner .bg-image {
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80vh;
  width: 100%;
  object-fit: cover;
}
.main-banner .container {
  margin-bottom: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.main-banner .container .banner-content {
  padding: 40px 60px 40px 30px;
  margin-top: 4px;
  border-radius: 8px;
  backdrop-filter: blur(7px);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.main-banner .container .banner-content .banz-list {
  margin-top: 60px;
}
.product-area {
  margin-bottom: 60px;
}
.product-area .card {
  max-height: 550px;
  height: 550px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
}
.product-area .card img {
  height: 250px;
  object-fit: contain;
  padding: 25px;
  max-width: 100%;
}
.product-area .card .under-card {
  padding: 30px;
}
.product-area .card .under-card p {
  margin-bottom: 15px;
}
.product-area .card .under-card .main-btn {
  position: absolute;
  bottom: 15px;
}
.about-area .about-item {
  padding-left: 0;
}
.about-area .about-item .title {
  padding-bottom: 15px;
}
.about-area ol {
  padding-left: 15px;
}
.about-area ol li {
  color: #1e292f;
  list-style-type: decimal !important;
}
.asnwers-area {
  /* .answers-thumb {
        margin-top: 198px;
    } */
}
.asnwers-area .section-title-2 .title {
  padding-bottom: 36px;
}
.asnwers-area p {
  color: #1e292f;
}
.asnwers-area .card-top {
  cursor: pointer;
  transition: 0.3s ease;
  padding-bottom: 15px;
}
.asnwers-area .card-top:hover {
  background-color: #cfa25544;
}
.asnwers-area .card-body p {
  padding-top: 15px;
}
.asnwers-area .img-col {
  display: flex;
  justify-content: center;
}
.asnwers-area .img-col .faq-img {
  max-width: 550px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/* kategorien verlinkung */
.kategorien-verlinkung img {
  position: absolute;
  object-fit: cover;
  filter: brightness(50%) blur(3px);
  transform: scale(1.01) translate3d(0, 0, 0);
  z-index: 1;
  height: 100%;
  width: 100%;
  max-width: 670px;
  transition: 0.5s ease;
  backface-visibility: hidden;
  perspective: 1000;
}
.kategorien-verlinkung .verlinkung-outer {
  overflow: hidden !important;
  height: 350px;
  position: relative;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}
.kategorien-verlinkung .verlinkung-outer:hover img {
  filter: brightness(70%) blur(0px) !important;
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn {
  transition: 0.3s ease;
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn:hover img {
  filter: brightness(65%) blur(0px) !important;
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn:hover h3 {
  transform: scale(1.05);
  color: #fff !important;
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn:hover i {
  transform: translateX(5px);
  color: var(--vision-color-primary);
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn h3 {
  color: #d3a960;
  transition: 0.3s ease;
  height: 40px;
}
.kategorien-verlinkung .verlinkung-outer .verlinkung-btn h3 i {
  transition: 0.5s ease;
}
/* info banner */
.rts-editorialbox-area {
  background-size: cover;
  background-position: center;
}
.rts-editorialbox-area .card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
}
.rts-editorialbox-area .card .blog-img {
  margin-bottom: 30px;
}
.rts-editorialbox-area .info-box, .rts-editorialbox-area .blog-item {
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  backdrop-filter: blur(3px) !important;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.25) !important;
  height: auto;
  width: 100%;
}
.rts-editorialbox-area .info-box .news-teaser-img, .rts-editorialbox-area .blog-item .news-teaser-img {
  border-radius: 10px;
}
.rts-editorialbox-area .info-box {
  max-width: 100%;
  background-color: #cfa355c4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.rts-editorialbox-area .info-box:after {
  background-image: none;
}
.rts-editorialbox-area .info-box .title {
  margin-top: unset;
  margin-bottom: 30px;
}
.rts-editorialbox-area .info-box p {
  color: #fff !important;
  margin-bottom: 30px;
}
.rts-editorialbox-area .info-box .btn-secondary {
  background-color: #364360;
  padding: 10px 25px;
  border: 2px solid #364360;
  transition: 0.3s ease;
}
.rts-editorialbox-area .info-box .btn-secondary:hover {
  background-color: var(--vision-color-primary);
  color: #364360;
  border: 2px solid #364360;
}
.rts-editorialbox-area .blog-item {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.rts-editorialbox-area .blog-item .img-col {
  display: flex;
  align-items: center;
}
.rts-editorialbox-area .blog-item .blog-text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* kontakt */
.action-2-area .action-overlay .action-support .action-support-item {
  border-radius: 5px;
}
.action-2-area .action-overlay .action-support .action-support-item span {
  font-size: 22px;
}
.action-2-area .action-overlay .action-support .action-support-item .fa-phone {
  opacity: 0.15;
  transform: rotate(90deg);
}
/* --------------------------------- footer --------------------------------- */
.footer-area .widget-item-1 p {
  padding-top: 60px;
  text-align: justify;
}
/* --------------------------------- Unterseite Kontakt -------------------------------- */
form .form-check {
  display: flex;
  align-items: center;
}
form .form-check .form-check-label {
  margin-left: 5px;
}
form .form-check .form-check-label a {
  color: var(--vision-color-primary);
  font-weight: 600;
  transition: 0.3s ease;
}
form .form-check .form-check-label a:hover {
  color: var(--vision-color-secondary);
}
/* --------------------------- Unterseite Produkte -------------------------- */
/* --------------------------- Unterseite Produkte -------------------------- */
.product-item:hover .to-product-btn {
  background-color: var(--vision-color-secondary) !important;
}
.product-item:hover .to-product-title {
  color: #171b24 !important;
}
#product-overview {
  margin-top: 60px;
}
#product-overview .product-image-container {
  max-height: 360px;
}
#product-overview .product-item {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 450px;
  width: 100%;
}
#product-overview .product-item .card {
  border: none;
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.1);
}
#product-overview .product-item .card .to-product {
  display: flex;
  justify-content: center;
  text-align: left;
}
#product-overview .product-item .card .to-product img {
  min-height: 250px !important;
  max-height: 250px !important;
  width: 100%;
  object-fit: contain !important;
  border-radius: 5px;
}
#product-overview .product-item .card:hover .to-product-btn {
  background-color: var(--vision-color-secondary) !important;
}
#product-overview .product-item .card:hover .to-product-title {
  color: #171b24 !important;
}
#product-overview .product-item .card .card-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#product-overview .product-item .card .card-bottom .product-item-mini-title {
  margin-bottom: 15px;
  align-self: flex-start;
}
#product-overview .product-item .card .card-bottom .to-product-btn {
  padding: 15px 30px;
  line-height: initial;
  width: 100%;
  max-width: 360px;
}
#product-overview .product-item .card .card-bottom h5 {
  max-width: 350px;
  text-align: center;
  height: 90px;
  overflow: hidden;
}
#product-overview .product-item .card .card-bottom h5 .to-product-title {
  color: var(--vision-color-secondary);
  transition: 0.3s ease;
}
#product-overview .product-item .card .card-bottom h5 .to-product-title:hover {
  color: #171b24;
}
/* produkt detail seite */
.product-detail-page .introduction {
  margin-bottom: 90px;
}
.product-detail-page .row {
  margin-bottom: 60px;
}
.product-detail-page .title-row {
  margin-bottom: 0px;
}
.product-detail-page .to-overview-row {
  margin-bottom: 0;
}
.product-detail-page .slick-list {
  padding: 0 !important;
}
.product-detail-page .slick-list .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  margin: 0;
}
.product-detail-page .product-row .product-img {
  height: auto;
}
.product-detail-page .product-row .product-connection {
  border: 1px solid #c6c6c6;
  height: fit-content;
  min-height: 275px;
}
.product-detail-page .product-row .product-connection .product-connection-1 h5 {
  margin-bottom: 15px;
}
.product-detail-page .mini-img-row {
  max-width: 600px;
  overflow: hidden;
  margin-bottom: 30px;
}
.product-detail-page .mini-img-row .mini-img {
  width: 100px !important;
  cursor: pointer;
}
.product-detail-page .properties-row table, .product-detail-page .variants-row table {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px;
}
.product-detail-page .hinweis-col p {
  margin-bottom: 5px;
}
.product-detail-page .variants-row table tr:first-child td:first-child {
  min-width: 160px;
}
.product-detail-page .h3 {
  color: var(--vision-color-secondary);
}
.product-detail-page .table-title {
  font-weight: bold !important;
}
.product-detail-page th, .product-detail-page td {
  border-bottom: 2px solid #f8f8f8;
  padding: 12px 20px;
  color: var(--vision-color-secondary);
  width: 280px;
  hyphens: auto;
}
@media only screen and (max-width: 600px) {
  .product-detail-page table th, .product-detail-page table td {
    width: 100px;
  }
}
.filter-left {
  padding-left: 30px;
}
.filter-parent {
  padding: 1rem;
  padding-left: 0;
  border-radius: 0.5rem;
}
.filter-parent .filter-btn {
  background-color: var(--vision-color-primary);
  color: white;
  border: none;
  padding: 10px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  font-size: 1.2rem;
  width: 100%;
  text-align: left;
  transition: background-color 0.2s ease;
  margin-bottom: 5px;
  text-align: center;
}
.filter-parent .filter-btn:hover {
  background-color: #c49950;
  cursor: pointer;
}
.filter-parent .filter-item {
  padding: 0px;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  transition: background-color 0.2s ease;
}
.filter-parent .filter-item:hover {
  cursor: pointer;
}
.filter-parent .show-all {
  background: var(--vision-color-secondary);
  margin-bottom: 30px;
}
.filter-parent .show-all:hover {
  background: #6983b9;
}
.product-search-input {
  background-color: white;
  border: none;
  padding: 0.5rem 0;
  padding-left: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  font-size: 14px;
  width: 100%;
  width: calc(100% - 15px);
  margin-bottom: 1rem;
}
.product-col {
  display: flex;
  flex-direction: column;
}
/* -------------------------------- downloads -------------------------------- */
.download-section {
  text-align: center;
  padding: 60px 0;
}
.download-section .card {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: none;
}
.download-section .download-title {
  font-size: 24px;
  margin-bottom: 10px;
}
.download-section .download-description {
  font-size: 16px;
  margin-bottom: 20px;
}
.download-section .download-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  text-decoration: none;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  transition: all 0.3s;
}
.download-section .download-button:hover {
  background-color: #fff;
  color: #333;
  cursor: pointer;
}
/* -------------------------------- Aktuelles ------------------------------- */
/* overview */
.blog-main-area .blog-overview-btn {
  line-height: 40px;
  padding: 0px 25px;
}
.blog-main-area .news-teaser-img {
  min-height: 370px;
  object-fit: cover;
}
.blog-main-area .col-lg-4 {
  margin: 50px 0;
}
.blog-main-area .col-lg-4 .blog-item {
  display: flex;
  flex-direction: column;
}
.blog-main-area .col-lg-4 .blog-item .blog-img {
  display: flex;
  justify-content: center;
}
.blog-main-area .col-lg-4 .blog-item .blog-img img {
  height: 300px;
  width: 250px;
  object-fit: cover;
}
.blog-main-area .col-lg-4 .blog-item .blog-text {
  display: flex;
  flex-direction: column;
}
/* detail */
.blog-detail img {
  width: 400px !important;
  object-fit: contain;
}
.blog-detail .overview-btn {
  max-width: 300px;
}
.blog-detail .blog-meta-date {
  float: right;
}
/* ------------------------------- DATENSCHUTZ & IMPRESSUM ------------------------------ */
#pageid-2 main a, #pageid-3 main a {
  color: var(--vision-color-primary);
  transition: 0.3s ease;
}
#pageid-2 main a:hover, #pageid-3 main a:hover {
  color: var(--vision-color-secondary);
}
/*# sourceMappingURL=../../template/css/_maps/zz_custom.map */