/**************************** Aaroniastyle V2 by Markus Tunger 2024 SDG ****************************/

/**************************** Shop Hauptnavigation ****************************/

/* Header Sticky*/
header.page-header {
  position: sticky;
  top: 0;
  z-index: 11;
  background: #000;
}

.inner_navgation_door { transition: all 0.3s ease; }

a.logo img {
    width:150px;
    transition: all 0.3s ease;
}
/* Fixed Header bei scrollen klein
@media (min-width: 1180px) {
    a.logo.small img {
      width: 100px;
    }
}
@media screen and (min-width: 1181px) {  
    .inner_navgation_door.small {
        top: 76px !important;
    }    
}
*/
#html-body.categorypath-support-downloads .inner_navgation_door.small {
    border: 1px solid rgb(61, 61, 61);
    border-top: none;
}

.header.content {
    max-width: 94%;
}


/* External Links in MainNavigation und Text */
.top-navigation-block .level1.nav-2-1 a span::after, .top-navigation-block .level2.nav-3-4-1 a span::after, .top-navigation-block .level2.nav-3-4-2 a span::after {
    content: url("../images/external-link-light.png");
    -webkit-filter:invert(1);
    filter:invert(1);
    margin-left: 10px;
}
.external-link::after {
    content: url("../images/external-link-light.png");
    -webkit-filter:invert(1);
    filter:invert(1);
    margin-left: 10px;
}
.external-btn-link span::after {
    content: url("../images/external-link-light.png");
    -webkit-filter:invert(1);
    filter:invert(1);
    margin-left: 10px;
}
/* External Links in MainNavigation und Text ENDE */

.switcher-globe {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 2em;
    margin-top: -4px;
    cursor: pointer;
}
.page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown .switcher-option a {
    font-weight: 400;
}
.page-header .switcher {
    margin-left: 0;
}
.minicart-wrapper {
    max-width: 40px;
    height: 40px;
    background:none;    
}
.header.panel > .header.links > li.customer-logged-in {
    display: none;
}  
.page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
    left: -70px;
}
.minicart-wrapper .block-minicart {
    right: 0;
    top: 125%;
}

@media screen and (min-width: 2540px) {
    .header.panel {
        right: 5.5%;
    }
}

@media screen and (min-width: 1181px) {
    .top-navigation-block {
        margin-top: -15px;
    } 
    body.page-layout-2columns-left .shopinfo, body.shop-area .shopinfo {
        right: 10px;
        font-size: 1.5em;
        top: 4px;
    }
   
}

@media (min-width: 769px), print {
    .header.content {
        padding: 20px 0 0 0;
    }
    .header.content .logo {
      margin: -8px 60px 15px 0;
    }
    .header.panel > .header.links > li.customer-welcome {
        margin: 0 0 0 13px;
    }
    .header.panel > .header.links > li.customer-welcome ul {
        top: 125%;
        right: -5px;
    }    
    .header.panel > .header.links > li.customer-welcome .action.switch::after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 2.2em;
        color: #4B7E11;
        content: '\f007';
        font-family: 'FontAwesome';
        margin: 0;
        vertical-align: top;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
        line-height: normal;
    }
    .header.panel > .header.links > li.customer-welcome .action.switch:hover::after {
        line-height: normal;
    } 
    
    .header.panel {
        display: inline-block;
        margin: 0 !important;
        padding: 0 !important;
        
    }
    .header.panel i:hover, .minicart-wrapper .action.showcart:hover::before, .header.panel > .header.links > li.customer-welcome .action.switch:hover::after {
        filter: brightness(0.9);
    }    
    .block-search {
        width: 250px; /* calc(100% - 1100px) */  
        margin-right: 0 !important;
    }   
    .header.content .block.block-search, .header.content .minicart-wrapper, .header.content .panel.header {
        margin-top: -21px !important;
    }
    .header.panel > .header.links a.login-icon {
        font-size: 2em;
    }
    .header.panel > .header.links li.customer-logged-in a.login-icon {
        color: #4B7E11;
    } 
    .header.panel > .header.links {
        display: flex;
        align-items: last baseline;
        align-content: flex-end;  
        width: 60px;
        margin: 0 0 0 13px;
    }     
}
    
@media (min-width: 768px) and (max-width: 991px) {
    body .header.content {
        justify-content: space-between !important;
    }
    body .block-search input {
        padding-left: 30px;
    }
    .block-search .control {
        padding: 0;
    }     
    .minicart-wrapper {
        position: static;
        justify-content: flex-start;
    }
    .header.panel > .header.links {
        width: 0;
        margin: 0;
        
    }
    .minicart-wrapper .action.showcart {
/*
        margin-right: 45px;
        margin-left: 70px;
*/
    }
    .page-header .switcher {
        margin-right: 17px;    
    }
    .page-header .switcher .switcher-trigger {
        margin-left: 40px;
    } 
    .minicart-wrapper .block-minicart {
        top: 106%;
        min-width: auto;
    }      
}

/*
@media (min-width: 768px) and (max-width: 1180px) {
    .header.content {
        margin: 0 !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
    .nav-toggle {
        display: none;
    }     
}
*/

@media (max-width: 769px), print {
    .customer-account-login .page-title-wrapper .page-title {
        margin-left: 0 !important;
    }
    body .page-header .switcher .actions.dropdown.options.switcher-options.active .dropdown.switcher-dropdown {
        background: transparent !important;
        border: none !important;
        margin-left: 10px !important;
    }    
}

@media screen and (max-width: 1181px) {
    .customer-account-login .page-title-wrapper .page-title {
        margin-left: 5%;
    }  
    .header.content .logo {
        margin: -3px -10px 2px 0;
    }
    .header.content .block.block-search, .header.content .minicart-wrapper, .header.content .panel.header {
        margin-top: 0 !important;
    } 
    body .block-search input {
        position: static !important;
    }
    body .block-search .label {
        display:none !important;
    }
    .nav-toggle {
      top: 25px;    
    }
    .page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
        width: 120px;
    }  
}

@media screen and (max-width: 1480px) {
    div.panel.header {
        display: flex !important; 
    } 
    .page-header .switcher {
        min-width: auto;
        width: auto;
    }     
}

@media screen and (min-width: 320px) and (max-width: 767px) {
   .header.content .logo {
        margin: 0 0 0 60px !important;
    }   
    body .block-search input {
        display: none;
    }  
    .header.content .panel.header {
        position: absolute;
        right: 15px;
    }  
    .page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown {
      left: 0;
    }
    .switcher-globe .fa.fa-globe::after {
      content: "Language";
      font-family: Roboto, sans-serif;
      font-size: 0.6em;
      left: 35px;
      position: relative;
      top: -5px;
    } 
    .nav-sections .switcher-trigger strong::after {
        top: 8px;
    } 
    .login-icon i.fa.fa-user {
        font-size: 1.5em;
    }
    .login-icon i.fa.fa-user::after {
      content: "Login";
      font-family: Roboto, sans-serif;
      font-size: 0.8em;
      position: relative;
      left: 15px;
    }
    .nav-toggle {
        top: 18px;
    } 
    .navigation .level0 > .level-top {
        font-weight: 500;
    }
    .account .page-title-wrapper .page-title {
        font-size: 2em;
        margin-bottom: 30px;
        margin-top: 10px;
    }    
/*    
    body .block-search input {
        position: relative !important;
        left: 0 !important;
        width: 70%;
    }
    body .block-search .label {
        display: inline-block !important;
        position: relative;
        width: 0;
        height: 0px;
        right: 50px;
        top: 3px;
        text-align: center;
        line-height: 68px;
        cursor: pointer;
    }    
*/
}

.search-autocomplete ul {
    background: #202020 !important;
}
.search-autocomplete ul li .qs-option-name {
    color:#ccc !important;
}
.search-autocomplete ul li:hover, .search-autocomplete ul li.selected {
  background: #303030 !important;
}

body .block-search input::placeholder{ color: #ccc; }
body .block-search input { color: #ccc; background: #202020; border-radius:5px; }
body .block-search .action.search::before { color: #ccc; }
body .block-search .label:before { color: #ccc; }

body.account .customer-menu a:hover {
    color: #000;
}
.minicart-wrapper {
    border-radius: 5px;
}
.minicart-wrapper .action.showcart::before {
  padding: 2px;
}

.navigation {
  font-family: Roboto, sans-serif;
}
.main-navigation-block {
    background: #1C1C1C;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}

#store\.menu nav ul.level1.submenu {
    border: 1px solid #303030 !important;
    border-top: none !important;
}
#store\.menu nav ul.level2.submenu, #store\.menu nav ul.level3.submenu {
    border-right: 1px solid #303030 !important;
    border-bottom: 1px solid #303030 !important;
    border-left: 1px solid #303030 !important;
}

@media screen and (min-width: 1181px) {
    
    body.page-with-filter .level0.nav-5.category-item.has-active.last.level-top.parent.ui-menu-item a.level-top, body.catalog-product-view .level0.nav-5.category-item.has-active.last.level-top.parent.ui-menu-item a.level-top, body.page-with-filter .level0.nav-5.category-item.active.last.level-top.parent.ui-menu-item a.level-top, body.catalog-product-view .level0.nav-5.category-item.active.last.level-top.parent.ui-menu-item a.level-top {

        border-bottom: 2px solid #2569C7;
        padding: 0px 10px 5px 10px;
        
    }
   
    body.page-with-filter .level0.nav-5.category-item.has-active.last.level-top.parent.ui-menu-item a.level-top span, body.catalog-product-view .level0.nav-5.category-item.has-active.last.level-top.parent.ui-menu-item a.level-top span {
        font-weight: bold;
    }
    .level0.level-top.has-active > a span, .level0.level-top.active > a span {
        font-weight: bold;
    }
    .level0.level-top.has-active > a, .level0.level-top.active > a {
        border-bottom: 2px solid #EFC91E !important;
    }    
    .level0.nav-5.level-top.has-active > a, .level0.nav-5.level-top.active > a {
        border-bottom: 3px solid #2569C7 !important;
    }
    .top-navigation-block .navigation .level0.nav-5.parent > .level-top:hover {
      border-bottom: 3px solid #2569C7 !important;
    }    
    
    .top-navigation-block nav.navigation .level0 .submenu {
        border: 1px solid #303030;
    }
    .top-navigation-block nav.navigation .level1 .submenu {
        border: 1px solid #303030;
        border-left: none;
        margin-top: -1px !important;
        margin-bottom: -1px !important;
    }    
    .sections.nav-sections .navigation .level0 .submenu .submenu {
        left: -3px !important;
    }
    .main-navigation-block .navigation .level0 .submenu li:hover, .main-navigation-block .navigation .level0 .submenu li.active {
        background: rgba(255, 255, 255, 0.1); !important;
        border-left: 3px solid #2569c7;
        margin-left: -3px;
    }
    .main-navigation-block .sections.nav-sections .navigation .level0 .submenu li:hover, .main-navigation-block .sections.nav-sections .navigation .level0 .submenu li.has-active {
        border-left: 3px solid #2569c7;
        margin-left: -3px;
    }   
    .top-navigation-block .navigation .level0 .submenu li:hover, .top-navigation-block .navigation .level0 .submenu li.active {
        background: rgba(255, 255, 255, 0.1); !important;
        border-left: 2px solid #EFC91E;
        margin-left: -2px;
    }
    .top-navigation-block .sections.nav-sections .navigation .level0 .submenu li:hover, .top-navigation-block .sections.nav-sections .navigation .level0 .submenu li.has-active {
        border-left: 2px solid #EFC91E;
        margin-left: -2px;
    }     
    
    .navigation .level0 .submenu {
      background: #1C1C1C; !important;
    }
    .sections.nav-sections .navigation .level0 .submenu .submenu .submenu {
      background: #1C1C1C;; !important!
    }
    .navigation .level0 .submenu .submenu li:hover > a {
      background: #303030; !important;  
    }
} 

/* Content Sticky Nav */
@media screen and (min-width: 1181px) and (max-width: 1480px) {
    .inner_navgation_door {
        top: 76px !important;
    }  
    a.logo img {
        max-width: 150px;
    }      
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
    .inner_navgation_door {
        top: 96px;
    }     
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    .inner_navgation_door {
        top: 77px;
    }     
}
@media screen and (min-width: 1181px) {
    .inner_navgation_door {
        top: 101px;
    }    
}
#html-body.page-layout-cms-full-width .inner_navgation_door .row-full-width-inner .navgation-door a.arrow {
    position: absolute;
    margin-left: -50px;    
}
#html-body.page-layout-cms-full-width .inner_navgation_door .row-full-width-inner .navgation-door {
    padding-left: 40px;
}
.inner_navgation_door a.config-btn::before {
    content: "\e606";
    font-family: 'luma-icons';
    position: relative;
    top: 2px;
    margin-right: 10px;
    font-size: 1em;
}
.inner_navgation_door a.config-btn.shop::before {
    content: "\e611";
}
.inner_navgation_door .config-btn {
    height: 35px;
    position: relative;
    color: white;
    padding: 0;
    background: #141414;
    border: 1px solid #606060 !important;
    float: right;
}

.inner_navgation_door a.config-btn {
    color: white;
    padding: 15px !important;
    padding-bottom: 41px !important;
    padding-top: 0 !important;
}

.inner_navgation_door a.config-btn:visited,
.inner_navgation_door a.config-btn:focus {
    color: white !important;
}

.inner_navgation_door a.config-btn:hover {
    color: white;
    border: 1px solid #eee !important;
    transition: 0.5s ease;
}
.door-pro-cart-info a, .door-pro-more-info a, .door-pro-more-config a {
    font-weight: 500 !important;
    font-size: inherit;
}
@media (max-width: 1750px) {
    #noAnker, #noAnker2 {
        display: none !important;
    }
}

/* Minicart Black Version */
.minicart-wrapper.active .block-minicart,
body.catalog-category-view ol#mini-cart .product-item-details .product-item-name, 
body.catalogsearch-result-index ol#mini-cart .product-item-details .product-item-name,
.block-minicart .block-content > .actions a.action.viewcart {
    color: #fff;
    background: #1C1C1C;
}
#html-body .minicart-wrapper #minicart-content-wrapper .minicart-items-wrapper .product-item-name li a, 
#html-body .minicart-wrapper .block-minicart li a {
    color: #fff !important;    
}
body.catalog-category-view ol#mini-cart .product-item-details .product-item-name {
    background: #1C1C1C;
}
.minicart-wrapper.active .block-minicart {
    border: 1px solid #606060;
}
.minicart-items-wrapper {
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
}
.minicart-items .item-qty {
    width: 40px;
    height: 30px;
}
.minicart-items .product-item-details .price {
    font-weight: 500;
    display: flex;
    justify-content: flex-end;
}
.minicart-items .product-item-pricing .label {
    margin-right: 10px;
}
.minicart-items .product-item:not(:first-child) {
    border-top: 1px dotted #606060;
}
.block-minicart .block-content > .actions .action.viewcart span {
    display: flex;
    justify-content: center;
    height: 0;
}
.minicart-wrapper .action.close::before {
    font-size: 20px;
    line-height: 20px;
}
.minicart-wrapper .action.close {
    padding-top: 0;
    padding-right: 2px;    
}
.minicart-wrapper .block-minicart::before {
    border-color: transparent transparent #606060 transparent;
}
#html-body.page-layout-cms-full-width .inner_navgation_door .row-full-width-inner .navgation-door a.arrow::before {
    font-size: 16px;
    line-height: 17px;
    margin-top: -4px;
    margin-right: 0; 
    border: 1px solid #eee !important;
    color: #eee;
}
#html-body.page-layout-cms-full-width .inner_navgation_door .row-full-width-inner { padding: 7px 43px !important; }
@media (max-width: 480px) {
    .minicart-wrapper.active .block-minicart {
        max-height: 700px;
    }
    .minicart-items-wrapper {
        max-height: 433px !important;
    }  
    .block-minicart .block-content > .actions .action.viewcart span {
        font-size: 14px;
    }    
}
@media (max-width: 361px) {
    .block-minicart .items-total, .block-minicart .subtotal, .block-minicart .amount .price-wrapper:first-child .price { font-size: 14px; }
    .block-minicart .amount .price-wrapper:first-child .price { font-size: 16px; }
    .block-minicart .subtotal {
        text-align: center;
    }
    .block-minicart .items-total {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }    
}

/* Cart and Checkout Cart Black Version */
.cart-summary, .opc-block-summary, .opc-block-summary span.title {
    background: #1C1C1C !important;
    color:#eee !important;
}
.opc-block-summary .mark .value {
    color:#eee !important;
}
.cart-summary .block > .title, .cart-totals, .cart-totals .grand .mark {
    border-top: 1px solid #606060;
}
.cart.table-wrapper .cart > .item, .cart.table-wrapper .cart thead tr th.col {
    border-bottom: 1px solid #606060;    
}
@media (max-width: 1200px) {
    .checkout-cart-index .cart.table-wrapper a.product-item-photo {
        display: none;
    }
}

/* Usermenu Black Version*/
.customer-welcome.active .customer-menu ul {
    background: #1C1C1C;
    border: 1px solid #606060;
}
.customer-welcome.active .customer-menu ul li a {
    color: #eee;
}
.customer-welcome.active .customer-menu ul li a:hover {
    color: #606060;
    font-weight: 500;
}
.customer-welcome ul::before {
    border-color: transparent transparent #606060 transparent;
}


/* Misc about the Top Navigation */
.page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown .switcher-option a { color: #fff; }
body .page-header .switcher .actions.dropdown.options.switcher-options.active .dropdown.switcher-dropdown { background: #1C1C1C; border: 1px solid #606060; }
@media screen and (min-width: 1181px) {
.page-header .switcher .actions.dropdown.options.switcher-options .dropdown.switcher-dropdown { width: 120px; left: -95px; top: 37px; }  
}
#sheets-dev,#sheets-ant,#sheets-scr,#sheets-other,#rtsa-suite,#mcs,#gpslogger,#signalgenerator,#isologm,#v5,#v4,#rtsa-suite-man,#devices,#antennas-man,#signalgenerator-man,#preamps,#gpslogger-man #shielding,#api-v4,#api-logger,#api-isolog { scroll-margin-top: 100px; }
#ms,#nd,#sd,#rb,#fe { scroll-margin-top: 72px; }

@media (max-width: 1480px) {
      .subcatcontainer {
        display: none;
      }
}
@media screen and (min-width: 992px) and (max-width: 1480px) {
  .top-navigation-block {
    width: 750px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
  .top-navigation-block .navigation .level0 {
    margin: 0 5px 0 0;
  }
}

/* Back to Top Button */

#btt-button {
    display: none;
}

#html-body.cms-home #btt-button, #html-body.cms-home-v2 #btt-button {
  display: inline-block;
  background-color: #1C1C1C;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  margin: 15px;
  bottom: 0;
  right: 0;  
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  border: 2px solid #000;
}
#html-body.cms-home #btt-button::after, #html-body.cms-home-v2 #btt-button::after {
  content: "\f077";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 46px;
  color: #eee;
}
#html-body.cms-home #btt-button.down::after, #html-body.cms-home-v2 #btt-button.down::after {
  content: "\f078";
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 46px;
  color: #000;
}
#html-body.cms-home #btt-button:hover, #html-body.cms-home-v2 #btt-button:hover {
  cursor: pointer;
  background-color: #174c91;
  text-decoration: none;
}
#html-body.cms-home #btt-button:active, #html-body.cms-home-v2 #btt-button:active {
  background-color: #555;
}
#html-body.cms-home #btt-button.show, #html-body.cms-home-v2 #btt-button.show {
/*
  opacity: 0.6;
  visibility: visible;
*/
}
@media (max-width:640px) {
    #btt-button {
        display: none !important;
    }  
}

/********************* Shop Hauptnavigation ENDE ****************************/

/* TMP 
a.logo img {
    width:195px;
}
/* TMP END */

/* From old cms-home to cms-home-v2 */
.blog-widget-recent.home-recent .title { font-size: 70px; }
@media screen and (max-width: 768px) {
    .blog-widget-recent.home-recent .title { font-size: 40px; }
}
/* From old cms-home to cms-home-v2 END */

/* Font Awesome 4 */
.fas {
    font-family: 'FontAwesome';
}
.i::before {
    font-style: normal !important;
}

/* Shop für 4k */
body.page-products .page-wrapper .page-main {
    max-width: 3000px;
}

@media screen and (max-width: 768px) {
    body.page-products .columns .column .products-grid .product-items .product-item {
        width: 100% !important;
    }    
    body.page-products .columns .column .products-grid .product-items .product-item .product-image-container {
        width: 100% !important;
    }
}
@media screen and (max-width: 1080px) {
    body.page-products .columns .column .products-grid .product-items .product-item {
        width: 50%;
    }
}
@media screen and (min-width: 2250px) {
    body.page-products .columns .column .products-grid .product-items .product-item {
        width: 20%;
    }
}
@media screen and (min-width: 3000px) {
    body.page-products .columns .column .products-grid .product-items .product-item {
        width: 16.6%;
    }
}
/* Shop für 4k ENDE */

/******************* Design Fixes 2024 ************************/

.message.error { margin-top: 25px; }
.fotorama--fullscreen { background: #000 !important; }
.optionok { margin-top: 10px; }
.modal-popup .modal-inner-wrap .modal-footer { background: #000; }

.opa-08 { opacity: 0.8; }
.opa-06 { opacity: 0.6; }
.opa-04 { opacity: 0.4; }
.opa-02 { opacity: 0.2; }
.m-auto { margin: auto; }

.modal-popup._inner-scroll .modal-inner-wrap {
  max-width: 1600px;
}
/* Erweitert die Navigation "Spektrumanalysatoren" um 20px nach unten wegen des Submenüs (wenn Platz nicht ausreicht)*/
/*
@media screen and (min-width: 1181px) {
    li.level2.nav-5-1-3 > a {
      margin-bottom: 20px;
    }
}
*/

.product-item-actions .actions-secondary > .action {
    width: 100%;
}

@media (min-width: 768px) {
    body.catalog-product-view .product-info-main .product-info-price {
        min-width: 370px;
    }
}
.product-options-wrapper > .fieldset > .field.hardware-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.software-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.warranty-options > .control .options-list .field {
    width: 31% !important;
}
@media (max-width: 1240px) {
    .product-options-wrapper > .fieldset > .field.hardware-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.software-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.warranty-options > .control .options-list .field {
        width: 48% !important;
    }
}
@media (max-width: 768px) {
    .product-options-wrapper > .fieldset > .field.hardware-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.software-options > .control .options-list .field, .product-options-wrapper > .fieldset > .field.warranty-options > .control .options-list .field {
        width: 100% !important;
    }
}
.product-options-wrapper > .fieldset > .field > .control .options-list .field .label.admin__field-label .option-value-description-block {
    font-size: 0.8em !important;
    line-height: 1.3 !important;    
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .products-upsell .owl-theme .owl-nav [class*="owl-"], .products-related .owl-theme .owl-nav [class*="owl-"] {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
    #layered-filter-block .block-content strong.block-subtitle {
        margin-top:0;
    }  
}
body.page-products .page-wrapper .page-main .columns .sidebar.sidebar-main {
  min-width: 220px;
}    
.full-width-product-slider-h2 {
    margin-left: 2%;
    font-size: 2.6rem;
    margin-bottom: 30px;   
}
.product-doorpage-categroy-products .product-item-name > a {
    text-align: center;
    display: inherit; 
}
.product-doorpage-categroy-products .product-item-photo {
    display: block;
    text-align: center;
}
.product-doorpage-categroy-products .slick-prev, .product-doorpage-categroy-products .slick-next { z-index: 9; }

@media only screen and (max-width: 1300px) {  
    .product-doorpage-categroy-products .slick-slider {
        max-width: 90%;
        margin: auto;
    }
    .product-doorpage-categroy-products .slick-prev {
    left: -3%;
    }

    .product-doorpage-categroy-products .slick-next {
    right: -3%;
    }    
}
@media only screen and (min-width: 1301px) {   
    .full-width-product-slider-h2 {
        margin-left: 3%;
        font-size: 2em;
        margin-bottom: 30px;    
    }    
    .product-doorpage-categroy-products ol.product-items {
        max-width: 94%;
        text-align: center;
        margin: auto;   
    } 
    .product-doorpage-categroy-products .slick-prev {
    left: -2%;
    }

    .product-doorpage-categroy-products .slick-next {
    right: -2%;
    }
}

body.account select#limiter {
    color: #eee !important;
}
.toolbar select {
    background-color: #202020;
}
.block-collapsible-nav .content {
    background: #202020;
}
.block-collapsible-nav .item a {
    color: #eee;
    font-weight: 400;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
  color: #fff;
  font-weight: 900;
}
.block-collapsible-nav .item a {
    margin-right: 10px;
}
.block-dashboard-orders, .block-dashboard-addresses {
    margin-top: 30px;
}
body.account.wishlist-index-index .product-item-info {
  border: 1px solid #202020;
}
body.account.wishlist-index-index .products-grid.wishlist textarea.product-item-comment {
    background: #000;
    color:#eee;
}
body.account.wishlist-index-index .products-grid.wishlist textarea:disabled.product-item-comment {
    opacity: 0.5;
    color: #000;
    background: #202020;;
    font-style: italic;    
}
body.account.wishlist-index-index .products-grid.wishlist textarea.product-item-comment:placeholder {
    color:#4D4D4D;
}
body.account.wishlist-index-index select#limiter.limiter-options {
  min-width: 53px !important;
}
body.account a {
  font-weight: 400;
}

form#contact-form .input-text, form#contact-form textarea, form#form-validate .input-text, form#form-validate textarea, form#login-form .input-text, form#co-shipping-form .input-text, form#co-shipping-form select, form.form-login .input-text, form#custom-checkout-form .input-text, form#custom-checkout-form textarea, select, input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type*="date"], input[type="email"], textarea { border: 1px solid #606060; }

.product-info-price .price-box .price-container .price {
    font-size: 1.2em;
    font-weight: 400;
}
/*
.slider-h1 {
    font-weight: 200 !important;
}
*/
.no-top-border { border-top: none !important; }
.inner_navgation_door.conpage {
    border: none;
    /*border-top: 1px solid #606060;*/
    z-index: 99;
}
.inner_navgation_door.conpage .row-full-width-inner {
    max-width: 100vw !important;
    text-align: center !important;
}
nav.navigation { z-index:999 !important; }
.nav-btn-left { float: left; }
.nav-btn-right { float: right; }
.charani { font-family: 'Roboto', sans-serif !important; font-weight:300; }
@media (max-width: 1080px) {
    .inner_navgation_door.conpage {
        display: none !important;
    }
}
.superscript {
    top: -.45em;
    font-size: 0.6em;
}
.aaronia_product_title sup {
  top: -.5em;
  font-size: 0.6em;
}
.modal-header {
    background: #000;
}
.modal-popup {
    z-index: 9999 !important;
}
.modals-overlay {
    z-index: 999 !important;
}
.modal-content {
  background: #000;
}
body.catalog-product-view .page-main .block.upsell, body.catalog-product-view .page-main .block.related {
    background: #000 !important;
}
.pages a.page, .pages a.page:visited {
    color: #858585 !important;
}
.pages a.page:hover {
  color: #eee !important;
}
.pages .items {
    background: #202020;
    padding: 10px 10px 10px 20px;
}
.pages .action {
    box-shadow: none !important;
    background: #303030 !important;
    border: 1px solid #606060;
    color: #000;  
}
.pages strong.page {
    background: #303030 !important;
    color: #eee;
}
.pages .action:hover {
  background: #202020 !important;
}
@media only screen and (max-width: 639px) {
    .pages .action.previous {
        margin-top: 8px;
        margin-left: 10px;
    }   
    .pages .action.next {
        margin-top: 8px;
        margin-right: 10px;
    }
}
.bluelinks a {
    color: #006bb4;
    text-decoration: none;
}
.bluelinks a:hover {
    color: #EFC91E;
    text-decoration: none;
}
.chooseoptions a {
    color: #fff !important;
}
.img_hint {
  font-weight: 300;
}
@media only screen and (max-width: 480px) {
    .img_hint {
        margin-bottom: 30px;
        font-size: 0.7em;
    }
    body .product-page-main-content-bg h2.subtitle {
        font-size: 1.1em;
        margin: 0 0 20px 0;
    }
    body.catalog-product-view .product-info-price { padding: 16px 13px; }
    .addtocart2 { height: 37px; } 
    .chooseoptions { display: none; }
    body.catalog-product-view .product-info-stock-sku .stock.available { margin-right: 20px; }
    .product-page-main-details-form-bg .cart-section-product-img {
        width: 100% !important;
        text-align: center;
    }
    .details-form-bg .box-to-cart-bg .box-tocart {
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;        
    }
    .product-page-main-details-form-bg .box-to-cart-bg .box-tocart .actions {
        margin: 40px 0 0 0 !important;
    }
    .product-page-main-details-form-bg .box-to-cart-bg .box-tocart {
        float: none;
        display: flex;
        flex-wrap: wrap;
        margin-top: ;
        justify-content: center;        
    }
    .product-page-main-details-form-bg .box-to-cart-bg .box-tocart .fieldset {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }
    #product-options-wrapper { margin-bottom: 50px; }
    .product-options-wrapper > .fieldset > .field.hardware-options > .label .step-counter, .product-options-wrapper > .fieldset > .bottom-steps .step-counter, .product-options-wrapper > .fieldset > .field.software-options > .label .step-counter { display:none; }
    .product-options-wrapper > .fieldset > .field.hardware-options > .label .option-title, .product-options-wrapper > .fieldset > .field.software-options > .label .option-title { 
        float: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center; 
        flex-direction: column;
    }
    .product-options-wrapper > .fieldset > .bottom-steps .next-step-button a, .product-options-wrapper > .fieldset > .field.hardware-options > .label .next-step-button a {
        font-size: 16px !important;
    }
    .product-options-wrapper > .fieldset > .field.hardware-options > .label .next-step-button, .product-options-wrapper > .fieldset > .field.software-options > .label .previous-step-button {
        display: none !important;
    }
    .product-options-wrapper > .fieldset > .bottom-steps .next-step-button, .product-options-wrapper > .fieldset > .field.hardware-options > .label .next-step-button {
        float: none;
        display: flex;
        justify-content: center;        
    }
    .product-options-wrapper > .fieldset > .field.software-options > .label {
        display: flex !important;
        flex-wrap: wrap !important;
        flex-direction: column-reverse !important;
    }    
}
footer input#newsletter {
  color: silver;
}
.product-doorpage-overview h2, .powerbanners-container .subtitle, .product-doorpage-overview h3, .product-doorpage-specification h3 { font-weight: 500; }
.product-doorpage-overview p, #html-body.detail-page .product-doorpage-overview ul li,  #html-body .door-page-section-1 .row-full-width-inner .pagebuilder-column-group .door_sec_1_right_bg p { font-weight: 300; }
.product-doorpage-specification table { color: #eee; }
.hl-text-p { line-height: 1.6; }


@media screen and (max-width: 810px) {
    .blog-widget-recent .post-list {
        justify-content: center !important;
    }    
}

/* Contact form */
#contact-form legend { display: none; }
@media screen and (max-width: 1200px) {
    .contact-index-index .column:not(.sidebar-additional) .form.contact {
      width: 100%;
      float: none;
    }
    .page-layout-1column .column.main {
        width: 90%;
        margin: auto;    
    }
    #html-body .kontaktadresse-wrapper {
        width: 100%;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;        
    } 
    #html-body .kontaktadresse-wrapper img {
        max-width: 180px;
    }
    #html-body .kontaktadresse-wrapper h2 {
        display: none;
    }     
    .contact-index-index .column:not(.sidebar-additional) .contact_sidebar {
      width: 100%;
      float: none;
      margin-bottom: 0;
    }
    .contact-index-index .page-title-wrapper .page-title.aaronia_product_title {
      margin-left:5%;
    }    
}
@media screen and (max-width: 768px) {
    .contact-index-index .page-title-wrapper .page-title.aaronia_product_title {
      margin-left:0; font-size: 2em;
    } 
    .contact_sidebar, #contact-form legend { display: none; }
}

/* Downloads Mobile Nav */
#html-body.categorypath-support-downloads .inner_navgation_door { background: #1B1B1B; border: none; }
#html-body.categorypath-support-downloads .minicart_sticky { display: none; }
@media screen and (min-width: 320px) and (max-width: 767px) {
    #html-body.categorypath-support-downloads .inner_navgation_door {
        display: block;
    }
    #html-body.categorypath-support-downloads .respnav .row-full-width-inner::before {
        right: 0;
        left: 20px;
    }
    #html-body.categorypath-support-downloads .inner_navgation_door .row-full-width-inner {
        max-width: 100vw;
    }
    #html-body.categorypath-support-downloads .downloadtotop {
      float: none;
    }    
    #html-body.categorypath-support-downloads .inner_navgation_door div[data-content-type="buttons"], #html-body.categorypath-support-downloads .downloadtotop {
        text-align: center !important;
    }
    #html-body.categorypath-support-downloads .respnav .row-full-width-inner::before {
        text-align: left !important;
    }  
    #html-body.categorypath-support-downloads .inner_navgation_door .row-full-width-inner .pagebuilder-button-link {
        margin: 10px;
    }
    #html-body.categorypath-support-downloads .pagebuilder-column {
        text-align: center;
        margin-bottom: 20px;
    }
    #html-body.categorypath-support-downloads .pagebuilder-column a.pagebuilder-button-primary {
        margin-right: 0;
    }
    #html-body.categorypath-support-downloads .inner_navgation_door div[data-content-type="text"] {
        padding-left: 0 !important;
    }
}
@media screen and (max-width: 468px) {
    #html-body.categorypath-support-downloads .inner_navgation_door .row-full-width-inner {
        background: #1B1B1B !important;
        padding: 0 !important;
        border: none !important;
    }
    #html-body.categorypath-support-downloads .inner_navgation_door {
        border: none;
        height: 50px;
        padding-top: 10px;
    }  
}

.checkout-cart-index .cart-summary {
    top: 0 !important;
}

/******************* Design Fixes 2024 END ************************/

/* Main Cards */
.main-cards a, .main-cards a:hover, .main-cards a:focus, .main-cards a:visited {
    color: #000;
    text-decoration: none;
}
.main-cards {
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    margin: 0 3%;
    position: relative;
}
.mc-item {
    max-width: 315px; /* 320 */
    min-width: 300px;
    max-height: 400px;
    min-height: 300px;    
    margin: 0 20px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.mc-item:hover .mc-btns {
    top: 0;
}
.mc-btns {
    display: inline-block;
    position: absolute;
    z-index: 999999;
    transition: all 0.5s ease;  
    width: 100%;
    top: -60px;
    font-weight: 500;
    font-size: 1.1em;     
}
.mc-img .item:hover .mc-btns {
    top: 0;
  }
a.mc-btn-info {
    display: inline-block;
    background-color: #6eaec9;
    padding: 15px;
    text-align: center;
    width: 15%;
}
a.mc-btn-shop {
    display: inline-block;
    background-color: #fff;
    padding: 15px;
    text-align: center;
    width: calc(100% - 108px);
}
a.mc-btn-info:hover {
    background-color: #73bad6;
} 
a.mc-btn-shop:hover {
     background-color: #eee;
}
.mc-img {
    color: black;
    filter: brightness(0.9);
}
.mc-img img {
    max-width: 101%;
}
.mc-img figcaption {
    position: relative;
    margin-top: 0;
    padding: 10px;
    padding-left: 10px;
    transition: all 0.5s ease;
    bottom: -28px;
    left: 0;
    width: 100%;
}
.main-cards .mc-item:hover figcaption {
    bottom: -6px;
}
.mc-h, .mc-desc {
    padding: 0 15px;    
}
.mc-h {
    font-weight: 500;
    font-size: 1.5em;
    letter-spacing: -1px;
}
.mc-desc {
    font-size: 0.9em; 
}
.mc-footer {   
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    height: 50px;
    position: relative;
    z-index: 1;     
}
.mc-footer span {
    display: flex;  
    z-index: 1;      
    color: black;
    margin-right: 15px;
}
.card-arrow:before {
    position: relative;
    font-size: 1em;
    color: #000;
    top: 15px;
    font-style: normal;    
    left:-20px; 
}

.mc-col1 .mc-item a .mc-footer, .mc-col1 .mc-item {
    background-color: #2A2A2A !important;

}
.mc-col1 .mc-img, .mc-col1 .card-arrow:before {
    color: #d5d5d5;
}
.mc-col1.nolink .mc-footer {
    background-color: #2A2A2A;
}

.mc-col2 .mc-item a .mc-footer, .mc-col2 .mc-item {
    background-color: #2569C7 /*#1155B3*/ !important;
}
.mc-col2 .mc-img, .mc-col2 .card-arrow:before {
    color: white;
}
.mc-col2.nolink .mc-footer {
    background-color: #2569C7 /*#1155B3*/ !important;
}
.mc-col2 a.mc-btn-info {
    background-color: #1d58a5;
}
.mc-col2 a.mc-btn-info:hover {
    background-color: #1e61b2;
} 
.mc-col2 a.mc-btn-shop {
    background-color: #2569C7 /*#1155B3*/ !important;
}
.mc-col2 a.mc-btn-shop:hover {
     background-color: #2771d1 /*#1155B3*/ !important;
}
.mc-col2 .mc-btns a {
    color: white;   
}

.mc-col3 .mc-item a .mc-footer, .mc-col3 .mc-item {
    background-color: #365594 !important;
}
.mc-col3 .mc-img, .mc-col3 .card-arrow:before {
    color: white;
}
.mc-col3.nolink .mc-footer {
    background-color: #365594 !important;
}
.mc-col3 a.mc-btn-info {
    background-color: #365594;
    color: white !important;
}
.mc-col3 a.mc-btn-info:hover {
    background-color: #3e60a7;
} 
.mc-col3 a.mc-btn-shop {
    background-color: #fff !important;
}
.mc-col3 a.mc-btn-shop:hover {
     background-color: #d9d9d9 !important;
}
.mc-col3 .mc-btns a {
    color: black;   
}

.mc-col4 .mc-item a .mc-footer, .mc-col4 .mc-item {
    background-color: #283e6b !important;
}
.mc-col4 .mc-img, .mc-col4 .card-arrow:before {
    color: white;
}
.mc-col4.nolink .mc-footer {
    background-color: #283e6b !important;
}
.mc-col4 a.mc-btn-info {
    background-color: #1d58a5;
}
.mc-col4 a.mc-btn-info:hover {
    background-color: #1e61b2;
} 
.mc-col4 a.mc-btn-shop {
    background-color: #013C8C !important;
}
.mc-col4 a.mc-btn-shop:hover {
     background-color: #024196 !important;
}
.mc-col4 .mc-btns a {
    color: white;   
}

.mc-col5 .mc-item a .mc-footer, .mc-col5 .mc-item {
    background-color: #e8e8e8 !important;
}
.mc-col5 .mc-img, .mc-col5 .card-arrow:before {
    color: black;
}
.mc-col5.nolink .mc-footer {
    background-color: #e8e8e8 !important;
}
.mc-col5 a.mc-btn-info {
    background-color: #15a1d8;
}
.mc-col5 a.mc-btn-info:hover {
    background-color: #017bac;
} 
.mc-col5 a.mc-btn-shop {
    background-color: #fff !important;
}
.mc-col5 a.mc-btn-shop:hover {
     background-color: #d9d9d9 !important;
}
.mc-col5 .mc-btns a {
    color: black;   
}

.mc-col6 .mc-item a .mc-footer, .mc-col6 .mc-item {
    background-color: #9e9e9e !important;
}
.mc-col6 .mc-img, .mc-col6 .card-arrow:before {
    color: black;
}
.mc-col6.nolink .mc-footer {
    background-color: #9e9e9e !important;
}
.mc-col6 a.mc-btn-info {
    background-color: #15a1d8;
}
.mc-col6 a.mc-btn-info:hover {
    background-color: #017bac;
} 
.mc-col6 a.mc-btn-shop {
    background-color: #fff !important;
}
.mc-col6 a.mc-btn-shop:hover {
     background-color: #d9d9d9 !important;
}
.mc-col6 .mc-btns a {
    color: black;   
}

@media (min-width: 960px) and (max-width: 1920px) {
    
    .main-cards { 
        max-width: 1675px;  
        margin: auto;
    }    
    .mc-item {
        max-width: 260px; /* 255 */
        min-width: 260px; 
        max-height: 300px;
        min-height: 255px;
        margin: 0px 10px;
        margin-bottom: 22px;
    }
    .mc-h {
        font-size: 1.3em; 
        letter-spacing: -0.5px;
    }
    .mc-desc {
       font-size: 0.8em; 
    }
    .mc-btns {
        font-size: 1em;
        width: 104%;
    }
    
}
@media (max-width: 480px) {
    .mc-item {
        margin-bottom: 60px;
    } 
    .main-cards .mc-item figcaption {
        bottom: -6px;
    }
    .mc-btns {
        position: static;
    }
    .mc-btns a.mc-btn-shop, .mc-btns .mc-col6 a.mc-btn-shop, .mc-btns .mc-col5 a.mc-btn-shop, .mc-btns .mc-col4 a.mc-btn-shop, .mc-btns .mc-col3 a.mc-btn-shop, .mc-btns .mc-col2 a.mc-btn-shop, .mc-btns .mc-col1 a.mc-btn-shop {
        background-color: #d9d9d9 !important;    
    }
}
@media (min-width: 2000px) {
    .main-cards { 
        max-width: 2000px;
        margin: auto;        
    }
}
@media (min-width: 3600px) {
    .main-cards {
        max-width: none;
    }
}
/* Main Cards END */

/* Section Banner */
.img-100 img {
    width:100%;
}
.v2-section-banner {
    position: relative;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;    
}
.v2-section-banner img {
    margin-bottom: -5px;
}
.v2-section-banner-cols {
    position: absolute;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
    width: 35%;
    height: 100%;  
    top: 0;
    z-index: 5;
}
.v2-section-banner-cols.right {
    right: 0;    
}
.v2-section-banner-cols.right .v2-section-banner-column [data-content-type="buttons"] {
    text-align: left;    
}
.v2-section-banner-cols.center {
    right: 34%;    
}
.v2-section-banner-cols.center .v2-section-banner-column [data-content-type="buttons"] {
    text-align: center;    
}
.v2-section-banner-column {
    padding: 50px;
}
.v2-section-banner-column h2 {
    font-size: 2.5em;
    font-weight: 300;
    /*hyphens: auto;*/
    font-family: 'Roboto', sans-serif !important;   
}
.v2-section-banner-column h3 {
    font-size: 1.5em;
    margin-top: -10px;
    line-height: 1.2;
    font-weight: 300;
}
.v2-section-banner-column p {
    margin-top: 10px;
    font-size: 18px !important;
    font-weight: 300;
    line-height: 30px !important;
}
.v2-section-banner-column [data-content-type="buttons"] {
    position: relative;
    text-align: right;
    margin-top: 20px;    
}
.sol-btns {
    position: absolute;
    /*right: 30px;*/
    bottom: 50px;
    /*transform: translate(-50%, -50%);
    top: 50%;*/
}
.sol-btns.left {
    left: 50px;
}
.sol-btns.right {
    right: 50px;
}
.sol-btns a, .sol-btns .btn-nolink a:hover {
    background: #1B1B1B !important; /*rgba(40,62,107,1)*/
    margin-bottom: 0px;
    border: 1px solid rgba(255, 255, 255, 0.35) !important; /*rgba(255, 255, 255, 0.6)*/
    color:#fff !important;
    margin-bottom: 20px;
}
.sol-btns .btn-nolink a:hover  {
    cursor: default;
}
.sol-btns .btn-nolink a::after  {
    content: "";
}
.sol-btns a:hover  {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;    
    color:#fff !important;
    text-decoration: none !important;
}
.sol-btns a:visited, .sol-btns a:focus {
    color:#fff !important;
    text-decoration: none !important;
}
.sol-btns a::after {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 0.8em;
    margin-left: 10px;
    float: right;
    position: relative;
    top: 4px;
}
.sol-btns .external a::after {
    content: "\f08e";
    font-family: FontAwesome;
    font-size: 0.9em;
    margin-left: 10px;
    float: right;
    position: relative;
    top: 4px;
}
.v2-section-banner-column [data-content-type="button-item"] {
    
}
.v2-section-banner-column [data-content-type="button-item"] a, .sol-btns a, .aa-btn a {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 1.5;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    border-color: rgba(255, 255, 255, 0.35);
    border-style: solid;
    border-width: 1px;
    padding-left: 22px;
    padding-right: 22px;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    transform: translate(0px);
    visibility: visible;
    border-radius: 0px;
}
.v2-section-banner-column [data-content-type="button-item"] a:hover, .aa-btn a:hover  {
    border-color: rgba(255, 255, 255, 0.6);
}
.aa-btn a {
    padding: 10px 20px;
}
.v2-video-section-container video {
    width: 100%;
    margin-bottom: -5px;
}

@media screen and (max-width: 1450px) {
    .v2-section-banner-column {
        padding-top: 30px;
    }  
    .v2-section-banner-column h2 {
        font-size: 1.6em;
    }
    .v2-section-banner-column h3 {
        font-size: 1.2em;
        margin-top: -10px;
    }
    .v2-section-banner-column p {
        margin-top: 10px;
        font-size: 14px !important;
        line-height: 25px !important;
    }   
}
@media screen and (max-width: 1240px) {
    .v2-section-banner-cols {
        position: static;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #606060;
        margin-top: -5px; 
        background: transparent;
    }    
    .v2-section-banner-column {
        padding-top: 30px;
    }  
    .v2-section-banner-column h2 {
        font-size: 2.5em;
    }
    .v2-section-banner-column h3 {
        font-size: 1.5em;
        margin-top: -10px;
    }
    .v2-section-banner-column p {
        margin-top: 10px;
        font-size: 18px !important;
    }  
    .sol-btns {
        position: static;
        text-align: center;
        margin: 10px; 
        margin-bottom: 30px;
        margin-top: -30px;
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: wrap;        
    }
    .sol-btns [data-content-type="button-item"] {
        margin-bottom: 10px;
    }  
    .v2-section-banner-column [data-content-type="buttons"] {
        text-align: center !important;
    } 
    .v2-section-banner img {
        margin-bottom: 0;
    }    
}
@media screen and (max-width: 768px) {
    .v2-section-banner-column {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;        
    }  
    .v2-section-banner-column h2 {
        font-size: 2em;
    }
    .v2-section-banner-column h3 {
        font-size: 1.2em;
        margin-top: -10px;
    }
    .v2-section-banner-column p {
        margin-top: 10px;
        font-size: 14px !important;
    }        
}
@media screen and (min-width: 2040px) {  
    .v2-section-banner-column {
        padding: 100px;
    }      
    .v2-section-banner-column h2 {
        font-size: 3.3em;
    }
    .v2-section-banner-column h3 {
        font-size: 1.8em;
        margin-top: -10px;
    }
    .v2-section-banner-column p {
        margin-top: 20px;
        font-size: 1.3em !important;
    }
    .v2-section-banner-column [data-content-type="button-item"] a {
        font-size: 1.3em;
        margin-top: 30px;;
    }
    .sol-btns a {
        min-width: 350px !important;
        min-height: 60px;
        display: flex;
        font-size: 1.5em;
        align-items: center;
        justify-content: space-between;
    }       
}
@media screen and (min-width: 2560px) {
    .sol-btns a {
        min-width: 450px !important;
        min-height: 80px;
        font-size: 1.8em;
    } 
    .sol-btns {
        bottom: 120px;
    }
    .sol-btns.left {
        left: 120px;
    }
    .sol-btns.right {
        right: 120px;
    }    
} 

/* Section Banner END */

/* Aaronia Text Divider */
.aa-txt-divider {
    position: relative;
    z-index: 1;
    padding: 0 !important;
    padding-bottom: 10px !important;
    /* border-top: 1px solid #606060; */
    /* border-bottom: 1px solid #606060; */
    margin: 0 0 0 0;
}
.aa-txt-divider h2 {
    font-style: normal;
    font-weight: 300;
    font-size: 2.5em;
    line-height: 45px;
    margin-bottom: 40px !important;
}
.mt-100 {
    margin-top: 100px !important;    
}

@media (min-width:2500px) {
    .aa-txt-divider h2 {
        font-size: 50px;
        line-height: 65px;
    }    
}
@media (min-width: 480px) and (max-width: 1200px) {
    .aa-txt-divider h2 {
        font-size: 30px;
        line-height: 35px;
    } 
}
@media (max-width:480px) {
    .aa-txt-divider h2 {
        font-size: 25px;
        line-height: 38px;
    }
    .mt-100 {
        margin-top: 10px !important;    
    }       
}
/* Aaronia Text Divider END */

/* News Blog und Events Startseite */

/*
.cms-home-v2 .post-holder {
    border: 1px solid #606060;
    padding: 20px;    
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}
.cms-home-v2 .post-holder:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
}
*/

.cms-home-v2 a.news-more-btn {
    color: #eee;
}
.cms-home-v2 a.news-more-btn:hover {
    text-decoration: none;
}
.more-btn-wrapper {
    text-align: center;
}

.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder:nth-child(2n+1) {
    clear: none;
}
.post-list-wrapper.blog-widget-recent:not(.blog-widget-recent-masonry) .post-holder {
    width: 100%;
    min-width: 300px;
}
.post-list-wrapper {
    margin-left: 3%;
    margin-right: 3%;
}
.blog-widget-recent .post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
.blog-widget-recent.home-recent .title {
    display: none;
}
.v2-main-blog-title {
    font-size: 4em;
    padding-left: 5%;
}
.v2-main-event .pagebuilder-column {
    margin: 5px;    
}
.v2-main-event .pagebuilder-column-group {
    margin-left: 5%;
    margin-right: 5%;   
}
@media screen and (max-width: 2039px) {
    .v2-main-blog-title {
        font-size: 2.5em;
    }       
}
@media screen and (max-width: 768px) {
    .v2-main-blog-title {
        font-size: 2em;
    }           
}
@media screen and (min-width: 2040px) {  
    .v2-main-blog-title {
        font-size: 4em;
    }        
}
/* News Blog Startseite END */

/* Rev-Slider / Newsslider */
.ref-slider, .news-slider {
    width: 90%;
    margin: auto;
}
.ref-slider .slick-slide, .news-slider .slick-slide { margin-right: 25px; }
.ref-slider .slick-prev,
.ref-slider .slick-next,
.news-slider .slick-prev,
.news-slider .slick-next { background-color: transparent; }
.ref-slider .slick-prev::before,
.ref-slider .slick-next::before,
.news-slider .slick-prev::before,
.news-slider .slick-next::before{display: none;}
.ref-slider .slick-prev, .news-slider .slick-prev {content: ''; background-image: url(../images/left-arrow.png); background-repeat: no-repeat; width: 21px; height: 54px; left: -45px;}
.ref-slider .slick-next, .news-slider .slick-next { content: ''; background-image: url(../images/right-arrow.png); background-repeat: no-repeat; width: 23px; height: 54px; right: -45px;}
.ref-slider h3, .news-slider h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px !important;
    margin-top: 20px;
    line-height: 26px;
}
.ref-slider p, .news-slider p {
    hyphens: auto;
    line-height: 24px; 
}
a.ref-slider-a, a.ref-slider-a:hover, a.ref-slider-a:focus, a.ref-slider-a:visited, a.news-slider-a, a.news-slider-a:hover, a.news-slider-a:focus, a.news-slider-a:visited {
    color: #eee !important;
    text-decoration: none;
}
@media screen and (max-width: 900px) {
    .ref-slider .slick-prev, .ref-slider .slick-next { display: none !important; }  
    .category-references .category-view { padding: 3%; }
    .news-slider .slick-prev { left: -20px; }
    .news-slider .slick-next { right: -20px; }
}
.news-slide {
    height: 360px;
    width: 100%;   
    overflow: hidden;  
    margin: 10px !important;
    border: 1px solid #606060;
    padding: 20px;
    transition: transform 0.3s ease;
}
.news-slide:hover {
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.news-slide .post-title-holder {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.1;    
    color: #2569C7;
    font-weight: 500;
} 
.news-slide .post-text-hld {
    hyphens: auto;
}


/* References Page */
.ref-row {
    position: relative;
}
.ref-top-h2 {
    position: absolute;
    left: 10%;
    top: 80%;
    font-size: 2.5em;  
}

.ref-top-h1 {
    margin-left: 5%; 
}
.ref-txt {
   
}
.ref-row h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
    font-weight: 500;
}
.ref-row h2 {
     font-weight: 600;
}
.ref-txt p {
    font-size:0.8em;    
}
.ref-divider {
    background: #202020;
    padding: 50px;
    padding-bottom: 30px;    
}

@media screen and (min-width: 2500px) {
    .ref-h2 { font-size: 4em; top: 83%; }       
}
@media screen and (max-width: 900px) {
    .ref-h2 { position: static; font-size: 2em; }       
}
@media screen and (max-width: 768px) {
    .ref-divider .pagebuilder-column { text-align: center; }
    .ref-divider .pagebuilder-column img { width: 100%; }
    .ref-divider .pagebuilder-column .ref-txt { text-align: left; }
    .ref-divider .pagebuilder-column .ref-txt h3 { margin-top: 15px; }
    .ref-divider .pagebuilder-column .ref-txt p { margin-bottom: 30px; }
}

/* References Map */
.map {
    padding: 20px 0;
    background-color: #101112;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.map__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (min-width:990px) {
    .map__container {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.map__wrapper {
    position: relative;
    width: 100%;
    max-width: 80%;
    display: none;
    margin: auto;
}

@media only screen and (min-width:990px) {
    .map__wrapper {
        max-width: 70%;
        display: block;
        margin:auto
    }
}

.map--underlap .map__wrapper {
    margin-bottom: -15vw
}

@media only screen and (min-width:1500px) {
    .map--underlap .map__wrapper {
        margin-bottom: -17%
    }
}

.map__points {
    width: 0;
    height: 0;
}

.map__point {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-right: 5px;
    width: 14px;
    height: 14px;
    -webkit-transition: opacity .25s, -webkit-transform .375s cubic-bezier(.29, 1.55, .46, 1.04);
    transition: opacity .25s, -webkit-transform .375s cubic-bezier(.29, 1.55, .46, 1.04);
    -o-transition: opacity .25s, -o-transform .375s cubic-bezier(.29, 1.55, .46, 1.04);
    -moz-transition: transform .375s cubic-bezier(.29, 1.55, .46, 1.04), opacity .25s, -moz-transform .375s cubic-bezier(.29, 1.55, .46, 1.04);
    transition: transform .375s cubic-bezier(.29, 1.55, .46, 1.04), opacity .25s;
    transition: transform .375s cubic-bezier(.29, 1.55, .46, 1.04), opacity .25s, -webkit-transform .375s cubic-bezier(.29, 1.55, .46, 1.04), -moz-transform .375s cubic-bezier(.29, 1.55, .46, 1.04), -o-transform .375s cubic-bezier(.29, 1.55, .46, 1.04)
}

.map__point > * {
    pointer-events: none
}
.map__point:hover {
  z-index: 2;
}

.map__point:nth-child(0n) {
    -webkit-transition-delay: 1.25s;
    -moz-transition-delay: 1.25s;
    -o-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.map__point:nth-child(1n) {
    -webkit-transition-delay: 1.2625s;
    -moz-transition-delay: 1.2625s;
    -o-transition-delay: 1.2625s;
    transition-delay: 1.2625s
}

.map__point:nth-child(2n) {
    -webkit-transition-delay: 1.275s;
    -moz-transition-delay: 1.275s;
    -o-transition-delay: 1.275s;
    transition-delay: 1.275s
}

.map__point:nth-child(3n) {
    -webkit-transition-delay: 1.2875s;
    -moz-transition-delay: 1.2875s;
    -o-transition-delay: 1.2875s;
    transition-delay: 1.2875s
}

.map__point:nth-child(4n) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.map__point:nth-child(5n) {
    -webkit-transition-delay: 1.3125s;
    -moz-transition-delay: 1.3125s;
    -o-transition-delay: 1.3125s;
    transition-delay: 1.3125s
}

.map__point:nth-child(6n) {
    -webkit-transition-delay: 1.325s;
    -moz-transition-delay: 1.325s;
    -o-transition-delay: 1.325s;
    transition-delay: 1.325s
}

.map__point:nth-child(7n) {
    -webkit-transition-delay: 1.3375s;
    -moz-transition-delay: 1.3375s;
    -o-transition-delay: 1.3375s;
    transition-delay: 1.3375s
}

.map__point:nth-child(8n) {
    -webkit-transition-delay: 1.35s;
    -moz-transition-delay: 1.35s;
    -o-transition-delay: 1.35s;
    transition-delay: 1.35s
}

.map__point:nth-child(9n) {
    -webkit-transition-delay: 1.3625s;
    -moz-transition-delay: 1.3625s;
    -o-transition-delay: 1.3625s;
    transition-delay: 1.3625s
}

.map__point:nth-child(10n) {
    -webkit-transition-delay: 1.375s;
    -moz-transition-delay: 1.375s;
    -o-transition-delay: 1.375s;
    transition-delay: 1.375s
}

.map__point:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid hsla(0, 0%, 100%, .75)
}

.map__point:before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
    background: #488ed4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 7px;
    height: 7px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color .25s;
    -o-transition: background-color .25s;
    -moz-transition: background-color .25s;
    transition: background-color .25s
}

.map__point:hover {
    z-index: 2
}

.map__point:hover:before {
    background: #fff
}

.map__point-title {
    position: absolute;
    display: block;
    top: 50%;
    left: 100%;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translate(-5px, -50%);
    -moz-transform: translate(-5px, -50%);
    -ms-transform: translate(-5px, -50%);
    -o-transform: translate(-5px, -50%);
    transform: translate(-5px, -50%);
    padding: 5px;
    background: rgba(21, 22, 23, .92);
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #488ed4;
    font-size: 8.988px;
    -webkit-transition: opacity .25s, -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .25s, -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .25s, -o-transform .25s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: transform .25s cubic-bezier(.215, .61, .355, 1), opacity .25s, -moz-transform .25s cubic-bezier(.215, .61, .355, 1);
    transition: transform .25s cubic-bezier(.215, .61, .355, 1), opacity .25s;
    transition: transform .25s cubic-bezier(.215, .61, .355, 1), opacity .25s, -webkit-transform .25s cubic-bezier(.215, .61, .355, 1), -moz-transform .25s cubic-bezier(.215, .61, .355, 1), -o-transform .25s cubic-bezier(.215, .61, .355, 1)
}

.map__point:hover .map__point-title {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.map__svg-wrap {
    position: relative;
    width: 100%;
    padding-bottom: 42.5%;
}

.map__svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
    height: auto;
    stroke-linejoin: round;
    fill: #434343;
    stroke: #101112;
    display: inline-block
}

.map--underlap + * {
    pointer-events: none
}

.map--underlap + * .hero__link {
    pointer-events: all
}
.reveal--revealing .map__svg path {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0)
}

.reveal--done .map__svg path {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.map__svg path.active {
    fill: #2569C7;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none
}
.map__wrapper path {
    cursor: pointer;
}

/* Social Media Page */
.category-social-media .category-view {
    margin: 0 5%;
}
.img-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.img-wrap img:hover {
    filter: brightness(1.2);
}
.img-wrap .social-img {
    margin: 15px;    
    outline: 2px solid #606060;
    border-radius: 20px;
}
.img-wrap .social-img:hover {
  background: rgba(255,255,255,0.05);
}
.img-wrap figure figcaption {
    text-align: center;
    font-size: 0.9em;
    margin-top: -10px;
    color: #606060;
}
.img-wrap figure a:hover {
    text-decoration: none;
    filter: brightness(1.2);
}
.img-wrap.start figure figcaption {
    display: none;
}
.img-wrap.start {
    align-items: center;
    justify-content: flex-end;
    margin-right: 5.5%;
    margin-top: -20px;    
}
.img-wrap.start img {
    max-width:25px;
}
.img-wrap.start .social-img {
    margin: 5px;
}
@media screen and (max-width: 900px) {
    .img-wrap.start { display: none; }       
}
/* Social Media Footer */
.scoial-icon figcaption { display: none;}
.scoial-icon .social-img { width: 40px; margin: 4px;}
.scoial-icon .img-wrap { justify-content: flex-start;}
@media only screen and (max-width:768px) {
    .scoial-icon .img-wrap { justify-content: center;}
}

/* DDS Code (Counter) */

.hero__counters {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0 0 70px
}

@media only screen and (min-width:768px) {
    .hero__counters {
        max-width: 650px;
        margin: 0 0 50px
    }
}

@media only screen and (min-width:990px) {
    .hero__counters {
        -webkit-box-ordinal-group: inherit;
        -webkit-order: inherit;
        -moz-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
        order: inherit;
        margin: 0
    }

    * + .hero__counters {
        margin-top: 70px
    }
}
.counters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

@media only screen and (min-width:768px) {
    .counters {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -20px
    }
}

.counters__counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
    font-weight: 300
}

.counters__counter:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .counters__counter {
        margin: 10px 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .counters__counter:last-child {
        margin-bottom: 10px
    }
}

.counters__titles {
    display: block;
    line-height: 1em;
    color: #fff;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 10px
}

@media only screen and (min-width:768px) {
    .counters__titles {
        margin-top: 0;
        font-size: 16px
    }

    .counters__titles > * {
        display: block
    }
}

.counters__subtitle {
    font-weight: 500
}

.counters__number {
    display: block;
    font-size: 46px;
    color: #488ed4
}

.counters__number span {
    display: inline-block;
    line-height: 1em
}

.ref-counter {
    position: static;
    margin: 20px auto;
}
.hero__counters { margin: 0 }  

@media only screen and (max-width:998px) {
    .ref-counter {
        margin-top: 20px;
    }  
}

/* Newsletter Footer Button */
#static-newsletter {
  width: 100%;
  min-width: 300px;
  max-width: 500px; 
  background: #000;
  color: #606060;
  height: 40px;
  border: 1px solid #606060;
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
#static-newsletter:hover {
  border: 1px solid #4B7E11;
}
.plane img {
  width: 32px;
  padding: 6px;
  background-color: #606060;
  margin-top: -1px;
  margin-right: -1px;
}
#static-newsletter:hover .plane img {
  background-color: #4B7E11;
}
.newsletter-text {
  margin: auto;
  font-weight: 500;
}
#static-newsletter:hover .newsletter-text {
  color: #4B7E11;
}
a.newsletter-link:hover {
  text-decoration: none;
}

/* 3D Model Frame */
.viewicon {
    position: absolute;
    right: 0;
    top: 0;
    border: 2px solid #303030;
    padding: 10px;
    padding-bottom: 5px;
    cursor: pointer;
}
.viewicon:hover {
    background: rgba(255,255,255,0.1);
}

.model-iframecontainer {
    position: fixed; 
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999; 
}

.model-iframe {
    width: 100%;
    height: 100%;
    border: none; 
}
.modal-close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #000;
    z-index: 99999;
    cursor: pointer;
}
.modal-close-btn:hover {
    background: #2569c7; 
}
.modal-close-btn::after {
    position: relative;
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 3em;
    color:#eee;
    left: 17px;
    top: 0;
} 

/* Anmelden Button im Checkout */
.authentication-wrapper {
   margin-top: 0;
}
.authentication-wrapper button {
    margin-left: 30px;
    margin-bottom: 10px;
}
.authentication-wrapper button, .authentication-wrapper button:focus, .authentication-wrapper button:active {
    font-size: 1em;
    border:1px solid gray;
    padding: 10px 20px;
}
.authentication-wrapper button:hover {
    text-decoration: none;
    background: #202020;
    color:#fff;
    border:1px solid gray;
}
 .authentication-dropdown { 
    background: #000;
}
.block-authentication .block.block-customer-login {
    color:#fff;
}

.authentication-dropdown .modal-inner-wrap, .opc-summary-wrapper .modal-inner-wrap { background: #000; }

@media (max-width: 450px) {
.authentication-wrapper {
   display:none;
}
}
/* Anmelden Button im Checkout ENDE */

/* Misc */
.fullwidth-img img { width:100%; }
/* Adressformular Felder Modal */
#opc-new-shipping-address label, #opc-new-shipping-address .label span {
  color: white;
}

/* Shopnews Slider */
#shopnews-slider .imgtxt-wrapper {
    display:flex;
    gap: 20px;
    align-items: center;    

}
#shopnews-slider .slick-list {
    height:260px;
}
.news-slide.shop-slide {
    height: 250px;
}
.news-slide.shop-slide .post-title-holder {
    padding: 10px 20px;
    background: #283e6b; 
    color: #fff;
    border-radius: 5px;
}
#shopnews-slider .post-image {
    width: 180px;
    height: 155px;
    flex-shrink: 0;
    overflow: hidden;    
}
.news-slide.shop-slide .post-content .post-description img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-slide.shop-slide .post-text-hld div {
    padding-left: 20px;
    margin-top: 20px;
}
.news-slide.shop-slide .post-text-hld {
    min-height:auto;
}
.no-cursor {
    cursor: default !important;
}
@media (max-width:1350px) {
    #shopnews-slider .slick-list {
        height:360px;
    }
    .news-slide.shop-slide {
        height: 350px;
    }        
}    
@media (max-width:730px) {
    #shopnews-slider .post-image {
        display: none;
    }
    #shopnews-slider .slick-list {
        height:300px;
    }
    .news-slide.shop-slide {
        height: 290px;
    }        
}

/* Focus richtig setzen bei Cards und Slider */
.mc-item:focus-within:has(a:focus-visible), a.news-slider-a:focus-visible .post-content {
    outline: 2px solid yellow;
    outline-offset: 2px;
}

/* Barrierefreiheit */
._keyfocus :focus {
    box-shadow: 0 0 3px 1px yellow !important;
}
.action.skip.contentarea {
    background: #141414;
    color: #fff;
}

.action.tocart.primary.listbtn {
    padding-top: 10px !important;
}
.action.tocart.primary.listbtn.sparsh_product_inquiry_link {
    font-size: 1.5rem;
    padding-top: 13px !important;
}

/* Shop Icon in Hautpmenu */
@media screen and (min-width: 1181px) {
  .top-navigation-block .navigation .level0.nav-5.parent > .level-top:hover {
    width: 106px;
  }
  .top-navigation-block .navigation .level0.nav-5.active.parent > .level-top:hover,
  .top-navigation-block .navigation .level0.nav-5.has-active.parent > .level-top:hover {
    width: 90px;
  }
}

li.level0.nav-5 a.level-top::before {
  content: "\e611";
  font-family: 'luma-icons';
  position: relative;
  top: 2px;
  margin-right: 8px;
  font-size: 1.1em;
}

/* Cookie Popup */
.amgdprcookie-bar-container {
    outline: 2px solid #606060;
}
.amgdprjs-bar-template button.action-close {
  display: none;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
justify-content: space-between;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
    min-width: 300px;
}

/* Special Price - Alter neuer Preis in Liste und Einzelansicht */

.special-price {
	color: red;
	display: block;
}

.old-price .price-container, .old-price .price-label {
	color: #cfcfcf !important;
}

.catalog-product-view .price-final_price .old-price {
	position: relative;
	top: -8px;
}

@media (max-width: 768px) {
	.catalog-product-view .product-info-price .price-box .price-container .price { font-size: 1.8em; }
}