@charset "UTF-8";

html {
  font-stretch: normal !important;
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale !important;
  scroll-behavior: smooth;
}
#side-panel input.product_amount_value {
  width: 54px !important;
  height: 22px !important;
  font-size: 14px;
  text-align: left !important;
  padding: 0px !important;
}
#side-panel select.product_amount_value {
  margin-top: 0px !important;
}
/*
        Theme Name: its2023
        Theme URI: https://www.its-sicherheit.de
        Author: Markus Metzger - Webentwicklung
        Author URI: https://www.metzger-webentwicklung.com
        Description: 2-spaltiges Theme mit einer Sidebar links und grosser Content-Spalte rechts
        Version: 1.0
        License: GNU General Public License v2 or later
        License URI: http://www.gnu.org/licenses/gpl-2.0.html
        Tags: Wordpress, Child Theme
        Text Domain: ITS2023

        Template: twentytwenty
*/

/*
        Flaticon icon font: Flaticon
        Creation date: 31/03/2020 15:23
*/
@font-face {
  font-family: "Flaticon";
  src: url("fonts/lhd_flaticons/Flaticon.eot");
  src: url("fonts/lhd_flaticons/Flaticon.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/lhd_flaticons/Flaticon.woff2") format("woff2"),
    url("fonts/lhd_flaticons/Flaticon.woff") format("woff"),
    url("fonts/lhd_flaticons/Flaticon.ttf") format("truetype"),
    url("fonts/lhd_flaticons/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url("fonts/lhd_flaticons/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before,
[class*="flaticon-"]:before,
[class^="flaticon-"]:after,
[class*="flaticon-"]:after {
  font-family: "Flaticon";
  font-size: 20px;
  font-style: normal;
}

.flaticon-list-01:before {
  content: "\f100";
}

.flaticon-liste-01:before {
  content: "\f101";
}

.flaticon-kacheln-01:before {
  content: "\f102";
}

.flaticon-double-arrow-01:before {
  content: "\f103";
}

.flaticon-download-01:before {
  content: "\f104";
}

.flaticon-facebook-01:before {
  content: "\f105";
}

.flaticon-youtube-01:before {
  content: "\f106";
}

/*.flaticon-phone-01:before {*/
/*    content: "\f107";*/
/*}*/

.flaticon-picture-01:before {
  content: "\f108";
}

.flaticon-search-01:before {
  content: "\f109";
}

.flaticon-zoom-01:before {
  content: "\f10a";
}

/*.flaticon-mail-01:before {*/
/*    content: "\f10b";*/
/*}*/

.flaticon-pdf-01:before {
  content: "\f10c";
}

.flaticon-visibility:before {
  content: "\f10d";
}

:root {
  --blue: #e01e42;
  --red: #e30513;
  --darkgrey: #58676e;
  --lightgrey: #f2f3f3;
}

.row {
  --bs-gutter-x: 2.5rem;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: initial !important;
    transition-duration: initial !important;
  }

  .bbpreloading *,
  #menu-hauptmenue *,
  #quick-contacts * {
    animation-duration: 0.8s !important;
    transition-duration: 0.8s !important;
  }
}

body {
  overflow-x: hidden;
  font-family: arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  background: #fff !important;
}

* {
  letter-spacing: normal !important;
}

/* a {
    color: #e01e42;
    text-decoration: none;
    color: #58676e;
}

a:hover {
    color: #58676e;
    text-decoration: underline;
}

p {
    color: #58676e;
}
 */
.lrm-form-message.lrm-form-message {
  margin: 10px;
  background-color: #f8f8f8;
}

.lrm-user-modal-container .lrm-form button[type="submit"] {
  background-color: #2a6496;
}

.lrm-user-modal-container .lrm-switch-to-link:not(.selected):before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg)
    brightness(102%) contrast(102%) !important;
}

.lrm-user-modal-container .lrm-switcher a {
  background-color: #2a6496;
  color: #fff;
}

.lrm-user-modal-container .lrm-nice-checkbox__label.lrm-remember-me-checkbox {
  display: none;
}

.lrm-signup-section .--is-submitting {
  text-indent: initial !important;
}

.lrm-form .fieldset--full-width {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.lrm-nice-checkbox__label.lrm-accept-terms-checkbox {
  cursor: pointer;
}

#user_login,
/*#user_pass,*/
/*#user_pass2,*/
#user_pwd,
#user_pwd2 {
  background-color: #f8f8f8;
}

.password-input-wrapper {
  position: relative;
}

.toggle-password {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background-color: transparent !important;
  cursor: pointer;
}

.toggle-password i {
  font-size: 18px;
  color: #888;
}

#password-strength-bar {
  height: 6px;
  width: 100%;
}

#pw_requirement_list {
  list-style: none;
}

#pw_requirement_list li {
  color: #000;
  padding-left: 20px;
  margin-left: 15px;
}

#pw_requirement_list li::before {
  content: "\2022"; /* Unicode character for bullet */
  color: #000;
  padding-right: 20px;
  transform: scale(1.25);
}

#pw_requirement_list li.ok {
  color: #017e01;
  padding-left: 20px;
  margin-left: 15px;
}

#pw_requirement_list li.ok::before {
  content: "\2713"; /* Unicode character for tick */
  color: #017e01;
  padding-right: 20px;
  transform: scale(1.25);
}

.tml .tml-action-confirmaction .success,
.tml .tml-message,
.tml .tml-success {
  border-left: 4px solid rgb(1, 62, 121);
}

.tml .tml-error {
  border-left: 4px solid #e01e42;
}

.tml.tml-login {
  margin-right: 50px;
}

button.tml-button {
  background-color: rgb(1, 62, 121) !important;
  padding: 15px 50px !important;
}

body.archive article.blog-item {
  padding: 15px 30px;
}

body.page-template-default article {
  min-height: 640px;
}

.row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}

.entry-content p {
  margin: 0;
  padding: 0 0 1em 0;
}

.entry-content ul li {
  padding-left: 15px;
}

.entry-content hr {
  margin-top: 50px !important;
  margin-bottom: 80px !important;
}

#product-details hr {
  margin: 0 !important;
}

.form-control {
  font-size: initial !important;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
  /*letter-spacing: initial;*/
  font-size: 14px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3 {
  margin: 30px auto 5px;
}

/* .entry-content p,
.entry-content ol,
.entry-content ul,
.entry-content dl,
.entry-content dt {
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5;
} */

h1,
h1 a {
  font-family: "Poppins", sans-serif;
  font-size: 44px;
  font-weight: 400;
  color: #e01e42;
  /*text-transform: uppercase;*/
}

h2,
h2 a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  color: #58676e;
}

h3,
h3 a {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 32px;
  color: #e01e42;
}

.heading-size-1,
.heading-size-1 a {
  font-family: "Poppins", sans-serif;
  font-size: 58px !important;
  font-weight: 400 !important;
  color: #e01e42;
}

.heading-size-2,
.heading-size-2 a {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-size: 36px !important;
  line-height: 40px !important;
  color: #e01e42;
}

.heading-size-3,
.heading-size-3 a {
  font-family: "Poppins", sans-serif;
  font-weight: 300 !important;
  font-size: 26px !important;
  line-height: 32px !important;
  color: #e01e42;
}

.page-id-3 h2, /* datenschutz */
.page-id-9 h2 {
  /* impressum */
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 26px !important;
  line-height: 30px !important;
}

.page-id-3 h3, /* datenschutz */
.page-id-9 h3 {
  /* impressum */
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 22px !important;
  line-height: 25px !important;
}

.page-id-3 h4, /* datenschutz */
.page-id-9 h4 {
  /* impressum */
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 5px;
}

section {
  padding: 3rem 0 8rem;
}

body.page-template-template-big-header #site-content {
  background: url("../../uploads/2020/03/HD-IP-Auswahl-Background_2.jpg") 0 60px
    no-repeat;
  background-size: contain;
}

.no-resize {
  resize: none;
}

/*.n2_clear {*/
/*    margin-top: 130px;*/
/*    margin-bottom: -60px;*/
/*}*/

.header-inner {
  padding: initial;
  height: 64px;
}

.singular .page-header {
  background-color: transparent;
  border-bottom: 0;
}

.singular .page-header .wrap-inner-thick {
  margin-bottom: 0;
}

.header-img-sub-title {
  background: #f2f3f3;
  color: #58676e;
  text-align: right;
  padding: 8px 15px 0;
  font-size: 12px;
  line-height: 1;
}

#camera-illustration {
  max-width: none;
  margin-left: -15rem;
  margin-top: -2rem;
  width: 300px;
}

.img-bottom-style {
  border-bottom: 3px solid #e01e42;
}

#menu-so-sind-und-so-arbeiten-wir .current_page_item {
  display: none;
}

.pdf-link,
.pdf-link i:before,
.pdf-link a {
  font-size: 16px;
  text-decoration: none;
  vertical-align: middle;
}

.pdf-link i:before {
  font-size: 32px !important;
}

.pdf-link > div {
  padding: 0.4rem 0;
}

/* breadcrumbs */
#breadcrumbs {
  font-size: 16px;
  padding-top: 15px;
}

#breadcrumbs a {
  color: #58676e;
  text-decoration: none;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

.entry-categories-inner {
  margin: 0 0 0.3em;
  text-transform: uppercase;
  color: #666;
  text-align: left;
  font-size: 2.2rem;
  font-weight: 900;
  justify-content: normal;
}

.entry-categories-inner a {
  text-decoration: none;
}

.page-header .header-sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #58676e;
}

.page-header p.header-title-sub-text {
  margin: 0.5em 0 0;
  color: #666;
  text-align: left;
  font-size: 3rem;
  line-height: 1.25;
}

.entry-content {
  color: #58676e;
  padding-bottom: 5em;
}

.entry-content hr::before,
.entry-content hr::after {
  opacity: 0;
}

.page-id-13 .entry-content {
  padding-top: 0 !important;
}

.page-id-13 .wrap-inner-thick {
  padding-bottom: 0 !important;
}

.gmaps_wrap {
  cursor: pointer;
}

.gmaps_wrap img {
  width: 100%;
}

.page-id-136 .gmp_map_opts {
}

hr {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px dotted #aaa !important;
  margin: 0 auto !important;
}

.entry-content ul {
  list-style: none;
  overflow: hidden; /* do not break list-elements, if list next to a float */
  margin-left: 5px;
}

.entry-content ul li {
  color: #58676e;
  padding-right: 10px;
  line-height: 1.3;
  margin: 0 0 5px 0;
  position: relative;
}

.entry-content ul li::before {
  content: "\2022";
  color: #58676e;
  font-weight: bold;
  line-height: 1.2;
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
  top: 0;
  /*margin-left: -1em;*/
}

.metaslider {
  clear: both;
  margin: 70px 0 40px !important;
}

body:not(.overlay-header) .primary-menu > li > a,
body:not(.overlay-header) .primary-menu > li > .icon,
.modal-menu a,
.footer-menu a,
.footer-widgets a,
#site-footer .wp-block-button.is-style-outline,
.wp-block-pullquote:before,
.singular:not(.overlay-header) .page-header a,
.archive-header a,
.header-footer-group .color-accent,
.header-footer-group .color-accent-hover:hover {
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}

#main-nav-search-field {
  float: right;

  margin-top: 7px;
  scale: 0.8;
}

#main-nav-search-field form {
  position: relative;
}

#main-nav-search-field i.fa-magnifying-glass {
  position: absolute;
  right: 5px;
  top: 5px;
}

.footer-nav-widgets-wrapper,
.footer-widgets-outer-wrapper,
.footer-top {
  border: 0;
}

.footer-nav-widgets-wrapper {
  background-color: #222;
}

#site-footer {
  background-color: #000;
  color: #e8e8e8;
  padding-top: 0;
  padding-bottom: 10px;
}

#site-footer:before {
  content: " ";
  display: block;
  height: 15px;
  background-color: #013e79;
}

#to-the-top {
  opacity: 1 !important;
  display: block !important;
  width: 50px;
  border: 0;
  border-radius: 30px;
  height: 50px;
  background: linear-gradient(
    90deg,
    rgba(223, 0, 42, 1) 0%,
    rgba(1, 62, 121, 1) 100%
  );
  transition: initial !important;
  right: 15px;
  bottom: 37px;
}

#to-the-top:hover {
  border: 0;
}

#to-the-top:before {
  box-sizing: border-box;
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 34px;
  height: 50px;
  border-radius: 30px;
  width: 50px;
}

#to-the-top:hover:before {
  height: 48px;
  width: 48px;
  margin: 1px;
  border: 0;
}

.column-two a,
#site-footer .widget_nav_menu a {
  color: #e8e8e8;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  word-break: initial;
}

.widget_nav_menu li {
  margin: 0;
}

#site-footer .footer-nav-widgets-wrapper {
  margin-top: 0;
  display: block;
  padding: 0.2em 0.5em;
  font-size: 14px;
}

.footer-credits {
  background-color: #000;
  font-size: 14px;
  display: block;
  text-align: right;
  padding: 10px 0;
}

.footer-copyright {
  color: #fff;
  font-weight: normal;
}

.footer-widgets-outer-wrapper,
.footer-top {
  border-bottom: 0;
}

.column-fifth img {
  display: inline-block;
}

.column-fifth img:first-child {
  margin-right: 12px;
}

.lang-flag {
  width: 48px;
}

/* button:not(.toggle),
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.bg-accent,
.bg-accent-hover:hover,
.bg-accent-hover:focus,
:root .has-accent-background-color,
.comment-reply-link {
    background-color: #e01e42;
} */

.footer-widgets-wrapper {
  /*display: block;*/
  /*margin-left: 0;*/
  width: initial;
}

.footer-widgets-outer-wrapper {
  padding: 5rem 15px 3rem;
}

nav.footer-menu-wrapper .footer-menu a {
  font-size: 1.8rem;
  font-weight: 300;
}

.widget.widget_search .search-form {
  transform: scale(0.85);
}

.styled-separator.is-style-wide {
  display: none !important;
}

#lang_sel_list.lang_sel_list_vertical {
  width: auto !important;
}

#lang_sel_list.lang_sel_list_vertical ul {
  border: 0 !important;
  top: 0 !important;
}

#lang_sel_list img.iclflag {
  width: 38px !important;
  height: 26px !important;
  position: relative !important;
  max-width: initial !important;
}

#lang_sel_list a.lang_sel_sel,
#lang_sel_list a.lang_sel_sel:visited,
#lang_sel_list ul a.lang_sel_other,
#lang_sel li ul a:link,
#lang_sel_list ul a.lang_sel_other:visited {
  background: transparent !important;
  border: 0 !important;
  width: 48px !important;
  padding: 0 !important;
}

#lang_sel_list.lang_sel_list_vertical li {
  width: 38px !important;
  height: 26px !important;
  margin-right: 12px !important;
}

/* language-switch inside full-page-menu */
li.menu-item.menu-item-language.menu-item-language-current.menu-item-has-children {
  width: 48px !important;
  float: left;
  line-height: 33px !important;
  margin-right: 12px !important;
}

.menu-item-language img.iclflag {
  width: 48px !important;
  height: 33px !important;
  margin-top: 20px !important;
}

.menu-item-language li:hover > a {
  padding-left: 0 !important;
}

.menu-item-language a:before {
  width: 0 !important;
}

.h-padding {
  padding-left: 16rem;
  padding-right: 16rem;
}

.page-menu h2 {
  margin-top: 0;
}

.page-menu li {
  list-style: none;
  margin-left: 0;
  padding-left: 0 !important;
}

.page-menu li a {
  background-color: #f6f6f6;
  display: block;
  padding: 5px;
}

.page-menu li a:hover {
  text-decoration: none;
}

.page-menu li a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f054";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.5em;
  content: "\f0da" !important;
}

/* Product-Lists */
.rl-intro {
  min-height: 180px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.rl-intro ul {
  margin-left: 10px;
  font-weight: bold;
  font-size: 16px;
}

#products-rl {
  color: #58676e;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 0;
}

#products-rl > li {
  margin: 2rem;
  border-bottom: 2px dotted #e01e42;
  padding-top: 1rem;
  padding-bottom: 4rem;
}

#products-rl > li h2 {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 0;
}

#products-rl > li img {
  width: 280px;
  margin: 3rem auto 0;
}

#products-rl li:last-child {
  border-bottom: 0 !important;
}

#product-list-wrapper .cat-heading {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

#product-list-wrapper .cat-heading::after {
  content: " ";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 10px 0 35px;
  height: 1px;
}

.product-list-entry .featured-image img {
  margin-bottom: 15px !important;
}

.product-list .product-price-wrapper {
  text-align: right;
  position: relative;
  padding: 0 2px 5px 0;
}

/* Product-Detail-Page */
#product-details {
  color: #58676e;
  font-size: 1.7rem;
}

#product-details .inner-content-2 {
  padding-bottom: 3rem;
}

#product-details h3 {
  font-size: 2.8rem;
  color: #e01e42;
  font-weight: normal;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

#product-details .page-header {
  padding-bottom: 10px;
}

#products-rl-title {
  color: #e01e42;
  margin: 0 auto 2.5rem;
}

.page-template-company .entry-title {
  margin-top: 0;
}

.page-template-company .page-header {
  padding-top: 0;
  padding-bottom: 0;
}

#product-entry-title {
  color: #e01e42;
  margin: 40px auto;
  position: relative;
}

.red #product-entry-title {
  color: #e30513;
}

.grey #product-entry-title {
  color: #58676e;
}

#product-details-images {
  padding: 20px 0 40px;
}

#product-details-pictograms ul {
  margin: 0px 0 30px 0;
}

#product-details-pictograms li {
  display: inline-block;
  margin: 0;
  padding-left: 0;
  padding-right: 3px;
}

#product-details-pictograms li:before {
  content: "";
  display: none;
}

#product-details-pictograms li img {
  height: 46px;
  filter: opacity(50%);
}

.product-card-features-list,
#product-details-main-features ul {
  margin-left: 0;
}

.product-card-features-list li,
#product-details-main-features ul li {
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: flex;
}

#product-details-description {
  padding-bottom: 30px;
}

#product-details-tec-data {
  width: 100%;
/*   margin-top: 25px; */
}

#product-details-tec-data table tr td {
  border: 1px solid #fff;
}

#product-details-tec-data table tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
}

#product-details-tec-data table tr:nth-child(even) td {
  background-color: #fafafa;
}

#product-details-tec-data table tr:nth-child(odd) td {
  background-color: #f2f3f3;
}

/*#product-details-accessories.product-details-section {
    border-
}*/

#product-details-accessories .accessory-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5px;
/*   border-bottom: 2px dotted #6d6d6d; */
  min-height: 250px;
}

#product-details-accessories .accessory-wrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.accessory-teaser-text {
  height: 100%;
  overflow: hidden;
  min-height: 60px;
}
/* #product-details-accessories .image-container{

} */
#product-details-downloads a {
  text-decoration: none;
}

/* HD / IP - gate*/
.lunaHD-produkte-big-button {
  background: #e01e42;
  padding: 0 3rem 1rem;
}

.lunaIP-produkte-big-button {
  background: #e30513;
  padding: 0 3rem 1rem;
}

.lunaIP-produkte-big-button .gate-pictogramm {
  text-align: right;
}

.lunaHD-produkte-big-button .gate-pictogramm img,
.lunaIP-produkte-big-button .gate-pictogramm img {
  display: inline-block;
}

.lunaHD-produkte-big-button .gate-logo img,
.lunaIP-produkte-big-button .gate-logo img {
  width: 80%;
  margin: 15px auto;
}

.lunaHD-produkte-big-button .gate-label,
.lunaIP-produkte-big-button .gate-label {
  font-size: 28px;
  width: 90%;
  margin: 25px auto 70px;
  text-align: center;
  color: #fff;
}

.lunaHD-produkte-big-button .gate-button,
.lunaIP-produkte-big-button .gate-button {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
}

.lunaHD-produkte-big-button .gate-button a,
.lunaIP-produkte-big-button .gate-button a {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 28px;
  font-weight: 300;
  /*letter-spacing: 0;*/
  padding: 15px 55px;
  margin: 25px auto;
}

.lunaHD-produkte-big-button .gate-button a::after,
.lunaIP-produkte-big-button .gate-button a::after {
  font-family: "Flaticon";
  content: "\f103";
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
}

.lunaHD-produkte-big-button .gate-button a:hover,
.lunaIP-produkte-big-button .gate-button a:hover {
  text-decoration: none !important;
  background-color: #fff;
}

.lunaHD-produkte-big-button .gate-button a:hover::after,
.lunaHD-produkte-big-button .gate-button a:hover {
  color: #e01e42;
}

.lunaIP-produkte-big-button .gate-button a:hover::after,
.lunaIP-produkte-big-button .gate-button a:hover {
  color: #e30513;
}

#product-details-tec-data th.tec_feature_grouping_label {
  background-color: #fff !important;
  color: #e01e42;
  border: 1px solid #fff !important;
/*   padding-top: 0px; */
  padding-bottom: 5px;
  border-top-width: 20px;
}

section.red #product-details-tec-data th.tec_feature_grouping_label {
  background-color: #fff !important;
  color: #e30513;
  border: 1px solid #fff !important;
/*   padding-top: 0px; */
  padding-bottom: 5px;
  padding-left: 5px;
  border-top-width: 20px;
}

.inner-content {
  padding: 0 200px;
}

/*.inner-content-2 {*/
/*    padding: 0 55px;*/
/*}*/

.bg-1 {
  /*background-color: #f2f3f3;*/
  background-color: #fff;
}

.bg-2 {
  background-color: #fff;
}

/*.alignrightouter,*/
/*p .alignrightouter,*/
/*.wp-block-image .alignrightouter {*/
/*    float: right;*/
/*    position: initial;*/
/*    max-width: calc(100% + 130px);;*/
/*    margin-right: -130px;*/
/*}*/

/*.alignleftouter,*/
/*p .alignleftouter,*/
/*.wp-block-image .alignleftouter {*/
/*    float: left;*/
/*    position: initial;*/
/*    max-width: calc(100% + 130px);;*/
/*    margin-left: -130px;*/
/*}*/

h2 a {
  color: #e01e42;
  text-decoration: none;
  font-size: 2.7rem;
  font-weight: 300;
}

body#erro2r-page {
  background: #fff;
  border: 1px solid #ccd0d4;
  color: #444;
  font-family: Roboto, sans-serif;
  margin: 2em auto;
  padding: 1em 2em;
  max-width: initial;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.error404-content .search-submit {
  margin-left: 0;
}

.mobile-nav-toggle {
  display: block;
}

.toggle-inner .toggle-text {
  font-size: 1.2rem;
}

.search-toggle {
  left: 2rem;
}

.nav-toggle {
  right: 2rem;
}

.to-the-top {
  position: fixed;
  right: 26px;
  bottom: 100px;
  z-index: 999;
  background-color: #013e79;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: block !important;
  box-shadow: 0 0 2px rgba(255, 255, 255, 0.19);
}

.to-the-top i {
  width: 24px;
  height: 20px;
  display: inline-block;
}

.to-the-top i::before {
  font-family: "FontAwesome";
  content: "\f106";
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 30px;
  line-height: 34px;
  font-style: normal;
  margin-top: 3px;
}

.to-the-top:hover {
  border: 0;
  color: #fff !important;
  font-weight: bold !important;
}

#to-the-top:hover:before {
  height: 48px;
  width: 48px;
  margin: 1px;
  border: 0;
}

.fotorama__stage__frame.fotorama__stage__frame--video {
  height: 347px !important;
}

/* .fotorama__stage__frame.fotorama__stage__frame--video .fotorama__video-play {
    margin-top: -10px;
} */

.error404-content {
  min-height: 560px;
  padding-top: 10rem;
}

.svg {
  position: absolute;
  width: 0;
  height: 0;
}

#logo.logo-small {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  width: 320px;
  height: 64px;
  webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.slider-1-text {
  text-align: left;
}

.slider-1-text p {
  display: inline-block;
  background-image: linear-gradient(
    90deg,
    rgba(223, 0, 42, 1),
    rgba(1, 62, 121, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-1-btn {
  background: rgba(1, 62, 121, 1) !important;
  border: 0 !important;
  border-radius: 0 !important;
  margin-top: 25px;
  width: max-content;
}

/*.slider-1-btn:hover {*/
/*    background-image: linear-gradient(90deg, rgba(1, 62, 121, 1), rgba(223, 0, 42, 1)) !important;*/
/*    transition: all ease-in-out 0.25s !important;*/
/*    opacity: 1 !important;*/
/*}*/

.my-footer-widgets p {
  color: #fff;
}

.footer-top {
  display: none !important;
}

#site-footer {
  padding-bottom: 0;
  clear: both;
}

.cover-color-overlay::before {
  background: transparent;
}

/* partner-area */
#partner-account-wrap {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 50px;
}

#partner-sidebar {
  background: #fff;
  padding-top: 10px;
}

#partner-sidebar.hide-sidbar {
  display: none;
}

#partner-logo {
  width: 85%;
  margin: 3em auto;
}

#partner-nav ul,
#partner-sub-nav ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
}

#partner-nav ul li::before,
#partner-sub-nav ul li::before {
  content: "";
  display: none;
}

#partner-nav ul li a,
#partner-sub-nav ul li a {
  background-color: #f6f6f6;
  display: block;
  text-decoration: none;
  padding: 6px;
  cursor: pointer;
}

#partner-nav ul li a i,
#partner-sub-nav ul li a i {
  margin-right: 8px;
}

#partner-content {
  padding: 0 15px;
}

#cart-addresses-wrapper,
#cart-order-note-wrapper,
#cart-options-wrapper {
  background-color: #f9f9f9;
  padding: 15px;
}

#cart-addresses-wrapper input[type="text"],
#cart-options-wrapper input[type="text"] {
  margin-bottom: 25px;
}

#partner-content .card-title {
  margin-top: 15px;
  margin-bottom: 0.5rem;
}

#pa-section-data,
#pa-section-cart,
#pa-section-orders,
#pa-section-downloads,
#pa-section-downloads ul li::before,
#pa-section-pw,
#pa-section-logo {
  display: none;
}

#order-sub-nav ul {
  margin-bottom: 5px;
}

#partner-content .open,
#order-sub-nav .open {
  display: block;
}

#order-sub-nav li {
  display: inline-block;
  padding: 0;
  line-height: 2;
}

#order-sub-nav li::before {
  content: "";
}

#order-sub-nav li a {
  background-color: #ddd;
  margin-right: 5px;
  padding: 10px 30px;
  cursor: pointer;
  line-height: 1;
}

#order-sub-nav li.selected a {
  background-color: #013e79;
  color: #fff;
}

#pa-order-cart,
#pa-order-shipment,
#pa-order-send {
  display: none;
}

#pa-section-downloads ul li:nth-child(2),
#pa-section-downloads ul li:nth-child(3),
#pa-section-downloads ul li:nth-child(4) {
  display: none;
}

#order-data-form .item-thumb img {
  max-width: 80px;
  width: 100%;
  margin: auto;
}

#order-data-form .item-count input {
  display: inline-block;
  width: 55px;
  padding: 5px 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

#order-data-form .item-count button.cart_product_amount_decrement,
#order-data-form .item-count button.cart_product_amount_increment {
  padding: 6px 8px;
  margin: 10px 1px 10px 0;
  display: inline-block;
  background-color: rgb(1, 62, 121);
  vertical-align: bottom;
}

#order-data-form .item-count button.cart_product_amount_decrement:hover,
#order-data-form .item-count button.cart_product_amount_decrement:focus,
#order-data-form .item-count button.cart_product_amount_increment:hover,
#order-data-form .item-count button.cart_product_amount_increment:focus {
  text-decoration: none;
}

#order-data-form .xs-show {
  display: none;
}

#order-data-form .item-price {
  padding-right: 15px;
  white-space: nowrap;
}

#order-data-form .item-details input {
  border: 1px solid #fff;
  padding: 5px 0;
  cursor: default;
}

#order-data-form .item-details textarea {
  border: 1px solid #fff;
  cursor: default;
  height: auto;
  padding: 0;
  overflow: hidden;
}

#order-data-form input#order-sum,
#order-data-form .item-price input {
  border: 1px solid #fff;
  width: 120px;
  cursor: default;
  display: inline-block;
  text-align: right;
  padding: 15px 8px;
}

#order-data-form .with-actions:last-child {
  padding-right: 0;
}

#order-data-form .item-actions {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  flex-direction: row;
}

#order-data-form .item-actions,
#cart-overview-wrapper .fa-trash {
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

#order-data-form .fa-trash {
  margin-top: 15px;
}

#pa-section-news ul {
  margin: 0;
}

#pa-section-news > ul > li {
  background: #fff;
  color: #58676e;
  font-weight: 300;
  padding: 15px;
  margin: 5px 0 0 0;
}

#pa-section-news ul li:before {
  display: none;
}

#pa-section-news .news-text {
  margin-top: 10px;
  padding-right: 100px;
}

#pa-section-news .news-text ul li {
  list-style: disc;
}

#pa-section-news .news-text ul,
#pa-section-news .news-text ol {
  padding: 5px;
  margin-bottom: 8px;
}

#pa-section-news .news-text ul li,
#pa-section-news .news-text ol li {
  font-weight: 300;
  margin-left: 30px;
  padding-left: 5px;
}

#pa-section-news .news-text p + ul,
#pa-section-news .news-text p + ol {
  margin-top: -15px;
}

#partner-account-wrap .fileuploader {
  padding: 0;
}

#order_overview tr.order_row td {
  cursor: pointer;
}

.fileuploader-items-list .fileuploader-item {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

.fileuploader-items-list .fileuploader-item::before {
  display: none;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-input .fileuploader-input-button:active {
  background: rgb(1, 62, 121) !important;
}

.fileuploader-icon-main {
  color: rgb(1, 62, 121) !important;
}

.fileuploader-input .fileuploader-input-button,
.fileuploader-popup .fileuploader-popup-header .fileuploader-popup-button,
.fileuploader-popup
  .fileuploader-popup-header
  .fileuploader-popup-button.button-success {
  border-radius: 6px !important;
}

#pa-section-logo .cms-img {
  position: relative;
  padding: 40px;
  background: #fff;
  border: 1px solid #ccc;
  max-width: 440px;
}

#pa-section-logo .cms-img img {
  max-width: 360px;
  /*width: 100%;*/
}

#pa-section-logo .img-delete-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  cursor: pointer;
  background-color: #eee;
  padding: 2px 10px;
}

#progress {
  height: 20px;
  width: 100%;
  margin-top: 0.6em;
}

#progress {
  margin-top: 0;
}

#progress-bar {
  width: 0;
  height: 100%;
  transition: width 500ms linear;
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.progress-bar-incomplete {
  background: #bbb;
}

.progress-bar-danger {
  background: #d00;
}

.progress-bar-warning {
  background: #f50;
}

.progress-bar-success {
  background: #080;
}

#pa-section-downloads ul {
  margin-left: 0;
  max-width: 700px;
  padding-left: 1px;
  padding-right: 1px;
}

#pa-section-downloads ul li.file-dl {
  border-left: 70px solid #f2f2f2;
  position: relative;
  background: #fff;
  padding: 10px 10px 10px 20px;
  margin: 5px 0 0 0;
  cursor: pointer;
  outline-color: #ddd;
  outline-style: solid;
  outline-width: 1px;
}

#pa-section-downloads ul li.file-dl:hover {
  background: #fafafa;
}

#pa-section-downloads ul li.header {
  background: #bbb;
  color: #fff;
  padding: 15px 10px 5px 20px;
  margin: 15px 0 0 0;
}

#pa-section-downloads ul li div.icon-wrap {
  position: absolute;
  left: -58px;
  top: 10px;
  text-align: center;
  width: 48px;
}

#pa-section-downloads ul li i {
  color: #ccc;
  font-size: 34px;
}

#pa-section-downloads ul li a {
  text-decoration: none;
}

#pa-section-downloads ul li .filesize {
  font-size: 14px;
  color: #999;
  vertical-align: top;
}

#partner-account-wrap .form-message {
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  transition: all 500ms linear;
}

#partner-account-wrap .form-message.error {
  color: #a51515;
  background: #fbeced;
  border: 1px solid #ca7880;
  padding: 15px;
  margin-bottom: 15px;
}

#partner-account-wrap .form-message.success {
  color: #3f861b;
  background: #effbea;
  border: 1px solid #3f861b;
  padding: 15px;
  margin-bottom: 15px;
}

#partner-account-wrap .form-message p:last-child {
  margin-bottom: 0;
}

/* blog-styles */
.menu-blog-kategorien-container {
  margin-bottom: 5px !important;
}

.blog-menu {
  margin: 50px 0 0 !important;
}

.blog-menu li {
  display: inline-block;
  background-color: #e01e42;
  padding: 8px 24px !important;
  margin-right: 4px !important;
}

.blog-menu li a {
  color: #fff !important;
}

.blog-menu li::before {
  display: none !important;
}

.blog-menu li:first-child {
  margin-left: 0;
}

.blog header.post-header {
  margin-bottom: 20px;
}

.blog header.post-header + div.span7 a:first-child {
  font-size: 28px;
}

.blog .result-list-inner,
.archive.category .result-list-inner {
  margin: 10px 0 30px !important;
}

.blog article,
.archive.category article {
 /* background-color: #f6f6f6;*/
  margin: 1.5rem 0;
  padding: 15px 15px;
}

.blog article h3,
.archive.category article h3 {
  margin-top: 5px;
}

article.post h3 {
  margin-bottom: 10px;
}

article.post .entry-categories a:first-child {
  margin-left: 0;
}

/* blog-teasers */
/*#blog_teasers_wrapper {*/
/*    margin-top: -13em;*/
/*}*/

.cover-header {
  margin-top: -120px !important;
}

#blog_teasers {
  padding-bottom: 7rem !important;
}

#blog_teasers .teaser-wrap {
  background: #fff;
  min-height: 324px;
  position: relative;
}

/*#blog_teasers .teaser-wrap.red {*/
/*    border-bottom: 2px solid #e30513;*/
/*}*/

#blog_teasers h2 a {
  color: #58676e;
}

#blog_teasers_wrapper .wp-block-columns {
  margin-top: 0;
}

#blog_teasers .row:nth-child(2) > div .teaser-wrap {
  min-height: 385px;
}

#blog_teasers .teaser-wrap:not(.teaser-youtube) {
  padding: 2rem;
}

#blog_teasers .img-20 {
  max-width: 20%;
}

#blog_teasers .img-30 {
  max-width: 30%;
}

#blog_teasers .img-40 {
  max-width: 40%;
}

#blog_teasers .img-50 {
  max-width: 50%;
}

#blog_teasers .img-60 {
  max-width: 60%;
}

#blog_teasers .img-70 {
  max-width: 70%;
}

#blog_teasers .img-80 {
  max-width: 80%;
}

#blog_teasers .img-90 {
  max-width: 90%;
}

#blog_teasers .img-100 {
  max-width: 100%;
}

#blog_teasers p {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

#blog_teasers h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #58676e;
  margin: 9px 0 0;
}

#blog_teasers h2 {
  margin: 0 0 1rem 0;
}

#blog_teasers h2 a {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

#blog_teasers a.btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

#services-teaser {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(img/Content-BG-1-300x67.png);
  background-position: 0% 0%;
  background-attachment: scroll;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-top: 50px;
}

#services-teaser ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 20px;
}

#services-teaser ul li {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-top: 0.7rem;
  margin-bottom: 1rem;
  margin-left: 0;
}

#services-teaser ul li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-weight: 900;
  color: #b61735;
  margin-right: 10px;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
}

#big-header-teaser-wrap {
  padding-top: 0;
}

#big-header-teaser-wrap .big-header-teaser {
  width: 44%;
  margin-left: auto;
  margin-right: 29em;
  padding-top: 1em;
  padding-bottom: 23em;
  color: #fff;
}

.home #big-header-teaser-wrap .big-header-teaser {
  width: 34%;
  margin-left: auto;
  margin-right: 36em;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

#blog_teasers .img-horizontal {
  width: 100%;
  margin: 10px 0;
}

#blog_teasers .img-horizontal.img-align-right {
  text-align: right;
}

#blog_teasers .img-square.img-align-right {
  float: right;
}

#blog_teasers .img-horizontal.img-align-center {
  text-align: center;
}

#blog_teasers .img-horizontal img {
  display: inline-block;
}

#blog_teasers .img-square {
  /*max-width: 160px;*/
  float: left;
  margin: 0 20px 5px 0;
}

#teaser-products-btn {
  margin-top: 18px;
  padding: 10px 50px;
}

.tml .tml-button,
.wp-block-button__link,
.btn {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
  text-transform: none;
  border-radius: 0;
  -webkit-transition: background-color 500ms linear, color 500ms linear !important;
  -moz-transition: background-color 500ms linear, color 500ms linear !important;
  -o-transition: background-color 500ms linear, color 500ms linear !important;
  -ms-transition: background-color 500ms linear, color 500ms linear !important;
  transition: background-color 500ms linear, color 500ms linear !important;
  border-radius: 6px;
}

.btn:hover {
  text-decoration: none;
}

.tml .tml-button,
.wp-block-button__link {
  background-color: #333;
  color: #fff;
}

.btn-blue {
  background-color: #e01e42;
  color: #fff;
}

.tml .tml-button,
.wp-block-button__link:hover {
  color: #fff;
  text-decoration: none;
}

.btn-blue:hover {
  background: #fff;
  color: #333;
  border-color: #333;
}

.wp-block-button__link,
.btn-blue-border {
  /*background: #fff !important;*/
  /*color: #aaa !important;*/
  /*border: 1px solid #aaa !important;*/
  background-color: rgb(1, 62, 121) !important;
  color: #fff;
  padding: 5px 20px;
  text-transform: none !important;
}

.btn-blue-border-2 {
  background-color: rgb(1, 62, 121) !important;
  color: #fff;
  /*background: #fff;*/
  /*color: #aaa;*/
  border: 1px solid #aaa;
  padding: 0.4rem 2.5rem;
}

.btn-blue-border-2:hover {
  /*color: #e01e42;*/
  /*border: 1px solid #e01e42;*/
}

.btn-red-border-2 {
  background: #fff;
  color: #aaa;
  border: 1px solid #aaa;
  padding: 0.4rem 2.5rem;
}

.btn-grey-border-2 {
  background: #fff;
  color: #aaa;
  border: 1px solid #aaa;
  padding: 0.4rem 2.5rem;
}

.btn-red-border-2:hover {
  color: #e30513;
  border: 1px solid #e30513;
}

.btn-grey-border-2:hover {
  color: #333;
  border: 1px solid #333;
}

.rl-item-hd h3 a,
.rl-item-hd .pdf-datasheet-link:hover a,
.rl-item-hd .pdf-datasheet-link:hover i:before {
  color: #e01e42 !important;
}

.rl-item-ip h3 a,
.rl-item-ip .pdf-datasheet-link:hover a,
.rl-item-ip .pdf-datasheet-link:hover i:before {
  color: #e30513 !important;
}

.rl-item-all h3 a,
.rl-item-all .pdf-datasheet-link:hover a,
.rl-item-all .pdf-datasheet-link:hover i:before {
  color: #333 !important;
}

.wp-block-button__link:hover,
.btn-blue-border:hover {
  /*background: #e01e42 !important;*/
  /*color: #333 !important;*/
  color: #fff !important;
  text-decoration: none !important;
}

.red .wp-block-button__link,
.btn-red-border {
  background: #fff !important;
  color: #666 !important;
  border: 1px solid #666 !important;
  padding: 5px 20px;
  text-transform: none !important;
}

.red .wp-block-button__link:hover {
  background: #e30513 !important;
  color: #fff !important;
  text-decoration: none !important;
}

.wp-block-button__link:after {
  content: ">";
  display: inline-block;
}

.btn-border {
  /*background: #fff !important;*/
  /*color: #aaa !important;*/
  /*border: 1px solid #aaa !important;*/
  padding: 5px 20px;
  text-transform: none !important;
}

.btn-border:hover {
  color: #e01e42 !important;
  border-color: #e01e42 !important;
}

.btn {
  background-color: #013e79 !important;
  color: #fff !important;
}

.red .btn-border:hover {
  color: #e30513 !important;
  border-color: #e30513 !important;
}

.btn:active,
.btn.active {
  box-shadow: none !important;
}

.pagination .nav-links {
  margin: 0;
  width: 100%;
}

.pagination-single {
  padding-top: 0;
  padding-bottom: 80px;
  margin: 0;
}

.pagination-single-inner {
  margin-top: 40px;
}

.pagination-single a {
  /*letter-spacing: initial;*/
  font-weight: 300;
}

.nav-links-wrap {
  text-align: center;
  padding-top: 50px;
}

.nav-links-wrap .pagination {
  margin: auto;
}

.pagination .dots {
  transform: none;
}

.nav-links .page-numbers {
  background-color: #fff;
  color: #e01e42;
  border: 1px solid #e01e42;
  padding: 5px 15px;
  text-transform: none;
  font-size: 17px;
}

.nav-links .page-numbers:first-child {
  margin-left: 0;
}

.nav-links a,
.nav-links a:hover {
  text-decoration: none;
}

.nav-links a:hover {
  background-color: #e01e42;
  color: #fff;
  border: 1px solid #e01e42;
  -webkit-transition: background-color 500ms linear, color 500ms linear !important;
  -moz-transition: background-color 500ms linear, color 500ms linear !important;
  -o-transition: background-color 500ms linear, color 500ms linear !important;
  -ms-transition: background-color 500ms linear, color 500ms linear !important;
  transition: background-color 500ms linear, color 500ms linear !important;
}

.nav-links .page-numbers.current {
  background-color: #e01e42;
  color: #fff;
  border: 1px solid #e01e42;
}

.nav-links .page-numbers.next {
  margin-left: 0;
}

.nav-links .page-numbers.prev {
  margin-right: 10px;
}

.nav-links > * {
  margin: 0 10px 0 0;
}

#poc-teaser img {
  max-width: 260px;
  margin: auto;
}

#poc-teaser .col-md-4 {
  margin-top: 5rem;
}

#poc-teaser h3 {
  color: #58676e;
  font-weight: 600;
}

.singular .featured-media-inner {
  left: initial;
  width: 100%;
}

.singular .featured-media-inner img {
  width: 100%;
}

.featured-media,
.metaslider {
  border-bottom: 3px solid #e01e42;
}

#poc-padding-top {
  padding-top: 0;
}

/* Mobile Quick Phone Button */
#quick-contacts-2 {
  display: none;
}

/* Quick Contact Buttons */
#quick-contacts {
  position: fixed;
  right: 0;
  /* right: -220px; */
  top: 40%;
  z-index: 999;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#quick-contacts li {
  position: relative;
  cursor: pointer;
}

#quick-contacts li .button-wrap {
  background-color: #013e79;
  color: #fff;
  height: 60px;
  width: 320px;
  overflow: hidden;
  font-weight: normal;
  font-size: 16px;
  margin: 0;
  position: absolute;
  right: -260px;
  transition: right 0.3s ease-in-out;
  display: flex;
}

#quick-contacts li .button-wrap:hover {
  right: 0;
  text-decoration: none;
}

#quick-contacts li:first-child .button-wrap {
  border-top-left-radius: 6px;
}

#quick-contacts li:last-child .button-wrap {
  border-bottom-left-radius: 6px;
}

#quick-contacts li .button-icon {
  width: 60px;
  height: 60px;
  color: #fff;
  line-height: 60px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  position: relative;
}

#quick-contacts li .button-icon i:before {
  color: #fff;
  font-size: 30px;
}

.compare-products-counter,
.cart-products-counter {
  position: absolute;
  top: 4px;
  right: 4px;
  background: red;
  color: #fff;
  border-radius: 50%;
  font-size: 1.4rem;
  line-height: 2rem;
  text-align: center;
  z-index: 9999;
  width: 2rem;
  height: 2rem;
  font-weight: 700;
}

#quick-contacts li .button-content {
  display: inline-block;
  width: 230px;
  height: 60px;
  line-height: 60px;
  text-align: left;
}

#quick-contacts li .button-content a {
  color: #fff;
  text-decoration: none;
  vertical-align: text-bottom;
  display: inline-block;
  width: 100%;
}

#quick-contacts li:nth-child(2) {
  top: 60px;
  position: absolute;
}

#quick-contacts li:nth-child(3) {
  top: 120px;
  position: absolute;
}

#quick-contacts li:nth-child(4) {
  top: 180px;
  position: absolute;
}

#quick-contacts li:nth-child(5) {
  top: 240px;
  position: absolute;
}

product,
.product-cat {
  border: 10px solid #dfdfdf;
  float: left;
  margin: 0 40px 20px 0;
  outline: 1px solid #bfbfbf;
  position: relative;
}

.product img,
.product-cat img {
  max-width: 100%;
}

.product-title,
.cat-title {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

.type-product .intro-text,
.type-product .post-meta-single-top {
  display: none;
}

.single-produkt .intro-text {
  display: none;
}

footer .sub-menu li {
  margin-left: 0;
}

footer .sub-menu li:before {
  font-family: "Flaticon";
  content: "\f103";
  color: #e8e8e8;
  font-size: 22px;
  vertical-align: middle;
}

footer #footer-social-icons {
  margin-left: 0;
}

footer #footer-social-icons li {
  list-style: none;
  display: inline-block;
}

footer #footer-social-icons li a:hover,
footer #footer-social-icons li a:focus {
  text-decoration: none;
}

footer #footer-social-icons li i:before {
  color: #fff;
  font-size: 40px;
}

footer .widget_icl_lang_sel_widget {
  margin-top: 87px;
}

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

#site-content {
  overflow: initial;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 600px;
}

/* product-search */
/*#s {*/
/*    font-size: 20px;*/
/*    padding: 9px;*/
/*    border: 1px solid #aaa;*/
/*    text-indent: 10px;*/
/*}*/

#searchform #s {
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  color: #999;
  font-size: 17px;
  font-weight: 500;
  font-size: 17px;
  border: 1px solid #aaa;
  padding: 2px 10px;
  border-radius: 6px;
}

#s::-webkit-input-placeholder {
  /* Edge */
  color: #999;
}

#s:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

#s::placeholder {
  color: #999;
}

#primary {
  padding-top: 15px;
}

#search-submit {
  background: transparent;
  padding: 8px;
  position: absolute;
  right: 2px;
  top: 0;
  /* z-index: 9999; */
  color: #000;
  /* position: relative; */
}

#product-search-field-wrap * {
  display: none;
}

#product-search-field-wrap {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

#product-search-field-wrap button {
  background: transparent;
  padding: 10px 12px;
  position: absolute;
  top: 0;
  right: 0;
}

#product-search-field:before {
  font-family: "Flaticon";
  content: "\f109";
  color: #666;
  font-size: 22px;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  padding: 12px;
}

/* product-breadcrumb */
.product-breadcrumb {
  margin-top: 30px;
}

.product-breadcrumb ul {
  margin-left: 0;
  margin-bottom: 1rem;
}

.product-breadcrumb ul li {
  display: inline-block;
  margin: 0 15px 0 0;
  padding-left: 10px !important;
  color: #58676e;
  font-weight: normal;
}

.product-breadcrumb ul li:first-child {
  margin-left: 0;
}

.product-breadcrumb ul li::before {
  font-family: FontAwesome;
  /*content: "\f105" !important;*/
  content: "\f0da" !important;
  margin-right: 2px !important;
}

.product-breadcrumb ul li a {
  color: #58676e;
  font-weight: normal;
  margin-left: 3px;
}

.product-breadcrumb ul li a:hover {
  text-decoration: underline;
}

.wsp-pages-list li,
.wsp-posts-list li {
  padding-left: 15px;
}

/* product-view */
.view-label {
  color: #aaa;
  font-size: 14px;
  display: inline-block;
  padding-right: 25px;
  vertical-align: text-bottom;
  line-height: 50px;
  display: none;
}

.product-view-selection-wrap {
  text-align: right;
  /* margin-bottom: 1.25em; */
}

.product-view-selection {
  display: inline-block;
  margin-bottom: -4px;
  margin-right: 0;
  margin-left: auto;
}

.product-view-selection li {
  font-weight: normal !important;
  list-style: none;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  padding: 5px !important;
  margin: 2px 0 !important;
  line-height: 1 !important;
}

.product-view-selection li::before {
  display: none !important;
}

.product-view-selection li i:before {
  color: #999;
  font-size: 34px;
}

.product-view-selection li.selected i:before {
  color: #e01e42;
}

.red .product-view-selection li.selected i:before {
  color: #e30513;
}

.result-list,
.product-list {
  background: #fff;
  padding: 20px 0;
  margin-bottom: 0;
}

.product-list-inner,
.result-list-inner {
  margin: 0 5px 30px 5px;
}

.result-list .result-list-text {
  color: #58676e;
  margin-left: 15px;
}

.result-list-text ul li::before {
  color: #58676e;
}

.result-list .result-list-text li {
  color: #58676e;
}

.result-list .result-list-text p {
  line-height: 1.4;
}

.product-list article:after {
  content: " ";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 0 0 40px;
  height: 0.1rem;
  padding-top: 40px;
}

/*.result-list article:after {*/
/*    border-bottom: 2px dotted #6d6d6d !important;*/
/*}*/

.result-list article:after {
  content: " ";
  border-bottom: 2px dotted #6d6d6d !important;
  display: block;
  margin: 0 0 40px;
  height: 0.1rem;
  padding-top: 40px;
}

.result-list article:after {
  padding-top: 10px;
  margin: 30px 0;
}

.result-list article:last-of-type:after {
  display: none !important;
}

.result-list.view-compact-list article,
.product-list.view-compact-list article {
  padding-top: 40px;
  padding-bottom: 5px;
}

.result-list.view-compact-list article:first-child,
.product-list.view-compact-list article:first-child {
  padding-top: 20px;
}

.result-list article,
.product-list.view-list article {
  padding-top: 30px;
}

.result-list .product-details-link,
.product-list.view-list .product-details-link {
  text-align: right;
  margin-top: 12px;
}

.product-list.view-list .details-link a.btn-border {
  margin-top: 12px;
}

.result-list article:after,
.product-list.view-list article:after {
  content: " ";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 30px 0 10px;
  height: 0.1rem;
  padding-top: 0;
}

.product-list.view-compact-list article:after {
  content: " ";
  border-bottom: 2px dotted #aaa !important;
  display: block;
  margin: 0 -30px;
  height: 1px;
  padding-top: 25px;
}

.product-list.view-compact-list .link-wrap {
  width: 155px;
  text-align: right;
  margin-right: 15px !important;
  margin-left: auto;
}

.product-list.view-compact-list .link-wrap > div {
  text-align: left;
}

.product-list.view-compact-list h3,
.product-list.view-compact-list h3 a {
  font-size: 21px !important;
}

.product-list.view-tiles h3,
.product-list.view-tiles h3 a {
  font-size: 24px !important;
}

.product-list.view-compact-list .product-list-btns a,
.product-list.view-compact-list .product-list-btns span {
  padding: 5px 10px;
}

.view-compact-list .product-list-action-btns .product-list-btns:nth-child(1) a {
  border-radius: 6px 6px 0 0;
}

.view-compact-list .product-list-action-btns .product-list-btns:nth-child(3) a {
  border-radius: 0 0 6px 6px;
}

.product-list.view-tiles .product-price {
  margin-top: 25px;
}

.product-list.view-tiles .product-discount-price {
  font-size: 25px;
}

.product-list.view-tiles article {
  /* border-right: 2px dotted #e01e42; */
  /* border-bottom: 2px dotted #e01e42; */
  display: block;
  /*   margin: 20px 0; */
  /*height: 820px;*/
  position: relative;
}

.red .product-list.view-tiles article {
  border-color: #e20513;
}

.product-list.view-tiles .product-features-list.result-list-text {
  height: 250px;
}

/* .product-list.view-tiles .product-list-card {
    padding-right: 0;
    padding-bottom: 40px;
} */
.product-list.view-tiles .product-list-card .link-wrap {
  width: 100%;
}

.product-list.view-tiles .product-card-links {
  position: absolute;
  bottom: 25px;
}

.product-list.view-tiles .details-link a.btn-border {
  padding: 5px 20px;
}

.result-list article:last-child:after,
.product-list article:last-child:after {
  display: none;
}

.result-list article h3,
.product-list article h3 {
  margin-top: 0;
}

.result-list article h3 a,
.product-list article h3 a {
  font-size: 32px;
  font-weight: 400;
  color: #58676e;
  text-decoration: none;
}

.product-list.view-compact-list article h3 a {
  font-size: 2.4rem;
}

.result-list article h3 a:hover,
.result-list article h3 a:active,
.product-list article h3 a:hover,
.product-list article h3 a:active {
  color: #e01e42;
}

.product-list.view-tiles {
  padding-left: 0;
  padding-right: 0;
}

/* .product-list.view-tiles img {
    max-width: 150px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 25px;
    margin: auto;
} */

.product-list.view-tiles .product-card-features-list ul li {
  font-size: 18px;
}

.product-list.view-tiles .product-list-inner {
  margin-left: 0;
  margin-right: 0;
}

.product-list .product-card-features-list ul {
  margin-left: 0;
  margin: 0px;
}

.result-list .product-card-features-list ul {
  margin: 30px 0 20px 30px;
}

.product-list .product-card-features-list ul li,
.result-list .product-card-features-list ul li {
  color: #aaa;
}

.product-list-btns {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product-list .product-list-btns > * {
  margin-bottom: 5px;
}

.product-list-btns .btn {
  width: 100%;
  padding: 10px;
  margin-right: 10px;
}

.product-list-btns .btn:last-child {
  margin-right: 0;
}

.product-list-btns a,
.product-list-btns span.btn {
  min-width: 110px;
}

.product-list-btns span.in-comparison:hover {
  color: #000 !important;
  border: 1px solid #ccc !important;
}

/*.product-list-btns i {*/
/* display: none; */
/*}*/

.product-list .flaticon-pdf-01:before,
.result-list .flaticon-pdf-01:before {
  font-size: 44px;
  color: #aaa;
  vertical-align: middle;
}

.product-list-btns .fa-chevron-right:before,
.result-list .fa-chevron-right:before {
  font-size: 18px;
  font-weight: bold;
  line-height: 1px;
  color: #aaa;
  vertical-align: middle;
}

.product-list .pdf-datasheet-link,
.result-list .pdf-datasheet-link {
  white-space: nowrap;
  margin-top: -2px;
  /* margin-right: 20px; */
}

/*.product-list .pdf-datasheet-link i,*/
/*.result-list .pdf-datasheet-link i {*/
/*    vertical-align: middle;*/
/*}*/

.product-list .pdf-datasheet-link a,
.result-list .pdf-datasheet-link a {
  color: #aaa;
  text-decoration: none;
  vertical-align: middle;
  font-size: 18px;
}

.product-list .pdf-datasheet-link:hover .flaticon-pdf-01:before,
.product-list .pdf-datasheet-link:hover a {
  color: #e01e42 !important;
}

.red .product-list .pdf-datasheet-link:hover .flaticon-pdf-01:before,
.red .product-list .pdf-datasheet-link:hover a {
  color: #e30513 !important;
}

#price_extended_infos {
  padding-top: 50px;
}

/* product-details page */
.product-features-list ul {
  margin-left: 0;
  margin-bottom: 20px;
}

.product-features-list ul li {
  color: #58676e;
  line-height: 1.1;
}
#product-details-downloads .flaticon-pdf {
  background: url(img/flaticon-pdf.svg) 0 0 no-repeat;
  display: inline-block;
  height: 32px;
  width: 40px;
  margin: 5px 0;
  vertical-align: middle;
  background-size: contain;
}
#product-details-downloads .zip-icon {
  background: url(img/zip-file.svg) 0 0 no-repeat;
  display: inline-block;
  height: 34px;
  width: 40px;
  margin: 5px 0;
  vertical-align: middle;
  background-size: contain;
}
#product-details-downloads .flaticon-picture {
  background: url(img/img-placeholder.svg) 0 0 no-repeat;
  display: inline-block;
  height: 34px;
  width: 40px;
  margin: 5px 0;
  vertical-align: middle;
  background-size: contain;
}


#product-details-downloads .flaticon-pdf-01:before,
#product-details-downloads .flaticon-picture-01:before {
  font-size: 2em;
  color: #e01e42;
  vertical-align: middle;
}

.post-meta-edit-link-wrapper {
  display: none;
}

/* category overview page */
#categorys-large-overview .category-card {
  background: #fff;
  margin-bottom: 3em;
  cursor: pointer;
  -webkit-transition: all 750ms ease-in;
  -moz-transition: all 750ms ease-in;
  -o-transition: all 750ms ease-in;
  transition: all 750ms ease-in;
  transition: all 750ms ease-in;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

#categorys-large-overview .category-card img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter 1.5s ease-in-out;
}

#categorys-large-overview .category-card:hover img {
  transform: scale(1.2);
  transform-origin: 65% 75%;
  transition: transform 1s, filter 0.5s ease-in;
}

#categorys-large-overview .category-card h2 {
  color: #fff;
  font-size: 26px;
  margin-left: -30px;
  padding-left: 30px;
}

#categorys-large-overview .category-card .categorys-large-description {
  margin: 15px 75px 15px 0;
}

#categorys-large-overview .category-card .categorys-large-description,
#categorys-large-overview .category-card .categorys-large-description ul li {
  font-size: 27px;
  color: #58676e;
}

#categorys-large-overview .category-card .categorys-large-description a {
  color: #58676e;
}

#categorys-large-overview .category-card ul {
  list-style: none;
  margin: 30px 0 0;
}

#categorys-large-overview .category-card ul li {
  padding-left: 0;
}

#categorys-large-overview .category-card ul li::before {
  display: none;
}

#categorys-large-overview .category-card ul a {
  font-size: 26px;
  color: #58676e;
}

#categorys-large-overview .category-card .col-md-8 {
  padding-left: 0;
  overflow: hidden;
}

#categorys-large-overview .category-card .col-md-4 {
  padding-right: 0;
}

/* category overview page */
#categorys-binary-overview .category-card {
  background: #fff;
  margin-bottom: 3em;
  cursor: pointer;
  -webkit-transition: all 750ms ease-in;
  -moz-transition: all 750ms ease-in;
  -o-transition: all 750ms ease-in;
  transition: all 750ms ease-in;
  transition: all 750ms ease-in;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

#categorys-binary-overview .category-card img {
  transform-origin: 65% 75%;
  transition: transform 1s, filter 1.5s ease-in-out;
}

#categorys-binary-overview .category-card:hover img {
  transform: scale(1.2);
  transform-origin: 65% 75%;
  transition: transform 1s, filter 0.5s ease-in;
}

#categorys-binary-overview .category-card h2 {
  color: #fff;
  font-size: 26px;
  margin-left: -30px;
  padding-left: 30px;
}

#categorys-binary-overview .category-card .categorys-binary-description {
  margin: 15px 75px 15px 0;
}

#categorys-binary-overview .category-card .categorys-binary-description,
#categorys-binary-overview .category-card .categorys-binary-description ul li {
  font-size: 27px;
  color: #58676e;
}

#categorys-binary-overview .category-card .categorys-binary-description a {
  color: #58676e;
}

#categorys-binary-overview .category-card ul {
  list-style: none;
  margin: 30px 0 0;
}

#categorys-binary-overview .category-card ul li {
  padding-left: 0;
}

#categorys-binary-overview .category-card ul li::before {
  display: none;
}

#categorys-binary-overview .category-card ul a {
  font-size: 26px;
  color: #58676e;
}

#categorys-binary-overview .category-card .col-md-8 {
  padding-left: 0;
  overflow: hidden;
}

#categorys-binary-overview .category-card .col-md-4 {
  padding-right: 0;
}

.category-card-blue {
  border-color: #e01e42;
}

.category-card-blue h2 {
  background: #e01e42;
}

.category-card-red {
  border-color: #e30513;
}

.category-card-red h2 {
  background: #e30513;
}

.category-card-grey-1 {
  border-color: #58676e;
}

.category-card-grey-1 h2 {
  background: #58676e;
}

.category-card-grey-2 {
  border-color: #888;
}

.category-card-grey-2 h2 {
  background: #888;
}

/* category overview page */
#categorys-accordion {
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 15px;
}

#headingone {
  border-top: 1px solid #58676e;
}

#categorys-accordion ul {
  border-top: 1px solid #58676e;
  margin: 0;
}

#categorys-accordion ul li {
  margin-left: 0;
}

#categorys-accordion ul li:before {
  display: none;
}

#categorys-accordion h2 {
  margin: 0;
}

#categorys-accordion h2 a {
  border-bottom: 1px solid #58676e;
  display: block;
  text-align: left;
  font-size: 32px;
  color: #58676e;
  padding: 10px 25px 10px 0;
  cursor: pointer;
  position: relative;
}

#categorys-accordion h2 a i.fa {
  color: #58676e;
  position: absolute;
  top: 15px;
  right: 20px;
}

#categorys-accordion h3 {
  color: #58676e;
  margin-top: 0;
  font-size: 28px;
  font-weight: normal;
}

#categorys-accordion .card-body {
  background: #fff;
}

#categorys-accordion .category-pane {
  padding: 0;
  margin: 20px;
  border-bottom: 2px dotted #aaa;
}

#categorys-accordion .category-pane img {
  width: 80%;
  margin: 3rem auto;
}

#categorys-accordion .category-pane-footer {
  text-align: right;
  margin-bottom: 3rem;
}

#categorys-accordion .row:last-child .category-pane {
  border-bottom: 0;
}

#categorys-accordion .collapsible {
  display: none;
}

#categorys-accordion .open {
  display: block;
}

.wrap-outer {
  max-width: 1230px;
  margin: auto;
}

.wrap-inner-thin {
  padding: 0 15px;
}

/*.wrap-inner-thick {*/
/*    padding: 0 130px 0;*/
/*}*/

.entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: none;
  width: auto;
}

#menu-blog-kategorien a {
  font-weight: 500;
}

/* Parners */
#partners-overview {
  padding: 2rem;
}

#partners-overview img {
  max-height: 120px;
  max-width: 80%;
  margin-bottom: 1rem;
}

#partners-overview .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.partner-card {
  margin-bottom: 4rem;
}

body > #lang_sel_list {
  display: none;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* overlay-menu */
.animatedfsmenu .navbar-toggler {
  z-index: 200;
}

.animatedfsmenu.navbar-expand-md .navbar-collapse {
  border-top: 0;
  box-shadow: none;
}

.animatedfsmenu.navbar-expand-md {
  width: 50vw;
  box-shadow: 6em 0 6em rgba(0, 0, 0, 0.8);
}

.animatedfsmenu .animatedfs_menu_list {
  max-width: 100%;
  width: 100%;
  margin: 5em 20em 0;
}

.animatedfsmenu ul {
  direction: ltr;
}

.afsmenu_scroll {
  scrollbar-color: #e01e42 #eee !important;
  direction: rtl;
  padding-left: 20px;
  padding-right: 20px;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.animatedfsmenu .animatedfs_menu_list .afsmenu > li.menu-item-language {
  border-bottom: 0;
}

.animatedfsmenu.animation_line .afsmenu > li > a:before,
.animatedfs_menu_list li > a:before {
  width: 0 !important;
}

.animatedfsmenu.animation_line .afsmenu > li.has-children__on > a,
.animatedfsmenu.animation_line .afsmenu > li:hover > a {
  padding-left: 0 !important;
}

.sub-menu li:first-child {
  margin-top: 0;
}

.afsmenu__close {
  display: none;
}

input:focus,
a:focus {
  outline: #000 !important;
}

.animatedfsmenu .navbar-toggler .bar.bottom-animate {
  transform: rotate(135deg);
  transition: all ease-in-out 0.6s;
  top: -5px;
}

/*.animatedfsmenu .animatedfs_menu_list .afsmenu>li.has-children__on>.sub-menu {*/
/*    height: 0;*/
/*    */
/*}*/

/*.animatedfsmenu .animatedfs_menu_list .afsmenu > li * {*/
/*    -webkit-transition: all 2s ease-in-out !important;*/
/*    -moz-transition: all 2s ease-in-out !important;*/
/*    -o-transition: all 2s ease-in-out !important;*/
/*    transition: all 2s ease-in-out !important;*/
/*}*/

.animatedfsmenu .animatedfs_menu_list .afsmenu > li > .sub-menu {
  height: 0;
  opacity: 0;
  display: block;
  -webkit-transition: height 0.6s ease-in-out !important;
  -moz-transition: height 0.6s ease-in-out !important;
  -o-transition: height 0.6s ease-in-out !important;
  transition: height 0.6s ease-in-out !important;
}

.animatedfsmenu
  .animatedfs_menu_list
  .afsmenu
  > li.has-children__on
  > .sub-menu {
  display: block;
  height: auto;
  margin-bottom: 25px !important;
}

.animatedfsmenu
  .animatedfs_menu_list
  .afsmenu
  > li:not(.menu-item-language)::after {
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  /*right: 10px;*/
  /*top: 0;*/
  /*display: inline-block;*/
  /*width: 22px;*/
  /*height: 35px;*/

  right: 0px;
  top: 0;
  display: inline-block;
  width: 52px;
  height: 67px;
  text-align: center;
  transform: rotate(0);
  -webkit-transition: all 0.6s ease-in-out !important;
  -moz-transition: all 0.6s ease-in-out !important;
  -o-transition: all 0.6s ease-in-out !important;
  transition: all 0.6s ease-in-out !important;
}

.animatedfsmenu .animatedfs_menu_list .afsmenu > li.has-children__on::after {
  transform: rotate(90deg);
}

.animatedfsmenu .animatedfs_menu_list .afsmenu > li.has-children__on a:hover {
  text-decoration: none;
}

#page-wrapper {
  background-repeat: no-repeat;
}

#big-main-text h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 62px;
  margin-top: 30px;
  color: #fff;
}

#lang_sel_list {
  display: none;
}

#product-details-images {
  position: relative;
}

.clickable-pane {
  cursor: pointer;
}

/* WP Sitemap Page */
.wsp-pages-list,
.wsp-posts-list {
  margin-top: 15px;
  margin-left: 15px;
}

.wsp-pages-list li::before,
.wsp-posts-list li::before {
  color: #e01e42 !important;
}

.wsp-pages-list a,
.wsp-posts-list a {
  font-weight: normal;
}

.wsp-pages-list ul.children,
.wsp-posts-list .wsp-posts-list {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.wsp-pages-list a,
.wsp-posts-list a {
  font-weight: normal;
}

.wsp-pages-list ul ul {
  margin-bottom: 0 !important;
}

.fluid-width-video-wrapper {
  clear: both !important;
}

.wsp-container a {
  text-decoration: none;
}

.wsp-container > ul.wsp-posts-list > li::before {
  content: "";
}

.wsp-container > ul.wsp-posts-list {
  margin-left: 0;
}

.wsp-container > ul.wsp-posts-list > li {
  padding-left: 0;
}

.wsp-container > ul.wsp-posts-list > li > strong.wsp-category-title a {
  font-family: "Poppins", sans-serif;
  font-size: 30px !important;
  font-weight: 300 !important;
  text-transform: initial;
  color: #58676e;
}

.wsp-container strong.wsp-category-title a {
  font-weight: 700 !important;
}

.wsp-container > .wsp-posts-list > .wsp-category-title {
  font-weight: bold !important;
}

/* Plugin: Simple WordPress Membership */
.swpm-profile-username-row,
.swpm-profile-membership-level-row {
  display: none !important;
}

/* fotorama */
.fotorama {
  padding-top: 0 !important;
}

.fotorama__wrap {
  margin: auto;
}

.fotorama__stage__frame.fotorama__active {
  width: 100%;
  /*left: 70px !important;*/
  animation-duration: unset !important;
  transition-duration: unset !important;
  height: 100% !important;
}

.fotorama__stage__frame.fotorama__active img {
  /*width: 100% !important;
    height: auto !important;
    margin: auto 0 !important;*/
  animation-duration: unset !important;
  transition-duration: unset !important;
}

.fotorama__arr {
  width: 30px;
  height: 100px;
  cursor: pointer;
}

.fotorama__arr--prev {
  background: url("img/fotorama-prev.png") 0 0 no-repeat;
  background-size: 30px 100px;
  left: -50px;
}

.fotorama__arr--next {
  background: url("img/fotorama-next.png") 0 0 no-repeat;
  background-size: 30px 100px;
  right: -50px;
}

.fotorama__nav-wrap {
  display: none;
}

.fotorama__nav--thumbs {
  width: 100% !important;
  text-align: center !important;
}

.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-image: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  -webkit-transform: none(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

#fotorama-custom-buttons {
  position: absolute;
  bottom: 130px;
  right: 20px;
}

#fotorama-custom-buttons i {
  display: inline-block;
  margin-left: 2px;
  cursor: pointer;
}

#fotorama-custom-buttons i:before {
  display: inline-block;
  font-size: 32px;
  width: 38px;
  height: 38px;
  text-align: center;
}

.lightbox {
  top: 40% !important;
}

/* footer - login-widget */
.lwa-info a:last-child,
    /*.page-template-konto #wpadminbar,*/
.lwa-status,
.tml-register-link {
  display: none !important;
}

/* konto */
#save-partner-pw-form,
#save-partner-data-form {
  padding-top: 25px;
  padding-right: 80px;
}

#save-partner-pw-form .row,
#save-partner-data-form .row {
  margin-top: 15px;
}

#save-partner-pw-form label,
#save-partner-data-form label {
  font-size: 18px;
}

#save-partner-pw-form input,
#save-partner-pw-form select,
#save-partner-data-form input,
#save-partner-data-form select {
  background-color: #f8f8f8;
  font-size: 14px;
}

#save-partner-pw-form .input-group,
#save-partner-data-form .input-group {
  position: relative;
  display: flex;
  background-color: #aaa;
}

#save-partner-data-form input[type="checkbox"] {
  margin: 3px 12px;
  height: 26px;
  border: none;
  cursor: pointer;
}

#save-partner-pw-form input[type="password"].form-control,
#save-partner-data-form input[type="text"].form-control {
  height: 26px;
}

#lwa_wp-submit {
  text-decoration: none;
}

/*.lwa-info,*/
/*.lwa-logout {*/
/*    text-transform: none;*/
/*}*/

/*.lwa-info a:hover,*/
/*.lwa-logout a:hover {*/
/*    color: #e01e42;*/
/*}*/

.logout-link {
  cursor: pointer;
}

#reg_messages {
  color: #e01e42;
  margin: 5px 5px 10px;
}

.tml-links,
.tml-links .tml-lostpassword-link {
  margin-left: 0 !important;
  padding-left: 0;
}

.tml-lostpassword-link::before,
ul.tml-errors li::before {
  content: "";
  display: none !important;
}

#lwa_wp-submit {
  text-transform: none;
}

.tml-button,
#lwa_wp-submit:hover {
  text-decoration: none !important;
}

.widget_loginwithajaxwidget .widget-title {
  margin-bottom: 0;
}

.widget_loginwithajaxwidget .widget-title span {
  color: #e8e8e8;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.widget_loginwithajaxwidget h2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #e8e8e8;
  margin-top: 4px !important;
  margin-bottom: 10px !important;
}

.lwa-username-label label,
.lwa-password-label label {
  vertical-align: initial;
  line-height: 1.6rem;
  margin-bottom: 0;
  display: inline-block;
}

.lwa-username-input input,
.lwa-password-input input {
  background: #afb6b9;
  border: 1px solid #afb6b9;
  padding: 5px;
}

#lwa_wp-submit {
  font-size: 18px;
  font-weight: normal;
  padding: 8px 28px;
}

.lwa-links-register,
.lwa-rememberme,
.lwa-submit-links label,
.lwa-links-remember {
  display: none !important;
}

#lwa-login-reset {
  display: block !important;
  font-size: 16px;
  color: #f2f3f3;
  margin-top: -12px;
}

.tml-links {
  margin-left: 10px;
}

.tml-login-link a {
  padding-left: 15px;
}

.tml-login-link::before {
  content: "<" !important;
  color: #e01e42 !important;
}

.tml-login-link a:hover {
  text-decoration: underline;
}

/* dsgvo pixelmate - wp-plugin */
.pixelmate-general-btns .pixelmate-general-single {
  text-transform: initial;
  display: block;
  margin: auto;
}

.pixelmate-youtube-consent-wrapper,
.pixelmate-gmaps-consent-wrapper,
.pixelmate-vimeo-consent-wrapper,
.pixelmate-webinaris-consent-wrapper {
  width: 100%;
  box-shadow: none;
  max-width: initial;
}

.pixelmate-cleaner.cleaner-youtube {
  padding: 20px;
}

.pixelmate-cleaner.cleaner-youtube a {
  color: #e01e42 !important;
}

.pixelmate-cleaner.cleaner-youtube {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.pixelmate-cleaner button:hover {
  text-decoration: none !important;
}

.pixelmate-cleaner h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  color: #58676e;
  margin: 9px 0 0;
}

.pixelmate-cleaner.pixelmate-cleaner-gmaps > div {
  padding: 50px 130px;
  background: #fff;
}

button.pixelmate-revoke {
  display: none;
  background: transparent;
  color: #fff;
  position: static;
  padding: 3px 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  outline: none;
  float: left;
}

#cookie-options {
  display: inline-block;
}

button.pixelmate-revoke.bottom-position-3 {
  bottom: 42px !important;
}

/* wp - admin-bar */
/*body.admin-bar #site-header {*/
/*    top: 53px;*/
/*}*/

/*body.admin-bar .animatedfsmenu .navbar-toggler {*/
/*    top: 34px;*/
/*}*/

.alignnone {
  margin-left: 0 !important;
}

body.home {
  /* #site-content */
  /*background-image: url('img/Homepage-Main-Background.jpg') !important;*/
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  height: 100%;
  width: 100%;
}

.tml .tml-action-confirmaction .success,
.tml .tml-error,
.tml .tml-message,
.tml .tml-success {
  background: #fff;
}

li.tml-message:before {
  display: none !important;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: 1;
}

[class*="__inner-container"]
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
    .is-style-wide
  ) {
  max-width: initial;
}

#menu-so-sind-und-so-arbeiten-wir {
  list-style: none;
  margin-top: 35px;
  margin-left: 15px !important;
}

#menu-so-sind-und-so-arbeiten-wir li {
  display: inline-block;
  margin: 0 20px 0 0;
}

#menu-so-sind-und-so-arbeiten-wir .fa-chevron-right {
  display: none;
}

#menu-so-sind-und-so-arbeiten-wir li a {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 200;
  text-decoration: none;
  background: #fff;
  color: #e01e42;
  border: 1px solid #e01e42;
  padding: 5px 20px;
}

#menu-so-sind-und-so-arbeiten-wir li a i {
  display: none;
}

#menu-so-sind-und-so-arbeiten-wir li a:after {
  content: ">";
  display: inline-block;
}

#menu-so-sind-und-so-arbeiten-wir li a:hover {
  background-color: #e01e42;
  color: #fff;
  text-decoration: none;
}

.fa-chevron-right:before {
  content: "\f105";
  color: #58676e;
  font-size: 46px;
  line-height: 34px;
  font-size: 17px;
  color: red !important;
}

.parallax-mirror {
  min-height: 920px !important;
}

.parallax-block {
  height: 100vh;
  /*min-height: 870px !important;*/
  /*min-height: 640px !important;*/
  background: transparent;
}
#clear-my-basket {
  background-color: red !important;
}
#clear-my-basket i {
  color: #fff !important;
}
select.product_amount_value {
  margin-top: 10px;
}
input.product_amount_value {
  width: 66px !important;
  background-color: #e9e9ed;
  font-weight: 400;
  font-size: 17px;
  text-align: left !important;
  border-radius: 5px;
  border-color: #8f8f9d;
  height: 27px !important;
}
@media (min-width: 1024px) {
  .parallax-block {
    min-height: 870px !important;
  }
}

#big-main-text {
  color: #fff;
  width: 42%;
  position: absolute;
  /*top: 25%;*/
  top: 250px;
  /*right: 280px;*/
  right: 15%;
}

#big-main-text-2 {
  background-color: #fff;
  width: 100%;
  display: none;
}

.section.parallax-section {
  padding: 20px !important;
}

.parallax-mobile {
  z-index: -1 !important;
}

.menu-item-language {
  display: none !important;
}

#menu-bg-closable {
  position: fixed;
  top: 0;
  z-index: 98;
}

#menu-bg-closable.expanded {
  width: 100%;
  height: 100vh;
}

article.post-503 .page-content-wrap > h2 a {
  font-weight: bold !important;
}

.bg-1 .entry-content {
  padding-top: 3em !important;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

i.lunahd {
  color: #e01e42;
}

i.lunaip {
  color: #e30513;
}

#mobile-accessible-in-3-steps img {
  width: 25%;
  display: inline-block;
  margin-top: 0;
}

#mobile-accessible-in-3-steps img:nth-child(even) {
  width: 12.5%;
  display: inline-block;
  margin-top: 0;
}

#post-136 .wrap-inner-thick.bg-1 {
  border-top: 0 !important;
}

/* ajax search feature */
#ajax-search-result-wrapper {
  display: none;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  background: #f9f9f9;
  position: absolute;
  z-index: 9;
  border-right: 1px solid #e01e42;
  border-bottom: 1px solid #e01e42;
  border-left: 1px solid #e01e42;
}

#ajax-search-result-wrapper ul {
  margin: 0 25px 0 5px;
  list-style: none;
  animation-duration: 0.2s !important;
  transition-duration: 0.2s !important;
}

#ajax-search-result-wrapper ul li {
  margin: 0 30px 0 0;
  padding: 0 55px 0 5px;
  border-bottom: 1px dotted #f2f3f3;
  overflow: auto;
}

#ajax-search-result-wrapper li:hover,
#ajax-search-result-wrapper li:focus {
  color: #3d3d3d;
  cursor: pointer;
  background-color: #fff;
}

#ajax-search-result-wrapper ul li:after {
  content: "";
  clear: both;
  display: table;
}

#ajax-search-result-wrapper ul li a {
  text-decoration: none;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-hd a {
  color: #e01e42;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-ip a {
  color: #e30513;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-all a {
  color: #58676e;
}

#ajax-search-result-wrapper ul li h6.headline {
  margin: 0;
  padding-top: 5px;
}

#ajax-search-result-wrapper ul li p.desc {
  line-height: 1.3;
  font-size: 16px;
}

#ajax-search-result-wrapper ul li .prod-img-wrapper {
  float: left;
  width: 90px;
  margin-right: 10px;
}

#ajax-search-result-wrapper ul li img {
  width: 90px;
  height: 68px;
}

#ajax-search-result-wrapper ul li .text-wrap {
  margin-left: 10px;
}

#ajax-search-result-wrapper ul li#show-all-results {
  background: #e01e42;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 30px 0 0;
  padding: 6px 0;
}

div#ajax-search-result-wrapper:after {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  content: "x";
  background: #58676e;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  font-weight: bold;
  line-height: 600px;
  color: #fff;
  font-size: 30px;
  font-family: unset;
  cursor: pointer;
}

/* image-lightbox plugin */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;

  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}

@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

/* OVERLAY */

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */

  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}

/* NAVIGATION */

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.teaser-card {
  border-bottom: 2px dotted #666;
  margin: 5px;
}

.teaser-card h3 a {
  color: #666 !important;
}

.tax-produkte h1.rl-products-main-title i {
  color: #e01e42;
}

/*.red h1,*/
/*.red h2,*/
/* .red #products-rl-title,
.tax-produkte .red h1.rl-products-main-title i,
.red #product-details h3,
.red #product-details-downloads a,
.red #product-details-downloads .flaticon-pdf-01:before,
.red #product-details-downloads .flaticon-picture-01:before {
  color: #e30513 !important;
} */

.grey #products-rl-title,
.tax-produkte .grey h1.rl-products-main-title i,
.grey #product-details h3,
.grey #product-details-downloads a,
.grey #product-details-downloads .flaticon-pdf-01:before,
.grey #product-details-downloads .flaticon-picture-01:before {
  color: #58676e !important;
}

.grey #product-details a.btn-border {
  border-color: #58676e !important;
}

.bg-1 {
  border-color: #e1e1e1;
  padding: 3rem;
  /* box-shadow: 0 0 30px #aaa; */
}

.cnt-wrap {
  padding: 0 3rem;
}

.wp-image-6109 {
  margin-top: -125px;
}

#foogallery-gallery-6036 .fg-caption-title {
  cursor: auto;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.page-header {
  padding: 20px 0 20px;
  margin-top: 0 !important;
}

.primary-menu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.primary-menu .current_page_ancestor {
  text-decoration: none;
}

.primary-menu ul {
  background-color: #fff;
  color: #013e79;
  top: calc(100% + 10px);
  border-radius: 0;
  /* width: 24rem; */
}

.primary-menu ul li a {
  padding: 0.7rem 2rem;
  font-weight: 300;
}

.primary-menu ul.sub-menu {
  /*white-space: nowrap;*/
  width: max-content;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu a:hover {
  text-decoration: none;
}

/*.primary-menu ul::before {*/
/*    height: 5px;*/
/*    background: rgb(223, 0, 42);*/
/*    background: linear-gradient(90deg, rgba(223, 0, 42, 1) 0%, rgba(1, 62, 121, 1) 100%);*/
/*}*/

.primary-menu ul::after {
  content: "";
  border: 0;
}

.primary-menu ul ul::before,
.primary-menu ul ul::after {
  content: "";
  display: none;
}

.primary-menu ul ul::after {
  display: none;
}

.primary-menu .sub-menu {
  /* transform: translateY(0) !important; */
}

.primary-menu ul.sub-menu a {
  color: #013e79;
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.2;
}

.primary-menu ul ul {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  padding-left: 15px;
  padding-top: 0;
}

.color-grey {
  color: #58676e;
}

/* svg {
    height: 100%;
    width: auto;
    margin: 10px 400px
} */

#vdes-tooltip {
  display: none;
  font-size: 21px;
  background: #fff;
  border: 1px solid red;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 6px 20px;
  pointer-events: none;
  z-index: 10;
}

map area {
  outline: none;
}

#quick-product-cat-nav-wrapper {
  background-color: #d0d5d8;
  padding: 2rem 0;
}

.quick-product-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quick-product-cat-nav .product-cat-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.quick-product-cat-nav .product-cat-row .product-cat-card {
  width: 33%;
  margin: 15px;
}

.quick-product-cat-nav .product-cat-row:nth-child(2) {
  justify-content: center;
}

.quick-product-cat-nav .product-cat-card a {
  display: inline-block;
  position: relative;
}

.quick-product-cat-nav .product-cat-card h3 {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 4px 20px 4px 8px;
}

.quick-product-cat-nav .product-cat-card h3.blue {
  background-color: #e01e42;
}

.quick-product-cat-nav .product-cat-card h3.grey-1 {
  background-color: #58676e;
}

.quick-product-cat-nav .product-cat-card h3.grey-2 {
  background-color: #888;
}

.quick-product-cat-nav .product-cat-card img {
  height: 200px;
}

#show-stock-cnt {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#stock-counter-panel {
  display: none;
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px;
  min-width: 160px;
  max-width: 300px;
  font-size: 16px;
  line-height: 1;
}

#stock-counter-panel i {
  font-style: normal;
  font-size: 12px;
}

#stock-counter-panel-close-btn {
  font-family: arial;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99;
  background: #666;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}

/*.page-header-wrap h1,*/
/*h2.av-special-heading-tag {*/
/*    font-size: 32px !important;*/
/*    font-weight: 400 !important;*/
/*    line-height: 1.25;*/
/*    display: inline-block;*/
/*    background-image: linear-gradient(90deg, rgba(223, 0, 42, 1), rgba(1, 62, 121, 1));*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    margin-top: 30px;*/
/*}*/

/* h2:not(.av-special-heading-tag) {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
 */
/*.btn-inverted-gradient {*/
/*    background-image: linear-gradient(90deg, rgba(1, 62, 121, 1), rgba(223, 0, 42, 1));*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

/*.btn-inverted-gradient:hover {*/
/*    border: 1px solid #013e79 !important;*/
/*}*/

/* #product-details-downloads .svg-to-blue {
  filter: invert(39%) sepia(88%) saturate(163%) hue-rotate(178deg)
    brightness(107%) contrast(103%);
} */

/* ajax search feature */
#ajax-search-result-wrapper { 
  display: none;
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  background: #f9f9f9;
  position: absolute;
  z-index: 9;
  border-right: 1px solid #e01e42;
  border-bottom: 1px solid #e01e42;
  border-left: 1px solid #e01e42;
  width: 500px;
}

#ajax-search-result-wrapper ul {
  margin: 0 25px 0 5px;
  list-style: none;
  animation-duration: 0.2s !important;
  transition-duration: 0.2s !important;
}

#ajax-search-result-wrapper ul li {
  margin: 0 30px 0 0;
  padding: 0 55px 0 5px;
  border-bottom: 1px dotted #f2f3f3;
  overflow: auto;
}

#ajax-search-result-wrapper li:hover,
#ajax-search-result-wrapper li:focus {
  color: #3d3d3d;
  cursor: pointer;
  background-color: #fff;
}

#ajax-search-result-wrapper ul li:after {
  content: "";
  clear: both;
  display: table;
}

#ajax-search-result-wrapper ul li a {
  text-decoration: none;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-hd a {
  color: #e01e42;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-ip a {
  color: #e30513;
}

#ajax-search-result-wrapper ul li.ajax-search-result-wrapper-all a {
  color: #58676e;
}

#ajax-search-result-wrapper ul li h6.headline {
  margin: 0;
  padding-top: 5px;
}

#ajax-search-result-wrapper ul li p.desc {
  line-height: 1.3;
  font-size: 16px;
}

#ajax-search-result-wrapper ul li .prod-img-wrapper {
  float: left;
  width: 90px;
  margin-right: 10px;
}

#ajax-search-result-wrapper ul li img {
  width: 90px;
  height: 68px;
}

#ajax-search-result-wrapper ul li .text-wrap {
  margin-left: 10px;
}

#ajax-search-result-wrapper ul li#show-all-results {
  background: #e01e42;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 10px 30px 0 0;
  padding: 6px 0;
}

div#ajax-search-result-wrapper:after {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  content: "x";
  background: #58676e;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  font-weight: bold;
  line-height: 600px;
  color: #fff;
  font-size: 30px;
  font-family: unset;
  cursor: pointer;
}

/* image-lightbox plugin */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;

  -ms-touch-action: none;
  touch-action: none;

  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75); /* 50 */
}

/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}

#imagelightbox-loading {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em; /* 10 */
  margin: -1.25em 0 0 -1.25em; /* 20 */

  -webkit-box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
  box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.75); /* 40 */
}

#imagelightbox-loading div {
  width: 1.25em; /* 20 */
  height: 1.25em; /* 20 */
  background-color: #fff;

  -webkit-animation: imagelightbox-loading 0.5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0.5;
    -webkit-transform: scale(0.75);
  }
}

@keyframes imagelightbox-loading {
  from {
    opacity: 0.5;
    transform: scale(0.75);
  }
  50% {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0.5;
    transform: scale(0.75);
  }
}

/* OVERLAY */

#imagelightbox-overlay {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* "CLOSE" BUTTON */

#imagelightbox-close {
  width: 2.5em; /* 40 */
  height: 2.5em; /* 40 */
  text-align: left;
  background-color: #666;
  border-radius: 50%;
  position: fixed;
  z-index: 10002;
  top: 2.5em; /* 40 */
  right: 2.5em; /* 40 */

  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#imagelightbox-close:hover,
#imagelightbox-close:focus {
  background-color: #111;
}

#imagelightbox-close:before,
#imagelightbox-close:after {
  width: 2px;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px;
}

#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* CAPTION */

#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em; /* 10 */
}

/* NAVIGATION */

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em; /* 60 */
  padding: 0.313em; /* 5 */

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#imagelightbox-nav button {
  width: 1em; /* 20 */
  height: 1em; /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em; /* 5 */
}

#imagelightbox-nav button.active {
  background-color: #fff;
}

/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em; /* 60 */
  height: 7.5em; /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em; /* 60 */
}

.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: rgba(0, 0, 0, 0.75);
}

.imagelightbox-arrow:active {
  background-color: #111;
}

.imagelightbox-arrow-left {
  left: 2.5em; /* 40 */
}

.imagelightbox-arrow-right {
  right: 2.5em; /* 40 */
}

.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: "";
  display: inline-block;
  margin-bottom: -0.125em; /* 2 */
}

.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em; /* 5 */
}

.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em; /* 5 */
}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header-navigation-wrapper {
  background-color: #013e79;
  display: block;
  width: 100%;
  color: #fff;
  padding: 0;
}

#products-sub-menu {
  /* position: absolute; */
}

.header-navigation-wrapper ul.primary-menu > li > a {
  color: #fff;
  padding: 4px;
  margin-right: 15px;
}

.header-navigation-wrapper ul.primary-menu > li > .icon {
  cursor: pointer;
}

.navigation-product-sub-menu-left ul,
.navigation-product-sub-menu-right ul {
  position: static;
  opacity: 1;
  background-color: #f6f6f6;
}

#site-header > div.wrap-outer {
  padding-top: 10px;
  padding-bottom: 10px;
}

#site-header .header-slogan {
  display: flex;
  justify-content: center;
}

#site-header .header-slogan .site-description {
  color: #013e79;
  font-size: 24px;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  vertical-align: text-top;
  line-height: 1.25;
}

.header-buttons {
  display: flex;
  justify-content: center;
}

#big-nav {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  display: none;
}

#big-nav li {
  list-style: none;
}

#big-nav li a {
  text-decoration: none;
}

#big-nav li i::before {
  color: #013e79;
  font-size: 36px;
  font-weight: 600;
}

#side-panel {
  position: fixed;
  top: 0;
  right: -320px;
  height: 100%;
  width: 320px;
  background-color: #fff;
  color: #000;
  padding: 0 40px 10px 10px;
  transition: right 0.3s ease-in-out;
  z-index: 9999;
  box-shadow: -3px 0 7px rgba(0, 0, 0, 0.22);
  overflow-x: hidden;
  overflow-y: auto;
}

.side-panel-header {
  /* border-top: 3px solid #000; */
  margin-left: -10px;
  padding: 5px 0 5px 10px;
  background-color: #eee;
  font-weight: 600;
}

#side-panel-close-btn {
  background-color: #013e79;
  color: #fff;
  width: 30px;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#side-panel-close-btn i::before {
  font-family: "FontAwesome";
  content: "\f054";
  display: inline-block;
  width: 18px;
  height: 18px;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
}

#side-panel .cart-item input.product_amount_value_input {
  padding: 2px 4px;
  display: inline-block;
  width: 80px;
  font-size: 14px;
}

#side-panel .cart-item select.product_amount_value_select {
  padding: 2px 4px;
  display: inline-block;
  width: 80px;
  border: 1px solid #dcd7ca;
  font-size: 14px;
}

#account-login-wrapper input {
  padding: 5px;
}

#account-login-wrapper .accordion {
  max-width: 400px;
  margin: 20px auto;
}
#account-login-wrapper h3 {
  color: #000;
  margin-left: -10px;
  padding: 5px 0 5px 10px;
  background-color: #eee;
  font-weight: 600;
  cursor: pointer;
}

#forget-login-wrapper h3,#forget-password-link a{
	color: #000;
	margin-left: -10px;
	padding: 5px 0 5px 10px;
	background-color: #eee;
	font-weight: 600;
	cursor: pointer;
  font-size: 1.6rem;
}

#forget-password-link{

}
#account-login-wrapper .panel {
  padding: 10px 20px;
  margin-top: 5px;
  display: none;
}

#account-login-wrapper .panel label {
  margin: 10px 0 0 0;
}

#account-login-wrapper .panel button {
  margin: 5px 0 0 0;
  text-decoration: none;
}

.side_panel_messages {
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}

.teaser-card {
  border-bottom: 2px dotted #666;
  margin: 5px;
}

.teaser-card h3 a {
  color: #666 !important;
}

.tax-produkte h1.rl-products-main-title i {
  color: #e01e42;
}

/*.red h1,*/
/*.red h2,*/
/* .red #products-rl-title,
.tax-produkte .red h1.rl-products-main-title i,
.red #product-details h3,
.red #product-details-downloads a,
.red #product-details-downloads .flaticon-pdf-01:before,
.red #product-details-downloads .flaticon-picture-01:before {
  color: #e30513 !important;
} */

.grey #products-rl-title,
.tax-produkte .grey h1.rl-products-main-title i,
.grey #product-details h3,
.grey #product-details-downloads a,
.grey #product-details-downloads .flaticon-pdf-01:before,
.grey #product-details-downloads .flaticon-picture-01:before {
  color: #58676e !important;
}

.grey #product-details a.btn-border {
  border-color: #58676e !important;
}

.bg-1 {
  padding: 0 15px;
  border: 1px solid #eee;
}

/*#wpforms-submit-2919,*/
/*#register,*/
/*#wppb-recover-password-button,*/
/*#yith-woocompare .added_to_cart,*/
/*#yith-woocompare .button,*/
/*.return-to-shop .button,*/
/*.button-primary,*/
/*.checkout-button,*/
/*.btn-1 {*/
/*    color: #013d79;*/
/*    font-weight: 300;*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    display: inline-block;*/
/*    border-radius: 15px;*/
/*    box-shadow: 0 0 10px #aaa;*/
/*    border: 1px solid transparent;*/
/*    padding: 9px 15px !important;*/
/*    border-radius: 15px !important;*/
/*    position: relative;*/
/*    transition: all ease-in-out 0.5s !important;*/
/*    background-image: linear-gradient(90deg, rgba(1, 62, 121, 1), rgba(223, 0, 42, 1));*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    text-decoration: none;*/
/*}*/

/*#wpforms-submit-2919::after,*/
/*#register::after,*/
/*#wppb-recover-password-button::after,*/
/*.wc-product-table a.compare.button::after,*/
/*#yith-woocompare .added_to_cart::after,*/
/*#yith-woocompare .button::after,*/
/*.return-to-shop .button::after,*/
/*.button-primary::after,*/
/*.checkout-button::after,*/
/*    !*table.shop_table button.button[type=submit]::after,*!*/
/*    !*.button::after,*!*/
/*.btn-1::after  {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #fff;*/
/*    z-index: -1;*/
/*    border-radius: 15px;*/
/*}*/

/*#wpforms-submit-2919::before,*/
/*#register::before,*/
/*#wppb-recover-password-button::before,*/
/*.return-to-shop .button:hover::before,*/
/*#yith-woocompare .added_to_cart::before,*/
/*#yith-woocompare .button::before,*/
/*.button-primary::before,*/
/*.checkout-button::before,*/
/*.btn-1:hover::before  {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(90deg, rgba(1, 62, 121, 1), rgba(223, 0, 42, 1));*/
/*    z-index: -1;*/
/*    border-radius: 15px;*/
/*}*/

/*#wpforms-submit-2919:hover,*/
/*#register:hover,*/
/*#wppb-recover-password-button:hover,*/
/*.yith-woocompare-widget .yith-woocompare-widget-content .compare-widget.button:hover,*/
/*.return-to-shop .button:hover,*/
/*#yith-woocompare .added_to_cart:hover,*/
/*#yith-woocompare .button:hover,*/
/*.checkout-button:hover,*/
/*.btn-1:hover {*/
/*    border-color: rgba(1, 62, 121, 1) !important;*/
/*}*/

.wp-image-6109 {
  margin-top: -125px;
}

#foogallery-gallery-6036 .fg-caption-title {
  cursor: auto;
  font-weight: bold;
  text-align: center;
  color: #888;
}

.page-header {
  padding: 20px 0 20px;
  margin-top: 0 !important;
}

.primary-menu .current_page_ancestor {
  text-decoration: none;
}

.primary-menu ul {
  background-color: #fff;
  color: #013e79;
  /* top: calc(100% + 13px); */
  border-radius: 0;
  /* width: 24rem; */
}

.primary-menu ul li a {
  padding: 0.7rem 2rem;
  font-weight: 300;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a,
.primary-menu a:hover {
  text-decoration: none;
}

.primary-menu ul::after {
  content: "";
  border: 0;
}

.primary-menu ul ul::before,
.primary-menu ul ul::after {
  content: "";
  display: none;
}

.primary-menu ul ul::after {
  display: none;
}

.primary-menu .sub-menu {
  /* transform: translateY(180px) !important; */
  width: fit-content;
}

.primary-menu ul.sub-menu a {
  font-size: 16px !important;
  font-weight: 300;
  line-height: 1.2;
}

.primary-menu ul ul {
  position: static;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 1;
  padding-left: 15px;
  padding-top: 0;
}

.color-grey {
  color: #58676e;
}

/* svg {
    height: 100%;
    width: auto;
    margin: 10px 400px
} */

#vdes-tooltip {
  display: none;
  font-size: 21px;
  background: #fff;
  border: 1px solid red;
  position: absolute;
  top: 100px;
  left: 100px;
  padding: 6px 20px;
  pointer-events: none;
  z-index: 10;
}

map area {
  outline: none;
}

#quick-product-cat-nav-wrapper {
  background-color: #d0d5d8;
  padding: 2rem 0;
}

.quick-product-cat-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.quick-product-cat-nav .product-cat-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.quick-product-cat-nav .product-cat-row .product-cat-card {
  width: 33%;
  margin: 15px;
}

.quick-product-cat-nav .product-cat-row:nth-child(2) {
  justify-content: center;
}

.quick-product-cat-nav .product-cat-card a {
  display: inline-block;
  position: relative;
}

.quick-product-cat-nav .product-cat-card h3 {
  position: absolute;
  top: 30px;
  left: 0;
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 4px 20px 4px 8px;
}

.quick-product-cat-nav .product-cat-card h3.blue {
  background-color: #e01e42;
}

.quick-product-cat-nav .product-cat-card h3.grey-1 {
  background-color: #58676e;
}

.quick-product-cat-nav .product-cat-card h3.grey-2 {
  background-color: #888;
}

.quick-product-cat-nav .product-cat-card img {
  height: 200px;
}

#show-stock-cnt {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#stock-counter-panel {
  display: none;
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px;
  min-width: 160px;
  max-width: 300px;
  font-size: 16px;
  line-height: 1;
}

#stock-counter-panel i {
  font-style: normal;
  font-size: 12px;
}

#stock-counter-panel-close-btn {
  font-family: arial;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 99;
  background: #666;
  color: #fff;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  cursor: pointer;
}

/* h2:not(.av-special-heading-tag) {
    font-size: 30px !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
} */

.btn-inverted-gradient:hover {
  border: 1px solid #013e79 !important;
}

/* #product-details-downloads .svg-to-blue {
  filter: invert(22%) sepia(44%) saturate(5546%) hue-rotate(356deg)
    brightness(69%) contrast(97%);
} */

.buy_product_wrapper {
  position: relative;
  border: 1px solid #e01e42;
  border-radius: 6px;
  padding: 0 0 0 2px;
  margin: 5px 0 0;
 /*  width: 100%; */
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
/*   width: 100% !important; */
  width: 140px !important;
    margin-left: 0px;
    position: relative;
    left: 5px;
}

.buy_product_wrapper .product_amount_value_input,
.buy_product_wrapper .product_amount_value_input:focus,
.buy_product_wrapper .product_amount_value_input:active {
  border: none !important;
  padding: 0px !important;
  text-align: center;
}

.buy_product_wrapper select {
  cursor: pointer;
  margin: 0 0px 0 0;
  padding: 0 0px 0 2px;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #fff;
  width: 100%;
  text-align: center;
  border-radius: 0 !important;
  appearance: none;
  -webkit-appearance: none;
  min-width: 45px;
}

.buy_product_wrapper input[type="text"] {
  padding-right: 15px;
  padding-left: 15px;
  width: 70px;
  text-align: center;
}

.buy_product_wrapper button {
  background-color: #ccc;
  color: #333;
  border: none;
  outline: none;
  padding: 10px;
  transition: all ease-in-out 500ms;
  width: 100%;
}

.buy_product_wrapper button.add_to_cart {
  background-color: rgb(1, 62, 121);
  color: #fff;
  margin: 0 0 0 auto;
}

.buy_product_wrapper button:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

.buy_product_wrapper button:focus {
  text-decoration: none;
}

.buy_product_wrapper button:last-child {
  border-left: none;
  background-color: #e01e42;
  border-radius: 0 6px 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#flyIcon {
  position: fixed;
  font-size: 24px;
  color: #e30513;
  opacity: 0;
  z-index: 9999;
}

@keyframes iconPulseAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
    color: red;
  }
  100% {
    transform: scale(1);
  }
}

.icon-pulse-animation {
  animation: iconPulseAnimation 1s 1; /* 0.5s duration, 1 iteration */
}

.page-content-wrap.with-sidebar {
  display: flex;
}

.sidebar-left {
  width: 300px;
  flex-shrink: 0;
  padding-right: 20px;
  padding-bottom: 50px;
}

.sidebar-left.filter-module-visible {
  padding-top: 35px;
}

.sidebar-left .menu {
  margin-left: 0;
}

#hotline-info {
  padding-right: 25px;
}

.content-with-sidebar-left {
  flex-grow: 1;
}

.price-info-container {
  display: flex;
  align-items: center;
  background-color: #edf1f4;
  cursor: pointer;
}

.price-info-container .info-icon {
  font-family: Georgia, serif;
  font-size: 32px;
  color: #000;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0 5px;
  line-height: 1;
}

.price-info-container .label-text {
  flex: 1;
}

.product_price {
  color: #013e79;
  font-size: 20px;
  margin-right: 25px;
}

.product_amount_value_select,
.product_amount_value_input_wrapper {
  flex-grow: 1;
  min-width: 60px;
  max-width: 60px;
}

.add_to_cart {
  max-width: 50%;
  flex-grow: 0;
}

/*.buy_product_wrapper select::before,*/
/*.buy_product_wrapper select::after {*/
/*    !* --size: 0.3rem; *!*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 1rem;*/
/*    pointer-events: none;*/
/*}*/

/*.buy_product_wrapper select::before {*/
/*    border-left: var(--size) solid transparent;*/
/*    border-right: var(--size) solid transparent;*/
/*    border-bottom: var(--size) solid black;*/
/*    top: 40%;*/
/*}*/

.my-custom-select {
  position: relative;
  font-family: Arial;
}

.my-custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: DodgerBlue;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

.select-hide {
  display: none;
}

.select-items div:hover,
.same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.product-discount-price {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}

span.decimal {
  font-size: 50%;
  vertical-align: text-top;
}

.in-comparison {
  /*background-color: rgb(1, 62, 121) !important;*/
  background-color: #ccc !important;
  color: #000 !important;
}

#comparison-selection-panel-wrapper {
  background-color: #fff;
  /*border-top: 10px solid #eee;*/
  padding: 1rem 0;
  position: relative;
  /*box-shadow: 0 -5px 30px #aaa;*/
  /*transition: all 1000ms linear;*/
}

#comparison-selection-panel img {
  max-width: 150px;
  margin: auto;
}

#comparison-selection-panel-controls {
  display: none;
  /*background-color: #eee;*/
  /*position: absolute;*/
  /*top: -40px;*/
  /*left: calc(50% - 100px);*/
  /*padding: 5px 15px 5px 15px;*/
  /*font-size: 14px;*/
}

#open-product-comparison,
#clear-product-comparison,
#close-product-comparison,
#remove-all-comparisons {
  border-radius: 5px;
  width: 100%;
}

#open-product-comparison:hover {
  text-decoration: none;
}

#close-product-comparison {
  display: none;
}

#comparison-status-info {
  text-align: center;
  margin-bottom: 15px;
}

#comparison-selection-panel .remove-from-comparisons {
  cursor: pointer;
  padding: 8px;
}

#product-comparison-table .tec_feature_grouping_label {
  color: #e01e42;
  padding-top: 25px;
}

.bg1 {
  background-color: #e6f1f4; /* Hellblau */
}

.bg2 {
  background-color: #e9e9f9; /* Zartlila */
}

.bg3 {
  background-color: #ffffe0; /* Zartgelb */
}

.bg4 {
  background-color: #eafcea; /* Hellgruen */
}

.bg5 {
  background-color: #faeef0; /* Zartrosa */
}

#product-comparison-table {
  border: 0;
  margin: 0;
  table-layout: fixed;
  width: 100%;
}

#product-comparison-table thead,
#product-comparison-table tbody,
#product-comparison-table tfoot {
  display: block;
}

#product-comparison-table tbody {
  height: 68vh;
  overflow-y: auto;
  overflow-x: hidden;
}

#comparison-selection-panel.comparison-open > div {
  padding: 0;
}

#product-comparison-table thead th {
  border-bottom: 1px solid #ddd;
}

#product-comparison-table tfoot td {
  border-top: 1px solid #ddd;
}

#product-comparison-table tbody {
  background-color: #f9f9f9;
}

#product-comparison-table th,
#product-comparison-table td {
  border: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  vertical-align: top;
  word-wrap: break-word;
  white-space: unset;
  min-width: 0;
  overflow: hidden;
}

#product-comparison-table td {
  line-height: 1.2;
}

#product-comparison-table tr.row-label {
  background-color: #fff;
}

#product-comparison-table td:first-child {
  white-space: nowrap;
  font-weight: bold;
}

#product-comparison-table th {
  font-size: 14px;
  color: #fff;
  text-align: left;
}

#product-comparison-table th img {
  width: 160px;
}

#product-comparison-table td {
  font-size: 14px;
}

#product-comparison-table tfoot button {
  background-color: rgb(1, 62, 121);
  font-size: 14px;
  line-height: 1.25 !important;
  text-transform: none;
  padding: 8px 25px;
  border-radius: 5px;
}

#product-comparison-table tfoot button:hover {
  text-decoration: none;
}

#comparison-table-wrapper {
  width: 100%;
  background-color: #fff;
}

#product-comparison-panel {
  height: 70vh;
  overflow: auto;
}

#product-comparison-table thead th {
  color: #000;
  text-align: left;
  min-width: 0;
  overflow: hidden;
  white-space: break-spaces;
}

li#cart-overview:hover #cart-overview-wrapper {
  display: block;
}

.show-product-comparison,
.filter-open-header {
  display: inline-block;
  background-color: #013e79;
  color: #fff !important;
  padding: 5px 25px;
  margin-left: 3px;
  margin-bottom: 0;
  height: 38px;
  vertical-align: middle;
  border-radius: 6px 6px 0 0;
  cursor: pointer;
  line-height: 2;
}

.show-product-comparison {
  vertical-align: bottom;
}

#product-filters {
  background-color: #f4f4f4;
  /*display: none;*/
  transition: height 400ms linear;
  padding: 10px 20px;
}

/*#product-filters .filter-option-wrapper {*/
/*    display: inline-block;*/
/*}*/

#product-filters .filter-option-wrapper label {
  font-size: 14px;
}

#product-filters .filter-panel-button {
  background-color: transparent;
  font-size: 14px;
  color: #000;
  text-transform: none;
  padding: 15px 10px !important;
  width: 100%;
  text-align: left;
  text-decoration: none;
}

#product-filters .filter-panel-button:hover {
  text-decoration: none;
}

#product-filters .filter-panel-button i {
  padding: 0 5px 0 0;
  float: right;
}

#product-filters .filter-panel-button i::before {
  font-family: "FontAwesome";
  content: "\f106";
  display: inline-block;
  transform: rotate(180deg);
}

#product-filters .row.thin-gutters .col-md-3 {
  padding-right: 5px;
  padding-left: 5px;
}

.filter-options-list {
  padding: 0 10px 15px 10px;
  display: inline-block;
  min-width: 300px;
}

.filter-option-wrapper.no-results label {
  color: #ccc;
}

.filter-wrapper {
  background-color: #fff;
  margin-bottom: 10px;
}

.filter-wrapper i {
  font-style: normal;
}

.filter-wrapper .filter-options-list {
  display: none;
  transition: all 0.5s ease;
}

.filter-wrapper.active .filter-options-list {
  display: block;
}

.filter-option-wrapper:not(.no-results) input,
.filter-option-wrapper:not(.no-results) label {
  cursor: pointer;
}

.filter-option-wrapper:not(.no-results):hover input,
.filter-option-wrapper:not(.no-results):hover label {
  color: #013e79;
}

#filter_selected_options {
  margin: 5px 0 15px 0;
}

#filter_selected_options li {
  display: inline-block;
  list-style: none;
  background-color: #013e79;
  color: #fff;
  line-height: 1.4;
  padding: 5px 20px 3px 25px;
  margin: 5px;
  font-size: 13px;
  cursor: pointer;
  border-radius: 6px;
}

#filter_selected_options li:before {
  font-family: "FontAwesome";
  content: "\f00d";
  color: #fff;
  position: absolute;
  left: 6px;
  top: 5px;
}

#products_filter_options_buttons {
  margin-bottom: -10px;
  margin-left: -20px !important;
  margin-right: -20px !important;
}

#products_filter_options_buttons button {
  font-size: 18px;
  padding: 8px 20px;
  text-transform: none;
}

.tree {
  list-style: none;
  margin-left: 0;
}

.tree li,
.tree ul,
.tree ul li,
.tree ul ul,
.tree ul ul li {
  margin-left: 10px;
  list-style: square;
}

.tree li {
  list-style: none;
}

.tree > li > b > a {
  font-size: 19px;
  display: inline-block;
}

.tree > li:not(:first-child) > b > a,
.tree > li > b > a {
  margin-top: 10px;
}

.tree > li + li {
  margin-bottom: 15px;
}

.product-nav {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-left: 0;
  margin-top: 15px;
}

.product-nav ul {
  margin-left: 0;
}

.product-nav li {
  list-style: none;
}

.product-nav > li {
  margin-left: 0;
  margin-bottom: 0.3rem;
}

.product-nav a {
  color: #999;
}

.product-nav > li > a {
  color: #000;
}

.product-nav li ul.open-sub-menu {
  display: block !important;
}

.product-nav li ul.sub-nav-open::before {
  transform: rotate(180deg);
}

.product-nav li a.active-sub-menu-link {
  color: #e01e42;
}

.product-nav li ul {
  margin-top: 0;
}

.product-nav span.cat-stat {
  color: #999;
}

/* no stat for objectives */
.product-nav a[data-id="55"] .cat-stat {
  display: none;
}

.main-product-nav {
  list-style: none;
}

.main-product-nav li {
  margin-left: 0;
}

/*.main-product-nav a {*/
/*    border: 1px solid transparent;*/
/*    margin-bottom: 5px;*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.main-product-nav a:hover {*/
/*    text-decoration: none;*/
/*transition: all ease 1200ms !important;*/
/*}*/

.main-product-nav a.main-product-nav-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.main-product-nav a.main-product-nav-link:hover {
  text-decoration: none;
}

.main-product-nav a.main-product-nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 34px);
  background: linear-gradient(to bottom, #fff, #c3c3c3);
  transition: opacity 0.8s ease;
  opacity: 0.4;
}

.main-product-nav a.main-product-nav-link:hover::before {
  opacity: 1;
}

.main-product-nav a.main-product-nav-link img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 999;
  margin-bottom: 20px;
}

.main-product-nav a.main-product-nav-link span {
  display: block;
  background-color: rgba(200, 200, 200, 0.4);
  padding: 5px 10px;
  position: relative;
  z-index: 9999;
  transition: all 0.8s ease;
}

.main-product-nav a.main-product-nav-link:hover span {
  background-color: rgba(200, 200, 200, 0.8);
  color: #000;
}

/*
################################
################################
################################
 */
.navigation-product-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.navigation-product-sub-menu li {
  list-style: none;
}

.navigation-product-sub-menu-left,
.navigation-product-sub-menu-right {
  flex: 1;
  padding: 10px;
  opacity: 1;
}

.navigation-product-sub-menu-left {
  background-color: #fff;
  padding: 0;
  height: 100%;
}

.navigation-product-sub-menu-left ul {
  padding-top: 15px;
  padding-left: 10px;
  padding-bottom: 60px;
  display: block;
  position: static;
  width: 100%;
  line-height: 1;
  transform: none;
}

/*.navigation-product-sub-menu-left li {*/
/*    position: relative;*/
/*}*/

.navigation-product-sub-menu-left li {
  margin: 10px 0;
}

.navigation-product-sub-menu-left li.sub-menu-visible-link,
.navigation-product-sub-menu-left li:hover {
  background-color: #f5f5f5;
}

.navigation-product-sub-menu-left li a {
  display: block;
  font-weight: bold;
  padding: 5px 10px;
}

.navigation-product-sub-menu-left li a:hover {
  text-decoration: none;
}

.navigation-product-sub-menu-right {
  background-color: #f6f6f6;
}

.navigation-product-sub-menu-right ul {
  background-color: #f6f6f6;
  display: none;
  margin: 10px;
  padding: 0;
  width: 100%;
  transform: none;
}

.navigation-product-sub-menu-right ul:not(:first-child) {
  display: none;
}

.navigation-product-sub-menu-right ul.sub-menu-visible {
  display: block;
}

.navigation-product-sub-menu-right ul li {
  padding: 2px 10px;
  margin-left: 0;
}

/*
################################
################################
################################
*/

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
  left: 0;
  box-shadow: 0 0 12px #aaa;
}

.primary-menu li.menu-item-has-children:hover > div,
.primary-menu li.menu-item-has-children:focus > div,
.primary-menu li.menu-item-has-children.focus > div {
  left: 0 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.15s linear, transform 0.15s linear !important;
}

#products-sub-menu {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 12px #aaa;
  min-width: 720px;
  /* margin-top: 8px; */
  opacity: 1;
  position: absolute;
  top: 33px;
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  /* transform: translateY(18px); */
  z-index: 9999 !important;
  display: block;
}

/*.primary-menu li.menu-item-has-children:hover > div,*/
/*.primary-menu li.menu-item-has-children:focus > div,*/
/*.primary-menu li.menu-item-has-children.focus > div {*/
/*    display: flex;*/
/*    justify-content: flex-start;*/
/*    flex-direction: row;*/
/*    flex-wrap: wrap;*/
/*}*/

/*#products-sub-menu {*/
/* display: none; */
/*}*/

/*#menu-item-169:hover #products-sub-menu {*/
/* display: block; */
/*}*/

#products-sub-menu ul.tree {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

#products-sub-menu ul.tree > li {
  width: 24%;
  flex-basis: 24%;
  box-sizing: border-box;
}

#products-sub-menu ul.tree > li b a {
  margin-top: 0;
}

.sidebar-left ul.tree ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.toggle.search-toggle.mobile-search-toggle {
  display: none;
}

@media (min-width: 1000px) {
  .header-titles {
    margin: 0 !important;
  }

  .to-the-top {
    display: none;
  }
}

#account-login-wrapper,
#cart-overview-wrapper,
#compare-overview-wrapper,
#account-overview-wrapper {
  display: none;
}

#compare-items-panel,
#cart-items-panel {
  margin: 0 0 15px 0 !important;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
}

#compare-list-content,
#cart-list-content {
  display: block;
  /* width: 300px; */
  color: #000;
  /* padding-right: 20px; */
}

#compare-list-content .compare-item,
#cart-list-content .cart-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}

#compare-list-content .compare-item:last-child,
#cart-list-content .cart-item:last-child {
  border-bottom: 0;
}

#cart-items-full-sum-wrapper {
  text-align: center;
}

#compare-list-content .item-thumb,
#cart-list-content .item-thumb {
  flex: 0 0 30%;
  padding-right: 10px;
}

#compare-list-content .item-thumb img,
#cart-list-content .item-thumb img {
  width: 100%;
  max-width: 100px;
  display: block;
  background-color: #fff;
}

#compare-list-content .item-details,
#cart-list-content .item-details {
  flex: 1;
  text-align: left;
}

#compare-list-content .item-details label,
#cart-list-content .item-details label {
  font-size: 12px;
  line-height: 1;
  font-size: 14px;
}

#compare-list-content h3.item-name,
#cart-list-content h3.item-name {
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
  padding: 0;
  /* vertical-align: bottom; */
}

#compare-list-content h3.item-name a,
#cart-list-content h3.item-name a {
  color: #e01e42;
  font-size: 18px;
  font-weight: bold;
}

#compare-list-content .item-count,
#compare-list-content .item-price,
#cart-list-content .item-count,
#cart-list-content .item-price {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.25;
  color: #000;
}

#cart-list-content .item-price label,
#cart-list-content .item-count label {
  font-size: 14px;
  line-height: 1.25;
  margin: 0 5px 0 0;
}

#compare-list-content .item-actions,
#cart-list-content .item-actions {
  padding-right: 10px;
}

#compare-list-content a.btn,
#cart-list-content a.btn {
  background-color: #e01e42;
  color: #fff;
  width: 100%;
}

#compare-list-content .remove-from-comparisons,
#cart-list-content .remove-from-cart,
#cart-items-panel .remove-from-cart {
  cursor: pointer;
}

#compare-list-content a.btn i.fa-chevron-right:before {
  font-size: 17px;
  color: #e01e42 !important;
}

#pa-section-cart a.btn {
  background-color: #e01e42;
  color: #fff;
  padding: 5px 25px;
}

#cart-panel-wrapper {
  padding: 0;
}

#cart-list-empty,
#compare-list-empty {
  padding-top: 10px;
}

.pa-cart-items-panel {
  margin-left: 0;
  margin-bottom: 15px;
}

.pa-cart-items-panel .item-thumb img {
  max-width: 130px;
}

.pa-cart-items-panel .cart-header,
.pa-cart-items-panel .cart-footer {
  background-color: #f9f9f9;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.pa-cart-items-panel .cart-header > div {
  display: none;
}

.pa-cart-items-panel .cart-position {
  list-style: none;
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f6f6f6;
}

.pa-cart-items-panel .item-thumb {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}

/*.pa-cart-items-panel .cart-position:nth-child(odd) * {*/
/*    background-color: beige;*/
/*    border-color: beige !important;*/
/*}*/

.pa-cart-items-panel .cart-position > div:last-child {
  padding-right: 5px !important;
}

.pa-cart-items-panel .cart-position:nth-last-child(2) {
  border-bottom: 0;
}

/*ul.pa-cart-items-panel ::before {*/
/*    content: '';*/
/*}*/

.pa-cart-items-panel .item-details h3,
.pa-cart-items-panel .item-details p {
  margin: 0 0 0 15px;
  padding: 0;
}

.pa-cart-items-panel .item-details h3 a {
  font-size: 17px;
}

.pa-cart-items-panel .item-details p {
  font-size: 16px;
  line-height: 1.3;
  color: #888;
}

/*#cart-order-note-wrapper {*/
/*    background-color: #f9f9f9;*/
/*    padding: 0 15px 25px;*/
/*    padding: 0 25px 20px;*/
/*}*/

#order_customer_email {
  margin-bottom: 20px;
}

#cart-options-wrapper {
  margin: 5px 0 20px;
}

#tpl-large-overlay-panel-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100vh;
  z-index: 1040;
  pointer-events: auto;
}

#tpl-large-overlay-panel {
  background: #fff;
  border: 5px solid #aaa;
  -webkit-box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1);
  /*display: none;*/
  position: fixed;
  top: 2vh;
  right: 2%;
  width: 96%;
  height: 95vh;
  padding: 25px 25px 15px;
  z-index: 1041;
  overflow: hidden;
}

#tpl-large-overlay-panel-language-indicator {
  position: absolute;
  top: 0;
  right: 50px;
  background-size: cover;
}

/*#tpl-large-overlay-panel-language-de {*/
/*    background: url(../img/flags/lang-de-66x40.jpg) 0 0 no-repeat;*/
/*    width: 60px;*/
/*    height: 41px;*/
/*    border-bottom-left-radius: 20px;*/
/*    display: none;*/
/*}*/

/*#tpl-large-overlay-panel-language-en {*/
/*    background: url(../img/flags/lang-en-66x40.jpg) 0 0 no-repeat;*/
/*    width: 60px;*/
/*    height: 41px;*/
/*    border-bottom-left-radius: 20px;*/
/*    display: none;*/
/*}*/

#tpl-large-overlay-panel-content {
  height: 100%;
}

#tpl-large-overlay-panel #large-overlay-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--blue);
  padding: 8px 30px;
  cursor: pointer;
  border-radius: 0 0 0 20px;
}

#tpl-large-overlay-panel #large-overlay-panel-close i {
  color: #fff;
  font-size: 20px;
}

#tpl-large-overlay-panel-inner {
  padding: 25px;
  overflow-y: auto;
  height: 95%;
}

.remove-product-button {
  padding: 6px;
}

input:required {
  border: 1px solid #e01e42;
}

input[id="order_agb_agreed"] + label {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 1px solid #e01e42;
  background-color: #fff;
  cursor: pointer;
  vertical-align: top;
  margin: 0;
}

input[id="order_agb_agreed"]:checked + label:after {
  position: relative;
  width: 25px;
  height: 25px;
  top: 2px;
  left: 3px;
  content: "\2714";
  font-size: 22px;
  font-weight: bold;
  color: #e01e42;
  vertical-align: top;
}

input[id="order_agb_agreed"] {
  display: none !important;
}

#cart-options-wrapper input[type="checkbox"] + label {
  line-height: 1;
  height: 25px;
  display: inline-block;
  border-radius: 3px;
}

#cart-options-wrapper input[type="checkbox"] {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: 0;
  vertical-align: top;
}

.single-post h1,
.single-post h1 a {
  font-size: 44px;
}

.single-post h2::before {
  content: " ";
  display: block;
  clear: both;
  height: 50px;
}

.single-post img.alignleftouter {
  margin-right: 10px;
}

.single-post iframe {
  margin-top: 10px !important;
  margin-bottom: 50px !important;
}
#sub-categorys-img-overview {
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 12px;
}

#sub-categorys-img-overview > div > div {
  border: 3px solid transparent;
  box-shadow: inset 0 0 0 1px #eee, 0 0 0 1px #fff;
  padding: 10px;
  border-radius: 10px;
}

#sub-categorys-img-overview img {
  margin: auto;
}

#product-category-description {
}

#product-category-description table,
#product-category-description table th,
#product-category-description table td {
  border: 0 !important;
}

div#product-category-description table th,
div#product-category-description table td {
  padding: 0;
}

div#product-category-description table {
  margin: 0;
}

@media (max-width: 767px) {
  .site-description {
    display: none !important;
  }

  button.toggle {
    height: 40px;
    width: 30px;
    z-index: 9999 !important;
    cursor: pointer;
  }

  ul#topbar-nav {
    justify-content: center;
  }

  #cart-panel-wrapper .cart-header {
    display: none;
  }

  #cart-panel-wrapper .mobile-nl,
  #cart-panel-wrapper .mobile-nl input[type="text"] {
    background-color: #f9f9f9;
  }

  #cart-panel-wrapper .mobile-nl {
    margin-top: 10px;
  }

  #cart-panel-wrapper .item-thumb img {
    max-width: 130px;
  }

  #cart-panel-wrapper .item-count input.product_amount_value {
    background-color: #fff !important;
  }

  #s {
    text-indent: 0;
  }

  .animatedfsmenu .animatedfs_menu_list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .animatedfsmenu.navbar-expand-md .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .animatedfsmenu
    .animatedfs_menu_list
    .afsmenu
    > li:not(.menu-item-language)::after {
    top: 8px;
    transform: scale(0.75);
  }

  .pixelmate-cleaner.pixelmate-cleaner-gmaps > div {
    padding: 30px 15px;
    background: #fff;
  }

  .price-info-container .info-icon {
    font-size: 22px;
  }

  #big-main-text {
    display: none !important;
  }

  #big-main-text-2 {
    display: block;
    padding: 15px;
  }

  #big-main-text-2 #teaser-products-btn {
    margin-top: -62px;
    margin-left: -15px;
  }

  #big-main-text-2 h1 {
    color: #58676e;
    font-size: 32px;
    font-weight: 700;
    padding-right: 30px;
  }

  #big-main-text {
    display: none;
    width: 100%;
    position: initial;
    right: initial;
    left: initial;
  }

  .fotorama__arr {
    width: 25px !important;
    height: 75px !important;
    background-size: contain !important;
  }

  .entry-content {
    padding-bottom: 0;
  }

  .result-list article h3 a,
  .product-list article h3 a {
    font-size: 26px;
  }

  .result-list .result-list-text {
    margin-left: 0;
  }

  .page-header,
  .post-inner,
  .content-wrap {
    max-width: none;
    width: 100%;
    margin: auto;
  }

  .page-header .wrap-inner-thick {
    padding: 0 15px 15px;
  }

  .wrap-inner-thick {
    padding: 0;
  }

  #partner-sidebar {
    height: auto;
  }

  .animatedfsmenu .navbar-toggler {
    left: 5px;
  }

  .entry-content
    > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(
      .is-style-wide
    ) {
    width: initial;
  }

  #teaser-products-btn {
    margin-top: 0;
  }

  .nav-links .page-numbers {
    padding: 10px 20px;
    font-size: 18px;
  }

  .nav-links > * {
    margin: 0 25px 15px 0;
  }

  .nav-links .page-numbers.prev {
    margin-right: 25px;
  }

  .nav-links .page-numbers.next {
    margin-left: 0;
  }

  #mobile-accessible-in-3-steps {
    text-align: center;
  }

  #mobile-accessible-in-3-steps img {
    display: inline-block;
    width: 100%;
  }

  #mobile-accessible-in-3-steps img:nth-child(even) {
    transform: rotate(90deg);
    margin: auto;
    width: auto;
  }

  .content-with-sidebar-left {
    margin: 0 15px;
  }
}

@media (min-width: 700px) {
  .entry-content {
    font-size: initial;
  }

  .cover-header-inner {
    padding: 13rem 0 12rem 0;
  }

  h1,
  .heading-size-1,
  h2,
  .heading-size-2,
  h3,
  .heading-size-3 {
    margin: 1rem auto 1rem;
  }

  .section-inner {
    width: initial !important;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .alignnone,
  .aligncenter {
    margin-bottom: 0 !important;
    margin-top: 4rem;
  }

  .post-inner {
    padding-top: 2rem;
  }

  .bg-1 .entry-content {
    padding: 0 !important;
  }

  h3,
  .heading-size-3 {
    font-size: 1.6rem;
  }

  .footer-widgets-wrapper {
    width: 100%;
  }
}

/* Hamburger Menu */
.McButton {
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /*margin-left: -22px;*/
  /*margin-top: -22px;*/
  width: 25px;
  height: 16px;
  cursor: pointer;
  z-index: 9999;
}

.McButton b {
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #000;
}

.McButton b:nth-child(1) {
  top: 0;
}

.McButton b:nth-child(2) {
  top: 50%;
}

.McButton b:nth-child(3) {
  top: 100%;
}

/* McButton */

ul .navigation-product-sub-menu {
  list-style: none;
  padding: 0;
}

ul.product-nav > li {
  position: relative;
  align-items: center;
}

ul.product-nav > li.product-nav-open ul {
  display: block;
}

ul.product-nav > li.product-nav-open i {
  transform: rotate(180deg);
}

ul.product-nav li .menu-main-cat-heading {
  display: flex;
  align-items: center;
  font-family: "Sora", sans-serif;
}

ul.product-nav li .menu-main-cat-heading a,
ul.product-nav > li > a {
  background-color: #fff;
  color: #e01e42;
  flex-grow: 1;
  display: inline-block;
  padding: 10px 10px 10px 15px;
  text-decoration: none;
}

ul.product-nav > li > a {
  display: block;
  color: #000;
}

ul.product-nav li .menu-main-cat-heading a {
  color: #000;
}

ul.product-nav li .menu-main-cat-heading a + i {
  display: inline-block;
  cursor: pointer;
  padding: 8px 16px;
}

ul.product-nav > li > ul {
  overflow: hidden;
  width: 100%;
  display: none;
  padding: 0 0 10px 0;
  background-color: #fff;
  /* border: 1px solid #eee; */
}

ul.product-nav > li:hover > ul {
  max-height: 1000px; /* Adjust to a suitable maximum height */
}

/* ul.product-nav > li:hover > a::before {
    transform: rotate(180deg);
} */

/* Additional styling for links with no sub-menu */
ul.product-nav > li > a::before {
  margin-right: 0.5em;
}

ul.product-nav > li:not(:has(ul)) > a::before {
  content: ""; /* Empty content for links with no sub-menu */
  margin-right: 0; /* No margin for links with no sub-menu */
}

@media (max-width: 992px) {
  #partner-nav ul li {
    display: inline-block !important;
  }

  #partner-account-wrap {
    padding-right: 0;
  }

  #cart-panel-wrapper.container {
    max-width: none;
  }

  #cart-addresses-wrapper .col-md-6 {
    border-left-width: 0 !important;
  }

  #cart-addresses-wrapper .form-group {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-top > button.toggle {
    margin: 10px auto;
  }

  .menu-top .toggle-text {
    display: none;
  }

  .menu-top > button.toggle svg {
    min-width: 100px;
    margin: auto;
  }

  .modal-menu {
    animation-duration: 1s !important;
    transition-duration: 1s !important;
  }

  .modal-menu svg {
    max-width: 100px;
    margin: auto 10px;
  }

  .modal-menu a {
    display: inline-block;
    width: calc(100% - 100px);
  }

  .modal-menu button.sub-menu-toggle {
    display: inline-block;
    width: auto;
    border-left: 0;
  }

  .modal-menu .ancestor-wrapper {
    display: block;
  }

  .modal-menu li {
    padding: 0 2rem;
    border: 0;
  }

  .modal-menu li a {
    padding: 10px 0;
  }

  .entry-content.bg-1 {
    box-shadow: none;
  }

  .product-list-btns {
    flex-direction: column;
  }

  .product-list-btns .btn {
    margin-bottom: 10px;
  }

  #pa-section-cart,
  #pa-section-orders {
    margin-right: 0;
  }

  .footer-copyright {
    text-align: center;
  }

  h1,
  h1 a {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 400;
  }

  h2,
  h2 a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
  }

  h3,
  h3 a {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-size-1,
  .heading-size-1 a {
    /*font-family: 'Poppins', sans-serif;*/
    font-size: 38px !important;
    font-weight: 400 !important;
  }

  .heading-size-2,
  .heading-size-2 a {
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 300 !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }

  .heading-size-3,
  .heading-size-3 a {
    /*font-family: 'Poppins', sans-serif;*/
    font-weight: 300 !important;
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .product-cat-title,
  #products-rl-title {
    margin-bottom: 0;
  }

  .product-cat-title {
    padding-left: 10px;
  }

  #products-rl-title {
    text-transform: uppercase;
  }

  .result-list article,
  .product-list.view-list article {
    padding-top: 25px;
  }

  #teaser-products-btn {
    padding: 10px 25px;
  }

  .pagination-single-inner > div {
    margin-bottom: 10px;
  }

  .produkt-template-default,
  .product-categories,
  .search,
  .archive {
    background-image: none;
  }

  #categorys-accordion {
    padding-top: 50px !important;
    margin: 0;
  }

  .blog-menu {
    padding: 20px 0;
    clear: both;
  }

  body.category .result-list .styled-image {
    max-width: none !important;
    width: 100%;
    margin-bottom: 15px !important;
  }

  .page-content-wrap h2 {
    clear: both;
    padding-top: 15px;
  }

  .bg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .animatedfsmenu .navbar-toggler {
    transform: scale(0.8);
    top: 0;
    left: 0;
  }

  .animatedfsmenu.navbar-expand-md {
    width: 90vw;
    box-shadow: 1em 0 1em rgba(0, 0, 0, 0.8);
  }

  .animatedfsmenu .animatedfs_menu_list {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }

  .footer-widgets-wrapper {
    margin-left: 0;
  }

  .footer-widgets-wrapper .column-two {
    margin-bottom: 25px;
  }

  .footer-widgets-wrapper .column-three,
  .footer-widgets-wrapper .column-four,
  .footer-widgets-wrapper .column-five {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .footer-widgets-wrapper .column-five table {
    max-width: 90%;
  }

  .footer-widgets.col-md-3 {
    margin-left: 0;
  }

  .footer-widgets {
    margin-left: 0;
  }

  #menu-so-sind-und-so-arbeiten-wir h2 a {
    display: inline-block;
    min-width: 187px;
    line-height: 1.4;
  }

  .page-header {
    margin-top: 50px;
  }

  .page-header-wrap,
  .page-title-section,
  #categorys-accordion {
    padding-top: 5px;
    padding-bottom: 30px;
  }

  .page-header-wrap,
  .product-cat-title {
    padding: 0 15px 15px !important;
  }

  .page-header p.header-title-sub-text {
    font-size: 20px;
    line-height: 1.3;
  }

  #metaslider-id-525 {
    margin-top: 0 !important;
  }

  .alignleftouter {
    float: left !important;
  }

  .alignrightouter {
    float: right !important;
  }

  body.page-id-136 .page-content-wrap {
    margin-bottom: 0;
    padding-top: 20px;
  }

  body.archive .page-content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-id-4002 .page-content-wrap .wp-block-columns {
    margin-top: 0;
    padding-top: 20px;
  }

  body.page-id-4002 .page-content-wrap img {
    width: 100% !important;
  }

  /*.page-header .wrap-inner-thick,*/
  .page-content-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .product-breadcrumb {
    padding: 15px 0 15px 15px;
    margin-bottom: 0 !important;
  }

  #breadcrumbs {
    padding-bottom: 25px;
  }

  #product-entry-title {
    padding-left: 15px;
    padding-right: 15px;
  }

  .product-breadcrumb ul {
    margin-bottom: 0;
  }

  .product-view-selection-wrap {
    padding-right: 15px;
    display: none !important;
  }

  .product-view-selection li i:before {
    font-size: 32px;
  }

  .result-list,
  .product-list {
    padding: 20px 0;
  }

  .product-list-entry .featured-image img {
    max-width: 85% !important;
    margin: auto !important;
  }

  .product-list .product-features-list li {
    font-size: 16px !important;
  }

  .product-list.view-list .pdf-datasheet-link,
  .product-list.view-compact-list .link-wrap {
    padding-top: 15px;
    margin-right: 0 !important;
    text-align: right;
  }

  .link-wrap > div {
    /*text-align: right !important;*/
    /*margin-right: 0 !important;*/
  }

  .product-list.view-list .product-details-link a.btn,
  .product-list.view-compact-list .product-details-link a.btn {
    padding: 5px 24px !important;
  }

  #product-details-accessories .row {
    margin-left: 0;
  }

  #product-details-accessories .col-md-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  /*.header-titles {
        display: flex;
        position: absolute;
        right: -85px;
        top: -85px;
        transform: scale(0.8);
    }*/
  #logo {
    right: -75px !important;
  }

  button.pixelmate-revoke.bottom-position-2 {
    bottom: 81px !important;
  }

  #quick-contacts-2 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #e01e42;
    z-index: 99;
    /* text-align: center; */
  }

  #quick-contacts-2 * {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
  }

  #quick-contacts-2 a {
    display: block;
    padding: 12px;
    text-align: center;
    font-size: 17px;
    text-align: center;
  }

  /*#quick-contacts-2 a:before {*/
  /*    font-family: "Flaticon";*/
  /*    content: "\f107";*/
  /*    margin-right: 10px;*/
  /*    font-size: 32px;*/
  /*    line-height: 40px;*/
  /*    vertical-align: middle;*/
  /*}*/
  #quick-contacts {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999;
    list-style: none;
    padding-left: 0;
    margin: 0;
    transform: scale(0.8);
  }

  #quick-contacts li .button-wrap:hover {
    right: -3px;
  }

  .header-titles.logo-small {
    top: 0;
    right: -30px;
  }

  .header-titles.logo-small .site-logo {
    margin: 0;
    height: 72px;
  }

  .footer-copyright {
    padding-right: 15px;
  }

  .wrap-outer {
    padding-bottom: 70px;
  }

  #blog_teasers_wrapper {
    margin-top: 0;
  }

  #blog_teasers {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  #blog_teasers .teaser-wrap {
    min-height: initial;
    margin-bottom: 30px;
  }

  #blog_teasers .row {
    margin-bottom: 0;
  }

  #blog_teasers .img-square {
    float: none;
    max-width: 100%;
    margin: 0 0 10px;
  }

  .teaser-link {
    width: 100%;
    display: block;
    padding-top: 40px;
  }

  #categorys-accordion h2 a {
    font-size: 24px;
    line-height: 32px;
  }

  .alignleftouter {
    margin-left: 0 !important;
    width: 50% !important;
  }

  .alignrightouter {
    margin-right: 0 !important;
    width: 50% !important;
  }

  #product-details-tec-data table tr {
    padding-bottom: 15px;
  }

  #product-details-tec-data table tr td {
    display: block;
  }

  #product-details-tec-data table tr td:nth-child(odd) {
    padding-top: 12px;
    border-bottom: 0;
  }

  #product-details-tec-data table tr td:nth-child(even) {
    padding-top: 0;
    padding-bottom: 12px;
    border-top: 0;
  }

  #comparison-selection-panel.comparison-selection-panel-sticky {
    padding-bottom: 45px;
  }

  #quick-contacts {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .entry-content.content-with-sidebar-left {
    margin-right: 15px;
  }

  /*.primary-menu-wrapper {*/
  /*    display: block;*/
  /*}*/
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-content-wrap {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (min-width: 992px) {
  #poc-padding-top {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .wrap-inner-thick {
    padding: 0 15px 0;
  }

  #blog_teasers .row {
    margin-bottom: 0;
  }

  #blog_teasers .col-md-12.col-lg-6 {
    margin-bottom: 20px;
  }

  #blog_teasers {
    padding-left: 110px;
    padding-right: 110px;
  }
}

@media (min-width: 1280px) {
  #blog_teasers {
    padding-left: 10px;
    padding-right: 10px;
  }

  ul.primary-menu {
    margin: 0;
    float: left;
    padding-left: 275px;
  }

  .primary-menu > li {
    margin: 0.8rem 0 0.8rem 2.5rem;
  }
}

@media (max-width: 1280px) {
  .parallax-slider {
    transform: translate3d(-83px, 0, 0);
    width: 100%;
    height: auto !important;
  }

  /*.price-info-container {*/
  /*    margin-left: 5px;*/
  /*    margin-right: 5px;*/
  /*}*/

  #menu-service {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  #big-main-text {
    top: 100px;
    display: block;
    right: 5%;
  }

  #big-main-text h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .section-inner {
    width: 100% !important;
    box-sizing: border-box;
  }

  .inner-content {
    padding: 0;
    width: 100%;
  }

  .animatedfsmenu .animatedfs_menu_list {
    margin: 30px 50px 0;
  }

  #fotorama-custom-buttons {
    right: 0;
    top: 0;
    height: 50px;
  }

  #partner-account-wrap .bg-1.entry-content {
    padding-top: 0 !important;
  }

  #partner-sidebar {
    height: initial;
    padding-top: 60px;
  }

  #partner-nav ul li {
    display: block;
  }

  #partner-nav ul li:first-child {
    padding-left: 0;
  }
}

@media (min-width: 1280px) {
  #categorys-accordion {
    margin-left: 0;
    margin-right: 0;
  }

  .featured-media figcaption {
    position: absolute;
    text-align: right;
    padding-right: 25px;
    font-size: 12px;
    margin-top: 8px;
  }

  .post-template-blog-style-ip-1 {
    background: url(/wp-content/uploads/2019/12/RJ45_links_gross.jpg) 0 0
      no-repeat !important;
  }

  .page-id-99 .content-wrap {
    padding-bottom: 134px;
  }

  .page-id-53 #site-content .entry-content,
  .page-id-11 #content,
  .page-id-138 #content,
  .page-id-4215 #content,
  .page-id-138 #content,
  .tml-action-lostpassword .wrap-inner-thick.bg-1 {
    min-height: 520px;
  }
}

@media (max-width: 1280px) {
  #camera-illustration-wrap {
    display: none;
  }

  /*#content {*/
  /*    margin-top: 50px;*/
  /*}*/

  .inner-content-2 {
    padding: 0 10px;
  }

  .accessory-wrap a.btn {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .main-nav-visible .primary-menu-wrapper {
    display: block !important;
    width: 100%;
  }

  .main-nav-visible .wrap-outer {
    padding-bottom: 0;
  }

  .main-nav-visible .primary-menu-wrapper .primary-menu {
    padding: 10px;
  }

  .main-nav-visible .primary-menu-wrapper li {
    width: 100%;
    padding: 5px 10px;
    margin: 0;
  }

  .main-nav-visible #main-nav-search-field {
    float: none;
    margin: 0 0 10px 0;
  }

  #quick-product-cat-nav-wrapper .container {
    width: 100%;
  }

  .quick-product-cat-nav .product-cat-card h3 {
    font-size: 18px;
    top: 8px;
    padding: 2px 12px;
  }

  .quick-product-cat-nav .product-cat-card img {
    height: auto;
  }
}

@media only screen and (max-width: 820px) {
  .with-sidebar {
    flex-direction: column;
    width: 100%;
    order: 1;
  }

  .entry-content {
    padding: 0 15px 25px;
  }

  aside.sidebar-left,
  .entry-content {
    flex: 1;
    width: 100%;
    padding: 0 5px 25px;
    margin: 0;
  }

  .product-card-features-list.result-list-text ul {
    margin-left: 15px;
    margin-top: 25px;
  }

  .product-list-btns .add-to-comparisons,
  #comparison-selection-panel {
    display: none !important;
  }

  .entry-content {
    order: 2;
  }

  aside.sidebar-left {
    order: 1;
  }

  /*.sidebar-left ul.product-nav {*/
  /*    margin-left: 0;*/
  /*}*/
  body.archive article.blog-item {
    padding: 15px;
  }

  .nav-links-wrap {
    padding-top: 0;
  }

  .quick-product-cat-nav .product-cat-row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
  }

  .quick-product-cat-nav .product-cat-row .product-cat-card {
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }

  .quick-product-cat-nav .product-cat-card h3 {
    font-size: 20px;
    top: 20px;
    padding: 6px 18px;
  }

  .quick-product-cat-nav .product-cat-card img {
    height: auto;
  }
}

@media only screen and (max-width: 575px) {
  #cart-panel-wrapper .mobile-nl {
    margin-top: 0;
  }

  #cart-panel-wrapper .item-count,
  #cart-panel-wrapper .item-single-price {
    margin-top: 15px;
  }

  #cart-panel-wrapper .cart-position {
    border-bottom: 0;
  }

  #order-data-form .xs-show {
    display: inline-block;
    width: 25px;
    text-align: center;
  }

  #cart-panel-wrapper .mobile-nl input {
    border: 1px solid #f9f9f9;
  }

  #order-data-form .item-single-price {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 675px) {
  #mobile-accessible-in-3-steps {
    max-width: 230px;
    margin: auto;
  }

  #videoueberwachung-innenmonitor-img {
    margin: 0;
  }

  #videoueberwachung-innenmonitor-list {
    margin-left: 10px !important;
  }

  #video-tuerkommunikation-footer-nav > div {
    text-align: center;
  }

  #video-tuerkommunikation-footer-nav > div:nth-child(2) {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  #video-tuerkommunikation-footer-nav > div .btn {
    width: 250px;
  }
}

@media only screen and (max-width: 699px) {
  #cart-items-panel-wrapper input.product_amount_value {
    padding: 4px 3px !important;
  }
}

@media only screen and (max-width: 960px) {
  #tuersprechanlage-aussen-img {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto 3rem;
  }

  #videoueberwachung-innenmonitor-img {
    margin: auto;
  }

  #mobile-accessible-in-3-steps {
    max-width: 400px;
    margin: auto;
  }

  #videoueberwachung-innenmonitor-img {
    float: none !important;
    max-width: fit-content !important;
    width: 100%;
  }

  #videoueberwachung-innenmonitor-list {
    margin-top: 4rem;
  }
}

@media only screen and (max-width: 1330px) {
  .wp-image-6109 {
    margin-top: 0 !important;
    width: 100% !important;
  }

  #vdes-tooltip {
    font-size: 15px;
    padding: 3px 12px;
  }
}

@media only screen and (max-width: 41.25em) /* 660 */ {
  #container {
    width: 100%;
  }

  .wp-image-6109 {
    width: 100% !important;
  }

  #imagelightbox-close {
    top: 1.25em; /* 20 */
    right: 1.25em; /* 20 */
  }

  #imagelightbox-nav {
    bottom: 1.25em; /* 20 */
  }

  .imagelightbox-arrow {
    width: 2.5em; /* 40 */
    height: 3.75em; /* 60 */
    margin-top: -2.75em; /* 30 */
  }

  .imagelightbox-arrow-left {
    left: 1.25em; /* 20 */
  }

  .imagelightbox-arrow-right {
    right: 1.25em; /* 20 */
  }
}

@media only screen and (max-width: 20em) /* 320 */ {
  .imagelightbox-arrow-left {
    left: 0;
  }

  .imagelightbox-arrow-right {
    right: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .header-navigation-wrapper {
    transition: top 0.3s;
  }

  .header-navigation-wrapper.sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.22);
  }
}
/* ---------------------------  SMART SLIDER AUSBLENDEN --------------------------- +7
.n2_clear {
    display: none;
}

/*#cmplz-manage-consent {*/
/*    position: relative;*/
/*}*/

#cmplz-manage-consent .cmplz-manage-consent {
  bottom: 0 !important;
  left: 10px !important;
  max-width: 220px !important;
  padding: 10px !important;
  height: 32px !important;
  font-size: 14px !important;
  position: absolute !important;
  z-index: 9999 !important;
}

#registerModal {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}
#registerModal .modal-dialog {
  margin-top: 5%;
}
#registerModal .modal-dialog .modal-content {
  padding: 25px;
}
#registerModal .modal-dialog h4 {
  margin: 0px;
}
#registerModal #salutation {
  padding: 1.2rem 1.8rem;
}

#additional_information {
  position: absolute;
  top: -1000px;
  left: -4450px;
}
#products-sub-menu li a,ul.sub-menu li a{
  display: inline-block !important;width: 97% !important;
}
.primary-menu ul.sub-menu a,.header-navigation-wrapper ul li #products-sub-menu li a{
  color: #58676e !important;
}

#product-details-accessories .product-price > div{
  text-align: left;
}

#product-comparison-table .buy_product_wrapper{
float: right;
}