/*
Theme Name: aubingistin
Theme URI: https://www.aubingistin.de
Author: Felix Fleißner
Author URI: www.onlionit.de
Description: aubingistin Theme
Version: 1.0.
*/
:root {
  --lp-radius: 16px;
  --lp-gap: 20px;
  --lp-bg: #ffffff;
  --lp-fg: #111827;
  --lp-muted: #6b7280;
  --lp-border: #e5e7eb;
  --lp-shadow: 0 8px 20px rgba(0,0,0,.06);
  --lp-shadow-hover: 0 16px 32px rgba(0,0,0,.10);
  --lp-accent: #374785;
  --lp-img-height: 200px;
  --sm-bg: #ffffff;
  --sm-fg: #111827;
  --sm-border: #e5e7eb;
  --sm-muted: #6b7280;
  --sm-accent: #374785;
  --sm-shadow: 0 16px 40px rgba(0,0,0,.12);
  --sm-radius: 14px;
  --sm-gap: 8px;
  --sm-item-pad: 10px 14px;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr4fIA9c.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrcfIA9c.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrAfIA9c.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrwfIA9c.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDr0fIA9c.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Comfortaa';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/1Pt_g8LJRfWJmhDAuUsSQamb1W0lwk4S4WjMDrMfIA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




@font-face {
    font-family: 'Linearicons';
    src: url("fonts/Linearicons.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'Linearicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
    margin: 0px;
    padding: 0px;
    font-family: Comfortaa, arial, sans-serif;
    line-height: 1;
    overflow-x: hidden;
}
.full-wrap{
	background-color:rgb(255,255,255,0.7);
	padding-top: 25px;
	padding-bottom: 25px;
	background: url(/wp-content/themes/aubingistin/img/aubingzeichnung1920w.jpg) no-repeat center center;
}


* {
    margin: 0;
    padding: 0;
    font-family: Comfortaa,  sans-serif;
    outline: 0;
    color: #111;
    font-size: 18px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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: #392e72;
}
.center {
    margin: 0 auto;
}
.left {
    float: left;
}
.txt-left {
    text-align: left;
}
.right {
    float: right;
}
.txt-right {
    text-align: right;
}
.clear {
    clear: both;
}
ul, ol {
    list-style-position: inside;
}
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;
}
body {
    padding-top: 100px;
}
.rk-cta {
    background: #222d64;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 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;
}
.rk-cta:before { 
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 15px;
    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;
}
.rk-cta:hover {
    background: #392e72;
    padding: 17px 96px 12px 66px;
}
.rk-cta:hover:before {
    left: calc(100% - 86px);
}
.rk-cta.white {
    background: white !important;
    color: #222d64 !important;
}
.rk-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.rk-cta.white:hover {
    background: #392e72 !important;
    color: white !important;
}
.rk-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.rk-cta.sm {
    padding: 17px 26px 12px 46px;
}
.rk-cta.sm:before {
    left: 20px;
}
.rk-cta.sm:hover {
    padding: 17px 46px 12px 26px;
}
.rk-cta.sm:hover:before {
    left: calc(100% - 35px);
}
section {
    padding: 40px 0px;
}
section.no-padding {
    padding: 0px 0px;
}
@media (max-width: 480px) {
    * {
    font-size: 16px;
}
.rk-breadcrumb * {
    font-size: 12px;
}
.tb-title span, .tb-title span * {
    font-size: 28px !important;
}
}header#aubingistin-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: white;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
    padding: 0px 15px;
    z-index: 99;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#aubingistin-header nav span.dd-title {
    display: none;
}
header#aubingistin-header nav ul li a {
    color: #111;
    text-transform: uppercase;
    padding: 6px;
    font-size: 18px;
}
header#aubingistin-header nav ul li a * {
    color: #111;
}
header#aubingistin-header nav ul li.menu-item-has-children>a {
    padding-right: 35px;
    position: relative;
    height: 100px;
    line-height: 100px;
}
header#aubingistin-header nav ul li.menu-item-has-children>a:after {
    content: "\e93a";
    font-family: 'Linearicons';
    color: inherit;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 8px;
    pointer-events: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#aubingistin-header nav ul li:hover>a, header#aubingistin-header nav ul li:hover:after, header#aubingistin-header nav ul li.current-menu-item>a, header#aubingistin-header nav ul li.current-menu-item:after, header#aubingistin-header nav ul li.current-menu-parent>a, header#aubingistin-header nav ul li.current-menu-parent:after, header#aubingistin-header nav ul li.current-menu-anchestor>a, header#aubingistin-header nav ul li.current-menu-anchestor:after {
    color: #392e72 !important;
}
header#aubingistin-header nav ul li:hover>a *, header#aubingistin-header nav ul li:hover:after *, header#aubingistin-header nav ul li.current-menu-item>a *, header#aubingistin-header nav ul li.current-menu-item:after *, header#aubingistin-header nav ul li.current-menu-parent>a *, header#aubingistin-header nav ul li.current-menu-parent:after *, header#aubingistin-header nav ul li.current-menu-anchestor>a *, header#aubingistin-header nav ul li.current-menu-anchestor:after * {
    color: #392e72 !important;
}
header#aubingistin-header nav ul li:hover ul {
    display: block;
}
header#aubingistin-header nav ul li ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.33);
}
header#aubingistin-header nav ul li ul .aubingistin-menu-wrap {
    background-color: white;
    padding: 40px 70px;
    min-height: 520px;
    box-shadow: 0px 23px 16px #00000054;
    background-image: url(img/dropdown-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}
header#aubingistin-header nav ul li ul .aubingistin-menu-wrap .aubingistin-menu-grid {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    grid-template-rows: max-content;
}
header#aubingistin-header nav ul li ul .aubingistin-menu-wrap span.dd-title {
    font-size: 38px;
    grid-column: 1/-1;
    margin-bottom: 30px;
    display: block;
}
header#aubingistin-header nav ul li ul li a {
    text-transform: none;
    letter-spacing: 0px;
} 
header#aubingistin-header nav ul li ul li img.item-icon, header#aubingistin-header nav ul li ul li svg {
    padding: 10px;
    background: #392e72;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-right: 15px;
    border: 2px solid white;
}
header#aubingistin-header nav ul li ul li img.item-icon *, header#aubingistin-header nav ul li ul li svg * {
    fill: white;
}
header#aubingistin-header nav ul li ul li span.menu-image-title-after.menu-image-title {
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
}
header#aubingistin-header nav ul li ul li:hover a * {
    color: #392e72;
}
header#aubingistin-header nav ul li ul li:hover svg {
    border: 2px solid #392e72;
    background: white;
}
header#aubingistin-header nav ul li ul li:hover svg * {
    fill: #392e72;
}
header#aubingistin-header .aubingistin-header-right {
    display: flex;
    align-items: center;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-dropdown {
    display: none;
    padding: 10px 30px;
    background: white;
    position: absolute;
    top: 100%;
    right: 15px;
    box-shadow: 0px 14px 10px #0000002e;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-dropdown nav ul li {
    display: block;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-dropdown nav ul li:after {
    display: none !important;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-dropdown nav ul li a:hover * {
    color: #392e72;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-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;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-current span {
    font-size: 12px;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-current i {
    display: none;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    right: -1px;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-current:hover {
    border-color: #392e72;
}
header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-current:hover span, header#aubingistin-header .aubingistin-header-wpml .aubingistin-header-wpml-current:hover i {
    color: #392e72;
}
header#aubingistin-header .aubingistin-header-search {
    padding: 10px;
    position: relative;
    cursor: pointer;
}
header#aubingistin-header .aubingistin-header-search svg {
    position: relative;
    z-index: 3;
}
header#aubingistin-header .aubingistin-header-search .icon-cross {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 22px;
    top: 0px;
}
header#aubingistin-header .aubingistin-header-search.open svg {
    display: none;
}
header#aubingistin-header .aubingistin-header-search.open .icon-cross {
    display: block;
}
header#aubingistin-header .rk-searchbox {
    position: absolute;
    right: 53px;
    top: 29px;
    width: 100%;
    max-width: calc(100% - 450px);
}
header#aubingistin-header .rk-searchbox {
    display: none;
}
header#aubingistin-header #rk-searchform input {
    width: 100%;
    padding: 8px 14px;
    border-radius: 0px;
    border: 1px solid #c6c6c6 !important;
}
header#aubingistin-header div#rk-searchresults {
    background: white;
    position: absolute;
    top: calc(100% - 1px);
    width: 100%;
    left: 0px;
    border: 1px solid #c6c6c6;
    box-shadow: 0px 70px 50px #00000052;
    border-top-color: white;
    background-image: url(img/dropdown-bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    max-height: 500px;
    overflow: auto;
}
header#aubingistin-header div#rk-searchresults div {
    column-count: 3;
    padding: 40px;
}
header#aubingistin-header div#rk-searchresults div:empty {
    padding: 0px;
}
header#aubingistin-header div#rk-searchresults a {
    line-height: 1.3em;
    display: block;
    padding: 15px 0px 15px 28px;
    color: black;
    position: relative;
    break-inside: avoid-column;
}
header#aubingistin-header div#rk-searchresults a:before {
    content: "\e944";
    font-family: "Linearicons";
    position: absolute;
    top: 14px;
    left: 0px;
    color: black;
}
header#aubingistin-header div#rk-searchresults a:hover {
    color: #392e72;
}
header#aubingistin-header div#rk-searchresults .rk-newsblog {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
header#aubingistin-header div#rk-searchresults:empty {
    padding: 0px;
    border: none;
}
header#aubingistin-header #rk-searchresults h3 {
    color: #111;
    font-weight: bold;
}
header#aubingistin-header .aubingistin-search-icon {
    cursor: pointer;
}
header#aubingistin-header .aubingistin-search-icon * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#aubingistin-header .aubingistin-search-icon:hover * {
    fill: #392e72;
}
#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: #111;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#mobile-menu:hover span {
    background: #392e72;
}
#mobile-menu:hover p {
    color: #392e72;
}
#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 .aubingistin-header-wpml-dropdown {
    display: block !important;
}
header.open-wpml .aubingistin-header-wpml-current span {
    display: none;
}
header.open-wpml .aubingistin-header-wpml-current i {
    display: inline-block !important;
}
#side-icons {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 250px;
    width: 70px;
}
#side-icons a {
    height: 50px;
    width: 50px;
    display: block;
    margin-bottom: 5px;
    background: #222d64;
    width: 70px;
    height: 70px;
    padding: 20px;
    transition: all .3s;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}
#side-icons a:hover {
    background: #392e72;
}
#side-icons img {
    width: 100%}
#ndesignbody #pwebcontact2 {
    display: none;
}
@media (max-width: 1500px) {
    header#aubingistin-header .rk-searchbox {
    max-width: calc(100% - 330px);
}
}@media (min-width: 1200px) {
    header#aubingistin-header nav ul li ul {
    pointer-events: none;
}
header#aubingistin-header nav ul li ul * {
    pointer-events: auto;
}
}@media (max-width: 1200px) {
    header#aubingistin-header {
    z-index: 999;
}
header#aubingistin-header .aubingistin-header-menu {
    display: none;
    position: fixed;
    top: 100px;
    right: 0px;
    width: 100vw;
    max-width: 790px;
    height: calc(100vh - 100px);
    z-index: 999;
    background: white;
    padding: 50px;
    border-top: 1px solid #e7e7e7;
    overflow: auto;
    z-index: 999;
}
header#aubingistin-header .aubingistin-header-menu nav ul li {
    display: block;
}
header#aubingistin-header .aubingistin-header-menu nav ul li>a {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #8080801c;
}
header#aubingistin-header .aubingistin-header-menu nav ul li:first-of-type>a {
    border-top: none;
}
header#aubingistin-header .aubingistin-header-menu nav ul li.menu-item-has-children a:after {
    right: 23px;
    top: 22px;
    transform: rotate(-90deg);
    transform-origin: center;
}
header#aubingistin-header .aubingistin-header-menu nav ul li a {
    border-bottom: 0px;
    display: block;
    width: 100%;
    padding: 0px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul {
    background: none;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    display: none;
    margin-bottom: 40px;
    margin-top: 10px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul .container {
    padding: 0px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul .dd-title {
    display: none  !important;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul .aubingistin-menu-grid {
    display: block;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul .aubingistin-menu-wrap {
    padding: 0px;
    min-height: inherit;
    background: none;
    box-shadow: none;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul li a {
    border: none;
}
header#aubingistin-header .aubingistin-header-menu nav ul li ul li svg {
    width: 60px;
    height: auto;
    padding: 7px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li.open-subs>a:after {
    transform: rotate(0deg);
    right: 5px;
    top: 0px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li.open-subs ul {
    display: block;
}
header#aubingistin-header .rk-searchbox {
    max-width: calc(100% - 390px);
    right: 103px;
}
header#aubingistin-header div#rk-searchresults div {
    column-count: 2;
}
header#aubingistin-header.open {
    box-shadow: 0px 0px 99999px 99999px #111333d1;
}
header#aubingistin-header.open .aubingistin-header-menu {
    display: block;
}
#mobile-menu {
    display: block;
}
}@media (max-width: 992px) {
    header#aubingistin-header div#rk-searchresults div {
    column-count: 2;
    padding: 15px;
}
header#aubingistin-header div#rk-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;
}
h2,h3,h4,h5,h6{
	color: #392e72 !important;
}
header#aubingistin-header {
    height: 70px;
}
header#aubingistin-header .rk-searchbox {
    top: 15px;
    max-width: calc(100% - 320px);
}
header#aubingistin-header div#rk-searchresults div {
    column-count: 1;
    padding: 15px;
}
header#aubingistin-header .viavis-header-logo img {
    width: 160px;
    height: auto;
}
header#aubingistin-header .aubingistin-header-menu {
    padding: 20px;
    top: 70px;
    height: calc(100vh - 70px);
}
header#aubingistin-header .aubingistin-header-menu * {
    font-size: 14px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li.menu-item-has-children a:after {
    top: 17px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li.menu-item-has-children.open-subs a:after {
    top: 0px;
}
header#aubingistin-header .aubingistin-header-menu nav ul li>a {
    height: 50px;
    line-height: 50px;
}
}@media (max-width: 480px) {
    header#aubingistin-header .rk-searchbox {
    top: 70px;
    width: 100vw;
    max-width: 100vw;
    left: 0px;
}
}footer#aubingistin-footer {
    background: #545454;
}

footer#aubingistin-footer h1, footer#aubingistin-footer h2, footer#aubingistin-footer h3, footer#aubingistin-footer h4, footer#aubingistin-footer h5, footer#aubingistin-footer h6 {
    color: white;
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;
}
footer#aubingistin-footer #aubingistin-footer-top {
    padding: 0px 0px 60px 0px;
    width: 100%;
    background-image: url(img/footer-logo.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	background-size: 265px auto;
}
footer#aubingistin-footer #aubingistin-footer-top nav li, footer#aubingistin-footer #aubingistin-footer-top .menu li {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}
footer#aubingistin-footer #aubingistin-footer-top nav li a, footer#aubingistin-footer #aubingistin-footer-top .menu li a {
    color: #fff;
    padding: 5px 0px;
    display: inline-block;
}
footer#aubingistin-footer #aubingistin-footer-top nav li:hover a, footer#aubingistin-footer #aubingistin-footer-top nav li.current-menu-item a, footer#aubingistin-footer #aubingistin-footer-top .menu li:hover a, footer#aubingistin-footer #aubingistin-footer-top .menu li.current-menu-item a {
    color: white;
}
footer#aubingistin-footer #aubingistin-footer-top figure {
    margin: 5px 5px 20px 0;
}
footer#aubingistin-footer #aubingistin-footer-bottom {
    background: #474747;
    padding: 10px 0px;
}
footer#aubingistin-footer #aubingistin-footer-bottom nav ul li a {
    color: white;
    padding: 5px;
}
footer#aubingistin-footer #aubingistin-footer-bottom nav ul li:hover a, footer#aubingistin-footer #aubingistin-footer-bottom nav ul li.current-menu-item a {
    color: #fff;
}
footer#aubingistin-footer #aubingistin-footer-bottom nav ul li:last-of-type a {
    padding-right: 0px;
}
footer a{
	color:white;
}
footer p{
	color:white;
	text-align:left;
}
footer#aubingistin-footer #aubingistin-footer-bottom span.copyright {
    color: white;
    display: inline-block;
    padding: 5px 5px 5px 0px;
}
.home-cats .wp-block-column{text-align:center;background-color:rgb(255,255,255,0.5);border:1px solid #392e72;position:relative;border-radius: 80px;}
.home-cats h4{position:absolute;z-index:1;bottom:0px;width:80%;font-size: 14pt;font-weight: bold;margin: 0 10% 10% 10%;    color: #dfbd74;
    text-shadow: 2px 2px 3px #000;
}

.home-cats img{    width: auto !important;height: 150px !important;}
.home-cats figure{margin:0px;}

.rk-form {
    width: 100%}
.rk-form .rk-form-row {
    width: calc(100% + 15px);
    margin: 0px -7.5px;
}
.rk-form .rk-form-row .rk-form-half {
    width: 50%;
    float: left;
    padding: 7.5px;
}
.rk-form .rk-form-row .rk-form-full {
    width: 100%;
    float: left;
    padding: 7.5px;
}
.rk-form .rk-form-row:after {
    content: "";
    clear: both;
    display: block;
}
.rk-form input, .rk-form textarea {
    width: 100%;
    padding: 10px;
    color: #111;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 0px !important;
}
.rk-form input:focus, .rk-form input:active, .rk-form textarea:focus, .rk-form textarea:active {
    background: #F5F0ED;
}
.rk-form textarea {
    height: 150px;
}
.rk-form .wpcf7-response-output {
    margin-top: 0px !important;
    padding: 15px !important;
    border: none !important;
    background: #392e72;
}
.rk-form input.wpcf7-submit {
    width: auto !important;
    float: right;
    background: #392e72 !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;
}
.rk-form input.wpcf7-submit:hover {
    background: white !important;
    color: #392e72 !important;
}
.rk-form .wpcf7-list-item {
    margin: 0px !important;
}
.rk-form .legal-notice {
    padding-left: 25px !important;
    display: block;
    position: relative;
    font-size: 12px;
}
.rk-form .legal-notice * {
    font-size: 12px;
}
.rk-form .legal-notice .wpcf7-form-control-wrap {
    position: initial !important;
}
.rk-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;
}
.rk-form .legal-notice input[type="checkbox"]:focus, .rk-form .legal-notice input[type="checkbox"]:active {
    background: none !important;
}
.rk-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;
}
.rk-form .legal-notice a {
    text-decoration: underline;
}
.rk-form .legal-notice a:hover {
    color: #392e72;
}
#wrapper {
    overflow: initial !important;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    bottom: 100px;
}
body.single-loesungen .rk-contact .rk-contact-person, body.single-produkte .rk-contact .rk-contact-person {
    margin: 0px;
}
body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner {
    border-radius: 0px;
}
body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner .container, body.single-loesungen .rk-contact .rk-contact-person .rk-cp-inner .container>section, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner .container, body.single-produkte .rk-contact .rk-contact-person .rk-cp-inner .container>section {
    padding: 0px !important;
}
body.single-loesungen .rk-contact .rk-contact-person span.rk-plz-find, body.single-produkte .rk-contact .rk-contact-person span.rk-plz-find {
    font-weight: bold;
}
body.single-loesungen .aubingistin-zipsearch-wrap, body.single-produkte .aubingistin-zipsearch-wrap {
    padding: 20px 0px;
}
body.single-loesungen .aubingistin-zipsearch-results .rk-cp-inner, body.single-produkte .aubingistin-zipsearch-results .rk-cp-inner {
    background: #222d6417;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    min-height: 0px !important;
}
body.single-loesungen .aubingistin-zipsearch-button, body.single-produkte .aubingistin-zipsearch-button {
    background: #222d64 !important;
    color: white !important;
}
body.single-loesungen .aubingistin-zipsearch-button:hover, body.single-produkte .aubingistin-zipsearch-button:hover {
    background: #392e72 !important;
}
body.single-loesungen .aubingistin-zipsearch input, body.single-loesungen .aubingistin-zipsearch span, body.single-produkte .aubingistin-zipsearch input, body.single-produkte .aubingistin-zipsearch span {
    padding: 8px !important;
    height: auto !important;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
}
body.single-loesungen .aubingistin-zipsearch .aubingistin-zipsearch-button, body.single-produkte .aubingistin-zipsearch .aubingistin-zipsearch-button {
    padding: 12px 25px !important;
    position: relative;
}
.aubingistin-related-products {
    column-count: 3;
    column-gap: 30px;
}
.aubingistin-related-products .aubingistin-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;
}
.aubingistin-related-products .aubingistin-related-product-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.aubingistin-related-products .aubingistin-related-product-item svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.aubingistin-related-products .aubingistin-related-product-item svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.aubingistin-related-products .aubingistin-related-product-item .vrp-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 25px;
}
.aubingistin-related-products .aubingistin-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;
}
.aubingistin-related-products .aubingistin-related-product-item .vrp-content .meta {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    opacity: 0.5;
    display: block;
}
.aubingistin-related-products .aubingistin-related-product-item .vrp-content h3 {
    font-size: 28px;
    font-weight: bold;
}
.aubingistin-related-products .aubingistin-related-product-item:hover .cls-2 {
    fill: #392e72;
}
.aubingistin-related-products .aubingistin-related-product-item:hover .vrp-image img {
    transform: scale(1.1);
}
.rk-icon-link {
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
    color: #111;
    text-decoration: none !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-icon-link.italic {
    font-style: italic;
}
.rk-icon-link * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-icon-link svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}
.rk-icon-link svg * {
    fill: #111;
}
.rk-icon-link:hover {
    color: #392e72;
}
.rk-icon-link:hover svg * {
    fill: #392e72;
}
.reduce-height {
    height: 90%}
.rk-wrap>div:not(.rk-loesung) {
    width: 100vw !important;
    overflow-y: hidden;
}
.rk-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    position: relative;
}
.rk-hero .container {
    position: relative;
}
.rk-hero .rk-hero-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 0px;
    min-height: 180px;
}
.rk-hero .rk-hero-title span {
    font-size: 48px;
    font-weight: bold;
    color: white;
    position: relative;
    z-index: 1;
}
.rk-hero .rk-hero-icon {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.rk-hero .rk-hero-icon img, .rk-hero .rk-hero-icon svg {
    height: 150px;
    width: 150px;
}
.rk-hero .rk-hero-icon svg * {
    fill: white;
}
.rk-hero .rk-c-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: 0;
}
.rk-loesung {
    padding-top: 100px;
    padding-bottom: 100px;
}
.rk-loesung .rk-loesung-right {
    width: 100%;
    text-align: center;
    padding-top: 100px !important;
}
.rk-loesung .rk-loesung-right img {
    max-width: 332px;
    filter: drop-shadow(22px 13px 14px rgba(0, 0, 0, 0.2));
    position: relative;
    height: auto;
}
.rk-subline {
    color: #111;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.rk-title {
    margin-bottom: 25px;
    max-width: 560px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 43px;
    color: #111;
    font-weight: normal;
    line-height: 1.1;
}
.rk-title b, .rk-title strong {
    color: #392e72;
    font-weight: bold;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 42px;
    line-height: 1.1;
    margin: 0px;
    padding: 0px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-title h6 * {
    font-size: 42px;
    line-height: 1.1;
}
.rk-description {
    max-width: 770px;
}
.rk-description * {
    font-size: 18px;
    line-height: 1.5;
    color: #111;
}
.rk-cta {
    background: #222d64;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 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;
}
.rk-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 66px;
    top: 15px;
    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;
}
.rk-cta:hover {
    background: #392e72;
    padding: 17px 96px 12px 66px;
    color: white;
}
.rk-cta:hover:before {
    left: calc(100% - 86px);
}
.rk-cta.white {
    background: white !important;
    color: #222d64 !important;
}
.rk-cta.white:before {
    background: url(img/arrow-right-blue.svg);
}
.rk-cta.white:hover {
    background: #392e72 !important;
    color: white !important;
}
.rk-cta.white:hover:before {
    background: url(img/arrow-right.svg);
}
.rk-section {
    padding: 150px 0px;
    margin: 150px 0px;
    position: relative;
}
.rk-section .rk-container {
    z-index: 1;
    position: relative;
}
.rk-section .rk-bg-svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}
.rk-section .rk-bg-svg img, .rk-section .rk-bg-svg svg {
    width: 35%;
    height: auto;
    position: absolute;
    bottom: -10%;
    left: 0%;
    opacity: 0.1;
    pointer-events: none;
}
.rk-section+.rk-section, .rk-loesung+.rk-section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.rk-features {
    background: #F5F0ED;
    position: relative;
}
.rk-features:after {
    content: "";
    width: 50%;
    height: 100%;
    left: 100%;
    display: block;
    position: absolute;
    background: #F5F0ED;
    top: 0px;
    z-index: -1;
}
.rk-features:before {
    content: "";
    width: 100vw;
    height: 100%;
    left: -100vw;
    display: block;
    position: absolute;
    background: #F5F0ED;
    top: 0px;
    z-index: 2;
}
.rk-feature-list .rk-fl-entry {
    margin-bottom: 30px;
}
.rk-feature-list .rk-fl-entry:after {
    content: "";
    display: block;
    clear: both;
}
.rk-feature-list .rk-fl-entry .rk-fl-icon {
    width: 75px;
    margin-right: 20px;
    float: left;
}
.rk-feature-list .rk-fl-entry .rk-fl-txt {
    width: calc(100% - 95px);
    float: left;
}
.rk-feature-list .rk-fl-entry .rk-fl-txt h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.rk-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;
}
.rk-icon-box .rk-ib-icon {
    width: 105px;
    height: 105px;
    border-radius: 105px;
    background: #392e72;
    text-align: center;
    margin: 0 auto 10px auto;
    line-height: 105px;
}
.rk-icon-box .rk-ib-icon img, .rk-icon-box .rk-ib-icon svg {
    width: 80%;
    vertical-align: middle;
}
.rk-icon-box .rk-ib-icon svg * {
    fill: white;
}
.rk-icon-box .rk-ib-content h3 {
    font-size: 18px;
    color: #392e72;
    font-weight: bold;
    text-transform: uppercase;
}
.rk-icon-box .rk-ib-content p {
    margin: 0px;
    padding: 0px;
}
body {
    counter-reset: boxcount;
}
.rk-box-on-bg {
    position: relative;
    width: 100%;
    padding: 70px 0px;
    margin: 30px 0px;
    min-height: 850px;
    counter-increment: boxcount;
}
.rk-box-on-bg#box01 {
    margin-top: 75px;
}
.rk-box-on-bg.right-box {
    text-align: right;
}
.rk-box-on-bg .rk-bob-bg {
    position: absolute;
    top: 0px;
    left: -150px;
    width: calc(100% + 300px);
    height: 100%;
    background-size: cover;
    z-index: 1;
    filter: contrast(0.8);
}
.rk-box-on-bg .rk-bob-txt {
    position: relative;
    z-index: 2;
    background: white;
    padding: 50px;
    max-width: 50%;
    display: inline-block;
    text-align: left;
}
.rk-box-on-bg .rk-bob-txt::before {
    content: "0" counter(boxcount);
    position: absolute;
    font-size: 160px;
    right: 10px;
    top: 10px;
    color: #392e72;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
    line-height: 1;
    font-weight: bold;
}
.rk-box-on-bg .rk-bob-txt * {
    font-size: 18px;
}
.rk-box-on-bg .rk-bob-txt h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 0px;
}
.rk-box-on-bg .rk-bob-txt ul {
    list-style: none;
    margin: 25px 0px 0px 0px;
}
.rk-box-on-bg .rk-bob-txt ul li {
    padding-left: 30px;
    margin-bottom: 25px;
    position: relative;
}
.rk-box-on-bg .rk-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%}
.rk-contact * {
    color: white;
}
.rk-contact .rk-description {
    max-width: 600px;
    margin-bottom: 25px;
}
.rk-contact .rk-description a {
    text-decoration: underline;
}
.rk-contact .rk-description a:hover {
    color: #392e72;
}
.rk-contact form input[type="text"], .rk-contact form textarea {
    border-radius: 0px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
}
.rk-contact form .ff-el-form-check * {
    font-size: 14px;
    line-height: 1.2;
}
.rk-contact form button {
    border-radius: 0px !important;
    background: #392e72;
    background-color: #392e72 !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;
}
.rk-contact form button:hover {
    background: white !important;
    background-color: white !important;
    color: #392e72 !important;
    opacity: 1 !important;
}
.rk-contact .rk-contact-person {
    padding-left: 70px;
}
.rk-contact .rk-contact-person .rk-cp-inner {
    background: white;
    padding: 50px 40px;
    color: #111;
    position: relative;
    min-height: 291px;
}
.rk-contact .rk-contact-person .rk-cp-inner * {
    color: #111;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-contact .rk-contact-person .rk-cp-inner>div.rk-cp-detail {
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.rk-contact .rk-contact-person .rk-cp-inner>div.rk-cp-detail svg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.rk-contact .rk-contact-person .rk-cp-inner a {
    text-decoration: none;
}
.rk-contact .rk-contact-person .rk-cp-inner a:hover {
    color: #392e72 !important;
}
.rk-contact .rk-contact-person .rk-cp-inner a:hover svg * {
    fill: #392e72;
}
.rk-contact .rk-contact-person .rk-cp-portrait {
    width: 130px;
    height: 130px;
    border: 5px solid white;
    border-radius: 130px;
    position: absolute !important;
    right: 20px;
    bottom: -65px;
    overflow: hidden;
}
.rk-contact .rk-contact-person .rk-cp-portrait img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}
.rk-contact .rk-icon-link {
    color: white;
}
.rk-contact .rk-icon-link svg * {
    fill: white;
}
.rk-contact .rk-icon-link svg {
    vertical-align: sub;
    top: 0px;
}
.rk-contact .rk-icon-link:hover {
    color: #392e72;
}
.rk-contact .rk-icon-link:hover svg * {
    fill: #392e72;
}
.rk-recom-box {
    background-color: white;
    padding: 50px 35px 35px 35px;
    aspect-ratio: 1;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
    background-image: url(img/rk-box-brand.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-recom-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.rk-recom-box svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.rk-recom-box svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-recom-box:hover {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.15);
}
.rk-recom-box:hover .cls-2 {
    fill: #392e72;
}
@media (max-width: 768px) {
    .rk-recom-box {
    aspect-ratio: inherit;
    padding-bottom: 50px;
}
}.rk-download-list {
    padding-left: 50px;
}
.rk-download-list span.text-muted.ml-4 {
    display: none;
}
.rk-download-list .mr-3[align="left"] {
    display: none !important;
}
.rk-download-list h3.media-heading {
    margin: 0px !important;
    padding: 0px !important;
}
.rk-download-list h3.media-heading * {
    color: #111 !important;
}
.rk-download-list .w3eden .btn-primary {
    background: #222d64 !important;
    border-radius: 0px !important;
    border: none !important;
    box-shadow: none !important;
}
.rk-download-list .w3eden .btn-primary:hover {
    background: #392e72 !important;
}
@media (max-width: 1480px) {
    .rk-box-on-bg {
    padding-right: 25px;
    padding-left: 25px;
}
.rk-box-on-bg .rk-bob-bg {
    left: 0px;
    width: 100%}
}@media (max-width: 1200px) {
    .rk-description * {
    font-size: 16px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 38px;
}
.rk-loesung .rk-loesung-right img {
    max-width: 242px;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 38px;
    margin: 0px;
    padding: 0px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-title h6 * {
    font-size: 38px;
}
.rk-loesung {
    padding-bottom: 0px;
}
.rk-section {
    padding: 75px 0px;
    margin: 75px 0px;
}
.rk-icon-box {
    padding: 30px 25px 0px 25px;
}
.rk-icon-box .rk-ib-icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 85px;
}
.rk-box-on-bg {
    min-height: 0px;
}
.rk-box-on-bg .rk-bob-txt {
    max-width: 70%;
    padding: 30px;
}
.rk-box-on-bg .rk-bob-txt * {
    font-size: 14px;
}
.rk-box-on-bg .rk-bob-txt h3 {
    font-size: 28px;
}
}@media (max-width: 992px) {
    .aubingistin-related-products {
    column-count: 2;
}
}@media (max-width: 768px) {
    .rk-loesung .rk-loesung-right {
    padding-top: 0px !important;
}
.rk-features {
    margin-left: -15px;
    margin-right: -15px;
    padding: 75px 15px;
}
.rk-features:before, .rk-features:after {
    display: none;
}
.rk-features .rk-fl-entry {
    width: calc(50% - 20px);
    display: inline-block;
    vertical-align: top;
}
.rk-box-on-bg {
    padding: 0px 15px;
    text-align: left !important;
}
.rk-box-on-bg .rk-bob-bg {
    position: relative;
    top: 0px;
    left: 0px;
    height: 0px;
    padding-bottom: 75%;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}
.rk-box-on-bg .rk-bob-txt {
    max-width: 100%;
    padding: 30px;
    margin-top: -120px;
    box-shadow: 0px 0px 10px #00000024;
}
.rk-contact .rk-contact-person {
    padding-left: 0px;
    margin-top: 30px;
}
.rk-download-list {
    padding-left: 0px;
    margin-top: 50px;
}
}@media (max-width: 480px) {
    .aubingistin-related-products {
    column-gap: 15px;
}
.aubingistin-related-products .aubingistin-related-product-item {
    padding: 20px 15px 45px 15px;
    min-height: 170px;
    margin-bottom: 15px;
}
.aubingistin-related-products .aubingistin-related-product-item svg.more {
    width: 40px;
}
.aubingistin-related-products .aubingistin-related-product-item .vrp-content {
    font-size: 14px;
}
.aubingistin-related-products .aubingistin-related-product-item .vrp-content h3 {
    font-size: 20px;
}
.rk-features .rk-fl-entry {
    width: 100%;
    display: block;
}
.rk-hero .rk-hero-title {
    min-height: 140px;
}
.rk-hero .rk-hero-title span {
    font-size: 36px;
}
.rk-hero .rk-hero-icon img {
    height: 100px;
    width: 100px;
}
.rk-title h1, .rk-title h1 * {
    font-size: 36px;
}
.rk-title h2, .rk-title h3, .rk-title h4, .rk-title h5, .rk-title h6 {
    font-size: 30px;
}
.rk-title h2 *, .rk-title h3 *, .rk-title h4 *, .rk-title h5 *, .rk-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;
}
.rk-produtklinie {
    position: relative;
    margin-bottom: 30px;
}
.rk-produtklinie .rk-produtklinie-head {
    background: #222d64;
    text-align: center;
    padding: 25px;
}
.rk-produtklinie .rk-produtklinie-head h1, .rk-produtklinie .rk-produtklinie-head h2, .rk-produtklinie .rk-produtklinie-head h3, .rk-produtklinie .rk-produtklinie-head h4, .rk-produtklinie .rk-produtklinie-head h5, .rk-produtklinie .rk-produtklinie-head h6 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}
.rk-produtklinie .rk-produtklinie-head * {
    color: white;
}
.rk-produtklinie .rk-produtklinie-head p {
    margin: 0px;
}
.rk-produtklinie .rk-produtklinie-body {
    background-color: white;
    padding: 25px;
    position: relative;
    cursor: pointer;
    min-height: 280px;
    background-image: url(img/rk-box-brand.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}
.rk-produtklinie .rk-produtklinie-body ul {
    list-style: none;
}
.rk-produtklinie .rk-produtklinie-body ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.rk-produtklinie .rk-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;
}
.rk-produtklinie .rk-produtklinie-body ul li a {
    color: black;
}
.rk-produtklinie .rk-produtklinie-body ul li:hover a {
    color: #392e72;
}
.rk-produtklinie .rk-produtklinie-body ul li:hover:before {
    left: 5px;
}
.rk-news-box {
    margin-bottom: 50px;
    position: relative;
}
.rk-news-box a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.rk-news-box .rk-news-box-thumb {
    width: 100%;
    height: 0px;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.rk-news-box .rk-news-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;
}
.rk-news-box .rk-news-box-content {
    margin-top: 15px;
}
.rk-news-box .rk-news-box-content h1, .rk-news-box .rk-news-box-content h2, .rk-news-box .rk-news-box-content h3, .rk-news-box .rk-news-box-content h4, .rk-news-box .rk-news-box-content h5, .rk-news-box .rk-news-box-content h6 {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-news-box .rk-news-box-content .rk-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.rk-news-box:hover h1, .rk-news-box:hover h2, .rk-news-box:hover h3, .rk-news-box:hover h4, .rk-news-box:hover h5, .rk-news-box:hover h6 {
    color: #392e72;
}
.rk-news-box:hover img {
    transform: scale(1.1);
}
.rk-newsblog {
    margin-bottom: 50px;
    position: relative;
    display: flex;
}
.rk-newsblog a {
    z-index: 2;
    cursor: pointer;
}
.rk-newsblog .rk-newsblog-box-thumb {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    flex: 30% 0 0;
}
.rk-newsblog .rk-newsblog-box-thumb img {
    width: 100%;
    height: auto;
    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;
}
.rk-newsblog .rk-newsblog-box-content {
    padding-left: 5%}
.rk-newsblog .rk-newsblog-box-content h1, .rk-newsblog .rk-newsblog-box-content h2, .rk-newsblog .rk-newsblog-box-content h3, .rk-newsblog .rk-newsblog-box-content h4, .rk-newsblog .rk-newsblog-box-content h5, .rk-newsblog .rk-newsblog-box-content h6 {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.rk-newsblog .rk-newsblog-box-content .rk-nbc-meta {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-bottom: 10px;
}
.rk-newsblog:hover h1, .rk-newsblog:hover h2, .rk-newsblog:hover h3, .rk-newsblog:hover h4, .rk-newsblog:hover h5, .rk-newsblog:hover h6 {
    color: #392e72;
}
.rk-newsblog:hover img {
    transform: scale(1.1);
}
.rk-breadcrumb {
    padding: 20px 0px;
}
.rk-breadcrumb a.broken-link {
    pointer-events: none;
    cursor: not-allowed;
}
.rk-breadcrumb * {
    color: #111;
    font-size: 14px;
    text-transform: uppercase;
}
.rk-breadcrumb p {
    margin: 0px;
    padding: 0px;
}
.rk-breadcrumb a:hover {
    color: #392e72;
}
.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 .rk-button {
    font-size: 16px;
}
.rk-status {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 10px;
    margin-right: 8px;
    vertical-align: middle;
}
a.rk-button {
    background: #222d64;
    color: white;
    line-height: 1;
    padding: 7px 13px 5px 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
}
a.rk-button:hover {
    background: #392e72;
}
.rk-sem-prev {
    display: flex;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    background: white;
    margin-bottom: 30px;
}
.rk-sem-prev a.stretch-link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rk-sem-prev .rk-sem-aside {
    background: #222d64;
    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;
}
.rk-sem-prev .rk-sem-aside span {
    color: white;
    font-size: 26px;
    display: block;
    margin-top: -3px;
}
.rk-sem-prev .rk-sem-prev-content {
    background-color: white;
    padding: 20px 25px 100px 25px;
    position: relative;
    background-image: url(img/rk-box-brand.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: relative;
}
.rk-sem-prev .rk-sem-prev-content h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}
.rk-sem-prev .rk-sem-prev-content .rk-icon-link {
    position: absolute;
    left: 25px;
    bottom: 25px;
    z-index: 2;
}
.rk-sem-prev .rk-sem-prev-content ul.date-list {
    list-style: none;
    max-width: 750px;
    position: relative;
    z-index: 2;
}
.rk-sem-prev .rk-sem-prev-content ul.date-list li {
    display: inline-block;
}
.rk-sem-prev .rk-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;
}
.rk-sem-prev .rk-sem-prev-content ul.date-list li a:hover {
    background: #392e72;
}
@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 .rk-button, table.seminar-termine-table th span, table.seminar-termine-table th .rk-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;
}
.rk-sem-prev {
    display: block;
}
.rk-sem-prev .rk-sem-aside {
    padding: 10px;
}
}.rk-custom-bg {
    padding-top: 70px;
    padding-bottom: 70px;
}
.rk-custom-bg-img {
    background-size: cover;
    background-position: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.rk-custom-bg-img .container {
    background: white;
    padding: 70px;
}
.rk-custom-bg-img-blur {
    position: relative;
}
.rk-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;
}
.rk-custom-bg-img-blur .container {
    position: relative;
    z-index: 2;
}
@media (max-width: 480px) {
    .rk-custom-bg-img .container {
    padding: 25px;
}
}section.aubingistin-404 {
    padding: 200px 0px;
    min-height: calc(100vh - 458px);
    background-color: white;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
section.aubingistin-404 * {
    color: #222d64;
}
section.aubingistin-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.aubingistin-404 p {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}
section.aubingistin-404 .rk-cta {
    color: white;
}
@media (max-width: 480px) {
		section.aubingistin-404 {
		padding: 80px 40px;
	}
	section.aubingistin-404 span#not-found-404 {
		font-size: 50vw;
	}
	section.aubingistin-404 h1 {
		font-size: 2em;
	}
	section.aubingistin-404 p {
		margin-bottom: 30px;
	}
	section.aubingistin-404 .rk-cta {
		margin-top: 5px;
	}
}

.count{display:none;}

.woocommerce ul.products li.product a {
	text-align:center;
    color: #392e72;
    font-size: 25px;
}
.wc-block-grid__products img, .woocommerce ul.products li.product a img {
    display: inherit;
    box-shadow: 10px 10px 10px rgba(0,0,0,.5);
    border-radius: 24px;
    height: 300px;
    width: 300px;
    text-align: center;
}

.wc-block-grid__product-title, .woocommerce-loop-product__title {
    position: relative;
    top: 0px;
    z-index: 0;
    color: #392e72 !important;
    font-weight: 700;
	font-size:15pt !important;
    padding: 0 5px!important;
}
.wc-block-grid__product-price, .wc-block-grid__product-add-to-cart, ul.products li .price,ul.products li .button {display:none !important;}

.wp-block-quote.is-layout-flow.wp-block-quote-is-layout-flow {
    margin-top: 25px;
    padding: 20px;
    border: 2px solid #dfbd74;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, .7);
}

.wp-block-button__link{background-color:#392e72 !important;color:#fff !important;}
.button{background-color:#392e72 !important;color:#fff !important;}

.flex-control-thumbs{margin:5px; margin-top:25px !important;}

/*.tabs.wc-tabs{display:none !important;}*/
.woocommerce div.product .woocommerce-tabs ul.tabs li{background-color:#392e72 !important; color:#fff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background-color:#dfbd74 !important; color:#fff !important;}

.woocommerce div.product form.cart .variations select {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .5);
    z-index: 2;
    padding: 10px;
    margin: auto;
    text-align: center;
    width: 300px;
    height: 45px;
    border: 1px;
    border-color: silver;
    background-color: #392e72 !important;
    border-radius: 24px;
    color: #fff;
    font-size: 15pt;
}
.variations option{color:#fff;}
.woocommerce div.product form.cart .variations select {
    margin-bottom: 20px;
}
.woocommerce .quantity .qty{height:41px;}
.woocommerce-variation-price, .woocommerce-variation-price bdi{font-weight:bold;font-size:22pt !important;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{max-width:inherit !important;}
.woocommerce form .form-row{display:block;}
.woocommerce form .form-row input, .woocommerce form .form-row textarea, .woocommerce form .form-row select{padding:5px;}

.woocommerce-loop-category__title{font-size:18px !important;line-height:20px;}

h1,h2,h3,h4,h5,h6{color:#392e72;}

.wp-block-details summary{padding-bottom:25px;font-weight:bold;color:#392e72;}
.wp-block-details {box-sizing: border-box;overflow: hidden;border: 1px solid #392e72;margin-bottom: 25px;padding: 10px;}

.reset_variations{display:block;}

.wpcf7-form{width: 100%;padding: 10px;background-color: #dfbd74;border-radius: 6px;}
.wpcf7-form input, .wpcf7-form textarea{width:100%;padding:5px;border-radius:5px;border:1px solid;}
.wpcf7-form label{display:block;}
.wpcf7-list-item-label{display:none;}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link{display:block !important;}

.single-product p.price{display:none !important;}
.woocommerce-variation-availability{display:none !important;}


#aubingistin-side-buttons{
    position: fixed;
    right: 0;
    z-index: 99;
    top: 250px;
    width: 70px;
}
.vsb-entry{
	margin-bottom:5px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.17);
	transition: all .3s;
	height: 70px;
	width: 280px;
	background: #392e72 ;
	position: relative;
	transform: translateX(0px);
	color: white !important;
	border-radius: 8px 0px 0px 8px;
}
.vsb-entry:hover{
	transform: translateX(-200px);
	background: #dfbd74;
}


.vsb-entry a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vsb-icon{
	display: inline-block;
	width: 70px;
	height: 70px;
	padding: 20px;
	vertical-align: top;	
}
.vsb-icon  img{width:100%; height: auto;max-height:100%;}

.vsb-txt{
	width: 200px;
	height: 70px;
	display: inline-block;
	padding-top: 10px;
	font-size:80%;
}
.vsb-txt b, .vsb-txt span{
	display: block;
}

@media(max-width: 480px){
    #aubingistin-side-buttons{
        top: inherit;
        bottom: 0px;
        width: 100% !important;
        border-top: 1px solid white;
		display:flex;
	}
	.vsb-entry{
		width: 33.33%;
		transform: translateX(0px) !important;
		display: block;
		float: left;
		margin-bottom: 0px;
		height: 45px;
		border-right: 1px solid white !important;
		border-radius: 0px;
	}
	
	.vsb-entry .vsb-txt{
		display: none !important;
	}
	
	.vsb-entry:last-of-type{
		border-right: none !important;
	}
	
	.vsb-icon{
		display: block;
		width: 100% !important;
		text-align: center;
		height: 45px;
		padding: 10px 0px 0px 0px;
	}
	.vsb-icon img{
		max-width: 25px;
	}
	
	h1{font-size:2rem !important;}
}

.shop_table, .checkout{
    background: rgb(255, 255, 255, 0.5);
}

.ti-widget-container{background-color:#fff;}

#coupon_code {
    float: none;
    width: 231px;
    margin-bottom: 5px;
}
input[name="apply_coupon"] {
	float: none;
    display: block;
}

button[name="update_cart"]{
	float:right;
}

.ppcp-messages{display:none !important;}

.haendlerbund-bnt-cart {
    float:right;
	position:relative;
	top:-10px;
}
.haendlerbund-bnt-cart img{
	margin-left:20px;
}

.wpcf7-list-item{margin-left: 0px !important;}
.wpcf7-list-item input{width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
padding-left: 0px;}

.home_adv .wc-block-featured-product__wrapper{color:#fff !important;}
.home_adv .wc-block-featured-product__wrapper .woocommerce-Price-amount{color:#fff !important;}
.home_adv .wc-block-featured-product__price{color:#fff !important;}
.home_adv .wc-block-featured-product__price del{color:#fff !important;}
.home_adv .woocommerce-Price-currencySymbol{color:#fff !important;}
.home_adv .wc-block-featured-product__title{font-size:17pt;}
.home_adv .wc-block-featured-product__variation{font-size:13pt;}

.home_adv {
    padding: 20px;
    border: 2px solid #dfbd74;
    border-radius: 8px;
    background-color: rgb(255, 255, 255, .7);
}

.home_adv h2{ font-size:20pt;}
.wc-block-featured-product__description, .wc-block-featured-product__link, .wc-block-featured-product__price, .wc-block-featured-product__title, .wc-block-featured-product__variation{padding: 0 30px 19px !important;}

.wpcf7-select{
    width: 100%;
    padding: 7px;
    border-radius: 3px;
}

/* Container: Flexbox mit Umbruch */
.onl-cf {
  display: flex;
  flex-wrap: wrap;      /* Zeilenumbruch bei zu wenig Platz */
  gap: 1rem;            /* Abstand zwischen den Optionen */
  padding: 0;
  margin: 0;
  border: 1px solid #ccc; /* optional: Rahmen des Fieldsets */
  margin-bottom:10px;
  margin-top:10px;
}

/* Legend etwas hervorheben */
.onl-cf legend {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

/* Jede Option als eigenes Kästchen, zentriert */
.onl-cf label {
  display: inline-block; /* oder flex mit column */
  text-align: center;
  margin: 0;
  padding: 0.5rem;
  flex: 0 0 auto;        /* verhindert, dass die Labels gestreckt werden */
  width: 100px;          /* feste Breite; anpassen je nach Bildgröße */
}

/* Bild block-level, mit Abstand nach unten */
.onl-cf label img {
  display: block;
  margin: 0 auto 0.5em;
  max-width: 100%;       /* skaliert Bild, falls das Label schmaler ist */
  height: auto;
}

/* Radio-Button block-level, unter dem Bild */
.onl-cf label input[type="radio"] {
  display: block;
  margin: 0 auto 0.5em;
}

/* Der Text (farbname o.ä.) folgt jetzt automatisch unter dem Button */
/* Optional: kleine Anpassung der Schrift */
.onl-cf label {
  font-size:9pt;
  color: #111;
}

.wp-element-button *{
	color:#fff !important;
}

/* === Grid Layout: max. 3 Karten pro Reihe === */
.wp-block-latest-posts__list.wp-block-latest-posts {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: var(--lp-gap);
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  max-width: 1100px;
}

/* === Karte === */
.wp-block-latest-posts__list.wp-block-latest-posts > li {
  background: var(--lp-bg);
  color: var(--lp-fg);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: var(--lp-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, box-shadow .25s ease;
}

.wp-block-latest-posts__list.wp-block-latest-posts > li:hover {
  transform: translateY(-4px);
  box-shadow: var(--lp-shadow-hover);
  border-color: color-mix(in oklab, var(--lp-border) 60%, var(--lp-accent));
}

/* === Bildcontainer erzwingen === */
.wp-block-latest-posts__featured-image {
  position: relative;
  width: 100%;
  height: var(--lp-img-height);
  overflow: hidden;
  flex-shrink: 0;
}

.wp-block-latest-posts__featured-image.alignleft {
  float: none !important;
  margin: 0 !important;
}

.wp-block-latest-posts__featured-image a,
.wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  line-height: 0;
  transition: transform .35s ease;
}

.wp-block-latest-posts__list.wp-block-latest-posts > li:hover .wp-block-latest-posts__featured-image img {
  transform: scale(1.05);
}

/* === Inhalt === */
.wp-block-latest-posts__post-title {
  display: block;
  padding: 16px;
  font-weight: 700;
  font-size: clamp(1rem, 0.9rem + .4vw, 1.1rem);
  line-height: 1.3;
  text-decoration: none;
  color: inherit;
  transition: color .2s ease;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wp-block-latest-posts__list.wp-block-latest-posts > li:hover .wp-block-latest-posts__post-title {
  color: var(--lp-accent);
}

.wp-block-latest-posts__post-excerpt {
  padding: 0 16px 16px;
  color: var(--lp-muted);
  font-size: .95rem;
  line-height: 1.5;
}

/* === Fokuszustand === */
.wp-block-latest-posts__post-title:focus,
.wp-block-latest-posts__featured-image a:focus {
  outline: 2px solid var(--lp-accent);
  outline-offset: 3px;
  border-radius: 8px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date{
	padding: 0px 15px 15px 15px;
}

/* === Responsive Anpassungen === */
@media (max-width: 900px) {
  :root { --lp-img-height: 180px; }
}
@media (max-width: 600px) {
  .wp-block-latest-posts__list.wp-block-latest-posts {
    grid-template-columns: 1fr 1fr;
  }
  :root { --lp-img-height: 160px; }
}
@media (max-width: 420px) {
  .wp-block-latest-posts__list.wp-block-latest-posts {
    grid-template-columns: 1fr;
  }
  :root { --lp-img-height: 150px; }
}

/* === Akzentlinie oben === */
.wp-block-latest-posts__list.wp-block-latest-posts > li::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lp-accent), transparent 70%);
  opacity: .15;
}
/* Grundbox des Dropdowns */
.menu-item-has-children > .sub-menu{
  position: absolute;
  left: 0; top: calc(100% + 10px);
  min-width: 230px;
  padding: 10px;
  margin: 0;
  list-style: none;
  background: var(--sm-bg);
  color: var(--sm-fg);
  border: 1px solid var(--sm-border);
  border-radius: var(--sm-radius);
  box-shadow: var(--sm-shadow);
  overflow: hidden;
  z-index: 50;

  /* sanftes Einblenden/Schweben */
  opacity: 0;
  transform: translateY(6px) scale(.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  backdrop-filter: saturate(120%) blur(6px); /* wirkt wie Glass – kannst du rausnehmen */
}

/* Anzeigen bei Hover oder Tastatur-Fokus */
.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu{
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Optional: kleiner Pfeil */
.menu-item-has-children{
  position: relative;
}
.menu-item-has-children > a::after{
  content: "▾";
  font-size: .8em;
  margin-left: .4em;
  transition: transform .18s ease, color .18s ease;
  color: color-mix(in oklab, var(--sm-fg) 70%, var(--sm-muted));
}
.menu-item-has-children:hover > a::after,
.menu-item-has-children:focus-within > a::after{
  transform: rotate(180deg);
  color: var(--sm-accent);
}

/* Submenu-Einträge als „List Group“ */
.sub-menu > .menu-item{
  margin: 0;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  display:block;
}

/* Link-Styling */
.sub-menu > .menu-item > a{
  display: flex;
  align-items: center;
  gap: .6em;
  padding: var(--sm-item-pad);
  border-radius: 10px;
  text-decoration: none;
  color: var(--sm-fg);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  transition: background-color .16s ease, color .16s ease, transform .12s ease;
}

/* Dezentere Untertitel-Optik für verschachtelte */
.sub-menu > .menu-item > a span.small,
.sub-menu > .menu-item .description{
  color: var(--sm-muted);
  font-weight: 400;
}

/* Hover/Fokus-Effekt der Items */
.sub-menu > .menu-item > a:hover,
.sub-menu > .menu-item > a:focus{
  background: color-mix(in oklab, var(--sm-accent) 12%, var(--sm-bg));
  color: var(--sm-fg);
  outline: none;
}

/* Aktives/aktuelles Element */
.sub-menu > .current-menu-item > a,
.sub-menu > .current_page_item > a{
  background: color-mix(in oklab, var(--sm-accent) 18%, var(--sm-bg));
  color: var(--sm-fg);
}

/* Trennlinien nur optisch (nicht zwischen letzten) */
.sub-menu > .menu-item + .menu-item{
  margin-top: var(--sm-gap);
}
/* === Verschachtelte Sub-Submenus (flyout rechts) === */
.sub-menu .menu-item-has-children{ position: relative; }
.sub-menu .menu-item-has-children > .sub-menu{
  top: -10px; left: calc(100% + 10px);
  transform: translateX(6px) scale(.98);
}
.sub-menu .menu-item-has-children:hover > .sub-menu,
.sub-menu .menu-item-has-children:focus-within > .sub-menu{
  transform: translateX(0) scale(1);
  opacity: 1; pointer-events: auto;
}
.sub-menu .menu-item-has-children > a::after{
  content: "▸";
  margin-left: auto;
  transform: none;
}

/* === Mobile/kleine Screens: Submenu vollbreit, ohne absolute Position === */
@media (max-width: 900px){
  .menu-item-has-children > .sub-menu{
    position: static;
    width: 100%;
    border-radius: 12px;
    box-shadow: none;
    margin-top: 8px;
    opacity: 1; transform: none; pointer-events: auto;
    backdrop-filter: none;
  }
  .sub-menu > .menu-item + .menu-item{
    margin-top: 6px;
  }
  .menu-item-has-children > a::after{
    content: "▾";
    transform: none !important;
  }
}

/* Weniger Bewegung falls gewünscht */
@media (prefers-reduced-motion: reduce){
  .menu-item-has-children > .sub-menu{
    transition: none;
  }
  .menu-item-has-children > a::after{
    transition: none;
  }
}

/* === FIX: Submenu Konflikte mit Mega-Overlay beheben & Gap entfernen === */
header#aubingistin-header nav ul li.menu-item-has-children { position: relative; }

/* Overlay-Regeln des Themes gezielt übersteuern (höhere Spezifität) */
header#aubingistin-header nav ul li.menu-item-has-children > ul.sub-menu{
  /* Anzeigen über Opacity statt display; display:none des Themes überschreiben */
  display: block !important;

  /* kein Vollbild-Overlay */
  width: auto !important;
  min-width: 230px;
  height: auto !important;
  background: var(--sm-bg) !important;

  /* klassisches Dropdown */
  position: absolute !important;
  left: 0;
  top: 100%; /* <— KEIN +10px Gap mehr */
  padding: 10px;
  margin: 0;
  list-style: none;
  border: 1px solid var(--sm-border);
  border-radius: var(--sm-radius);
  box-shadow: var(--sm-shadow);
  z-index: 999;

  /* Hover-Ein-/Ausblendung */
  opacity: 0;
  transform: translateY(6px) scale(.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;

  /* damit das UL selbst Mausereignisse empfängt (Theme setzt teils pointer-events:none) */
  pointer-events: none;
}
header#aubingistin-header nav ul li.menu-item-has-children:hover > ul.sub-menu,
header#aubingistin-header nav ul li.menu-item-has-children:focus-within > ul.sub-menu{
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* OPTIONAL: „Hover-Bridge“, falls trotzdem ein Mini-Gap bleibt (unsichtbarer 8px-Riegel) */
header#aubingistin-header nav ul li.menu-item-has-children::after{
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 8px;           /* unsichtbare Brücke */
  width: 100%;
  background: transparent;
}
@media (max-width: 1200px) {
	header#aubingistin-header nav ul li.menu-item-has-children > ul.sub-menu{
	  /* Anzeigen über Opacity statt display; display:none des Themes überschreiben */
	  display: block !important;
	  height: auto !important;
	  background: none !important;
	  position: relative !important;

	  /* Hover-Ein-/Ausblendung */
	  opacity: 1;
	}
}