/*
Theme Name: SCHÄFER Matten
Theme URI: https://onlionit.com/
Author: Felix Fleißner
Author URI: 
Description: Schäfer Matten Theme 2025
Version: 1.0
*/
:root {
  --bg: #f7f7f9;
  --card: #ffffff;
  --text: #1b1f23;
  --muted: #6b7280;
  --primary: #2b94cc;         /* Akzentfarbe nach Wunsch anpassen */
  --primary-contrast: #ffffff;
  --ring: rgba(13,59,102,.25);
  --border: #e5e7eb;
  --radius: 14px;
  --sm-border-radius: 5px;
  --shadow: 0 10px 25px rgba(0,0,0,.06);
  --gap: 20px;
}

.sm-border-radius {
    border-radius: var(--sm-border-radius, 5px);
}

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    outline: 0;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    background: transparent linear-gradient(253deg, #fff 0%, #f4f9fa 100%) 0% 0% no-repeat padding-box;
}
a,
a * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
    color: #2b94cc;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight:800;
}
.rounded{
        border-radius: 20px !important;
}
.shadow{
        box-shadow: 0 4px 8px rgba(0,0,0,0.15) !important;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.txt-left {
    text-align: left;
}
.right {
    float: right;
}
.txt-right {
    text-align: right;
}
.txt-white {
    color: white !important;
}
.txt-white * {
    color: white !important;
}
.clear {
    clear: both;
}
ul,
ol {
    list-style-position: outside;
    margin-left: 1.2em;
}
img {
    max-width: 100%;
    height: auto;
}
.reverse {
    flex-direction: row-reverse;
}
nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
nav ul li {
    display: inline-block;
}
nav ul li a {
    display: inline-block;
}
.resp-bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.resp-bg img,
.resp-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.onl-cta {
    background: #2b94cc;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #ffffff;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-radius: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 66px 10px 96px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 10px;
    background: url(img/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-cta:hover {
    background: #2b94cc;
    padding: 10px 96px 10px 66px;
}
.onl-cta:hover:before {
    left: calc(100% - 86px);
}
.onl-cta.white {
    background: white !important;
    color: #2b94cc !important;
}
.onl-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.onl-cta.white:hover {
    background: #2b94cc !important;
    color: white !important;
}
.onl-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.onl-cta.sm {
    padding: 10px 26px 10px 46px;
}
.onl-cta.sm:before {
    left: 20px;
}
.onl-cta.sm:hover {
    padding: 10px 46px 10px 26px;
}
.onl-cta.sm:hover:before {
    left: calc(100% - 35px);
}
section {
    padding: 40px 0px;
}
section.no-padding {
    padding: 0px 0px;
}
@media (min-width: 768px) {
    .two-col-text {
        column-count: 2;
        column-gap: 100px;
    }
}
@media (max-width: 480px) {
    * {
        font-size: 16px;
    }
    .onl-breadcrumb * {
        font-size: 12px;
    }
    .tb-title span,
    .tb-title span * {
        font-size: 28px !important;
    }
}
header#onlionit-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    background: rgb(0 0 0 / 73%);
    position: fixed;
    max-width: 1568px;
    top: 15px;
    width: 100%;
    height: 88px;
    padding: 0px 45px;
    z-index: 99;
    border-radius: 30px;
    left: 0;
    right: 0;
    margin: auto;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#onlionit-header .onlionit-header-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

header#onlionit-header nav ul {
    text-align: right;
}

header#onlionit-header .seco-menu ul li a {
    font-size: 14px;
    padding: 2px 10px;
}

header#onlionit-header nav span.dd-title {
    display: none;
}
header#onlionit-header nav ul li a {
    color: #fff;
    font: normal normal medium 18px/27px "Roboto";
    text-transform: none;
    letter-spacing: 0.05em;
    padding: 5px 10px;
}
header#onlionit-header nav ul li a * {
    color: #fff;
}
header#onlionit-header nav ul li.menu-item-has-children > a {
    padding-right: 35px;
    position: relative;
    height: auto;
    line-height: 1.2;
}
header#onlionit-header nav ul li:hover > a,
header#onlionit-header nav ul li:hover:after,
header#onlionit-header nav ul li.current-menu-item > a,
header#onlionit-header nav ul li.current-menu-item:after,
header#onlionit-header nav ul li.current-menu-parent > a,
header#onlionit-header nav ul li.current-menu-parent:after,
header#onlionit-header nav ul li.current-menu-anchestor > a,
header#onlionit-header nav ul li.current-menu-anchestor:after {
    color: #2b94cc !important;
}
header#onlionit-header nav ul li:hover > a *,
header#onlionit-header nav ul li:hover:after *,
header#onlionit-header nav ul li.current-menu-item > a *,
header#onlionit-header nav ul li.current-menu-item:after *,
header#onlionit-header nav ul li.current-menu-parent > a *,
header#onlionit-header nav ul li.current-menu-parent:after *,
header#onlionit-header nav ul li.current-menu-anchestor > a *,
header#onlionit-header nav ul li.current-menu-anchestor:after * {
    color: #2b94cc !important;
}
header#onlionit-header nav ul li:hover ul {
    display: flex;
}
header#onlionit-header nav ul li ul {
    display: none;
    position: absolute;
    height: 100vh;
    flex-wrap: wrap;
    gap: 30px;
}
header#onlionit-header nav ul li ul .container {
    padding-top: 15px;
}
header#onlionit-header nav ul li ul .onlionit-menu-wrap {
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 20px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    padding: 30px 40px;
}
header#onlionit-header nav ul li ul .onlionit-menu-wrap span.dd-title {
    font-size: 38px;
    grid-column: 1/-1;
    margin-bottom: 30px;
    display: block;
}
header#onlionit-header nav ul li ul li {
    display: flex;
    margin: 0;
    align-items: center;
}
header#onlionit-header nav ul li ul li a {
    display: flex;
    align-items: center;
    font: normal normal normal 18px/1.2 "Roboto";
    text-transform: none;
    letter-spacing: 0px;
    padding: 0;
}
header#onlionit-header nav ul li ul li .item-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    border-radius: 57px;
    margin-right: 15px;
    border: 2px solid white;
    background: transparent linear-gradient(249deg, #5b9cb4 0%, #85be57 100%) 0% 0% no-repeat padding-box;
    padding: 10px;
}
header#onlionit-header nav ul li ul li .item-icon--placeholder {
    background: none;
    border: 2px solid transparent;
}
header#onlionit-header nav ul li ul li .item-icon img,
header#onlionit-header nav ul li ul li .item-icon svg {
    width: 100%;
    height: 100%;
}
header#onlionit-header nav ul li ul li .item-icon svg * {
    fill: white;
}
header#onlionit-header nav ul li ul li span.menu-image-title-after.menu-image-title {
    display: block;
    flex: 1;
}
header#onlionit-header nav ul li ul li:hover a * {
    color: #2b94cc;
}
header#onlionit-header nav ul li ul li:hover .item-icon:not(.item-icon--placeholder) {
    border: 2px solid #2b94cc;
    background: white;
}
header#onlionit-header nav ul li ul li:hover .item-icon:not(.item-icon--placeholder) svg * {
    fill: #2b94cc;
}
header#onlionit-header nav ul li ul .onlionit-menu-wrap:before {
    position: absolute;
    content: " ";
    height: 18px;
    width: 30px;
    border: 1px solid #ffffff6a;
    opacity: 1;
    top: -17px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #ffffff;
    border-top: 0px;
}
header#onlionit-header nav ul li ul .onlionit-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 30px;
}
header#onlionit-header nav ul li ul .onlionit-menu-grid li {
    margin-bottom: 0;
}
header#onlionit-header nav ul li ul .onlionit-menu-grid li a {
    display: block;
    padding: 0;
}
header#onlionit-header nav ul li ul .matten-navigation-info {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
}
header#onlionit-header nav ul li ul .matten-navigation-info img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
header#onlionit-header nav ul li ul .matten-navigation-title,
header#onlionit-header nav ul li ul .matten-navigation-text {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    padding: 10px 15px;
}
header#onlionit-header nav ul li ul .matten-navigation-title {
    top: 5px;
    font-weight: 700;
    font-size: 18px;
}
header#onlionit-header nav ul li ul .matten-navigation-text {
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
}
header#onlionit-header .onlionit-header-right {
    display: flex;
    align-items: center;
}
header#onlionit-header .onlionit-header-wpml {
    position: relative;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon {
    margin-left: 10px;
    cursor: pointer;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon svg {
    width: 21px;
    height: auto;
    position: relative;
    top: -1px;
    margin-left: 5px;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon svg * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon i {
    font-size: 20px;
    vertical-align: text-top;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon:hover svg * {
    fill: #2b94cc;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon:hover + .onlionit-header-wpml-current {
    border-color: #2b94cc;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon:hover + .onlionit-header-wpml-current span,
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-icon:hover + .onlionit-header-wpml-current i {
    color: #2b94cc;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown {
    display: none;
    padding: 10px 30px;
    background: white;
    position: absolute;
    top: calc(100% + 55px);
    right: 15px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #ffffff6a;
    border-radius: 20px;
    opacity: 1;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown nav ul li {
    display: block;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown nav ul li * {
    text-transform: none !important;
    letter-spacing: 0px;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown nav ul li:after {
    display: none !important;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown nav ul li a:hover * {
    color: #2b94cc;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    border: 1px solid black;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-left: 15px;
    line-height: 1.3;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    transform: scale(0.6);
    border: 2px solid black;
    font-weight: bold;
    bottom: -11px;
    right: -10px;
    background: white;
    line-height: 1;
    pointer-events: none !important;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current span {
    font-size: 10px;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current i {
    display: none;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    right: -1px;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current:hover {
    border-color: #2b94cc;
}
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current:hover span,
header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-current:hover i {
    color: #2b94cc;
}
header#onlionit-header .onlionit-header-search {
    padding: 10px;
    position: relative;
    cursor: pointer;
}
header#onlionit-header .onlionit-header-search svg {
    position: relative;
    z-index: 3;
    width: 20px;
    height: 20px;
}
header#onlionit-header .onlionit-header-search .onlionit-close-icon {
    display: none;
}
header#onlionit-header .onlionit-header-search.open .onlionit-search-icon {
    display: none;
}
header#onlionit-header .onlionit-header-search.open .onlionit-close-icon {
    display: block;
}
header#onlionit-header .onl-searchbox {
    position: absolute;
    right: 0;
    top: 100%;
    width: 350px;
    max-width: 100vw;
    background: white;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    z-index: 90;
    margin-top: 10px;
}
header#onlionit-header .onl-searchbox {
    display: none;
}
header#onlionit-header #onl-searchform input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 25px;
    border: 1px solid #e5e7eb !important;
    background: #f9fafb;
    outline: none !important;
    transition: all 0.3s;
}
header#onlionit-header #onl-searchform input:focus {
    border-color: #2b94cc !important;
    background: #fff;
}
header#onlionit-header div#onl-searchresults {
    background: white;
    position: relative;
    top: 10px;
    width: 100%;
    left: 0px;
    border: none;
    box-shadow: none;
    max-height: 400px;
    overflow: auto;
}
header#onlionit-header div#onl-searchresults div {
    column-count: 1;
    padding: 10px;
}
header#onlionit-header div#onl-searchresults div:empty {
    padding: 0px;
}
header#onlionit-header div#onl-searchresults a {
    line-height: 1.3em;
    display: block;
    padding: 10px 0px 10px 20px;
    color: black;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #eee;
}
header#onlionit-header div#onl-searchresults a:last-child {
    border-bottom: none;
}
header#onlionit-header div#onl-searchresults a:before {
    content: "\e944";
    font-family: "Linearicons";
    position: absolute;
    top: 10px;
    left: 0px;
    color: #2b94cc;
}
header#onlionit-header div#onl-searchresults a:hover {
    color: #2b94cc;
}
header#onlionit-header div#onl-searchresults .onl-newsblog {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
header#onlionit-header div#onl-searchresults:empty {
    padding: 0px;
    border: none;
}
header#onlionit-header #onl-searchresults h3 {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}
header#onlionit-header .onlionit-search-icon,
header#onlionit-header .onlionit-close-icon {
    cursor: pointer;
}
header#onlionit-header .onlionit-search-icon *,
header#onlionit-header .onlionit-close-icon * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: #fff;
}
header#onlionit-header .onlionit-search-icon:hover *,
header#onlionit-header .onlionit-close-icon:hover * {
    fill: #2b94cc;
}

/* Header Icons (Cart, User) */
.onlionit-header-icon {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.onlionit-header-icon svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
}
.onlionit-header-icon svg path {
    fill: #fff;
    transition: all 0.3s;
}
.onlionit-header-icon:hover svg path {
    fill: #2b94cc;
}

/* User Dropdown */
.onlionit-header-user {
    position: relative;
}
.onlionit-user-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    min-width: 220px;
    padding: 15px 0;
    z-index: 100;
    margin-top: 10px;
}
.onlionit-header-user:hover .onlionit-user-dropdown {
    display: block;
}
/* Triangle for dropdown */
.onlionit-user-dropdown:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 15px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
}
.onlionit-user-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.onlionit-user-dropdown ul li {
    display: block;
    margin: 0;
    padding: 0;
}
.onlionit-user-dropdown ul li a {
    display: block;
    padding: 8px 20px;
    color: #333 !important;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: normal;
}
.onlionit-user-dropdown ul li a:hover {
    background: #f7f7f9;
    color: #2b94cc !important;
}
header#onlionit-header.sticktop {
    width: 100%;
    border: none;
    max-width: 100%;
    top: 0px;
    border-radius: 0px;
}
#mobile-menu {
    display: none;
    margin-top: 9px;
    width: 25px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 3;
    margin-left: 25px;
}
#mobile-menu:after {
    position: absolute;
    content: "";
    display: block;
    height: 25px;
    width: 100px;
    z-index: -1;
}
#mobile-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#mobile-menu:hover span {
    background: #2b94cc;
}
#mobile-menu:hover p {
    color: #2b94cc;
}
#mobile-menu span:nth-child(1) {
    top: 0px;
}
#mobile-menu span:nth-child(2),
#mobile-menu span:nth-child(3) {
    top: 8px;
}
#mobile-menu span:nth-child(4) {
    top: 16px;
}
header.open #mobile-menu span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
header.open #mobile-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
header.open #mobile-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header.open #mobile-menu span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
header.open-wpml .onlionit-header-wpml-dropdown {
    display: block !important;
}
header.open-wpml .onlionit-header-wpml-current span {
    display: none;
}
header.open-wpml .onlionit-header-wpml-current i {
    display: inline-block !important;
}
#ndesignbody #pwebcontact2 {
    display: none;
}
@media (max-width: 1500px) {
    header#onlionit-header .onl-searchbox {
        max-width: calc(100% - 330px);
    }
}
@media (min-width: 1200px) {
    header#onlionit-header nav ul li ul {
        pointer-events: none;
    }
    header#onlionit-header nav ul li ul * {
        pointer-events: auto;
    }
}
@media (max-width: 1200px) {
    header#onlionit-header {
        z-index: 999;
    }
    header#onlionit-header .onlionit-header-menu {
        display: none;
        position: fixed;
        top: 103px;
        right: 0px;
        width: 100vw;
        max-width: 100%;
        height: calc(100vh - 103px);
        z-index: 999;
        background: white;
        padding: 30px;
        border-top: 1px solid #e7e7e7;
        overflow: auto;
        box-shadow: none;
    }
    header#onlionit-header .onlionit-header-menu nav ul li {
        display: block;
    }
    header#onlionit-header .onlionit-header-menu nav ul li > a {
        height: auto;
        line-height: 1.4;
        padding: 15px 0;
        border-top: 1px solid #8080801c;
        font-weight: bold;
    }
    header#onlionit-header .onlionit-header-menu nav ul li:first-of-type > a {
        border-top: none;
    }
    header#onlionit-header .onlionit-header-menu nav ul li.menu-item-has-children a:after {
        right: 10px;
        top: 20px;
        transform: rotate(-90deg);
        transform-origin: center;
    }
    header#onlionit-header .onlionit-header-menu nav ul li a {
        border-bottom: 0px;
        display: block;
        width: 100%;
        padding: 0px;
        color: #333 !important;
		text-align:left;
    }
    header#onlionit-header .onlionit-header-menu nav ul li ul {
        background: none;
        width: auto;
        height: auto;
        display: block !important;
        position: relative !important;
        padding-left: 15px;
        margin-bottom: 20px;
        margin-top: 5px;
        box-shadow: none !important;
    }
    header#onlionit-header .onlionit-header-menu nav ul li ul li a {
        font-weight: normal;
        padding: 8px 0;
    }
    header#onlionit-header .onlionit-header-menu nav ul li ul .onlionit-menu-grid {
        display: block;
    }
    header#onlionit-header .onlionit-header-menu nav ul li ul .onlionit-menu-wrap {
        padding: 0px;
        min-height: inherit;
        background: none;
        box-shadow: none !important;
    }
    
    /* Matten Navigation Fixes for Mobile */
    header#onlionit-header nav ul li ul .matten-navigation-info {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        overflow: visible !important;
        height: auto !important;
        margin-bottom: 5px !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    header#onlionit-header nav ul li ul .matten-navigation-info img {
        width: 40px !important;
        height: 40px !important;
        object-fit: cover !important;
        margin-right: 15px !important;
        border-radius: 4px !important;
        flex-shrink: 0 !important;
    }
    header#onlionit-header nav ul li ul .matten-navigation-title {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        padding: 0 !important;
        color: #333 !important;
        font-size: 16px !important;
        text-align: left !important;
        text-shadow: none !important;
        font-weight: normal !important;
    }
    header#onlionit-header nav ul li ul .matten-navigation-text {
        display: none !important;
    }

    header#onlionit-header.open {
        box-shadow: none;
    }
    header#onlionit-header.open .onlionit-header-menu {
        display: flex;
        justify-content: flex-start; 
    }
    header#onlionit-header.open .onlionit-header-menu .main-menu {
        order: 1;
		width:100%;
    }
    header#onlionit-header.open .onlionit-header-menu .seco-menu {
        order: 2;
		width:100%;
    }
    #mobile-menu {
        display: block;
    }
}
@media (max-width: 992px) {
    header#onlionit-header div#onl-searchresults div {
        column-count: 2;
        padding: 15px;
    }
    header#onlionit-header div#onl-searchresults div * {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    #side-icons {
        width: 50px;
    }
    #side-icons a {
        width: 50px;
        height: 50px;
        padding: 12px;
    }
    body {
        padding-top: 70px;
    }
    header#onlionit-header {
        height: 70px;
        top: 0px;
        border-radius: 0px;
        left: 0px;
        width: 100%;
    }
    header#onlionit-header .onl-searchbox {
        top: 15px;
        max-width: calc(100% - 320px);
    }
    header#onlionit-header div#onl-searchresults div {
        column-count: 1;
        padding: 15px;
    }
    header#onlionit-header .viavis-header-logo img {
        width: 160px;
        height: auto;
    }
    header#onlionit-header .onlionit-header-50jahre img {
        width: 80px;
        height: auto;
    }
    header#onlionit-header .onlionit-header-wpml .onlionit-header-wpml-dropdown {
        top: calc(100% + 20px);
    }
    header#onlionit-header .onlionit-header-menu {
        padding: 20px;
        top: 70px;
        height: calc(100vh - 70px);
    }
    header#onlionit-header .onlionit-header-menu * {
        font-size: 14px;
    }
    header#onlionit-header .onlionit-header-menu nav ul li.menu-item-has-children a:after {
        top: 17px;
    }
    header#onlionit-header .onlionit-header-menu nav ul li.menu-item-has-children.open-subs a:after {
        top: 0px;
    }
    header#onlionit-header .onlionit-header-menu nav ul li > a {
        height: 50px;
        line-height: 50px;
    }
    .onlionit-header-slogan-wrapper {
        left: 28px;
        top: 64px;
        padding: 7px 12px;
        width: auto;
    }
    .onlionit-header-slogan {
        font-size: 11pt;
    }
}
@media (max-width: 480px) {
    header#onlionit-header .onl-searchbox {
        top: 70px;
        width: 100vw;
        max-width: 100vw;
        left: 0px;
    }
}
footer {
    max-width: 100%;
    margin: 0;
    border-radius: 0;
}
footer#onlionit-footer {
    background: #5999b0;
}
footer#onlionit-footer h1,
footer#onlionit-footer h2,
footer#onlionit-footer h3,
footer#onlionit-footer h4,
footer#onlionit-footer h5,
footer#onlionit-footer h6 {
    color: white;
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;
}
footer#onlionit-footer #onlionit-footer-top {
    padding: 60px 60px 100px 60px;
    width: 100%;
    background-position: bottom left;
    background-repeat: no-repeat;
}
footer#onlionit-footer #onlionit-footer-top,
footer#onlionit-footer #onlionit-footer-top * {
    color: white !important;
}
footer#onlionit-footer #onlionit-footer-top ul,
footer#onlionit-footer #onlionit-footer-top ol,
footer#onlionit-footer #onlionit-footer-top nav ul,
footer#onlionit-footer #onlionit-footer-top .menu ul {
    margin: 0;
}
footer#onlionit-footer #onlionit-footer-top nav li,
footer#onlionit-footer #onlionit-footer-top .menu li {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}
footer#onlionit-footer #onlionit-footer-top nav li a,
footer#onlionit-footer #onlionit-footer-top .menu li a {
    color: white;
    padding: 5px 0px;
    display: inline-block;
}
footer#onlionit-footer #onlionit-footer-top nav li:hover a,
footer#onlionit-footer #onlionit-footer-top nav li.current-menu-item a,
footer#onlionit-footer #onlionit-footer-top .menu li:hover a,
footer#onlionit-footer #onlionit-footer-top .menu li.current-menu-item a {
    color: white;
}
footer#onlionit-footer #onlionit-footer-top figure {
    margin: 5px 5px 20px 0;
}
footer#onlionit-footer #onlionit-footer-bottom {
    background: var(--primary);
    padding: 10px 0px;
}
footer#onlionit-footer #onlionit-footer-bottom nav ul li a {
    color: white;
    padding: 5px;
}
footer#onlionit-footer #onlionit-footer-bottom nav ul li:hover a,
footer#onlionit-footer #onlionit-footer-bottom nav ul li.current-menu-item a {
    color: #333333;
}
footer#onlionit-footer #onlionit-footer-bottom nav ul li:last-of-type a {
    padding-right: 0px;
}
footer#onlionit-footer #onlionit-footer-bottom span.copyright {
    color: white;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}
@media (max-width: 550px) {
    footer#onlionit-footer #onlionit-footer-top {
        padding: 25px 0px 25px 0px;
    }
    footer#onlionit-footer #onlionit-footer-top .container .row {
        display: block;
        text-align: center;
    }
    footer#onlionit-footer #onlionit-footer-top .container .row .col-6 {
        width: 100%;
        max-width: inherit;
    }
}
@media (max-width: 480px) {
    footer#onlionit-footer #onlionit-footer-bottom {
        padding: 10px 0px 60px 0px;
    }
    footer#onlionit-footer #onlionit-footer-bottom * {
        text-align: center !important;
    }
}
.onl-form {
    width: 100%;
}
.onl-form .onl-form-row {
    width: calc(100% + 15px);
    margin: 0px -7.5px;
}
.onl-form .onl-form-row .onl-form-half {
    width: 50%;
    float: left;
    padding: 7.5px;
}
.onl-form .onl-form-row .onl-form-full {
    width: 100%;
    float: left;
    padding: 7.5px;
}
.onl-form .onl-form-row:after {
    content: "";
    clear: both;
    display: block;
}
.onl-form input,
.onl-form textarea {
    width: 100%;
    padding: 10px;
    color: #333;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
}
.onl-form input:focus,
.onl-form input:active,
.onl-form textarea:focus,
.onl-form textarea:active {
    background: #5999b0;
}
.onl-form textarea {
    height: 150px;
}
.onl-form .wpcf7-response-output {
    margin-top: 0px !important;
    padding: 15px !important;
    border: none !important;
    background: #bda196;
}
.onl-form input.wpcf7-submit {
    width: auto !important;
    float: right;
    background: #2b94cc !important;
    color: white;
    padding: 10px 30px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-form input.wpcf7-submit:hover {
    background: white !important;
    color: #2b94cc !important;
}
.onl-form .wpcf7-list-item {
    margin: 0px !important;
}
.onl-form .legal-notice {
    padding-left: 25px !important;
    display: block;
    position: relative;
    font-size: 12px;
}
.onl-form .legal-notice * {
    font-size: 12px;
}
.onl-form .legal-notice .wpcf7-form-control-wrap {
    position: initial !important;
}
.onl-form .legal-notice input[type="checkbox"] {
    position: absolute;
    left: 0px;
    width: 15px;
    height: 15px;
    top: 0px;
    -webkit-appearance: none !important;
    display: block !important;
    border: 2px solid white !important;
    padding: 0px !important;
}
.onl-form .legal-notice input[type="checkbox"]:focus,
.onl-form .legal-notice input[type="checkbox"]:active {
    background: none !important;
}
.onl-form .legal-notice input[type="checkbox"]:checked:after {
    content: "";
    background: url(../img/check-white.svg);
    position: absolute;
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    top: -7px;
    left: 1px;
}
.onl-form .legal-notice a {
    text-decoration: underline;
}
.onl-form .legal-notice a:hover {
    color: #2b94cc;
}
#wrapper {
    overflow: initial !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    bottom: 100px;
}
body.single-loesungen .onl-contact .onl-contact-person,
body.single-produkte .onl-contact .onl-contact-person {
    margin: 0px;
}
body.single-loesungen .onl-contact .onl-contact-person .onl-cp-inner,
body.single-produkte .onl-contact .onl-contact-person .onl-cp-inner {
    border-radius: 0px;
}
body.single-loesungen .onl-contact .onl-contact-person .onl-cp-inner .container,
body.single-loesungen .onl-contact .onl-contact-person .onl-cp-inner .container > section,
body.single-produkte .onl-contact .onl-contact-person .onl-cp-inner .container,
body.single-produkte .onl-contact .onl-contact-person .onl-cp-inner .container > section {
    padding: 0px !important;
}
body.single-loesungen .onl-contact .onl-contact-person span.onl-plz-find,
body.single-produkte .onl-contact .onl-contact-person span.onl-plz-find {
    font-weight: bold;
}
body.single-loesungen .onlionit-zipsearch-wrap,
body.single-produkte .onlionit-zipsearch-wrap {
    padding: 20px 0px;
}
body.single-loesungen .onlionit-zipsearch-results .onl-cp-inner,
body.single-produkte .onlionit-zipsearch-results .onl-cp-inner {
    background: #222d6417;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    min-height: 0px !important;
}
body.single-loesungen .onlionit-zipsearch-button,
body.single-produkte .onlionit-zipsearch-button {
    background: #2b94cc !important;
    color: white !important;
}
body.single-loesungen .onlionit-zipsearch-button:hover,
body.single-produkte .onlionit-zipsearch-button:hover {
    background: #2b94cc !important;
}
body.single-loesungen .onlionit-zipsearch input,
body.single-loesungen .onlionit-zipsearch span,
body.single-produkte .onlionit-zipsearch input,
body.single-produkte .onlionit-zipsearch span {
    padding: 8px !important;
    height: auto !important;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
}
body.single-loesungen .onlionit-zipsearch .onlionit-zipsearch-button,
body.single-produkte .onlionit-zipsearch .onlionit-zipsearch-button {
    padding: 12px 25px !important;
    position: relative;
}
.onl-multimedia-bg {
    position: relative;
}
.onl-multimedia-bg:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(img/multimedia-pattern-top-left.svg);
    background-size: 180px auto;
    background-position: top left;
    background-repeat: no-repeat;
}
.onl-multimedia-bg:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: url(img/multimedia-pattern-btm-right.svg);
    background-size: 300px auto;
    background-position: bottom right;
    background-repeat: no-repeat;
}
a._brlbs-btn._brlbs-icon-play-white:hover {
    color: red !important;
}
.onlionit-related-products {
    column-count: 3;
    column-gap: 30px;
}
.onlionit-related-products .onlionit-related-product-item {
    background: white;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 60px 30px;
    position: relative;
    break-inside: avoid;
    min-height: 210px;
    margin-bottom: 30px;
}
.onlionit-related-products .onlionit-related-product-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.onlionit-related-products .onlionit-related-product-item svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.onlionit-related-products .onlionit-related-product-item svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onlionit-related-products .onlionit-related-product-item .vrp-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 25px;
}
.onlionit-related-products .onlionit-related-product-item .vrp-image img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onlionit-related-products .onlionit-related-product-item .vrp-content .meta {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    opacity: 0.5;
    display: block;
}
.onlionit-related-products .onlionit-related-product-item .vrp-content h3 {
    font-size: 28px;
    font-weight: bold;
}
.onlionit-related-products .onlionit-related-product-item:hover .cls-2 {
    fill: #5999b0;
}
.onlionit-related-products .onlionit-related-product-item:hover .cls-3 {
    fill: white;
}
.onlionit-related-products .onlionit-related-product-item:hover .vrp-image img {
    transform: scale(1.1);
}
.onl-icon-link {
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
    color: #333;
    text-decoration: none !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-icon-link.italic {
    font-style: italic;
}
.onl-icon-link * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-icon-link svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.onl-icon-link svg * {
    fill: #333;
}
.onl-icon-link:hover {
    color: #2b94cc;
}
.onl-icon-link:hover svg * {
    fill: #2b94cc;
}
.reduce-height {
    height: 90%;
}
.onl-wrap > div:not(.onl-loesung) {
    width: 100vw !important;
    overflow-y: hidden;
}
.onl-hero {
    max-height: 425px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
}
.onl-hero:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 425px;
    background: #fff0 linear-gradient(263deg, #5b9cb4 0%, #85be57 100%) 0% 0% no-repeat padding-box;
    opacity: 0.6;
}
.onl-hero .container {
    position: relative;
}
.onl-hero .onl-hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
    min-height: 180px;
}
.onl-hero .onl-hero-title span {
    font-size: 48px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 1;
}
.onl-hero .onl-hero-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.onl-hero .onl-hero-icon img,
.onl-hero .onl-hero-icon svg {
    height: 150px;
    width: 150px;
}
.onl-hero .onl-hero-icon svg * {
    fill: white;
}
.onl-hero .onl-c-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: 0;
}
.onl-loesung {
    padding: 60px 60px 100px 60px;
}
.onl-loesung .onl-loesung-right {
    width: 100%;
    text-align: center;
    padding-top: 100px !important;
}
.onl-loesung .onl-loesung-right img {
    max-width: 332px;
    filter: drop-shadow(22px 13px 14px rgba(0, 0, 0, 0.2));
    position: relative;
    height: auto;
}
.onl-subline {
    color: #333;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.onl-title {
    margin-bottom: 25px;
}
.onl-title {
    font: normal normal bold 49px/55px "Roboto";
}
.onl-title h1,
.onl-title h1 * {
    font-size: 43px;
    color: #333;
    font-weight: normal;
    line-height: 1.1;
}
.onl-title b,
.onl-title strong {
    font: normal normal bold 49px/55px "Roboto";
    background: transparent linear-gradient(270deg, #2b94cc 0%, #85be57 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.onl-title h2,
.onl-title h3,
.onl-title h4,
.onl-title h5,
.onl-title h6 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
    font-family: ""Roboto"";
}
.onl-title h2 *,
.onl-title h3 *,
.onl-title h4 *,
.onl-title h5 *,
.onl-title h6 * {
    font-size: 42px;
    line-height: 1.1;
}
.onl-description {
    max-width: 770px;
}
.onl-description * {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
}
.onl-cta {
    background: #2b94cc;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 66px 10px 96px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 10px;
    background: url(img/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-cta:hover {
    background: #2b94cc;
    padding: 10px 96px 10px 66px;
    color: white;
}
.onl-cta:hover:before {
    left: calc(100% - 86px);
}
.onl-cta.white {
    background: white !important;
    color: #2b94cc !important;
}
.onl-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.onl-cta.white:hover {
    background: #2b94cc !important;
    color: white !important;
}
.onl-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.onl-section {
    padding: 60px 60px 100px 60px;
    position: relative;
}
.onl-section .onl-container {
    z-index: 1;
    position: relative;
}
.onl-section .onl-bg-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.onl-section .onl-bg-svg img,
.onl-section .onl-bg-svg svg {
    width: 35%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 0%;
    opacity: 0.1;
    pointer-events: none;
}
.onl-section + .onl-section,
.onl-loesung + .onl-section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.onl-features {
    background: #5999b0;
    position: relative;
}
.onl-features:after {
    content: "";
    width: 50%;
    height: 100%;
    left: 100%;
    display: block;
    position: absolute;
    background: #5999b0;
    top: 0px;
    z-index: -1;
}
.onl-features:before {
    content: "";
    width: 100vw;
    height: 100%;
    left: -100vw;
    display: block;
    position: absolute;
    background: #5999b0;
    top: 0px;
    z-index: 2;
}
.onl-feature-list .onl-fl-entry {
    margin-bottom: 30px;
}
.onl-feature-list .onl-fl-entry:after {
    content: "";
    display: block;
    clear: both;
}
.onl-feature-list .onl-fl-entry .onl-fl-icon {
    width: 75px;
    margin-right: 20px;
    float: left;
}
.onl-feature-list .onl-fl-entry .onl-fl-txt {
    width: calc(100% - 95px);
    float: left;
}
.onl-feature-list .onl-fl-entry .onl-fl-txt h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.onl-icon-box {
    width: 100%;
    padding: 50px 30px 15px 30px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    text-align: center;
    height: calc(100% - 30px);
    margin: 15px 0px;
}
.onl-icon-box .onl-ib-icon {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    background: #2b94cc;
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 105px;
}
.onl-icon-box .onl-ib-icon img,
.onl-icon-box .onl-ib-icon svg {
    width: 80%;
    vertical-align: middle;
}
.onl-icon-box .onl-ib-icon svg * {
    fill: white;
}
.onl-icon-box .onl-ib-content h3 {
    font-size: 18px;
    color: #2b94cc;
    font-weight: bold;
    text-transform: uppercase;
}
.onl-icon-box .onl-ib-content p {
    margin: 0px;
    padding: 0px;
}
body {
    counter-reset: boxcount;
}
.onl-box-on-bg {
    position: relative;
    width: 100%;
    padding: 70px 0px;
    margin: 30px 0px;
    min-height: 850px;
    counter-increment: boxcount;
}
.onl-box-on-bg#box01 {
    margin-top: 75px;
}
.onl-box-on-bg.right-box {
    text-align: right;
}
.onl-box-on-bg .onl-bob-bg {
    position: absolute;
    top: 0px;
    left: -150px;
    width: calc(100% + 300px);
    height: 100%;
    background-size: cover;
    z-index: 1;
    filter: contrast(0.8);
}
.onl-box-on-bg .onl-bob-txt {
    position: relative;
    z-index: 2;
    background: white;
    padding: 50px;
    max-width: 50%;
    display: inline-block;
    text-align: left;
}
.onl-box-on-bg .onl-bob-txt::before {
    content: "0" counter(boxcount);
    position: absolute;
    font-size: 160px;
    right: 10px;
    top: 10px;
    color: #2b94cc;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
    line-height: 1;
    font-weight: bold;
}
.onl-box-on-bg .onl-bob-txt * {
    font-size: 18px;
}
.onl-box-on-bg .onl-bob-txt h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0px;
}
.onl-box-on-bg .onl-bob-txt ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
}
.onl-box-on-bg .onl-bob-txt ul li {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}
.onl-box-on-bg .onl-bob-txt ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: url(img/check-square.svg);
    background-size: 100% 100%;
}
.onl-contact * {
    color: white;
}
.onl-contact .onl-description {
    max-width: 600px;
    margin-bottom: 25px;
}
.onl-contact .onl-description a {
    text-decoration: underline;
}
.onl-contact .onl-description a:hover {
    color: #2b94cc;
}
.onl-contact form input[type="text"],
.onl-contact form textarea {
    border-radius: 0px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
}
.onl-contact form .ff-el-form-check * {
    font-size: 14px;
    line-height: 1.2;
}
.onl-contact form button {
    border-radius: 0px !important;
    background: #2b94cc;
    background-color: #2b94cc !important;
    color: white;
    padding: 10px 25px !important;
    line-height: 1;
    font-weight: 500 !important;
    font-size: 18px !important;
    font-weight: 500;
    opacity: 1 !important;
    z-index: 2;
}
.onl-contact form button:hover {
    background: white !important;
    background-color: white !important;
    color: #2b94cc !important;
    opacity: 1 !important;
}
.onl-contact .onl-contact-person {
    padding-left: 70px;
}
.onl-contact .onl-contact-person .onl-cp-inner {
    background: white;
    padding: 50px 40px;
    color: #333;
    position: relative;
    min-height: 291px;
}
.onl-contact .onl-contact-person .onl-cp-inner * {
    color: #333;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-contact .onl-contact-person .onl-cp-inner > div.onl-cp-detail {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.onl-contact .onl-contact-person .onl-cp-inner > div.onl-cp-detail svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.onl-contact .onl-contact-person .onl-cp-inner a {
    text-decoration: none;
}
.onl-contact .onl-contact-person .onl-cp-inner a:hover {
    color: #2b94cc !important;
}
.onl-contact .onl-contact-person .onl-cp-inner a:hover svg * {
    fill: #2b94cc;
}
.onl-contact .onl-contact-person .onl-cp-portrait {
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 130px;
    position: absolute !important;
    right: 20px;
    bottom: -65px;
    overflow: hidden;
}
.onl-contact .onl-contact-person .onl-cp-portrait img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.onl-contact .onl-icon-link {
    color: white;
}
.onl-contact .onl-icon-link svg * {
    fill: white;
}
.onl-contact .onl-icon-link svg {
    vertical-align: sub;
    top: 0px;
}
.onl-contact .onl-icon-link:hover {
    color: #2b94cc;
}
.onl-contact .onl-icon-link:hover svg * {
    fill: #2b94cc;
}
.onl-recom-box {
    background: #ffffff 0% 0% no-repeat padding-box;
    padding: 38px 38px 38px 38px;
    border-radius: 15px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    box-shadow: 0px 0px 69px #0000001a;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-recom-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.onl-recom-box .gradient-icon {
    width: 49px;
    height: 46px;
    background: linear-gradient(135deg, #5b9cb4, #85be57);
    -webkit-mask-image: url(img/onlionit-logoicon-bluegreen.svg);
    mask-image: url(img/onlionit-logoicon-bluegreen.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-bottom: 20px;
}
.onl-recom-box h3 {
    font: normal normal bold 26px/30px "Roboto";
}
.onl-recom-box p {
    font: normal normal normal 18px/22px "Roboto";
    letter-spacing: 0px;
    color: #5c5b5c;
}
.onl-recom-box .cls-2 {
    fill: #d5ecf2;
}
.onl-recom-box .cls-3 {
    fill: #2b94cc;
}
.onl-recom-box svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.onl-recom-box svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-recom-box:hover {
    background: transparent linear-gradient(211deg, #2b94cc 0%, #85be57 78%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
.onl-recom-box:hover .gradient-icon {
    background: #fff;
}
.onl-recom-box:hover h3 {
    color: #fff;
}
.onl-recom-box:hover p {
    color: #fff;
}
.onl-recom-box:hover .cls-2 {
    fill: #5999b0;
}
.onl-recom-box:hover .cls-3 {
    fill: white;
}
@media (max-width: 768px) {
    .onl-recom-box {
        aspect-ratio: inherit;
        padding-bottom: 50px;
    }
}
.onl-download-list {
    padding-left: 50px;
}
.onl-download-list span.text-muted.ml-4 {
    display: none;
}
.onl-download-list .mr-3[align="left"] {
    display: none !important;
}
.onl-download-list h3.media-heading {
    margin: 0px !important;
    padding: 0px !important;
}
.onl-download-list h3.media-heading * {
    color: #333 !important;
}
.onl-download-list .w3eden .btn-primary {
    background: #2b94cc !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
}
.onl-download-list .w3eden .btn-primary:hover {
    background: #2b94cc !important;
}
@media (max-width: 1480px) {
    .onl-box-on-bg {
        padding-right: 25px;
        padding-left: 25px;
    }
    .onl-box-on-bg .onl-bob-bg {
        left: 0px;
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .onl-description * {
        font-size: 16px;
    }
    .onl-title h1,
    .onl-title h1 * {
        font-size: 38px;
    }
    .onl-loesung .onl-loesung-right img {
        max-width: 242px;
    }
    .onl-title h2,
    .onl-title h3,
    .onl-title h4,
    .onl-title h5,
    .onl-title h6 {
        font-size: 38px;
        margin: 0px;
        padding: 0px;
        font-family: ""Roboto"";
    }
    .onl-title h2 *,
    .onl-title h3 *,
    .onl-title h4 *,
    .onl-title h5 *,
    .onl-title h6 * {
        font-size: 38px;
    }
    .onl-loesung {
        padding-bottom: 0px;
    }
    .onl-section {
        padding: 75px 0px;
        margin: 75px 0px;
    }
    .onl-icon-box {
        padding: 30px 25px 0px 25px;
    }
    .onl-icon-box .onl-ib-icon {
        width: 85px;
        height: 85px;
        line-height: 85px;
        border-radius: 85px;
    }
    .onl-box-on-bg {
        min-height: 0px;
    }
    .onl-box-on-bg .onl-bob-txt {
        max-width: 70%;
        padding: 30px;
    }
    .onl-box-on-bg .onl-bob-txt * {
        font-size: 14px;
    }
    .onl-box-on-bg .onl-bob-txt h3 {
        font-size: 28px;
    }
}
@media (max-width: 992px) {
    .onlionit-related-products {
        column-count: 2;
    }
}
@media (max-width: 768px) {
    .onl-loesung .onl-loesung-right {
        padding-top: 0px !important;
    }
    .onl-features {
        margin-left: -15px;
        margin-right: -15px;
        padding: 75px 15px;
    }
    .onl-features:before,
    .onl-features:after {
        display: none;
    }
    .onl-features .onl-fl-entry {
        width: calc(50% - 20px);
        display: inline-block;
        vertical-align: top;
    }
    .onl-box-on-bg {
        padding: 0px 15px;
        text-align: left !important;
    }
    .onl-box-on-bg .onl-bob-bg {
        position: relative;
        top: 0px;
        left: 0px;
        height: 0px;
        padding-bottom: 75%;
        margin-left: -15px;
        margin-right: -15px;
        width: calc(100% + 30px);
    }
    .onl-box-on-bg .onl-bob-txt {
        max-width: 100%;
        padding: 30px;
        margin-top: -120px;
        box-shadow: 0px 0px 10px #00000024;
    }
    .onl-contact .onl-contact-person {
        padding-left: 0px;
        margin-top: 30px;
    }
    .onl-download-list {
        padding-left: 0px;
        margin-top: 50px;
    }
}
@media (max-width: 480px) {
    .onlionit-related-products {
        column-gap: 15px;
    }
    .onlionit-related-products .onlionit-related-product-item {
        padding: 20px 15px 45px 15px;
        min-height: 170px;
        margin-bottom: 15px;
    }
    .onlionit-related-products .onlionit-related-product-item svg.more {
        width: 40px;
    }
    .onlionit-related-products .onlionit-related-product-item .vrp-content {
        font-size: 14px;
    }
    .onlionit-related-products .onlionit-related-product-item .vrp-content h3 {
        font-size: 20px;
    }
    .onl-features .onl-fl-entry {
        width: 100%;
        display: block;
    }
    .onl-hero .onl-hero-title {
        min-height: 140px;
    }
    .onl-hero .onl-hero-title span {
        font-size: 36px;
    }
    .onl-hero .onl-hero-icon img {
        height: 100px;
        width: 100px;
    }
    .onl-title h1,
    .onl-title h1 * {
        font-size: 36px;
    }
    .onl-title h2,
    .onl-title h3,
    .onl-title h4,
    .onl-title h5,
    .onl-title h6 {
        font-size: 30px;
    }
    .onl-title h2 *,
    .onl-title h3 *,
    .onl-title h4 *,
    .onl-title h5 *,
    .onl-title h6 * {
        font-size: 30px;
    }
}
@keyframes highlight {
    from {
        opacity: 1;
        transform: scale(1, 1);
        box-shadow: 0px 0px 0px transparent;
    }
    50% {
        opacity: 1;
        transform: scale(1.3, 1.3);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    }
    to {
        transform: scale(1, 1);
        box-shadow: 0px 0px 0px transparent;
    }
}
.highlight-ele {
    animation: highlight 1s normal forwards ease-in-out;
    animation-iteration-count: 1;
    z-index: 3;
}
.onl-produtklinie {
    position: relative;
    margin-bottom: 30px;
}
.onl-produtklinie .onl-produtklinie-head {
    background: #2b94cc;
    text-align: center;
    padding: 25px;
}
.onl-produtklinie .onl-produtklinie-head h1,
.onl-produtklinie .onl-produtklinie-head h2,
.onl-produtklinie .onl-produtklinie-head h3,
.onl-produtklinie .onl-produtklinie-head h4,
.onl-produtklinie .onl-produtklinie-head h5,
.onl-produtklinie .onl-produtklinie-head h6 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}
.onl-produtklinie .onl-produtklinie-head * {
    color: white;
}
.onl-produtklinie .onl-produtklinie-head p {
    margin: 0px;
}
.onl-produtklinie .onl-produtklinie-body {
    background-color: white;
    padding: 25px;
    position: relative;
    cursor: pointer;
    min-height: 280px;
    background-image: url(img/onl-box-brand.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
.onl-produtklinie .onl-produtklinie-body ul {
    list-style: none;
}
.onl-produtklinie .onl-produtklinie-body ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.onl-produtklinie .onl-produtklinie-body ul li:before {
    content: "";
    background: url("img/icon-arrow-right.svg");
    position: absolute;
    top: 1px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-produtklinie .onl-produtklinie-body ul li a {
    color: black;
}
.onl-produtklinie .onl-produtklinie-body ul li:hover a {
    color: #2b94cc;
}
.onl-produtklinie .onl-produtklinie-body ul li:hover:before {
    left: 5px;
}
.onl-news-box {
    margin-bottom: 50px;
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 69px #0000001a;
    border-radius: 15px;
    opacity: 1;
    overflow: hidden;
}
.onl-news-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.onl-news-box .onl-news-box-thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.onl-news-box .onl-news-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-news-box .onl-news-box-content {
    margin-top: 15px;
    padding: 39px;
}
.onl-news-box .onl-news-box-content h1,
.onl-news-box .onl-news-box-content h2,
.onl-news-box .onl-news-box-content h3,
.onl-news-box .onl-news-box-content h4,
.onl-news-box .onl-news-box-content h5,
.onl-news-box .onl-news-box-content h6 {
    font: normal normal bold 26px/30px "Roboto";
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-news-box .onl-news-box-content .onl-nbc-excerpt {
    font: normal normal normal 18px/22px "Roboto";
    letter-spacing: 0px;
    color: #5c5b5c;
}
.onl-news-box .onl-news-box-content .onl-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.onl-news-box:hover h1,
.onl-news-box:hover h2,
.onl-news-box:hover h3,
.onl-news-box:hover h4,
.onl-news-box:hover h5,
.onl-news-box:hover h6 {
    color: #2b94cc;
}
.onl-news-box:hover img {
    transform: scale(1.1);
}
.onl-newsblog {
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
    display: flex;
}
.onl-newsblog a {
    z-index: 2;
    cursor: pointer;
}
.onl-newsblog:after {
    content: "";
    display: block;
    height: 30px;
    width: 3px;
    background: #5999b0;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    z-index: -1;
}
.onl-newsblog .onl-newsblog-box-thumb {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    flex: 40% 0 0;
    aspect-ratio: 16/9;
}
.onl-newsblog .onl-newsblog-box-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onl-newsblog .onl-newsblog-box-content {
    padding-left: 5%;
    background: #5999b0;
    padding: 60px 60px 45px 60px;
}
.onl-newsblog .onl-newsblog-box-content * {
    font-size: 16px;
}
.onl-newsblog .onl-newsblog-box-content h1,
.onl-newsblog .onl-newsblog-box-content h2,
.onl-newsblog .onl-newsblog-box-content h3,
.onl-newsblog .onl-newsblog-box-content h4,
.onl-newsblog .onl-newsblog-box-content h5,
.onl-newsblog .onl-newsblog-box-content h6 {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -6px;
}
.onl-newsblog .onl-newsblog-box-content h1 *,
.onl-newsblog .onl-newsblog-box-content h2 *,
.onl-newsblog .onl-newsblog-box-content h3 *,
.onl-newsblog .onl-newsblog-box-content h4 *,
.onl-newsblog .onl-newsblog-box-content h5 *,
.onl-newsblog .onl-newsblog-box-content h6 * {
    color: #333;
    font-size: 24px;
}
.onl-newsblog .onl-newsblog-box-content .onl-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.onl-newsblog .onl-newsblog-box-content a.onl-read-more i {
    vertical-align: middle;
    margin-right: 5px;
}
.onl-newsblog .onl-newsblog-box-content a.onl-read-more:hover,
.onl-newsblog .onl-newsblog-box-content a.onl-read-more:hover * {
    color: black;
}
.onl-newsblog:hover h1,
.onl-newsblog:hover h2,
.onl-newsblog:hover h3,
.onl-newsblog:hover h4,
.onl-newsblog:hover h5,
.onl-newsblog:hover h6 {
    color: #2b94cc;
}
.onl-newsblog:hover img {
    transform: scale(1.1);
}
body.lang-ch .onl-newsblog .onl-newsblog-box-content {
    padding: 30px 40px 25px 60px;
}
@media (max-width: 992px) {
    .onl-newsblog {
        display: block;
    }
}
@media (max-width: 768px) {
    .onl-newsblog .onl-newsblog-box-content {
        padding: 25px;
    }
}
.onl-breadcrumb {
    padding: 20px 0px 20px 60px;
    font: normal normal normal 18px/29px "Roboto";
    color: #ffffff;
}
.onl-breadcrumb a.broken-link {
    pointer-events: none;
    cursor: not-allowed;
}
.onl-breadcrumb * {
    font: normal normal normal 18px/29px "Roboto";
    color: #ffffff;
    text-transform: uppercase;
}
.onl-breadcrumb p {
    margin: 0px;
    padding: 0px;
}
.onl-breadcrumb a:hover {
    color: #2b94cc;
}
main > div:first-of-type.onl-breadcrumb {
    padding-top: 40px;
}
.uppercase {
    text-transform: uppercase;
}
.arrow-list {
    list-style: none;
    margin: 10px 0px;
}
.arrow-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 32px;
    max-width: 520px;
}
.arrow-list li:before {
    content: "\e944";
    font-family: "Linearicons";
    position: absolute;
    top: 0px;
    left: 0px;
}
.seminar-info-box {
    display: flex;
    margin-bottom: 50px;
    align-items: center;
}
.seminar-info-box .seminar-info-box-content {
    padding-left: 20px;
}
table.seminar-termine-table {
    width: 100%;
}
table.seminar-termine-table td,
table.seminar-termine-table th {
    padding: 10px;
}
table.seminar-termine-table tbody tr:nth-of-type(odd) {
    background: #efefef;
}
table.seminar-termine-table td span,
table.seminar-termine-table td .onl-button {
    font-size: 16px;
}
.onl-status {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
a.onl-button {
    background: #2b94cc;
    color: white;
    line-height: 1;
    padding: 7px 13px 5px 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
a.onl-button:hover {
    background: #2b94cc;
}
.onl-sem-prev {
    display: flex;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    background: white;
    margin-bottom: 30px;
}
.onl-sem-prev a.stretch-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.onl-sem-prev .onl-sem-aside {
    background: #2b94cc;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    min-width: 110px;
    position: relative;
}
.onl-sem-prev .onl-sem-aside span {
    color: white;
    font-size: 26px;
    display: block;
    margin-top: -3px;
}
.onl-sem-prev .onl-sem-prev-content {
    background-color: white;
    padding: 20px 25px 100px 25px;
    position: relative;
    background-image: url(img/onl-box-brand.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.onl-sem-prev .onl-sem-prev-content h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.onl-sem-prev .onl-sem-prev-content .onl-icon-link {
    display: block;
    margin-top: 0px;
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
}
.onl-sem-prev .onl-sem-prev-content .onl-icon-link + i {
    margin-bottom: 10px;
    display: block;
}
.onl-sem-prev .onl-sem-prev-content .onl-icon-link:hover {
    color: #2b94cc;
}
.onl-sem-prev .onl-sem-prev-content .onl-icon-link:hover * {
    color: #2b94cc;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list {
    list-style: none;
    max-width: 750px;
    position: relative;
    z-index: 2;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list li {
    display: inline-block;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list li.sold-out a {
    opacity: 0.5 !important;
    cursor: not-allowed;
    pointer-events: none;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list li.sold-out a:hover {
    background: #ece4e0 !important;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list li a {
    font-size: 14px;
    display: inline-block;
    background: #ece4e0;
    padding: 10px 15px 8px 15px;
    line-height: 1;
    color: black;
    border-radius: 50px;
    margin: 0px 8px 8px 0px;
}
.onl-sem-prev .onl-sem-prev-content ul.date-list li a:hover {
    background: #2b94cc;
}
@media (max-width: 992px) {
    table.seminar-termine-table td,
    table.seminar-termine-table th {
        padding: 5px;
        font-size: 14px;
    }
    table.seminar-termine-table td span,
    table.seminar-termine-table td .onl-button,
    table.seminar-termine-table th span,
    table.seminar-termine-table th .onl-button {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .seminar-info-box {
        margin-top: 50px;
    }
    .seminar-info-box + .seminar-info-box {
        margin-top: 0px;
    }
    table.seminar-termine-table thead {
        display: none;
    }
    table.seminar-termine-table tbody tr td {
        display: block;
        padding: 0px 10px;
    }
    table.seminar-termine-table tbody tr td:first-of-type {
        font-weight: bold;
        padding-top: 10px;
    }
    table.seminar-termine-table tbody tr td:last-of-type {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .onl-sem-prev {
        display: block;
    }
    .onl-sem-prev .onl-sem-aside {
        padding: 10px;
    }
}
.onl-custom-bg.blue_to_green {
    background: transparent linear-gradient(81deg, #2b94cc 0%, #85be57 100%) 0% 0% no-repeat padding-box;
}
.onl-custom-bg.blue_dark {
    background: transparent linear-gradient(254deg, #3c4c9d 0%, #2b94cc 100%) 0% 0% no-repeat padding-box;
}
.onl-custom-bg-img {
    background-size: contain !important;
    overflow: hidden;
}
.onlionit-btn {
    border-radius: 15px;
    background: #2b94cc;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 75px 10px 75px;
    box-shadow: 0px 3px 6px #00000029;
    display: inline-block;
    margin: 15px 0px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    margin-top: 70px;
}
.onlionit-btn:hover {
    background: #d5ecf2;
    color: white;
}
.onlionit-btn-icon-pfeil:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50px;
    top: 10px;
    background: url("assets/arrow-right.svg");
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.onlionit-btn-icon-pfeil:hover:before {
    left: calc(100% - 50px);
}
.onlionit-btn-alert {
    background: transparent linear-gradient(266deg, #f237ef 0%, #fc5252 100%) 0% 0% no-repeat padding-box;
}
.onlionit-btn-alert:hover {
    background: transparent linear-gradient(266deg, #fc5252 0%, #f237ef 100%) 0% 0% no-repeat padding-box;
}
.onl-custom-bg {
    padding-top: 70px;
    padding-bottom: 70px;
}
.onl-custom-bg-img {
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.onl-custom-bg-img .container {
    background: white;
    padding: 70px;
}
.onl-custom-bg-img-blur {
    position: relative;
}
.onl-custom-bg-img-blur:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(var(--blur));
    top: 0px;
    left: 0px;
    z-index: 0;
}
.onl-custom-bg-img-blur .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 480px) {
    .onl-custom-bg-img .container {
        padding: 25px;
    }
}
section.onlionit-404 {
    padding: 200px 0px;
    min-height: calc(100vh - 458px);
    background-color: white;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
section.onlionit-404 * {
    color: #2b94cc;
}
section.onlionit-404 span#not-found-404 {
    display: block;
    text-align: center;
    font-size: 20vw;
    font-weight: bold;
    opacity: 0.1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    pointer-events: none;
}
section.onlionit-404 p {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}
section.onlionit-404 .onl-cta {
    color: white;
}
@media (max-width: 480px) {
    section.onlionit-404 {
        padding: 80px 40px;
    }
    section.onlionit-404 span#not-found-404 {
        font-size: 50vw;
    }
    section.onlionit-404 h1 {
        font-size: 2em;
    }
    section.onlionit-404 p {
        margin-bottom: 30px;
    }
    section.onlionit-404 .onl-cta {
        margin-top: 5px;
    }
}
#onlionit-side-buttons {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 250px;
    width: 70px;
}
#onlionit-side-buttons .vsb-entry {
    margin-bottom: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
    transition: all 0.3s;
    height: 70px;
    width: 280px;
    background: #2b94cc;
    border-radius: 15px 0px 0px 15px;
    position: relative;
    transform: translateX(0px);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#onlionit-side-buttons .vsb-entry * {
    color: white !important;
}
#onlionit-side-buttons .vsb-entry a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#onlionit-side-buttons .vsb-entry .vsb-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 5px;
    vertical-align: top;
    text-align: center;
}
#onlionit-side-buttons .vsb-entry .vsb-icon img {
    height: auto;
    width: 25px;
    padding-top: 5px;
}
#onlionit-side-buttons .vsb-entry .vsb-icon .vsb-smalltxt {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
}
#onlionit-side-buttons .vsb-entry .vsb-txt {
    width: 200px;
    height: 70px;
    display: inline-block;
    padding-top: 10px;
}
#onlionit-side-buttons .vsb-entry .vsb-txt b,
#onlionit-side-buttons .vsb-entry .vsb-txt span {
    display: block;
    font-size: 14px;
    line-height: 1.2;
}
#onlionit-side-buttons .vsb-entry:hover {
    transform: translateX(-200px);
    background: #2b94cc;
}
@media (max-width: 480px) {
    #onlionit-side-buttons {
        display: none !important;
    }
}
form.protected-post-form {
    background: #5999b0;
    padding: 80px 30px;
    margin: 100px 0px 150px 0px;
    text-align: center;
}
form.protected-post-form svg {
    width: 50px;
    height: auto;
}
form.protected-post-form svg * {
    fill: #2b94cc;
}
form.protected-post-form p {
    max-width: 540px;
    margin: 30px auto;
    font-size: 20px;
    color: #2b94cc;
}
form.protected-post-form label.pass-label {
    display: none;
}
form.protected-post-form input[name="post_password"] {
    padding: 12px 16px;
    border: none;
    height: 47px;
    vertical-align: bottom;
}
form.protected-post-form .button {
    margin: 0px;
    border: none !important;
}
p.custom-password-message {
    text-align: center;
    margin-top: 100px;
    margin-bottom: -70px;
    color: #c62a2a !important;
}
p.custom-password-message svg {
    margin-right: 10px;
}
p.custom-password-message svg * {
    fill: #c62a2a !important;
}
@media (max-width: 480px) {
    form.protected-post-form {
        margin: 40px 0px 150px 0px;
    }
    form.protected-post-form input[name="post_password"] {
        margin-bottom: 10px;
    }
    p.custom-password-message {
        margin-top: 30px;
        margin-bottom: -10px;
    }
}
.onlionit-pagination {
    margin: 80px 0px 150px 0px;
}
.onlionit-pagination nav.navigation.pagination {
    justify-content: center;
}
.onlionit-pagination nav.navigation.pagination .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: white;
    border: 1px solid #2b94cc;
    background: #2b94cc;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    margin: 0px 3px;
}
.onlionit-pagination nav.navigation.pagination .page-numbers * {
    color: white;
}
.onlionit-pagination nav.navigation.pagination .page-numbers.dots {
    border: none;
    background: none;
    color: #2b94cc;
}
.onlionit-pagination nav.navigation.pagination .page-numbers.current,
.onlionit-pagination nav.navigation.pagination .page-numbers:hover {
    background: #2b94cc;
    color: white;
    border-color: #2b94cc;
}
.onl-produtklinie-body ul {
    list-style: none !important;
}
body.lang-ar * {
    text-align: right;
}
body.lang-ar ul:not(.nav),
body.lang-ar ol:not(.nav) {
    list-style: inside;
    direction: RTL;
}
body.lang-ar .onl-feature-list .onl-fl-entry .onl-fl-icon {
    margin-right: 0px;
    float: right;
    margin-left: 20px;
}
body.lang-ar .onl-ib-content,
body.lang-ar .onl-ib-content h3 {
    text-align: center;
}
body.lang-ar .sub-menu * {
    text-align: right;
}
body.lang-ar .sub-menu svg {
    margin-right: 0px;
    margin-left: 10px;
}
body.lang-ar .onl-description,
body.lang-ar .tb-description,
body.lang-ar .content-container > span,
body.lang-ar .vw-title {
    margin-left: auto;
}
body.lang-ar section.onlionit-welcome .vw-bg {
    right: inherit;
    left: 15px;
    background-position: top 0px left 0px;
}
body.lang-ar section.onlionit-banner .content-container {
    padding-right: 70px;
    padding-left: 0px;
}
body.lang-ar .row {
    justify-content: flex-end;
}
body.lang-ar .square-border-l,
body.lang-ar .square-border-t,
body.lang-ar .square-border-b {
    right: 0px;
    left: inherit !important;
}
body.lang-ar .square-border-l:after,
body.lang-ar .square-border-t:after,
body.lang-ar .square-border-b:after {
    right: inherit;
    left: 0px;
}
body.lang-ar #onlionit-side-buttons .vsb-entry .vsb-txt {
    padding-right: 20px;
}
body.lang-ar .onl-hero .onl-hero-icon {
    right: inherit !important;
    left: 0px !important;
}
body.lang-ar .onlionit-text-lists-entry {
    flex-direction: row-reverse;
}
body.lang-ar .onlionit-team__wrap,
body.lang-ar .onlionit-standort,
body.lang-ar .apcountry-tabs-content-zeile {
    flex-direction: row-reverse;
}
body.lang-ar .tb-description ul {
    direction: rtl;
}
body.lang-ar .right-icon {
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
@media (min-width: 480px) {
    body.lang-tr div#onlionit-side-buttons {
        display: flex;
        flex-direction: column-reverse;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1460px;
    }
}

.moveimg {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 69px #0000001A;
    position: sticky;
    top: 0px;
}

/* Shop shortcode styling */
.matten-shop-box {
    background-color: #ccc;
    padding: 20px;
    color: #fff;
    border-radius: 4px;
}

.matten-shop-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.matten-shop-left {
    flex: 1 1 230px;
}

.matten-shop-right {
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
}

.matten-shop-box label {
    display: block;
    margin-top: 10px;
    font-weight: 600;
	margin-bottom:0px;
}



.matten-shop-box input,
.matten-shop-box select {
    width: 100%;
    max-width: 300px;
    margin-top: 5px;
    padding: 5px;
}

.matten-shop-radio-option{
	margin-top:0px !important;
}

.matten-shop-radio-option input{
	width:auto;
}

.matten-shop-preview {
    border-radius: 6px;
    padding: 12px;
    width: 100%;
}

.matten-shop-preview img,
.matten-shop-preview-placeholder {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    min-height: 240px;
    background: linear-gradient(135deg, #dcdcdc, #f7f7f7);
}

.matten-shop-preview-placeholder {
    position: relative;
}

.matten-shop-pricing {
    background: #fff;
    color: #1b1b1b;
    padding: 16px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    width: 100%;
}

.matten-shop-price-section + .matten-shop-price-section {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #dcdcdc;
}

.matten-shop-price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-weight: 700;
    font-size: 1.05em;
}

.matten-shop-price-row-total {
    font-size: 1.3em;
}

.matten-shop-price-title {
    letter-spacing: 0.4px;
}

.matten-shop-price-amount {
    color: #2b94cc;
    font-weight: 800;
}

.matten-shop-price-amount span {
    color: inherit;
}

.matten-shop-price-note {
    margin-top: 4px;
    font-size: 0.95em;
    color: #4c4c4c;
}

.matten-shop-custom-size {
    margin-top: 10px;
}

.matten-shop-box fieldset {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px;
    margin-top: 10px;
}

.matten-shop-box fieldset label {
    margin-top: 5px;
    font-weight: 400;
}

.matten-info-btn {
    display: inline-block;
    position: relative;
    margin-left: 10px;
}

.matten-info-btn-action {
    background: #fff;
    color: #2B94CC;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
}

.matten-info-text {
    display: none;
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 4px;
    width: 220px;
    z-index: 10;
}

.matten-info-btn:hover .matten-info-text {
    display: block;
}

.matten-info-text img {
    max-width: 100%;
    height: auto;
}

.matten-shop-summary {
    margin-top: 15px;
    color: #fff;
}

.matten-shop-total-row {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    font-size: 1.3em;
}

.matten-shop-tax,
.matten-shop-delivery {
    font-size: 0.9em;
    margin-top: 5px;
}

.matten-shop-info-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.matten-shop-info-link {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.65);
    color: #fff;
    cursor: pointer;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 0.85em;
    line-height: 1.4;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.matten-shop-info-link:hover,
.matten-shop-info-link:focus {
    background-color: #fff;
    color: #1b1b1b;
    border-color: #fff;
    outline: none;
}

.matten-shop-info-link:focus-visible {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.matten-shop-modal-container {
    position: relative;
}

.matten-shop-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.matten-shop-modal.is-open {
    display: flex;
}

.matten-shop-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.matten-shop-modal-dialog {
    position: relative;
    background: #fff;
    color: #1b1b1b;
    max-width: 640px;
    width: min(90%, 640px);
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.matten-shop-modal-title {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 1.6rem;
}

.matten-shop-modal-content p {
    margin-bottom: 1em;
}

.matten-shop-modal-close {
    position: absolute;
    top: 14px;
    right: 14px;
    background: transparent;
    border: none;
    color: #818181;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.matten-shop-modal-close:hover,
.matten-shop-modal-close:focus {
    color: #1b1b1b;
    transform: scale(1.05);
    outline: none;
}

.matten-shop-modal-close:focus-visible {
    box-shadow: 0 0 0 3px rgba(27, 27, 27, 0.35);
    border-radius: 50%;
}

body.matten-shop-modal-open {
    overflow: hidden;
}

.matten-shop-tax a {
    color: #fff;
    text-decoration: underline;
}

.matten-shop-actions {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.matten-shop-actions button {
    flex: 1;
    padding: 10px;
    border: 1px solid #000;
    cursor: pointer;
}

.matten-shop-offer {
    background: #fff;
}

.matten-shop-offer:enabled {
    background: #eee;
}

.matten-shop-offer:disabled {
    cursor: not-allowed;
}

.matten-shop-cart {
    background: #2B94CC;
    color: #fff;
}

.matten-shop-cart:enabled {
    background: #555;
}

.matten-shop-cart:disabled {
    cursor: not-allowed;
}

/* Display sub-menu items side by side with uniform image sizes */
header#onlionit-header nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    height: auto;
    flex-wrap: nowrap;
    gap: 0px;
    padding: 0;
    margin: 0;
	    left: 0;
    right: 0;
}

header#onlionit-header nav ul li ul.sub-menu a:hover{
	color: var(--primary);
}

header#onlionit-header nav ul li:hover > ul.sub-menu {
    display: flex;
	justify-content: center;
}

header#onlionit-header nav ul li ul.sub-menu li {
    list-style: none;
    margin: 0;
	padding: 0 2px;
}

header#onlionit-header nav ul li ul.sub-menu img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    display: block;
}

/* ===== Checkout Layout & Theme ===== */


.checkout-columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap);
  align-items: start;
  background: var(--bg);
  padding: clamp(16px, 3vw, 32px);
  color: var(--text);
  font: 16px/1.5 system-ui, -apple-system, Segoe UI, "Roboto", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
}

/* 2-Spalten ab Mittelbreite */
@media (min-width: 900px) {
  .checkout-columns {
    grid-template-columns: minmax(0,1fr) minmax(320px, 420px);
  }
  .checkout-left, .checkout-right { position: sticky; top: 16px; }
}

/* Karten */
.checkout-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.4vw, 24px);
}

.checkout-card + .checkout-card { margin-top: var(--gap); }

.checkout-card h3 {
  margin: 0 0 12px;
  font-size: 1.1rem;
  letter-spacing: .2px;
}

/* ===== Formularelemente ===== */
.checkout-card p { margin: 10px 0; }

.checkout-card input[type="text"],
.checkout-card input[type="email"],
.checkout-card input[type="tel"],
.checkout-card input[type="password"],
.checkout-card select {
  width: 100%;
  appearance: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 12px 14px;
  background: #fff;
  color: var(--text);
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}

.checkout-card select {
  background-image:
    linear-gradient(45deg, transparent 50%, currentColor 50%),
    linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.checkout-card input::placeholder { color: #9ca3af; }

/* Flexbox layout for side-by-side fields */
.checkout-card .form-row-flex {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

/* Ensure inputs inside flex container respect flex sizing and override generic 100% width */
.checkout-card .form-row-flex input[type="text"] {
  width: auto;
  flex: 1;
  margin: 0;
}

/* Specific sizing for First Name and Zip */
.checkout-card .form-row-flex .checkout-first-name,
.checkout-card .form-row-flex .checkout-zip,
.checkout-card .form-row-flex .checkout-shipping-first-name,
.checkout-card .form-row-flex .checkout-shipping-zip {
  flex: 0 0 auto;
  width: clamp(140px, 50%, 280px);
}

/* Last Name and City take remaining space */
.checkout-card .form-row-flex .checkout-last-name,
.checkout-card .form-row-flex .checkout-city,
.checkout-card .form-row-flex .checkout-shipping-last-name,
.checkout-card .form-row-flex .checkout-shipping-city {
  flex: 1;
  width: auto;
}

/* Mobile: Stack them */
@media (max-width: 520px) {
  .checkout-card .form-row-flex {
    display: block;
  }
  .checkout-card .form-row-flex input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .checkout-card .form-row-flex input[type="text"]:last-child {
    margin-bottom: 0;
  }
}

/* Fokus-States & Fehlermarker (optional .is-invalid am Feld setzen) */
.checkout-card input:focus,
.checkout-card select:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px var(--ring);
  outline: none;
}
.checkout-card .is-invalid {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239,68,68,.15);
}

/* Checkboxen/Radio */
.checkout-card label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  user-select: none;
  color: var(--text);
}
.checkout-card input[type="checkbox"],
.checkout-card input[type="radio"] { accent-color: var(--primary); }

/* Hinweistext */
.checkout-phone-hint {
  margin-top: -2px;
  font-size: .9rem;
  color: var(--muted);
}

/* Firmenfelder automatisch ein-/ausblenden (überschreibt inline style) */
.checkout-card:has(#checkout-company-toggle:checked) #checkout-company-fields {
  display: block !important;
}

/* ===== Produktliste & Preise ===== */
.checkout-product {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--border);
}
.checkout-product:last-child { border-bottom: 0; }

.product-thumb img {
  width: 90px; height: auto; border-radius: 10px; display: block; object-fit: cover;
}
.product-info { display: grid; grid-template-columns: 1fr auto; gap: 8px; align-items: center; }
.product-title { font-size: .98rem; }
.product-price { font-weight: 600; white-space: nowrap; }

.price { font-variant-numeric: tabular-nums; }

/* Totals */
.checkout-totals {
  list-style: none; margin: 0; padding: 0;
  border-top: 1px solid var(--border);
}
.checkout-totals li {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--border);
}
.checkout-totals .grand-total {
  background: linear-gradient(#fff, #fafafa);
}
.checkout-totals .grand-total strong {
  font-size: 1.05rem;
}

/* Zahlarten */
.checkout-payments {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.checkout-payments p { margin: 8px 0; }

/* ===== Button ===== */
.checkout-order-btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 12px 18px;
  background: var(--primary); color: var(--primary-contrast);
  border: 1px solid transparent; border-radius: 12px;
  font-weight: 600; text-decoration: none; cursor: pointer;
  transition: transform .06s ease, box-shadow .2s ease, background-color .2s ease, opacity .2s ease;
  box-shadow: 0 6px 16px rgba(13,59,102,.25);
  width: 100%;
}
.checkout-order-btn:hover { opacity: .96; box-shadow: 0 10px 24px rgba(13,59,102,.28); }
.checkout-order-btn:active { transform: translateY(1px); }
.checkout-order-btn:disabled { opacity: .6; cursor: not-allowed; }

/* Wenn es bereits eine .onl-button-Stylebasis gibt, nur Akzent übernehmen */
.onl-button.checkout-order-btn {
  background: var(--primary);
  color: var(--primary-contrast);
  border-color: var(--primary);
}

/* ===== Kleinigkeiten ===== */
a { color: var(--primary); }
a:hover { text-decoration: underline; }
* { box-sizing: border-box; }
@media (prefers-reduced-motion: reduce) {
  .checkout-order-btn { transition: none; }
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 5em !important;
}

.matten-technik {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background: #f7f7f7; /* dezentes Grundgrau */
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.matten-technik th,
.matten-technik td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.matten-technik th {
  background: #efefef;
  font-weight: 600;
  color: #333;
  width: 40%;
}

.matten-technik td {
  color: #444;
  background: #fafafa;
}

/* Abwechselnde Spalten (Zeilenpaarung) */
.matten-technik tr:nth-child(even) td {
  background: #f0f0f0;
}

/* Optional: leichte Hover-Wirkung */
.matten-technik tr:hover td {
  background: #e9e9e9;
  transition: background 0.2s ease-in-out;
}

.matten-masse,
.matten-masse * {
  color: #fff !important;
}

/* Für kleine Bildschirme: gute Lesbarkeit */
@media (max-width: 600px) {
  .matten-technik th,
  .matten-technik td {
    display: block;
    width: 100%;
  }

  .matten-technik tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
  }

  .matten-technik th {
    background: transparent;
    font-weight: bold;
    padding-bottom: 4px;
  }

  .matten-technik td {
    background: #f9f9f9;
  }
}

.matten-flyer {
  display: flex;
  gap: 2rem;
  align-items: stretch;
  color: #fff;
  padding: 2.5rem;
  border-radius: 14px;
}

.matten-flyer--no-image {
  justify-content: center;
}

.matten-flyer__image-link {
  display: block;
  flex: 0 0 260px;
  max-width: 320px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.matten-flyer__image-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 36px rgba(0, 0, 0, 0.3);
}

.matten-flyer__image {
  display: block;
  width: 100%;
  height: auto;
}

.matten-flyer__content {
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  text-align: center;
}

.matten-flyer__info {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 500;
}

.matten-flyer__info p {
  margin: 0 0 0.75rem;
}

.matten-flyer__info p:last-child {
  margin-bottom: 0;
}

.matten-flyer__download {
  display: flex;
  justify-content: center;
}

.matten-flyer__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 10px 20px;
  border-radius: 5px;
  background: #fff;
  color: #2f2f2f;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.matten-flyer__button:hover {
  background: #eee;
}

@media (max-width: 900px) {
  .matten-flyer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .matten-flyer__image-link,
  .matten-flyer__content {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.matten-farben-image {
  position: relative;
  overflow: hidden;
}

.matten-farben-zoom-enabled {
  position: relative;
  cursor: crosshair;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.matten-farben-zoom-enabled:focus-visible {
  outline: 2px solid #1d73b2;
  outline-offset: 4px;
}

.matten-farben-zoom-target {
  display: block;
  width: 100%;
  height: auto;
}

.matten-farben-lens {
  position: absolute;
  border: 2px solid #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  border-radius: 50%;
  pointer-events: none;
  z-index: 10;
  display: none;
  background-repeat: no-repeat;
  background-color: #fff;
}

/* Custom Secondary Menu Styling */
header#onlionit-header .seco-menu ul li {
    position: relative;
}

header#onlionit-header .seco-menu ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    min-width: 200px;
    height: auto; /* Override global 100vh */
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    /* Stylish effects */
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: 999; /* Ensure it overlays main nav */
    text-align: left; /* Ensure left alignment for dropdown items */
    pointer-events: auto; /* Enable mouse events */
}

/* Bridge to prevent closing when moving mouse */
header#onlionit-header .seco-menu ul li ul.sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
}

/* Show on hover */
header#onlionit-header .seco-menu ul li:hover > ul.sub-menu {
    display: flex;
}

/* List items vertical */
header#onlionit-header .seco-menu ul li ul.sub-menu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Links styling */
header#onlionit-header .seco-menu ul li ul.sub-menu li a {
    display: block;
    padding: 8px 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    border: none;
}

/* Hover state for links */
header#onlionit-header .seco-menu ul li ul.sub-menu li a:hover {
    background: #f7f7f9;
    color: #2b94cc !important;
}

/* Simple Dropdown Styling for Main Menu (when no images present) */
header#onlionit-header nav ul li ul.sub-menu.simple-dropdown {
    top: 100%;
    left: 0;
    right: auto;
    width: max-content;
    min-width: 200px;
    height: auto;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    padding: 10px 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    z-index: 999;
    text-align: left;
    pointer-events: auto;
}

header#onlionit-header nav ul li:hover > ul.sub-menu.simple-dropdown {
    display: flex;
    justify-content: flex-start;
}

header#onlionit-header nav ul li ul.sub-menu.simple-dropdown li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

header#onlionit-header nav ul li ul.sub-menu.simple-dropdown li a {
    display: block;
    padding: 8px 20px;
    color: #333 !important;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: normal;
    border: none;
}

header#onlionit-header nav ul li ul.sub-menu.simple-dropdown li a:hover {
    background: #f7f7f9;
    color: #2b94cc !important;
}

header#onlionit-header nav ul li ul.sub-menu.simple-dropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
}

/* Ensure parent LI is positioned for simple dropdowns */
header#onlionit-header nav ul li.simple-parent {
    position: relative;
}

/* Single Post Header & Layout */
.onlionit-single-header.wp-block-onlionit-slider {
    margin-bottom: 3rem;
    position: relative;
    /* Ensure height matches slider CSS variable or fallback */
    min-height: 500px;
    height: 500px;
    overflow: hidden;
}

.onlionit-single-header .side {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 33vw;
    display: block;
    z-index: 1;
}

.onlionit-single-header .wp-block-onlionit-slider__slide {
    display: flex !important;
    align-items: center;
    height: 100%;
    min-height: 100%;
    color: #fff;
}

.onlionit-single-header .wp-block-onlionit-slider__slide h1 {
    color: #fff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.6);
    margin: 0;
}

.onlionit-featured-image-wrapper {
    float: right;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    max-width: 40%;
    position: relative;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.onlionit-featured-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.onlionit-post-body {
    margin-bottom: 4rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.onlionit-post-body::after {
    content: "";
    display: table;
    clear: both;
}

/* Ensure header content is centered/positioned correctly if it relies on slider JS which isn't running */
.onlionit-single-header .wp-block-onlionit-slider__content {
    position: relative;
    z-index: 2;
    margin-top: 0; 
}

@media (max-width: 768px) {
    .onlionit-single-header.wp-block-onlionit-slider {
        min-height: 300px;
        height: 300px;
    }
    .onlionit-single-header .side {
        width: 100%;
        height: 100%;
    }
    .onlionit-featured-image-wrapper {
        float: none;
        margin-left: 0;
        max-width: 100%;
        margin-top: 0;
    }
}

/* Header Cart Icon Active State & Badge */
.onlionit-header-cart.has-items svg path {
    fill: #2b94cc;
}

.onlionit-header-cart .cart-count {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #2b94cc;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}

/* --- Modern News Grid Layout & Gutenberg Latest Posts --- */
.onl-news-grid-container {
    margin-top: 50px;
    margin-bottom: 50px;
}

.onl-news-grid .mb-4 {
    margin-bottom: 30px;
}

/* --- Modern News Grid Layout (Download Style) --- */
.page-id-1543 .wp-block-latest-posts,
.onlionit-news-page-grid {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1rem !important;
    list-style: none !important;
    padding: 0 !important;
    justify-content: center !important;
}

.page-id-1543 .wp-block-latest-posts li,
.onlionit-news-page-grid li {
    flex: 0 0 calc((100% - 2rem) / 3);
    max-width: calc((100% - 2rem) / 3);
    background: rgba(0, 0, 0, 0.6) !important;
    padding: 1rem !important;
    box-sizing: border-box !important;
    text-align: center !important;
    color: #fff !important;
    border-radius: 5px !important;
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
    border: none !important;
    box-shadow: none !important;
}

.page-id-1543 .wp-block-latest-posts li:hover,
.onlionit-news-page-grid li:hover {
    background: rgba(0, 0, 0, 0.8) !important;
    transform: translateY(-5px) !important;
}

.page-id-1543 .wp-block-latest-posts li a.wp-block-latest-posts__featured-image-link,
.onlionit-news-page-grid li a.wp-block-latest-posts__featured-image-link {
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    overflow: hidden !important;
    position: relative !important;
    display: block !important;
    margin: 0 0 1rem 0 !important;
    border-radius: 5px !important;
}

.page-id-1543 .wp-block-latest-posts li img,
.onlionit-news-page-grid li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    margin: 0 !important;
}

.page-id-1543 .wp-block-latest-posts li > .wp-block-latest-posts__post-title,
.onlionit-news-page-grid li > .wp-block-latest-posts__post-title {
    padding-top: 0 !important;
}

.page-id-1543 .wp-block-latest-posts .wp-block-latest-posts__post-date,
.onlionit-news-page-grid .wp-block-latest-posts__post-date {
    display: block !important;
    font-size: 0.8rem !important;
    color: rgba(255,255,255,0.7) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    margin-bottom: 0.5rem !important;
    padding: 0 !important;
}

.page-id-1543 .wp-block-latest-posts li > a:not(.wp-block-latest-posts__featured-image-link),
.onlionit-news-page-grid li > a:not(.wp-block-latest-posts__featured-image-link) {
    display: block !important;
    margin: 0 0 0.5rem 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
}

.page-id-1543 .wp-block-latest-posts li > a:hover,
.onlionit-news-page-grid li > a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.page-id-1543 .wp-block-latest-posts .wp-block-latest-posts__post-excerpt,
.onlionit-news-page-grid .wp-block-latest-posts__post-excerpt {
    font-size: 0.9rem !important;
    line-height: 1.6 !important;
    color: #fff !important;
    margin-bottom: 1rem !important;
    padding: 0 !important;
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.page-id-1543 .wp-block-latest-posts li .wp-block-latest-posts__read-more,
.onlionit-news-page-grid li .wp-block-latest-posts__read-more {
    display: inline-block !important;
    margin: auto auto 0 auto !important;
    padding: 0.5rem 2rem !important;
    background: transparent !important;
    color: #fff !important;
    text-decoration: none !important;
    border: solid #fff 2px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.page-id-1543 .wp-block-latest-posts li .wp-block-latest-posts__read-more:hover,
.onlionit-news-page-grid li .wp-block-latest-posts__read-more:hover {
    background-color: #fff !important;
    color: #000 !important;
    transform: none !important;
}

@media (max-width: 992px) {
    .page-id-1543 .wp-block-latest-posts li,
    .onlionit-news-page-grid li {
        flex: 0 0 calc((100% - 1rem) / 2) !important;
        max-width: calc((100% - 1rem) / 2) !important;
    }
}

@media (max-width: 768px) {
    .page-id-1543 .wp-block-latest-posts li,
    .onlionit-news-page-grid li {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}





