body {
  margin: 0 auto;
  background-color: black;
}

body.blog #primary {
  padding: 32px;
}

a, a:focus, a:hover {
  text-decoration: none !important;
  outline-color: transparent;
}

#main .su-posts-teaser-loop .su-post-thumbnail, #main .su-posts-teaser-loop .su-post-thumbnail img {
  width: 100%;
  height: auto; 
  border: none;
}

.textwidget span {
  cursor: pointer;
}

.woocommerce-product-gallery button {
  padding: 8px 16px 8px 16px;
  border-radius: 3px;
  transform: translate(-16px,-16px);
}

.woocommerce-product-gallery button img {
  height: 46px;
  width: auto;
  filter: invert(100%);
  filter: brightness(10);
}

#object2vr-container { 
  cursor: e-resize;
}

#object2vr-container:before {
  position: absolute;
  margin: 0 auto !important;
  height: 32%;
  width: 90%;
  box-shadow: 2px 2px 14px rgba(0,0,0,0.3);
  opacity: 1;
  border-radius: 4px;
  z-index: 10;
  content: " ";
  background: url(/wp-content/uploads/gz-360_layer_360.png) no-repeat center, rgba(255,255,255,0.7);
  background-size: 50%;
  top: 22%;
  left: 5%;
  transition: all 0.5s ease-in;
}

#object2vr-container:hover:before {
  opacity: 0;
}

body,
p,
a,
div,
span,
#masthead input,
.aws-search-form input.aws-search-field {
  font-family: "Questrial", Arial, Helvetica, sans-serif !important;
}

.mt-a {
  margin-top: auto;
}

.shop_attributes a {
  cursor: default;
  pointer-events: none;
}

.image-section-0 {
  background-image: url(/wp-content/uploads/ground-zero-audio_background_verstaerker-abbildung_1920.jpg);
  background-position: center -32px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 21%;
}

.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 0;
}

body.home .image-section-0:before {
  content: " ";
  position: absolute;
  display: inline-block;
  top: 168px;
  height: 65px;
  width: 660px;
  background-image: url(/wp-content/uploads/ground-zero-audio_background_schriftzug_alpha.png);
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  margin-left: 1.8%;
}

.page-template-template-homepage .entry-content {
    max-width: 96.5%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

#top-move {
  position: fixed;
  bottom: 64px;
  right: 8%;
  font-size: 32px;
  text-decoration: none;
  border: 5px solid green;
  display: block;
}

#top-move:before {
  font-family: "FontAwesome";
  color: #333;
}

/* Template changes */

#main #locatoraid-search-form-search input {
  font-family: "Questrial", Arial, Helvetica, sans-serif !important;
  font-weight: 100;
}

a#locatoraid-search-more-results {
  display: inline-block;
  text-align: center;
  background-color: black;
  color: white;
  padding: .6180469716em 1.41575em; 
  width: 100%;
}

.lpr-location-name {
  margin-bottom: 8px;
}

.hc-p2 > div {
  font-style: normal;
}

.popup-menu-fix {
  position: absolute;
  top: -64px;
  left: 0;
  background: rgba(0,0,0,0.9);
  width: auto;
  z-index: 10;
  list-style-type: none;
  padding: 16px;
  border-bottom: 1px solid red;
  transform: translatex(18px);  
  animation-name: fade-left;
  animation-duration: 1s;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translatex(0)
  }
  100% {
    opacity: 1;
    transform: translatex(18px)
  }
}

.popup-menu-fix li {
  width: auto;
  text-align: left;
}

.popup-menu-fix li a {
  color: white;
  width: auto;
  white-space: nowrap;
  padding: 0;
}

#product-tiles img:hover {
  cursor: pointer;
  filter: brightness(20%);
}

.storefront-product-pagination a[rel=next] div {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 16px;  
  background-color: rgba(0,0,0,0.7);
  color: white;
  left: 0;
  text-align: center;
  padding: 78px 0px 0px 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 105px;
}

.storefront-product-pagination a[rel=prev] div {
  position: absolute;
  display: inline-block;
  font-size: 16px;  
  background-color: rgba(0,0,0,0.7);
  color: white;
  text-align: center;
  right: 0;
  top: 0;
  padding: 78px 0 0px 0;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 105px;
}

.storefront-product-pagination a[rel=next]:before {
  content: "\f101";
  position: absolute;
  top: -4px;
  left: 0;
  width: 105px;
  z-index: 10;
  font-family: spfont;
  font-size: 60px;  
  color: white;
  text-align: center;
  transition: all 1s ease-in-out;
}

.storefront-product-pagination a[rel=prev]:before {
  content: "\f100";
  z-index: 10;
  position: absolute;
  width: 105px;
  top: -4px;
  text-align: center;
  right: 0;
  font-family: spfont;
  font-size: 60px;  
  color: white;
  transition: all 1s ease-in-out;
}

.storefront-product-pagination a:hover div, .storefront-product-pagination a:hover:before {
  background-color: rgba(0,0,0,0);
  color: transparent;
}

.prev-next span {
  display: block;
  margin-top: -11px;
}

.fa, .fas, .far {
    font-family: 'Font Awesome 5 Free' !important;
}

.skip-anchor:before {
  content:" ";
  width: 0;
  display: block;
  height: 150px;
  margin-top: -150px;
}

.single-product div.product {
  padding-right: 6%;
  padding-left: 6%;
}

.single-product #primary, .single-product #main {
  margin-bottom: 0;
}

.storefront-full-width-content.single-product div.product .woocommerce-tabs {
  clear: none;
  width: 54%;
  padding-top: 0;
}

.storefront-full-width-content.single-product div.product .summary {
    margin-bottom: 0;
}

.single-product #primary.content-area {
  padding: 0 32px 0px 32px;
}

.single-product .product {
  margin-top: 12px !important;
}

.single-product table td, .single-product table th {
  padding: 0;
  background-color: transparent
}

#main li, #main li {
  font-size: 15px
}

table tbody tr:nth-child(2n) td, fieldset, fieldset legend {
    background-color: transparent;
}

#main .border-right {
  margin-right: 8px;
}

#main table .small {
  font-size: 92%;
}

#main table td {
  padding-left: 18px;
  padding-right: 18px;
}

.pswp__bg {
  background-color: rgba(255,255,255,0.9)
}

.home #main a[href$= ".pdf"]:before,
.woocommerce-Tabs-panel a[href$= ".pdf"]:before {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  transition: all 1s ease-in-out; 
  padding: 0 8px 4px 0;
}

.home #main a[href$= ".exe"]:before, 
.woocommerce-Tabs-panel a[href$= ".exe"]:before
{
  content: "\f0c7";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  transition: all 1s ease-in-out; 
  padding: 0 8px 4px 0;
}

.home #main a[href$= ".jpg"] span:before, .home #main a[href$= ".png"] span:before, .home #main a[href$= ".bmp"] span:before,
.woocommerce-Tabs-panel a[href$= ".jpg"] span:before, .woocommerce-Tabs-panel a[href$= ".png"] span:before, .woocommerce-Tabs-panel a[href$= ".bmp"] span:before
{
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  transition: all 1s ease-in-out; 
  padding: 0 8px 4px 0;
}

.home #main a[href$= ".zip"]:before, .home #main a[href$= ".rar"]:before, 
.woocommerce-Tabs-panel a[href$= ".zip"]:before, .woocommerce-Tabs-panel a[href$= ".rar"]:before
{
  content: "\f1c6";
  font-family: "Font Awesome 5 Free";
  font-size: 22px;
  transition: all 1s ease-in-out; 
  padding: 0 8px 4px 0;
}

.pswp__button--close {
    margin-right: 32px;
    margin-top: 10px;
    background-position: left bottom;
    background-size: 400px;
}

.page-template-default .entry-content,
.page-template-default .entry-header {
  min-width: 100%;
  text-align: left;
}

.page-template-template-fullwidth .entry-header {
  margin-left: 84px;
  transform: translate(0px, 32px);
  color: #313131;
}

.page-template-template-fullwidth .entry-header h1 {
  color: #252525;
}

.single-product .woocommerce-Tabs-panel {
  padding-left: 30px;
  width: 100% !important;
}

.storefront-product-pagination a {
  width: 360px;
  padding: 8px;
}

.storefront-product-pagination a[rel=prev] {
    left: -256px;
}

.storefront-product-pagination a[rel=next] {
    right: -256px;
}

.woocommerce-tabs ul.tabs {
    border: none;
} 

.woocommerce-Tabs-panel h2, #tab-description h3 {
  display: none !important;
}

.product .entry-summary {
  padding-left: 28px;
}

.woocommerce-Tabs-panel ul li, .woocommerce-Tabs-panel table {
  line-height: 1.2em;
  font-size: 13px !important;
}

.storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 0;
}

.page-template-default .entry-header h1.entry-title {
  margin-bottom: 0;
  font-size: 32px;
}

.type-product .woocommerce-product-gallery {
  padding: 28px;
}

.storefront-breadcrumb {
  padding: 12px 0 14px 0;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport figure {
    padding-left: 8px;
}

#news-page .su-post-meta, #news-page .su-post-title {
  display: block;
  font-size: 22px;
  margin-bottom: 0;
}

#news-page .su-post-meta {
  display: block;
  margin-bottom: 16px;
    font-size: 14px;
  color: #888;
}

#news-page .su-post-thumbnail {
  pointer-events: none;
} 

.su-post:last-child hr, .single .product_meta {
  display: none;
}

.single-product div.product p.price {
    margin: 8px;
}

.single-product .woocommerce-product-details__short-description p {
  font-size: 22px
}

h1.product_title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 0;
}

.gz-product-list ul.products li.product img {
  height: 128px;
  width: auto;
  margin-bottom: 4px;
  margin-top: 8px;
}

.gz-product-list > div > img {
  height: 64px;
  max-width: 64px;
}

.gz-product-list ul.products li.product {
  margin-bottom: 0;
}

.gz-product-list {
  padding-left: 54px;
  padding-right: 64px;
}

.gz-product-list + .gz-product-list {
  margin-bottom: 32px;
}

#main .gray-header {
  background-color: #ddd;
  padding: 96px 132px 22px 86px;
  margin: -132px 0px 32px 0px;
  line-height: 1.3em;
  font-size: 15px;
}

#main .gray-header-blog {
  background-color: #ddd;
  padding: 96px 132px 22px 96px;
  margin: -100px -32px 32px -32px;
}

.posted-on {
  font-size: 0px !important;
  font-weight: 100;
  color: rgb(136, 136, 136);
}
.posted-on a, .post-author a, .post-author {
    font-weight: 100 !important;
  font-size: 14px;
  color: rgb(136, 136, 136) !important; 
}

.post-comments, .entry-taxonomy {
  display: none;
}

.blog #main article, .single-post #main article {
  padding-left: 66px;
  padding-right: 22%;
  margin-bottom: 16px;
}

.blog #main article header, .single-post #main article {
  margin-bottom: 8px;
}

#comments {
  display: none;
}

.blog .hentry .wp-post-image, .single-post .hentry .wp-post-image {
  margin-left: 0;
  margin-right: 32px;
  width: 132px;
  height: 132px;
  float: left;
}

h2.alpha {
  font-size: 22px;
}

.error-404 {
  margin-left: 32px
}

.entry-content > img {
  margin-left: 32px;
  width: 42px;
  margin-top: 12px;
}

.gray-header a > img {
  width: 32px;
  margin-right: 1%;
  display: inline-block;
}

/* Sidebar Buttons */

#ssb-container {
  position: fixed;
  right: -110px;
  bottom: 50%;
  width: 160px;
}

#ssb-container .fab:before, #ssb-container .fas:before {
  font-size: 22px;
  display: inline-block;
  width: 32px;
  text-align: center;
  margin-right: 8px;
  color: white;
}

#ssb-container ul {
  height: auto;
}

#ssb-btn-0 a, #ssb-btn-3 a, #ssb-btn-2 a, #ssb-btn-4 a {
  float: left;
}

#ssb-container #ssb-btn-2 {
  margin-bottom: 32%;
}

#ssb-container li p {
  margin-left: 8px;
  padding-top: 10px;
}

#ssb-container li {
  height: 46px;
  background: rgb(57, 57, 57);
  margin-bottom: 1px;
  transition: all 1s ease;  
}

#ssb-container li:hover {
  transform: translateX(-85px);
  transition-duration: 1s;
  transition-timing-function: ease; 
}

#ssb-btn-4 {
  opacity: 0;
}

.fade-in {
  opacity: 1 !important;
}

/* Product Slider */

div.wpsp-slider-section img.wpsp-product-img {
  width: auto;
  height: 170px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.9));
  filter: drop-shadow(16px 16px 10px rgba(0, 0, 0, 0.9));
}

div.wpsp-slider-section .sp-product-content {
  height: 24px;
}

div.wpsp-slider-section .wpsp-product-title {
  padding-top: 34px;
}

#content div.wpsp-slider-section .wpsp-product:hover .wpsp-product-title > a {
  color: red;
}

div.wpsp-slider-section h2.sp-woo-product-slider-pro-section-title {
  font-weight: 100;
  text-align: center;
  margin-top: 32px;
  font-size: 32px;
}

div.wpsp-slider-section .slick-arrow > i:before {
  font-size: 64px;
  margin: 0 0px 0px -18px;
  transform: translate(0, -64px);
}

.storefront-product-section {
  display: none;
}

div.wpsp-slider-section .slick-arrow:hover > i:before {
  color: red;
}

/* Product List */

.gz-product-wrapper,
.product-border {
  border-left: 1px solid silver;
  line-height: 1.3;
}

#jp-relatedposts {
  display: none !important;
}

#content .linktext i.fa {
  width: auto;
}

body .widget_eu_cookie_law_widget.widget {
  bottom: 0;
  left: 0;
  right: 0;
}

.page-template-default #main h3 {
  margin-bottom: 8px;
  margin-top: 54px;
}

.page-template-default #main .mar-top-small {
  margin-top: 32px;
}

.entry-icon {
  height: 44px;
  width: 44px;
  margin-left: 30px;
  transform: translatey(-40px);
  font-size: 40px;
}

#product-tiles .col-wrapper .row img, #line-tiles .col-wrapper .row img {
  width: 64px;
  height: auto;
  margin-bottom: 20px;
}

ul.products > li.product:hover a,
ul.products > li.product:hover h2 {
  color: red;
}

#gz-intro i:before,
.fa-vcard:before,
.fa-address-card:before {
  margin-right: 10px;
  font-size: 32px;
}

#main .gz-product-list h2.woocommerce-loop-product__title {
  font-weight: 600;
  font-size: 18px;
  padding: 8px 8px 4px 8px;
  margin: 0;
}

.plutonium h2.woocommerce-loop-product__title {
  background-color: #333;
  color: white;
}

ul.products li.product .button {
  display: none;
}

.social-gz i {
  font-size: 32px;
}

.social-gz {
  margin-top: 12px;
}

.site-content {
  background-color: white;
}

.content-section a {
  font-size: 15px;
  line-height: 1.4;
  position: relative;
  padding: 32px 0 32px 0;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  color: red !important;
}

p,
span,
div {
  font-family: "Questrial", Arial, Helvetica, sans-serif;
}
/* Header & Menus */

a.brand-logo {
  display: inline-block;
  margin-left: 32px;
  left: 0;
  height: 64px;
  width: 400px;
  background-image: url(/wp-content/uploads/logo_groundzero.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.text-white {
  color: #ddd;
}

.site-title a,
.site-branding h1 a,
.site-footer .storefront-handheld-footer-bar a:not(.button),
button.menu-toggle,
button.menu-toggle:hover {
  font-size: 18px;
  padding-right: 0;
  padding-left: 0;
}

.site-header {
  padding-top: 0;
}

#masthead,
#content,
#colophon {
  width: 87%;
  margin: 0 auto;
}

#masthead {
  height: 124px;
}

.fixed-masthead {
  width: inherit;
  padding-top: 25px;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

.fixed-masthead:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

#post-5380, #post-8218 {
  padding-top: 0;
}

.site-info,
#page .site-branding,
.storefront-sorting,
#site-header-cart,
#masthead .site-search,
.home h1.entry-title,
#post-5380 h1.entry-title, #post-8218 h1.entry-title,
.su-post-title,
.su-post-meta,
.main-navigation ul.menu > li.menu-item-has-children > a:after,
.main-navigation ul.menu > li.page_item_has_children > a:after,
.main-navigation ul.nav-menu > li.menu-item-has-children > a:after,
.main-navigation ul.nav-menu > li.page_item_has_children > a:after,
#js-hidden-container, li:empty, .download-noicon a:before {
  display: none;  
}

/* Line Menus */

.reference-menu:before {
  background-image: url(/wp-content/uploads/g1208.png);
}
.plutonium-menu:before {
  background-image: url(/wp-content/uploads/g1173.png);
  box-shadow: 0 0 1px 1px  rgba(255,255,255,0.6);
  border-radius: 4px; 
}
.nuclear-menu:before {
  background-image: url(/wp-content/uploads/g1166.png);
}
.uranium-menu:before {
  background-image: url(/wp-content/uploads/g1146.png);
}
.hydrogen-menu:before {
  background-image: url(/wp-content/uploads/g1194.png);
}
.radioactive-menu:before {
  background-image: url(/wp-content/uploads/g1215.png);
}
.titanium-menu:before {
  background-image: url(/wp-content/uploads/g1180.png);
}
.iridium-menu:before {
  background-image: url(/wp-content/uploads/g1187.png);
}
.competition-menu:before {
  background-image: url(/wp-content/uploads/g1222.png);
}
.competition-pro-menu:before {
  background-image: url(/wp-content/uploads/g1129.png);
}
.fahrzeug-menu:before {
  background-image: url(/wp-content/uploads/g1118.png);
}
.dsp-menu:before {
  background-image: url(/wp-content/uploads/g1666.png);
}
.home-audio-menu:before {
  background-image: url(/wp-content/uploads/g1139-1-0.png);
}
.zubehoer-line-menu:before {
  background-image: url(/wp-content/uploads/g1684.png);
}

/* Category Menus */
.home-audio-cat-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_HomeAudio_invers.png);
}
.zubehoer-cat-menu:before, .zubehoer-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Zubehoer_invers.png);
}
.fahrzeugspez-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_FahrzeugspezifischeProdukte_invers.png);
}
.lautsprecher-komponenten-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_LautsprecherKomponenten_invers.png);
}
.lautsprecher-systeme-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_LautsprecherSysteme_invers.png);
}
.dsp-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_DSP-Produkte_invers.png);
}
.verstaerker-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Verstaerker_invers.png);
}
.sub-box-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Gehaeusesubwoofer_invers.png);
}
.subwoofer-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Subwoofer_invers.png);
}
.marine-cat-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Marine_invers.png);
}
.daemmung-cat-menu:before, .daemmung-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Daemmung_invers.png);
}
.kopfhoerer-cat-menu:before, .kopf-menu:before {
  background-image: url(/wp-content/uploads/Ground-Zero-Audio_Produktkategorie_Kopfhoerer_invers.png);
}

.storefront-primary-navigation > .col-full {
  margin-right: 22px;
  padding: 0 !important;
  float: right;
  width: 100%;
}

#site-navigation a {
  font-family: "Questrial", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

#site-navigation .primary-navigation ul.nav-menu li:last-child img {
  display: inline;
  padding-bottom: 3px;
  padding-right: 2px;
  padding-left: 4px;
}

li.prod-cat-menu > ul > li:before, li.prod-line-menu > ul > li:before {
  content: " ";
  height: 32px;
  width: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  float: left;
  margin: 0px 8px 0 8px;
}

#site-navigation .primary-navigation ul.nav-menu li ul.sub-menu li ul.sub-menu li a {
  padding: 2px 8px 4px 8px;
}

#site-navigation .primary-navigation ul.sub-menu > li,
#site-navigation .primary-navigation ul.nav-menu ul li a {
  min-width: 310px;
}

#site-navigation .primary-navigation  ul.sub-menu li > a {
  padding-left: 16px;
}

#site-navigation .primary-navigation ul.sub-menu li > a,
#site-navigation .primary-navigation ul.sub-menu {
  padding-top: 4px;
  padding-bottom: 12px;
}

.storefront-breadcrumb {
  margin-bottom: 0px;
}

.woocommerce-breadcrumb {
  font-family: "Questrial", Arial, Helvetica, sans-serif;
    margin: 8px 0px 8px 32px;
    background-color: transparent;
}

.no-click > a, .woocommerce-breadcrumb a:nth-child(n+2) {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.no-click:hover, .no-click:active {     -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.main-navigation.toggled .handheld-navigation, .main-navigation.toggled .menu>ul:not(.nav-menu), .main-navigation.toggled ul[aria-expanded=true] {
    padding-left: 2%;
}

#page .main-navigation.toggled .handheld-navigation li a, #page .main-navigation.toggled .menu>ul:not(.nav-menu) li a, #page .main-navigation.toggled ul[aria-expanded=true] li a {
  font-size: 18px;
  padding: 0;
}

.main-navigation.toggled .handheld-navigation li.prod-cat-menu > ul > li:before, .main-navigation.toggled .handheld-navigation li.prod-line-menu > ul > li:before {
  height: 24px;
  width: 24px
}

.handheld-navigation > ul > li .sub-menu:not(.toggled-on) {
  display: none;
}

.handheld-navigation > ul {
  background-color: black;
  padding: 8px;
}

.handheld-navigation ul.menu li button.dropdown-toggle {
  overflow: hidden;
  max-height: 20px;
  right: 12px;
}

.handheld-navigation ul.menu li button.dropdown-toggle:after {
  font-family: "FontAwesome";
  font-size: 36px;
  font-weight: 900;
  padding: 0 0 0 0;
  margin: -4px 0 0 -8px;
  transform-origin: center;
  line-height: 1000px;
}

.handheld-navigation ul ul ul {
  margin-left: 48px;
}

/* Content Area */

.page-template-template-homepage .entry-header {
  margin-left: 30px;
  transform: none;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
}

.page-template-template-homepage .entry-content {
  margin-left: 30px;
  padding-right: 32px
}

.content-section h2 {
  margin-bottom: 0;
  margin-top: 32px;
}

#main h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
}

#main .col-wrapper h3 {
  margin-bottom: 32px;
}

.entry-title i,
nav li i,
h2 i {
  margin-right: 0.7em;
}

#product-tiles-anchor {
  position: fixed;
  bottom: 128px;
  right: 5%;
  visibility: hidden;
}

#product-tiles-anchor i {
  font-size: 34px;
  color: white;
  font-weight: 100;
}

.hero-spacer.mar-top {
  margin-top: 440px;
}

.hero-spacer {
  min-height: 250px;
}

.image-section {
  background-color: #000;
  background-image: url(/wp-content/uploads/ground-zero-audio_background_lautsprecher-abbildung_opt.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ddd;
}

.col-wrapper {
  padding-right: 10%;
  padding-left: 10%;
}

.limit-with {
  padding-right: 35%;
}

.content-section {
  background-color: #fefefe;
}

.col-wrapper .fa {
  width: 100%;
  margin-bottom: 16px;
}

.pad-side {
  padding: 8px 6% 8px 6%;
  background-color: rgba(0, 0, 0, 0.8);
}

.site-header {
  border: none;
}

.site-content .col-full {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  box-sizing: content-box;
  max-width: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 0%);
}

.product-template-default .site-content {
  background: white;
}
/* Search & Forms*/

body:not(.home) form.contact-form {
  width: 60%;
  margin-top: 32px;
}

#main form label.checkbox {
  text-align: left;
  font-size: 12px;
  font-weight: 100;
  padding-left: 16px;
  text-indent: -16px;
  margin-bottom: 32px
}

#main form label.checkbox input[type="checkbox"] {
  margin-bottom: 0 !important;
  vertical-align: middle;
}

.contact-submit {
    text-align: right;
}

#content label.checkbox {
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 16px !important;
  line-height: 1.2em;
}

h6 {
  font-weight: bolder;
  margin-top: 16px;
}

#search-aws .aws-container form input.aws-search-field {
  background: rgba(0, 0, 0, 0.1);
  float: left;
  width: 300px;
}

#search-aws .aws-container {
  float: left;
}

#search-aws .aws-container:after {
  position: relative;
  top: -30px;
  float: right;
  color: black;
}
#aws-search-result-2 {
  margin-top: 36px;
  height: 256px;
}

#aws-search-result-2 ul {
  height: 256px;
  width: 100%;
}

.aws-container {
  display: block;
  float: right;
  margin-right: 46px;
  height: 0;
}

.aws-container form input.aws-search-field {
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid red;
  border-top: 1px solid gray;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  padding: 6px 6px 6px 8px;
  width: 180px;
  height: 32px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#masthead .aws-container:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  content: "\f002";
  font-size: 18px;
  width: 32px;
  right: 2px;
  top: 32px;
  color: #ddd;
}

#main .aws-container:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f002";
  font-size: 18px;
  width: 32px;
  color: #555;
  margin-top: -34px !important;
  margin-right: 0 !important;
}

.aws-container .aws-search-form {
  margin-top: 4px;
}

.aws-container .aws-search-field {
  width: 200px;
  padding: 6px; 
  font-size: 18px;
  background: rgba(255, 255, 255, 0.2);
  color: #ddd;
  border-bottom: 1px solid red;
}

.aws-container:hover .aws-search-field,
.aws-container:focus .aws-search-field {
  background: #ddd;
  color: black;
}

input.hc-field, input.aws-search-field {
  font-family: "FontAwesome" !important;
  font-weight: 900; 
}

#aws-search-result-1 {
  margin-top: 36px;
  width: auto !important;
}

.aws-search-result .aws_result_title {
    color: black;
}

.aws-search-result ul li {
    border-bottom: none;
}

.aws-search-result ul {
  overflow-y: hidden;
  max-height: 400px;
  width: 256px; 
}

.aws-search-result ul:hover {
    overflow-y: scroll;
}

.mar-top {
  margin-top: 64px;
}

.mar-bot {
  margin-bottom: 64px;
}

.mar-top-large {
  margin-top: 128px;
}

.mar-bot-large {
  margin-bottom: 128px;
}

.mar-bot-small {
  margin-bottom: 32px;
}

.mar-top-small {
  margin-top: 32px;
}

.pad-top {
  padding-top: 64px;
}

.pad-bot {
  padding-bottom: 64px;
}

.pad-top-large {
  padding-top: 128px;
}

.pad-bot-large {
  padding-bottom: 128px;
}

.pad-bot-small {
  padding-bottom: 32px;
}

.pad-top-small {
  padding-top: 32px;
}

.pad-left {
  padding-left: 8%;
}

.pad-right {
  padding-right: 8%;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_links ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_product_categories ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li {
  margin-bottom: 0;
}

.widget_eu_cookie_law_widget.widget {
  z-index: 0 !important;
}

/* Contact Form */

#content .contact-form label {
  margin-bottom: 0;
}

#content .contact-form input[type=email],
#content .contact-form input[type=text],
#content .contact-form input[type=url] {
  margin-bottom: 16px;
  border-bottom: 1px solid gray;
  border-top: none;
  height: 28px;
  box-shadow: none;
  background: none;
}

#content .contact-form textarea {
  margin-bottom: 16px;
  border: 1px solid gray;
  height: 100px;
  box-shadow: none;
  background: none;
  width: 100%
}

#content .contact-submit {
  float: right;
}

#content .contact-form label {
  font-weight: 100;
  font-size: 15px;
  font-family: "Questrial", Arial, Helvetica, sans-serif;
}

#colophon .col-full,
#colophon .col-full a,
#colophon .col-full p {
  min-width: 70%;
  color: #999;
  float: right;
}

.footer-widgets {
  padding-top: 8px;
}
/* Single View */

.product .woocommerce-tabs ul.tabs {
  width: 100%;
  float: none;
  margin-right: 5.8823529412%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: ' ';
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  content: ' ';
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -6px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -6px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: .5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}

#impressum-area,
#contact-area,
#history-area {
  background-color: white !important;
}
/* Shortcodes Ultimate */

.mfp-close-btn-in .mfp-close {}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 64%;
  background: lightgray;
  margin: 32px;
}

.nav-tabs .nav-link {
  background-color: white;
}

#popup-stuff {
  padding: 32px;
}

.tab-content {
  background-color: white;
  padding: 64px;
}

.footer-widgets .widget-title {
  display: none;
}

#main p:empty {
  display: none !important;
}

.page-id-5775 td, 
.page-id-8212 td {
  padding: 0 0 8px 0;
}

/* Media Queries */

@media (min-width: 768px) {
  .woocommerce-active #masthead .main-navigation {
    margin-top: -51px;
    width: 100%;
  }
  #site-navigation .primary-navigation ul.menu, #site-navigation .primary-navigation ul.nav-menu {
    float: right;
  }
  .footer-widgets.col-4 .block,
  .footer-widgets.col-4 .block a {
    font-family: "Questrial", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ddd !important;
    width: auto;
    float: right;
  }
  .footer-widgets.col-4 {
    min-width: 100%;
  }
  .footer-widgets .custom-html-widget {
    text-align: right;
  }
  body #colophon .footer-widgets.col-4 .block {
    margin-right: 22px;
  }
  body #colophon .footer-widgets.col-4 .footer-widget-1 {
    margin-right: 0;
  }
#masthead .main-navigation ul.menu > li > a, #masthead .main-navigation ul.nav-menu > li > a {
  padding: 1.618em 0.6em; 
}
}

@media (max-width: 768px) {
  #masthead .aws-container {
    display: none;
  }
  #masthead {
    background-color: transparent;
  } 
  .primary-navigation {
      margin-top: 86px !important;
  }
  .popup-menu-fix {
    margin: 0 auto !important;
  }
  .gz-product-list .col-1, .gz-product-list .product-border > p {
    display: none;    
  }
  .product-border {
    border: none;   
  } 
  .pad-top-large {
    padding-top: 0;
  }
  .woocommerce-Tabs-panel table, .woocommerce-Tabs-panel table p {
    font-size: 10px !important;
  } 
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
  font-size: 12px !important;
  } 
  .pad-bot-large {
    padding-bottom: 0;
  }
  .col-wrapper h2 {
    margin-top: 8px;
  }
  .col-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
  .image-section-0 {
    padding-bottom: 0;
  }
  .image-section-0 .pad-top-large {
    padding-top: 64px;
  } 
  #product-tiles {
    margin-bottom: 16px;
  }
  .woocommerce-breadcrumb {
    margin-top: 0px;
  }
  p:empty, .card-gz, hr {
    display: none;
  }
  .home article {
    margin-bottom: 0;
  }
  #object2vr-container canvas {
    width: 50% !important;
    height: auto !important;
    margin-left: -66px;
  } 
  .mfp-content {
    margin: 0 !important;
    width: 90% !important;
  }
  #popup-stuff {
    padding: 16px !important;
  }
  #popup-stuff .nav-tabs {
    margin-left: 0px !important;
  } 
  #popup-stuff .nav-tabs li {
    width: 100%;
  }
  #popup-stuff .tab-content {
    padding: 16px;
  }
  #popup-stuff ol {
    padding: 0;
    margin: 8px;
  }
  .single-product #primary.content-area {
    padding: 0;
  } 
  .storefront-breadcrumb {
    padding-top: 4px;
  }
  #main .entry-icon {
    transform: translatey(-30px);
    margin-left: 12px;
  } 
  .main-navigation.toggled .handheld-navigation li button {
    width: 16px;
    right: -18px !important;
    padding-left: 100%;
  } 
  .gz-product-list ul.products li.product {
    width: 49%;
    display: inline-block;
  } 
  .gz-product-list .product-border p {
    margin-top: 4px;
    line-height: 1.1;
  } 
  .page-template-template-fullwidth .entry-header {
    margin-left: 64px;
  } 
  #masthead {
    height: 128px;
  }
  #main .gz-product-list ul.products li.product h2 {
    font-size: 14px !important;
  }
  .single-product div.product .woocommerce-product-gallery {
    margin-bottom: 0;
  } 
  #masthead .main-navigation.toggled .handheld-navigation li a {
    font-size: 16px;
  }
  #masthead .main-navigation.toggled .handheld-navigation ul, #masthead .main-navigation.toggled .handheld-navigation ul.sub-menu {
    margin-left: 0 !important;
  } 
  #masthead .main-navigation.toggled .handheld-navigation ul.sub-menu li a {
    padding-bottom: 4px;
    font-size: 14px
  }
  #masthead .main-navigation.toggled .handheld-navigation ul.sub-menu li ul.sub-menu {
    padding-left: 40px
  }
   .fixed-masthead > .container-fluid {
    margin-top: -84px
  }     
  #content {
    margin-top: 0 !important;
  }
  body.home .image-section-0:before {
    min-width: 58% !important;
    top: 140px !important;
  }
  #main .gray-header {
    padding: 96px 2% 2% 14px !important;
    margin: -120px 0px 32px 0px;
    font-size: 14px;
  }
  .woocommerce-breadcrumb {
    margin-left: 14px;
  } 
  #masthead .aws-container {
    margin: -42px 8% 0px 0px;
  }
  #masthead .aws-container:after  {
    margin-top: 32px;
  }
  #masthead .menu-toggle {
    margin-right: -14px;
  }
  #main h1.entry-title {
    font-size: 26px !important;
  }
  #main h2 {
    font-size: 22px !important;
  }
  #main .gz-product-list {
    padding-left: 8px;
    padding-right: 6px;
  } 
  #main .gz-product-wrapper {
    border: none;
  } 
  #main .gz-product-list .aws-container {
    width: 95%;
  }
  #main .gz-product-list .aws-container input[type="text"] {
    margin-top: 32px;
    width: 100%;
  }
  #main .gz-product-list .aws-container:after  {
    margin-top: 42px;
    margin-right: -42px;
  }
}

@media (max-width: 992px) {
  .woocommerce-active .site-header .main-navigation {
    margin-right: 0px;
  }
  
#object2vr-container:before {
  display: none;
} 
  
  #main h1.entry-title {
    font-size: 36px;
  }
  a.brand-logo {
    max-width: 200px;
    margin-left: 0;
  } 
  #main p {
    font-size: 14px;
  }
  .gray-header a > img {
    margin-bottom: 6px;
  } 
  .storefront-primary-navigation > .col-full {
    margin-right: 0;    
  }
  #ssb-container, .storefront-handheld-footer-bar {
    display: none;
  } 
  .pll-parent-menu-item a > img {
    display: inline;
    vertical-align: baseline;
  } 
  button.menu-toggle span {
    color: transparent;
    margin: 0;
    padding: 0;
  }
  button.menu-toggle {
    border: 1px solid silver;
    margin-bottom: 16px; 
  }
  button.menu-toggle:before, button.menu-toggle:after, button.menu-toggle span:before {
    width: 24px;
    left: 11px;
  }
  .fixed-masthead {
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: auto;
}
  .fixed-masthead:hover {
    background-color: rgba(0, 0, 0, 1);
} 
  .gz-product-list > div > img {
    height: 32px;
    max-width: 32px;
  }
  .gz-product-list > div.col-1 {
    margin-bottom: 16px;
  }
  .gray-header > a {
    display: none;
  }
  .footer-widgets .widget {
    margin-bottom: 0;
  }
  .footer-widgets {
    max-width: 100% !important;
    text-align: center;
  }
}

@media (max-width: 1260px) {
  #page #content {
    margin-top: 64px;
  }
  body.home .image-section-0:before {
    display: inline-block;
    top: 220px;
    width: 50% !important;
  }
  #content, #colophon {
    width: 100%;
  } 
}

@media (max-width: 1200px) {
  #site-navigation .primary-navigation {
    margin-top: 32px;
  }
  .woocommerce-active .site-header .main-navigation {
    margin-top: 8px;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-tabs {
    width: 100%;
} 
}