/*
Theme Name: brillenzubehoer
Theme URI: https://www.brillen-zubehoer.de/
Author: Felix Fleißner
Author URI: www.onlionit.de
Description: brillenzubehoer Theme
Version: 1.0.
*/


/* 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{
	background-image: url(https://www.brillen-zubehoer.de/wp-content/themes/brillenzubehoer/img/Hintergrundbild2.jpg);
    background-size: auto;
    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;}

* {
    margin: 0;
    padding: 0;
    font-family: Comfortaa,  sans-serif;
    outline: 0;
    color: #333;
    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: #1b96fe;
}
.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: #1b96fe;
    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: #1b96fe !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#brillenzubehoer-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: 135px;
    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#brillenzubehoer-header nav span.dd-title {
    display: none;
}
header#brillenzubehoer-header nav ul li a {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 10px;
	font-size:22px;
}
header#brillenzubehoer-header nav ul li a * {
    color: #333;
}
header#brillenzubehoer-header nav ul li.menu-item-has-children>a {
    padding-right: 35px;
    position: relative;
    height: 130px;
    line-height: 130px;
}
header#brillenzubehoer-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#brillenzubehoer-header nav ul li:hover>a, header#brillenzubehoer-header nav ul li:hover:after, header#brillenzubehoer-header nav ul li.current-menu-item>a, header#brillenzubehoer-header nav ul li.current-menu-item:after, header#brillenzubehoer-header nav ul li.current-menu-parent>a, header#brillenzubehoer-header nav ul li.current-menu-parent:after, header#brillenzubehoer-header nav ul li.current-menu-anchestor>a, header#brillenzubehoer-header nav ul li.current-menu-anchestor:after {
    color: #1b96fe !important;
}
header#brillenzubehoer-header nav ul li:hover>a *, header#brillenzubehoer-header nav ul li:hover:after *, header#brillenzubehoer-header nav ul li.current-menu-item>a *, header#brillenzubehoer-header nav ul li.current-menu-item:after *, header#brillenzubehoer-header nav ul li.current-menu-parent>a *, header#brillenzubehoer-header nav ul li.current-menu-parent:after *, header#brillenzubehoer-header nav ul li.current-menu-anchestor>a *, header#brillenzubehoer-header nav ul li.current-menu-anchestor:after * {
    color: #1b96fe !important;
}
header#brillenzubehoer-header nav ul li:hover ul {
    display: block;
}
header#brillenzubehoer-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#brillenzubehoer-header nav ul li ul .brillenzubehoer-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#brillenzubehoer-header nav ul li ul .brillenzubehoer-menu-wrap .brillenzubehoer-menu-grid {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    grid-template-rows: max-content;
}
header#brillenzubehoer-header nav ul li ul .brillenzubehoer-menu-wrap span.dd-title {
    font-size: 38px;
    grid-column: 1/-1;
    margin-bottom: 30px;
    display: block;
}
header#brillenzubehoer-header nav ul li ul li {
    margin-bottom: 20px;
}
header#brillenzubehoer-header nav ul li ul li a {
    text-transform: none;
    letter-spacing: 0px;
}
header#brillenzubehoer-header nav ul li ul li img.item-icon, header#brillenzubehoer-header nav ul li ul li svg {
    padding: 10px;
    background: #1b96fe;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-right: 15px;
    border: 2px solid white;
}
header#brillenzubehoer-header nav ul li ul li img.item-icon *, header#brillenzubehoer-header nav ul li ul li svg * {
    fill: white;
}
header#brillenzubehoer-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#brillenzubehoer-header nav ul li ul li:hover a * {
    color: #1b96fe;
}
header#brillenzubehoer-header nav ul li ul li:hover svg {
    border: 2px solid #1b96fe;
    background: white;
}
header#brillenzubehoer-header nav ul li ul li:hover svg * {
    fill: #1b96fe;
}
header#brillenzubehoer-header .brillenzubehoer-header-right {
    display: flex;
    align-items: center;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-dropdown {
    display: none;
    padding: 10px 30px;
    background: white;
    position: absolute;
    top: 100%;
    right: 15px;
    box-shadow: 0px 14px 10px #0000002e;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-dropdown nav ul li {
    display: block;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-dropdown nav ul li:after {
    display: none !important;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-dropdown nav ul li a:hover * {
    color: #1b96fe;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-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#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-current span {
    font-size: 12px;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-current i {
    display: none;
    line-height: 22px;
    font-weight: bold;
    position: relative;
    right: -1px;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-current:hover {
    border-color: #1b96fe;
}
header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-current:hover span, header#brillenzubehoer-header .brillenzubehoer-header-wpml .brillenzubehoer-header-wpml-current:hover i {
    color: #1b96fe;
}
header#brillenzubehoer-header .brillenzubehoer-header-search {
    padding: 10px;
    position: relative;
    cursor: pointer;
}
header#brillenzubehoer-header .brillenzubehoer-header-search svg {
    position: relative;
    z-index: 3;
}
header#brillenzubehoer-header .brillenzubehoer-header-search .icon-cross {
    display: none;
    position: relative;
    z-index: 3;
    font-size: 22px;
    top: 0px;
}
header#brillenzubehoer-header .brillenzubehoer-header-search.open svg {
    display: none;
}
header#brillenzubehoer-header .brillenzubehoer-header-search.open .icon-cross {
    display: block;
}
header#brillenzubehoer-header .rk-searchbox {
    position: absolute;
    right: 53px;
    top: 29px;
    width: 100%;
    max-width: calc(100% - 450px);
}
header#brillenzubehoer-header .rk-searchbox {
    display: none;
}
header#brillenzubehoer-header #rk-searchform input {
    width: 100%;
    padding: 8px 14px;
    border-radius: 0px;
    border: 1px solid #c6c6c6 !important;
}
header#brillenzubehoer-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#brillenzubehoer-header div#rk-searchresults div {
    column-count: 3;
    padding: 40px;
}
header#brillenzubehoer-header div#rk-searchresults div:empty {
    padding: 0px;
}
header#brillenzubehoer-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#brillenzubehoer-header div#rk-searchresults a:before {
    content: "\e944";
    font-family: "Linearicons";
    position: absolute;
    top: 14px;
    left: 0px;
    color: black;
}
header#brillenzubehoer-header div#rk-searchresults a:hover {
    color: #1b96fe;
}
header#brillenzubehoer-header div#rk-searchresults .rk-newsblog {
    margin-bottom: 10px;
    position: relative;
    display: flex;
}
header#brillenzubehoer-header div#rk-searchresults:empty {
    padding: 0px;
    border: none;
}
header#brillenzubehoer-header #rk-searchresults h3 {
    color: #333;
    font-weight: bold;
}
header#brillenzubehoer-header .brillenzubehoer-search-icon {
    cursor: pointer;
}
header#brillenzubehoer-header .brillenzubehoer-search-icon * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
header#brillenzubehoer-header .brillenzubehoer-search-icon:hover * {
    fill: #1b96fe;
}
#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: #333;
    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: #1b96fe;
}
#mobile-menu:hover p {
    color: #1b96fe;
}
#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 .brillenzubehoer-header-wpml-dropdown {
    display: block !important;
}
header.open-wpml .brillenzubehoer-header-wpml-current span {
    display: none;
}
header.open-wpml .brillenzubehoer-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: #1b96fe;
}
#side-icons img {
    width: 100%}
#ndesignbody #pwebcontact2 {
    display: none;
}
@media (max-width: 1500px) {
    header#brillenzubehoer-header .rk-searchbox {
    max-width: calc(100% - 330px);
}
}@media (min-width: 1200px) {
    header#brillenzubehoer-header nav ul li ul {
    pointer-events: none;
}
header#brillenzubehoer-header nav ul li ul * {
    pointer-events: auto;
}
}@media (max-width: 1200px) {
    header#brillenzubehoer-header {
    z-index: 999;
}
header#brillenzubehoer-header .brillenzubehoer-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#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li {
    display: block;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li>a {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #8080801c;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li:first-of-type>a {
    border-top: none;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li.menu-item-has-children a:after {
    right: 23px;
    top: 22px;
    transform: rotate(-90deg);
    transform-origin: center;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li a {
    border-bottom: 0px;
    display: block;
    width: 100%;
    padding: 0px;
}
header#brillenzubehoer-header .brillenzubehoer-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#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul .container {
    padding: 0px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul .dd-title {
    display: none  !important;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul .brillenzubehoer-menu-grid {
    display: block;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul .brillenzubehoer-menu-wrap {
    padding: 0px;
    min-height: inherit;
    background: none;
    box-shadow: none;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul li a {
    border: none;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li ul li svg {
    width: 60px;
    height: auto;
    padding: 7px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li.open-subs>a:after {
    transform: rotate(0deg);
    right: 5px;
    top: 0px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li.open-subs ul {
    display: block;
}
header#brillenzubehoer-header .rk-searchbox {
    max-width: calc(100% - 390px);
    right: 103px;
}
header#brillenzubehoer-header div#rk-searchresults div {
    column-count: 2;
}
header#brillenzubehoer-header.open {
    box-shadow: 0px 0px 99999px 99999px #333333d1;
}
header#brillenzubehoer-header.open .brillenzubehoer-header-menu {
    display: block;
}
#mobile-menu {
    display: block;
}
}@media (max-width: 992px) {
    header#brillenzubehoer-header div#rk-searchresults div {
    column-count: 2;
    padding: 15px;
}
header#brillenzubehoer-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: #1b96fe !important;
}
header#brillenzubehoer-header {
    height: 70px;
}
header#brillenzubehoer-header .rk-searchbox {
    top: 15px;
    max-width: calc(100% - 320px);
}
header#brillenzubehoer-header div#rk-searchresults div {
    column-count: 1;
    padding: 15px;
}
header#brillenzubehoer-header .viavis-header-logo img {
    width: 160px;
    height: auto;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu {
    padding: 20px;
    top: 70px;
    height: calc(100vh - 70px);
}
header#brillenzubehoer-header .brillenzubehoer-header-menu * {
    font-size: 14px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li.menu-item-has-children a:after {
    top: 17px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li.menu-item-has-children.open-subs a:after {
    top: 0px;
}
header#brillenzubehoer-header .brillenzubehoer-header-menu nav ul li>a {
    height: 50px;
    line-height: 50px;
}
}@media (max-width: 480px) {
    header#brillenzubehoer-header .rk-searchbox {
    top: 70px;
    width: 100vw;
    max-width: 100vw;
    left: 0px;
}
}footer#brillenzubehoer-footer {
    background: #545454;
}

footer#brillenzubehoer-footer h1, footer#brillenzubehoer-footer h2, footer#brillenzubehoer-footer h3, footer#brillenzubehoer-footer h4, footer#brillenzubehoer-footer h5, footer#brillenzubehoer-footer h6 {
    color: white;
    font-size: 20px;
    margin-top: 60px;
    font-weight: bold;
}
footer#brillenzubehoer-footer #brillenzubehoer-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: 180px auto;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-top nav li, footer#brillenzubehoer-footer #brillenzubehoer-footer-top .menu li {
    display: block;
    font-size: 16px;
    line-height: 1.2;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-top nav li a, footer#brillenzubehoer-footer #brillenzubehoer-footer-top .menu li a {
    color: #dfbd74;
    padding: 5px 0px;
    display: inline-block;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-top nav li:hover a, footer#brillenzubehoer-footer #brillenzubehoer-footer-top nav li.current-menu-item a, footer#brillenzubehoer-footer #brillenzubehoer-footer-top .menu li:hover a, footer#brillenzubehoer-footer #brillenzubehoer-footer-top .menu li.current-menu-item a {
    color: white;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-top figure {
    margin: 5px 5px 20px 0;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-bottom {
    background: #474747;
    padding: 10px 0px;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-bottom nav ul li a {
    color: white;
    padding: 5px;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-bottom nav ul li:hover a, footer#brillenzubehoer-footer #brillenzubehoer-footer-bottom nav ul li.current-menu-item a {
    color: #1b96fe;
}
footer#brillenzubehoer-footer #brillenzubehoer-footer-bottom nav ul li:last-of-type a {
    padding-right: 0px;
}
footer#brillenzubehoer-footer #brillenzubehoer-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 #1b96fe;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: #333;
    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: #1b96fe;
}
.rk-form input.wpcf7-submit {
    width: auto !important;
    float: right;
    background: #1b96fe !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: #1b96fe !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: #1b96fe;
}
#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 .brillenzubehoer-zipsearch-wrap, body.single-produkte .brillenzubehoer-zipsearch-wrap {
    padding: 20px 0px;
}
body.single-loesungen .brillenzubehoer-zipsearch-results .rk-cp-inner, body.single-produkte .brillenzubehoer-zipsearch-results .rk-cp-inner {
    background: #222d6417;
    padding: 30px 30px 20px 30px;
    margin-top: 20px;
    min-height: 0px !important;
}
body.single-loesungen .brillenzubehoer-zipsearch-button, body.single-produkte .brillenzubehoer-zipsearch-button {
    background: #222d64 !important;
    color: white !important;
}
body.single-loesungen .brillenzubehoer-zipsearch-button:hover, body.single-produkte .brillenzubehoer-zipsearch-button:hover {
    background: #1b96fe !important;
}
body.single-loesungen .brillenzubehoer-zipsearch input, body.single-loesungen .brillenzubehoer-zipsearch span, body.single-produkte .brillenzubehoer-zipsearch input, body.single-produkte .brillenzubehoer-zipsearch span {
    padding: 8px !important;
    height: auto !important;
    border-radius: 0px !important;
    border-style: solid !important;
    border-width: 1px !important;
}
body.single-loesungen .brillenzubehoer-zipsearch .brillenzubehoer-zipsearch-button, body.single-produkte .brillenzubehoer-zipsearch .brillenzubehoer-zipsearch-button {
    padding: 12px 25px !important;
    position: relative;
}
.brillenzubehoer-related-products {
    column-count: 3;
    column-gap: 30px;
}
.brillenzubehoer-related-products .brillenzubehoer-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;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item svg.more {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 60px;
    height: auto;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item svg.more * {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item .vrp-image {
    width: 100%;
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 25px;
}
.brillenzubehoer-related-products .brillenzubehoer-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;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item .vrp-content .meta {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    opacity: 0.5;
    display: block;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item .vrp-content h3 {
    font-size: 28px;
    font-weight: bold;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item:hover .cls-2 {
    fill: #1b96fe;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item:hover .vrp-image img {
    transform: scale(1.1);
}
.rk-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;
}
.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: #333;
}
.rk-icon-link:hover {
    color: #1b96fe;
}
.rk-icon-link:hover svg * {
    fill: #1b96fe;
}
.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: #333;
    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: #333;
    font-weight: normal;
    line-height: 1.1;
}
.rk-title b, .rk-title strong {
    color: #1b96fe;
    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: #333;
}
.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: #1b96fe;
    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: #1b96fe !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: #1b96fe;
    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: #1b96fe;
    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: #1b96fe;
    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: #1b96fe;
}
.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: #1b96fe;
    background-color: #1b96fe !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: #1b96fe !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: #333;
    position: relative;
    min-height: 291px;
}
.rk-contact .rk-contact-person .rk-cp-inner * {
    color: #333;
    -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: #1b96fe !important;
}
.rk-contact .rk-contact-person .rk-cp-inner a:hover svg * {
    fill: #1b96fe;
}
.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: #1b96fe;
}
.rk-contact .rk-icon-link:hover svg * {
    fill: #1b96fe;
}
.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: #1b96fe;
}
@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: #333 !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: #1b96fe !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) {
    .brillenzubehoer-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) {
    .brillenzubehoer-related-products {
    column-gap: 15px;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item {
    padding: 20px 15px 45px 15px;
    min-height: 170px;
    margin-bottom: 15px;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item svg.more {
    width: 40px;
}
.brillenzubehoer-related-products .brillenzubehoer-related-product-item .vrp-content {
    font-size: 14px;
}
.brillenzubehoer-related-products .brillenzubehoer-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: #1b96fe;
}
.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: #1b96fe;
}
.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: #1b96fe;
}
.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: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.rk-breadcrumb p {
    margin: 0px;
    padding: 0px;
}
.rk-breadcrumb a:hover {
    color: #1b96fe;
}
.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: #1b96fe;
}
.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: #1b96fe;
}
@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.brillenzubehoer-404 {
    padding: 200px 0px;
    min-height: calc(100vh - 458px);
    background-color: white;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
section.brillenzubehoer-404 * {
    color: #222d64;
}
section.brillenzubehoer-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.brillenzubehoer-404 p {
    max-width: 670px;
    text-align: center;
    margin: 0 auto;
}
section.brillenzubehoer-404 .rk-cta {
    color: white;
}
@media (max-width: 480px) {
		section.brillenzubehoer-404 {
		padding: 80px 40px;
	}
	section.brillenzubehoer-404 span#not-found-404 {
		font-size: 50vw;
	}
	section.brillenzubehoer-404 h1 {
		font-size: 2em;
	}
	section.brillenzubehoer-404 p {
		margin-bottom: 30px;
	}
	section.brillenzubehoer-404 .rk-cta {
		margin-top: 5px;
	}
}

.count{display:none;}

.woocommerce ul.products li.product a {
	text-align:center;
    color: #1b96fe;
    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: #1b96fe !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:#1b96fe !important;color:#fff !important;}
.button{background-color:#1b96fe !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:#1b96fe !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: #1b96fe !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:#1b96fe;}

.wp-block-details summary{padding-bottom:25px;font-weight:bold;color:#1b96fe;}
.wp-block-details {box-sizing: border-box;overflow: hidden;border: 1px solid #1b96fe;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;}


#brillenzubehoer-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: #1b96fe ;
	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){
    #brillenzubehoer-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;}