/**
Theme Name: Hutegger Fleischhauerei
Author: Aufwind Werbeagentur
Author URI: http://aufwind.co.at/
Version: 1.0
*/
/*GOOGLE FONTS lokal einbinden*/
@font-face {
  font-family: "Muli";
  src: url(fonts/Mulish-VariableFont_wght.ttf) format("truetype");
}
@charset 'UTF-8';
body,
html {
  margin: 0;
  padding: 0;
  color: #003a5d !important;
  font-family: Muli, sans-serif !important;
  font-size: 16px !important;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
body img {
  max-width: 100%;
  height: auto;
}
* {
  box-sizing: border-box;
  outline: 0;
}
.logo {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  max-width: 400px;
  padding: 0;
  transition: all 0.5s;
}
.gm-style-iw {
  border: 2px solid #422918;
  padding: 10px;
  box-sizing: border-box;
  color: #422918;
}
img.logoanimate {
  position: absolute;
  left: 0;
  top: 17%;
  height: auto !important;
  width: auto;
  right: 0;
  z-index: 1;
  margin: auto;
  max-width: 700px !important;
  padding: 0;
  transition: all 6s;
}
.carousel-inner .item img.logoanimate {
  display: none;
}
.carousel-inner .item:first-child img.logoanimate {
  display: block !important;
}
.carousel-inner .item:first-child .logo {
  display: none !important;
}
.posted_in {
  width: 100%;
  float: left;
  clear: left;
}
.woocommerce-product-details__short-description {
  margin: 20px 0;
  font-size: 18px;
}
.logous {
  width: 100%;
  float: left;
}
.logous img {
  margin: 0 auto;
  display: block;
}
.logohid {
  float: left;
  visibility: hidden;
  width: 0;
  clear: left;
  margin: 5px 0 5px 50px;
  transition: all 0.5s;
}
header.fixed .containermobile {
  margin-top: 25px;
  max-height: 100%;
}
header.fixed .logohid {
  visibility: visible;
  width: 110px;
}
.logo img {
  margin: 0 auto;
  transition: all 0.5s;
  max-width: 100%;
  padding: 5% 5%;
  display: block;
  background: rgba(255, 255, 255, 0.65);
}
header.fixed .logo {
  max-width: 10%;
  float: left;
  min-width: 100px;
  padding: 5px;
}
.hotspot-initial {
  display: none;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
}
nav {
  width: 100%;
  display: none;
  z-index: 111;
  position: fixed;
  right: 0;
  max-width: 480px;
  background: #009ade;
  height: 100%;
  position: fixed;
  max-width: 480px;
  right: 0;
  padding: 100px 50px 1% 1%;
}
.single-product .product_title {
  text-transform: uppercase;
}
.cover-berggeister {
  width: 100%;
  padding: 2% 1%;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.cover-berggeister h3 {
  color: #009ade;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  font-size: 36px;
}
.carousel-inner .item:first-child .carousel-caption {
  display: none !important;
}
#lebensmitteleinzelhandel-content {
  padding: 5% 0 0 0 !important;
}
#lebensmitteleinzelhandel {
  border-bottom: 5px solid #009ade;
}
#verkaufspartner .bgblau {
  background: #003a5d;
  text-align: left;
}
#verkaufspartner .bgblau .produktionimg:after {
  background: #003a5d;
}
#AMA-Gastrosiegel,
#SalzburgerLand {
  display: none;
}
.referenzen-gastro {
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-Tabs-panel h2 {
  display: none;
}
.woocommerce-page div.product .woocommerce-tabs {
  font-size: 13px !important;
}
.refitems {
  width: 14.2%;
  padding: 1%;
}
.refitems img {
  filter: grayscale(100%);
}
.refitems:hover img {
  filter: none !important;
}
.lebntabele {
  overflow-y: auto;
}
.lebntabele table {
  text-align: left;
  width: 100%;
  min-width: 500px;
}
.tabcole {
  display: block !important;
}
.lebntabele table tr:nth-child(odd) {
  background: #007db3;
}
.lebntabele table th {
  background: #006b99;
  padding: 5px;
}
.lebntabele table tr td {
  padding: 5px;
}
.scrollToContent:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  font-size: 24px;
  margin: -5px 10px 0 0;
}
.scrollToContent {
  position: absolute;
  left: 10px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  text-decoration: none;
  bottom: 10px;
  z-index: 11;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation: scrollToContent 2s infinite;
  -moz-animation: scrollToContent 2s infinite;
  -o-animation: scrollToContent 2s infinite;
  animation: scrollToContent 2s infinite;
}
@-webkit-keyframes scrollToContent {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translate(0, 0);
  }
  40% {
    -webkit-transform: translate(0, -15px);
  }
  60% {
    -webkit-transform: translate(0, -7px);
  }
}
@-moz-keyframes scrollToContent {
  0%,
  100%,
  20%,
  50%,
  80% {
    -moz-transform: translate(0, 0);
  }
  40% {
    -moz-transform: translate(0, -15px);
  }
  60% {
    -moz-transform: translate(0, -7px);
  }
}
@-o-keyframes scrollToContent {
  0%,
  100%,
  20%,
  50%,
  80% {
    -o-transform: translate(0, 0);
  }
  40% {
    -o-transform: translate(0, -15px);
  }
  60% {
    -o-transform: translate(0, -7px);
  }
}
@keyframes scrollToContent {
  0%,
  100%,
  20%,
  50%,
  80% {
    transform: translate(0, 0);
  }
  40% {
    transform: translate(0, -15px);
  }
  60% {
    transform: translate(0, -7px);
  }
}
nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  text-align: right;
}
nav ul li {
  width: 100%;
  float: left;
  font-size: 22px;
  text-transform: uppercase;
  padding: 3px 1%;
  margin: 2px 0;
  list-style-type: none;
}
nav ul li a {
  text-decoration: none;
  color: #fff;
}
.maincontent {
  width: 100%;
  max-width: 1200px;
  display: table;
  margin: 0 auto;
  padding: 1% 1%;
}
.maincontentus {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5% 1%;
}
.maincontentus a {
  color: #009ade;
}
.mcleft {
  width: 30%;
  float: left;
  border-right: 1px solid #003a5d;
}
.mcright {
  width: 70%;
  float: left;
  padding: 0 2%;
}
.jumbocontainer {
  width: 100%;
  float: left;
}
#ueber-uns {
  padding: 10% 0;
  background-image: url(../hutegger/img/ueber-uns.jpg);
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mcleft h3 {
  color: #003a5d;
  text-transform: uppercase;
}
.mcleft h4 {
  color: #009ade;
  text-transform: uppercase;
}
.fullwidthimg {
  width: 100%;
  float: left;
  position: relative;
}
.fullwidthimg img {
  width: 100%;
}
.fullwidthimg:after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  z-index: 11;
  height: 185px;
  background-image: url(../hutegger/img/logo-teil.png);
  background-size: cover;
}
#philosophie,
#shop {
  padding: 10% 0;
  position: relative;
  z-index: 1;
}
.produktiontitles {
  float: left;
  width: 70%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 3% 0;
}
#news {
  background: #003a5d;
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.produkttitleinn {
  width: 100%;
  max-width: 650px;
  position: relative;
  margin: 0 auto;
  display: table;
}
.produkttitleinn:before {
  width: 100px;
  height: 3px;
  background: #fff;
  content: "";
  position: absolute;
  left: -50px;
  top: 20px;
}
.produkttitleinn:after {
  width: 100px;
  height: 3px;
  background: #fff;
  content: "";
  position: absolute;
  right: -50px;
  top: 20px;
}
.produktionimg {
  width: 60%;
  float: left;
  position: relative;
}
.produktionimg:after {
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
  width: 120px;
  height: 100%;
  transform: skewX(4.7deg);
  background: #009ade;
}
.produktionimg img {
  float: left;
  width: 100%;
  position: relative;
}
.produktioncontent {
  width: 40%;
  float: left;
  position: relative;
  color: #fff;
  padding: 5%;
}
.produktioncontent h2 {
  margin: 0 0 1% 0;
  border-bottom: 2px solid #003a5d;
  padding: 0 0 1% 0;
}
.bgblau {
  background: #009ade;
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
#produkte {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 0;
  padding: 0;
}
#produkte li {
  height: 350px;
  position: relative;
  width: 33.33%;
  font-size: 16px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.activehref a {
  color: #003a5d;
}
.nowshoppen {
  width: 100%;
  float: left;
  margin: 20px 0;
}
#produkte li a {
  text-decoration: none;
  color: #fff;
}
#produkte li h3 {
  text-transform: uppercase;
  background: rgba(0, 154, 222, 0.5);
  padding: 5px 10px;
  font-size: 28px;
  position: relative;
}
#produkte li h3:before {
  width: 150px;
  height: 106px;
  content: "";
  background-image: url(../hutegger/img/hut.png);
  content: "";
  position: absolute;
  top: -110px;
  right: 0;
  left: 0;
  margin: auto;
}
.totopicon {
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
  z-index: 111;
}
#philosophie:before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  transform: skewY(-2deg);
  background: #fff;
  z-index: -1;
}
.navizert {
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 0 10px;
  margin: 0 auto;
  text-align: left;
}
.navizert li {
  display: inline-block;
  width: 100%;
  max-width: 90%;
  clear: left;
  background: #009ade;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.5s;
  padding: 5px 0 5px 10px;
}
.navizert li.klickedbtni {
  width: 100%;
  max-width: 100%;
  background: #efc51a;
  color: #00192a;
}
.contact-info-icons {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr; /* Standard: Mobile = 1 Spalte */
  max-width: 1024px;
  padding: 20px;
  margin: 0 auto;
}

.contact-info-icons li {
  text-align: center;
  color: #fff;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.contact-info-icons li i {
  font-size: 36px !important;
}

.contact-info-icons li a {
  color: #fff !important;
}

@media (min-width: 768px) {
  .contact-info-icons {
    grid-template-columns: repeat(2, 1fr); /* Tablet = 2 Spalten */
  }
}

@media (min-width: 1024px) {
  .contact-info-icons {
    grid-template-columns: repeat(4, 1fr); /* Desktop = 4 Spalten */
  }
}

.adrinf {
  width: 100%;
}
#geschaeft-content a {
  color: #fff;
}
#karriere-und-jobs .kontaktwithicons li {
  color: #009ade;
}
#karriere-und-jobs .kontaktwithicons li i {
  color: #009ade;
}
#kontakt .kontaktwithicons li {
  width: 100%;
  margin: 20px 0;
  color: #fff;
}
#kontakt .kontaktwithicons li i,
#kontakt .kontaktwithicons li a {
  color: #fff !important;
}
#auszeichnungen {
  background: #00192a url(../hutegger/img/pokal.png);
  background-size: contain;
  padding: 110px 0;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  background-attachment: fixed;
}
.icongold {
  width: 100%;
  float: left;
  margin: 20px 0;
}
.icongold img {
  margin: 0 auto;
  display: block;
}
#auszeichnungen h3 {
  text-transform: uppercase;
  font-size: 50px;
  color: #efc51a;
}
#auszeichnungen h4 {
  font-weight: 700;
}
.hidcontgh h4 {
  font-weight: 700;
  font-size: 7vw;
}
.ausspunkt {
  float: left;
  margin: 2% 0;
}
.ausspunktli {
  width: 50%;
}
.ausspunktri {
  width: 50%;
}
.ausspunkt ul li {
  list-style-type: none;
  position: relative;
  font-size: 20px;
  padding: 5px 20px 5px 40px;
  margin: 10px 0;
}
.ausspunkt ul li:before {
  content: "";
  background-image: url(../hutegger/img/icon-ausz.png);
  width: 38px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.containermobile {
  position: relative;
  transition: all 0.5s;
  z-index: 11111;
  border: 1px solid #009ade;
  display: inline-block;
  float: right;
  background: #003a5d;
  padding: 7px 15px;
  cursor: pointer;
  margin: 10px 50px 10px 10px;
}
.sloganausz {
  padding: 5% 0;
  width: 100%;
  float: left;
  color: #efc51a;
}
.slogan {
  width: 70%;
  float: left;
  font-size: 36px;
}
.sloganimg {
  width: 30%;
  float: left;
}
.auszimg {
  z-index: 1;
  width: 100%;
  float: left;
  position: relative;
}
.auszimg img {
  width: 100%;
}
.auszimg:before {
  position: absolute;
  content: "";
  left: 0;
  top: -50px;
  width: 100%;
  height: 100px;
  transform: skewY(-2deg);
  background: #009ade;
}
.auszimg:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 100px;
  transform: skewY(-2deg);
  background: #009ade;
}
.sgh {
  float: left;
  padding: 10% 0;
  position: relative;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#lebensmitteleinzelhandel {
  width: 100%;
  cursor: pointer;
  background-attachment: fixed;
}
.sgh a {
  text-decoration: none;
  color: #fff;
}
.sgh h3 {
  text-transform: uppercase;
  color: #fff;
  float: left;
  clear: left;
  font-size: 40px;
  position: relative;
  width: 100%;
}
.sgh h3:after {
  content: " +";
  transition: all 0.5s;
  display: inline-block;
  color: #efc51a;
}
#geschaeft h3.klicked:after,
#hotel-und-gastro h3.klicked:after,
#lebensmitteleinzelhandel h3.klicked:after {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.customer-logos .slick-slide img {
  width: auto !important;
}
.sgh h4 {
  width: 100%;
  float: left;
  color: #fff;
  clear: left;
}
.sgh h3:before {
  width: 150px;
  display: none !important;
  height: 106px;
  content: "";
  background-image: url(../hutegger/img/hut.png);
  content: "";
  position: absolute;
  top: -105px;
  right: 0;
  left: 0;
  margin: auto;
}
#hotel-und-gastro {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-bottom: 5px solid #009ade;
  background-attachment: fixed;
}
#geschaeft {
  width: 100%;
  cursor: pointer;
  border-bottom: 6px solid #009ade;
  background-attachment: fixed;
}
.hidcontgh {
  background: #009ade url(../hutegger/img/transparente-logo.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 18px;
  display: none;
  color: #fff;
  text-align: center;
  padding: 5% 0;
  float: left;
  width: 100%;
}
.fbsoc:before {
  font-size: 40px;
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
.fbsoc:after {
  font-size: 40px;
  content: "#";
  position: absolute;
  right: 0;
  top: 0;
}
.fbsoc {
  width: 100%;
  max-width: 650px;
  position: relative;
  margin: 0 auto;
  display: table;
}
.fbsoc a {
  color: #fff;
  text-decoration: none;
}
.contactli {
  width: 100%;
  float: left;
  padding: 3% 5%;
  background-color: #003a5d;
}
.contactli p {
  margin: 10px 0;
}
.contactri {
  width: 60%;
  color: #fff;
  float: left;
  padding: 3% 5%;
  background: #003a5d;
}
.contactri a {
  color: #fff;
}
.wpcf7 {
  width: 100%;
  float: left;
  margin: 1% 0 !important;
}
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
  width: 100%;
  font-family: Muli, sans-serif;
  background: #fff;
  border: none;
  margin: 5px 0;
  padding: 10px 1%;
  font-size: 16px;
  color: #003a5d !important;
}
.wpcf7 input[type="submit"] {
  width: 100%;
  background: 0 0;
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  margin: 5px 0;
  padding: 10px 1%;
  font-size: 16px;
}

.grid .menu {
  display: grid;
  gap: 1rem; /* Abstand zwischen Items */
  grid-template-columns: 1fr; /* mobile: 1 Spalte */
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px;
}

.grid .menu li {
  list-style-type: nones;
  border: 1px solid #fff;
  color: #fff !important;
  text-align: center;
  padding: 10px;
}

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

ul,
ol {
  list-style: none;
  padding-left: 0; /* optional */
}

li::marker {
  content: none;
}

@media (min-width: 768px) {
  .grid .menu {
    grid-template-columns: 1fr 1fr; /* ab 768px: 2 Spalten */
  }
}

.maincontent p {
  margin: 10px 0;
}
.maincontentus p {
  margin: 10px 0;
}
.produktkategorien {
  font-size: 0;
  width: 100%;
  float: left;
  margin: 20px 0;
}
.produktkategorien li {
  display: inline-block;
  vertical-align: top;
  width: 31.33%;
  margin: 1%;
  font-size: 16px;
  background: #fff;
  padding: 1%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}
.sinprimg {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.catatag {
  background: #009ade;
  color: #fff;
  text-align: center;
  width: 100%;
  float: left;
  padding: 5px 1%;
  text-transform: uppercase;
}
.zrtbtn {
  width: auto;
  clear: left;
  padding: 10px 1%;
  margin: 0 0 20px 0;
  float: left;
  background: #003a5d;
  color: #fff;
}
.zrtbtn a {
  color: #fff;
  text-decoration: none;
}
body.category {
  background-image: url(../hutegger/img/hutegger-logo-bg-tr.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.drawimg {
  width: 100%;
  z-index: 1;
  float: left;
  position: relative;
  clear: both;
}
.site-main {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 20px auto;
  display: table;
  padding: 3% 3%;
}
.site-main header {
  position: relative !important;
  top: auto !important;
}
.content-area {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 5%;
}
.content-area nav {
  display: block;
  background: 0 0;
  height: auto;
  position: relative;
  right: auto;
  max-width: none;
}
.content-area:before {
  position: absolute;
  content: "";
  transform: skewY(-2deg);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #003a5d !important;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 10px 1%;
  font-size: 14px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  display: block !important;
  position: relative !important;
  height: auto !important;
  max-width: none !important;
  right: auto !important;
  padding: 0 !important;
  background: 0 0 !important;
}

.woocommerce .quantity .qty {
  padding: 6px 1%;
  font-size: 14px;
}
.woocommerce .woocommerce-MyAccount-navigation {
  width: 22% !important;
  margin: 0 !important;
  max-width: none !important;
  float: left;
}
.woocommerce .woocommerce-MyAccount-content {
  width: 75% !important;
  margin: 0 !important;
  max-width: none !important;
  float: left;
}
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width: 200px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px !important;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 17px !important;
  line-height: 26px;
  margin: 0 !important;
  float: none;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: rgba(0, 0, 0, 0.8);
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.page-description a {
  color: #009ade;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0, 0, 0, 0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav ul li a.activelink {
  font-weight: 700;
}

.woocommerce ul.products li.product a img {
  margin: 0 !important;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce ul.products li {
  overflow: hidden;
}
.woocommerce ul.products li.product:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce-loop-category__title,
.woocommerce-loop-product__title {
  background: #009ade;
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font-size: 24px !important;
  color: #009ade !important;
}
.summary a {
  color: #009ade !important;
}
.count {
  background-color: #003a5d;
  color: #fff;
  padding: 0 5px;
  display: none;
}
.headerus {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1% 3%;
  display: table;
}
.headerus .logo {
  display: inline-block;
  width: 100%;
  text-align: center;
  float: none;
  vertical-align: middle;
}
.headerus .logo img {
  padding: 10px;
}
.menuus {
  width: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
#menu-shop-menue {
  width: 100%;
  margin: 20px 0;
  padding: 10px 1%;
  text-align: center;
  position: relative;
}
.woocommerce-products-header__title {
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.single-product .price span.woocommerce-Price-amount {
  font-size: 36px !important;
}
.woocommerce-product-attributes-item__value .mingewichtinfo {
  display: none;
}
.woocommerce-product-attributes-item:first-child .mingewichtinfo {
  display: inline-block !important;
}
.woocommerce-product-details__short-description {
  background: #009ade;
  padding: 15px;
  color: #fff;
}
.woocommerce-product-details__short-description strong {
  color: #003a5d;
}
#menu-shop-menue li {
  margin: 0 2%;
  display: inline-block;
}
#menu-shop-menue li a {
  color: #003a5d;
  text-transform: uppercase;
  text-decoration: none;
}
.archive .current-menu-item a,
.archive .current_page_item a {
  color: #009ade !important;
}
.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 5px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.ustopn {
  width: 100%;
  float: left;
  clear: left;
}
.ustopn li,
.ustopn li h1 {
  display: inline-block;
  font-size: 24px;
}
a.carousel-control {
  background: 0 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-image: none !important;
  z-index: 11;
}
a.carousel-control:hover {
  background: 0 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-image: none !important;
}
a.carousel-control:active {
  background: 0 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-image: none !important;
}
.carousel-inner {
  height: 100%;
  overflow: auto;
}
.carousel-inner .item:first-child {
  display: none;
}
.carousel-inner .item {
  height: 100%;
}
.kb_wrapper {
  height: 100% !important;
}
.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidercontent {
  background: rgba(255, 255, 255, 0.7);
  height: 0;
  display: none;
  transition: all 0.5s;
  float: left;
  width: 95%;
  margin: 0 2.5%;
  color: #003a5d;
  text-shadow: none !important;
  font-weight: 700;
}
.carousel-caption:hover .slidercontent {
  height: auto !important;
  padding: 3%;
  display: block;
}
.carousel-caption {
  bottom: auto !important;
}
.zumshop {
  position: fixed;
  z-index: 2;
  bottom: -10px;
  right: 5%;
  max-width: 180px;
}
.tabsnavi {
  width: 100%;
  max-width: 1200px;
  padding: 15px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.tabsnavi li {
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  width: 31.33%;
  margin: 1%;
  text-transform: uppercase;
  background: #009ade;
  color: #fff;
  padding: 10px 0;
}
li.tablinks.active {
  background: #003a5d;
}
.tabcontent {
  width: 100%;
  float: left;
  clear: left;
  transition: all 0.5s;
  display: none;
}
.tabcontent h3 {
  color: #009ade;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
}
.tabcontent h4 {
  text-transform: uppercase;
}
.tabcontentcover {
  max-width: 1200px;
  padding: 15px;
  margin: 0 auto;
  text-align: left;
}
#ueberblick {
  width: 100%;
  float: left;
  padding: 90px 0 0 0;
}
.shopcontainer {
  width: 100%;
  position: relative;
  height: auto;
  float: left;
  color: #fff;
  padding: 5% 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.drawimgtitel {
  padding: 3% 2%;
  position: absolute;
  left: 2%;
  top: 3%;
  width: 100%;
  max-width: 750px;
  z-index: 11;
}
.shopcontinnen {
  width: 96%;
  float: left;
  max-width: 800px;
  padding: 2%;
  font-size: 20px;
  background: rgba(0, 25, 42, 0.4);
  margin: 2%;
}
.shopcontinnen h3 {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
}
.shopcontinnen a {
  color: #fff;
  text-transform: uppercase;
}
.shopcontinnen:hover a {
  color: #fff;
}
.hotspots-image-container {
  width: 100% !important;
  display: inline-block !important;
  background: 0 0 !important;
  position: relative;
  clear: both !important;
}
.kckdch {
  margin-top: -20px;
}
.hotspots-placeholder {
  width: 100% !important;
  background: #fff !important;
  padding: 0 !important;
  color: #003a5d !important;
  clear: both !important;
  display: inline-block !important;
}
.hotspots-placeholder:before {
  width: 40px;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 20%;
  top: -20px;
  transform: rotate(-45deg);
  content: "";
}
.hotspots-interaction {
  display: inline-block !important;
  margin: 0 !important;
}
img.hotspots-image {
  width: 100% !important;
  margin-top: -20px !important;
}
#wrap-hotspots-image-260 {
  width: 100% !important;
}
.hotspot-initial,
.hotspots-content {
  width: 100%;
  padding: 2% 1%;
  margin: 0 auto;
  max-width: 1200px;
}
.hotspot-thumb {
  width: 50%;
}
.hotspot-content {
  width: 50%;
}
.hotspot-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
}
.hotspot-info {
  display: flex;
  align-items: center;
}
.zumshop2 {
  width: 100%;
  float: left;
}
.shopbtnblau {
  max-width: 200px;
}
#regionalitaet {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background: #009ade;
  color: #fff;
}
.logofoot {
  margin: 0 auto;
  display: block;
}
.jobscont {
  width: 100%;
  float: left;
  display: none;
}
.active-tab .jobscont {
  display: block;
}
.tab-heading-01 {
  display: inline-block;
  vertical-align: top;
}
.tab-heading-01 h3 {
  width: 100%;
  float: left;
  position: relative;
  text-transform: uppercase;
  color: #be941a;
  margin: 5px 0;
  padding: 5px 10px;
  cursor: pointer;
}
.jobscont ul {
  width: 100%;
  float: left;
  margin: 0 0 0 20px;
}
.tabcontent1 {
  display: none;
}
.tabsnavi1 {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  padding: 0;
}
.tabsnavi1 li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  position: relative;
  padding: 75px 10px 10px 10px;
  margin: 1%;
  cursor: pointer;
}
.tabsnavi1 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(../hutegger/img/hut-ico.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 50px;
}
.tabcontent1 ul {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 0;
}
.tabcontent1 ul li {
  vertical-align: middle;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  margin: 1%;
  width: 31.33%;
}
.tabcontent1 ul li strong {
  color: #be941a;
}
.tabcontent1 p strong {
  color: #be941a;
}
li.tablinks1.active {
  transform: scale(1.2);
  color: #be941a;
}
#auszeichnungen .maincontent {
  max-width: 1000px !important;
}
#karriere-und-jobs {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
#karriere-und-jobs h4 {
  font-weight: 700;
}
#karriere-und-jobs h3 {
  color: #009ade;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
#regionalitaet h3 {
  color: #00192a;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
#regionalitaet h4 {
  font-weight: 700;
}
#verkaufspartner h3 {
  font-size: 36px;
  color: #009ade;
  text-transform: uppercase;
  font-weight: 700;
}
#verkaufspartner h4 {
  font-weight: 700;
  font-size: 18px;
}
#regionalitaet a {
  color: #efc51a;
}
.rego {
  position: relative;
}
.szllink {
  position: absolute !important;
  z-index: 1;
  right: 10px;
  top: 10px;
  width: auto !important;
}
#regionalitaet .produktionimg {
  width: 40%;
}
#regionalitaet .produktioncontent {
  width: 60%;
}
.text2columns {
  column-count: 2;
}
#service h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
.flex-left {
  width: 50%;
  float: left;
  padding: 5%;
}
.flex-left h4 {
  font-weight: 700;
}
.flex-right {
  width: 50%;
  float: left;
}
.newsleft {
  width: 30%;
  float: left;
  color: #fff;
  padding: 3%;
  text-align: center;
}
.newsleft h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
}
.slidernews p {
  text-transform: none;
}
.sghcover {
  width: 100%;
  float: left;
}
.slidernews {
  width: 100%;
  max-width: 1200px;
  display: table;
  padding: 0 1%;
  margin: 20px auto;
}
.slick-slide {
  margin: 0 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-next:before,
.slick-prev:before {
  color: #000;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide a:hover {
  color: #efc51a;
}
.slick-slide {
  display: none;
  float: left;
  padding: 10px;
  border: 1px solid #fff;
  min-height: 1px;
  transition: all 0.5s;
  background: #fff;
  color: #003a5d;
}
.slick-slide h3 {
  font-size: 20px;
}
.slick-slide:hover {
  background: #009ade;
  color: #fff;
}
.slick-slide:hover a {
  color: #efc51a;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  display: none !important;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 27px;
  height: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  background: #fff;
  display: block;
  width: 27px;
  height: 24px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 24px;
  content: "";
  text-align: center;
  color: #5fc4f0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #5fc4f0;
  background: #5fc4f0;
}
.woocommerce-page div.product .woocommerce-tabs {
  float: right;
  width: 48%;
  clear: right !important;
}
section.related.products {
  width: 100%;
  clear: left;
  float: left;
}
.single-product .site-main {
  max-width: 1400px;
}
.woocommerce form .form-row .input-checkbox {
  margin: -10px 8px 0 0 !important;
}
@media screen and (max-width: 1200px) {
  #auszeichnungen {
    background: #00192a !important;
  }
  #menu-shop-footer li {
    width: 100%;
    margin: 5px 0;
  }
}
@media screen and (max-width: 1024px) {
  .drawimgtitel {
    position: relative;
    left: auto;
    top: auto;
    max-width: none;
    background: #fff;
  }
}
@media screen and (max-width: 800px) {
  a.kb_control_right {
    right: -5px !important;
  }
  a.kb_control_left {
    left: -5px !important;
  }
  .kb_caption {
    max-width: 280px !important;
  }
  .kb_caption h1 {
    font-size: 22px !important;
  }
  .mcleft {
    width: 100%;
    border-right: none;
  }
  .mcright {
    width: 100%;
    padding: 0;
    margin: 2% 0;
  }
  .fullwidthimg:after,
  .produktionimg:after,
  .produkttitleinn:after,
  .produkttitleinn:before {
    display: none;
  }
  .produktionimg {
    width: 100% !important;
  }
  .produktioncontent {
    width: 100% !important;
    padding: 2% 1%;
  }
  .text2columns {
    column-count: auto;
  }
  #produkte li {
    width: 50% !important;
  }
  .ausspunktli,
  .ausspunktri {
    width: 100%;
  }
  .auszimg:after,
  .auszimg:before {
    display: none;
  }
  .slogan {
    width: 100%;
    font-size: 24px;
  }
  .sloganimg {
    width: 100%;
  }
  #geschaeft,
  #hotel-und-gastro,
  #lebensmitteleinzelhandel {
    width: 100%;
  }
  .fbsoc:after,
  .fbsoc:before {
    display: none;
  }
  .contactli,
  .contactri {
    width: 100%;
    padding: 2% 1%;
  }
  .footlinks li {
    max-width: none;
  }
  .produktkategorien li {
    width: 48%;
  }
  #produkte li h3,
  .sgh h3 {
    font-size: 24px;
  }
  .ausspunkt ul li {
    font-size: 18px;
  }
  .logo {
    max-width: 200px !important;
    top: 0 !important;
  }
  .tabcontent1 ul li {
    width: 98%;
  }
  #karriere-und-jobs {
    flex-direction: column;
  }
  .flex-left {
    width: 100%;
  }
  .flex-right {
    width: 100%;
  }
  #news,
  .bgblau {
    flex-direction: column;
  }
  .newsleft,
  .produktiontitles {
    width: 100%;
  }
  .tabsnavi li {
    width: 98% !important;
  }
  .hotspot-info {
    flex-direction: column;
  }
  #auszeichnungen h3 {
    font-size: 24px;
  }
  .drawimg::before {
    display: none;
  }
  #hotel-und-gastro::after {
    display: none;
  }
  .zumshop {
    position: absolute;
  }
  .sghcover {
    width: 100%;
  }
  .refitems {
    width: 20%;
  }
  .woocommerce-page div.product .woocommerce-tabs {
    width: 100%;
  }
  .kontaktwithicons li {
    width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 480px) {
  #produkte li {
    width: 100% !important;
  }
  .produktkategorien li {
    width: 98%;
  }
  .refitems {
    width: 33.33%;
  }
}
.sub-footer {
  margin: 0px auto;
  text-align: center;
  margin-top: 50px;
}
.sub-footer .content {
  display: flex;
  flex-direction: row;
  max-width: 1400px;
  width: 100%;
  margin: auto;
  flex-wrap: wrap;
}
.sub-footer img {
  max-height: 100px;
  height: 100%;
  margin: 20px;
}
