@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Rubik:400,500");
#serverError h1 {
  margin-top: 5%;
}
@media only screen and (max-width: 1000px) {
  #serverError h1 {
    margin-top: 15%;
  }
}
@media only screen and (max-width: 520px) {
  #serverError h1 {
    margin-top: 30%;
  }
}

#comparePackagesHeading .far {
  font-weight: normal;
  font-size: 0.7em;
}
#comparePackagesHeading:hover {
  cursor: pointer;
}
@media only screen and (max-width: 895px) {
  #comparePackagesHeading {
    margin: 20px auto;
  }
}

#comparePackagesBody .comparePackagesPackageHeading {
  margin-top: 15px;
}
#comparePackagesBody .comparePackagesPackagePrice {
  margin-bottom: 0px;
}
#comparePackagesBody .comparePackagesPackageSku {
  font-weight: bolder;
}
#comparePackagesBody .btn {
  background-color: #FF6600;
  border-radius: 10px;
  color: #fff;
}
#comparePackagesBody .col {
  display: none;
}
@media only screen and (max-width: 895px) {
  #comparePackagesBody .col {
    margin-bottom: 20px;
  }
}

.category-preview-wrapper {
  width: 100%;
  position: relative;
}
.category-preview-wrapper a {
  display: block;
  transition: 0.2s;
}
.category-preview-wrapper a:hover {
  transform: translateY(-2px);
}
.category-preview-wrapper .gallery-image {
  width: 100%;
  height: 150px;
}
.category-preview-wrapper .gallery-caption {
  position: absolute;
  bottom: 7px;
  left: 7px;
  font-size: 1.3em;
  color: white;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.sidebar-title {
  font-size: 1.3em;
  margin-bottom: 1em;
}

#sidebar-primary {
  font-size: 0.85rem;
  border-right: 1px solid #D6DBDF;
  padding: 0px 5px;
}
#sidebar-primary ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar-primary ul li {
  margin-top: 0.4em;
}
#sidebar-primary ul li a {
  color: #464646;
}
#sidebar-primary .ui-slider-horizontal .ui-slider-handle {
  width: 20px;
  height: 20px;
  top: -8px;
}
#sidebar-primary .wpc-filters-range-wrapper input[type=number],
#sidebar-primary .wpc-filter-content select {
  border: 1px solid #ddd;
  padding: 3px 5px;
}
#sidebar-primary .wpc-has-not-empty-children input {
  display: none;
}
#sidebar-primary .wpc-has-not-empty-children .children input {
  display: block;
}

#sidebar-primary ul.children {
  margin-left: 10px;
}

#contentStartseite {
  margin-top: 1em;
}
#contentStartseite .category-wrapper {
  width: 100%;
  transition: transform 0.3s;
  margin-bottom: 1.5em;
}
#contentStartseite .category-wrapper a {
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  text-shadow: 1px 1px 7px #000000;
}
#contentStartseite .category-wrapper .background-wrapper {
  border-radius: 0.8em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6em;
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 770px) {
  #contentStartseite .category-wrapper .background-wrapper {
    height: 5em;
  }
}
#contentStartseite .category-wrapper div {
  word-break: break-word;
}
#contentStartseite .category-wrapper .row {
  margin-bottom: 0;
}
#contentStartseite .category-wrapper .background-wrapper {
  padding: 0;
}
#contentStartseite .category-wrapper:hover {
  transform: scale(1.02);
}
@media screen and (max-width: 1000px) {
  #contentStartseite {
    margin-top: 5.5em;
  }
}

.woocommerce-billing-fields > h3 {
  display: none;
}

.attachment-woocommerce_thumbnail {
  border-radius: 25px;
}

.up-sells {
  clear: both;
}

/**
Admin bar fix
 */
.customize-support .fixed-top {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .customize-support .fixed-top {
    top: 32px;
  }
}

nav {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  background-color: white;
  border-bottom: 1px solid #eaeaea;
}
nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: #f8f9fa;
}
nav ul,
nav li {
  list-style: none;
}
nav .nav-link, nav a {
  position: relative;
  font-size: 0.85rem !important;
  padding-top: 15px;
}
nav .nav-link:hover, nav a:hover {
  color: #FF6600 !important;
}
nav .nav-link {
  margin-right: 1rem;
}
nav .nav-link[aria-expanded=true] {
  color: #FF6600;
}
nav .dropdown {
  position: relative;
  display: inline-block;
}
@media (min-width: 769px) {
  nav .dropdown:hover .dropdown-menu, nav .dropdown:focus-within .dropdown-menu,
  nav .dropdown .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  nav .dropdown .dropdown-menu:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
nav .dropdown-toggle-arrow {
  background: none;
  border: none;
  padding: 5px 8px;
  margin-left: 5px;
  color: inherit;
  font-size: 0.75rem;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.2s ease;
  display: inline-block;
}
nav .dropdown-toggle-arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav .dropdown-toggle-arrow:focus {
  outline: 2px solid #FF6600;
  outline-offset: 2px;
}
@media (min-width: 769px) {
  nav .dropdown-toggle-arrow {
    pointer-events: none;
    padding: 5px 4px;
    margin-left: 3px;
    opacity: 0.7;
  }
}
@media (max-width: 768px) {
  nav .dropdown-toggle-arrow {
    pointer-events: auto;
    opacity: 1;
  }
}
nav .dropdown-menu {
  border: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}
@media (min-width: 769px) {
  nav .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 0;
    padding-top: 0.5rem;
  }
}
nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media only screen and (max-width: 768px) {
  nav #simplyheat-navbar-collapse {
    padding-left: 12px;
  }
}
@media (max-width: 768px) {
  nav .nav-item {
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  nav .nav-item .nav-link {
    flex: 1;
    margin-right: 0;
  }
  nav .nav-item .dropdown-menu {
    width: 100%;
    position: static;
    box-shadow: none;
    border: none;
    background-color: #f8f9fa;
    margin-top: 0.5rem;
  }
  nav .nav-item .dropdown-menu .dropdown-item {
    padding-left: 1.5rem;
  }
}
nav img {
  margin-top: -0.7rem;
  height: 40px !important;
  width: auto;
}
nav .navbar-toggler {
  border: none;
  font-size: 1.5rem;
  display: none;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  nav .navbar-toggler {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  nav .navbar-content {
    background-color: white;
  }
  nav .navbar-content .nav-link {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  nav .navbar-brand {
    margin-left: -75px;
    margin-right: 0;
  }
}

.need-help-container {
  margin-top: 50px;
  background: #F6F6F6;
  padding: 5rem 0px;
}

#quote-li {
  position: relative;
  margin-left: 10px;
  margin-top: 8px;
}
#quote-li a {
  color: rgba(0, 0, 0, 0.5);
}
#quote-li #total-items {
  display: none;
}

.af_quote_fields input {
  border: 1px solid #ddd;
  padding: 3px 5px;
}
.af_quote_fields td {
  padding: 8px 0px;
}

.page-template-page-iframe iframe {
  min-height: 80vh;
}

.btn-primary {
  background-color: #FF6600;
  border-radius: 5px;
  color: #fff;
  border-color: transparent;
  transition: transform 0.3s;
}
.btn-primary:hover {
  background-color: #FF6600;
  transform: scale(1.01);
  border-color: transparent;
}
.btn-primary:active {
  background-color: #FF6600 !important;
}

.sh-cf-datasheet-link {
  margin-bottom: 15px;
}

section.related {
  clear: both;
}

.product_meta {
  display: flex;
  flex-direction: column;
}

.search-results li a {
  color: black;
}
.search-results li a:hover {
  text-decoration: none;
  color: black;
  opacity: 0.8;
}

.sh-voucher-banner {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FF6600;
  color: white;
  padding: 15px 0px;
  text-align: center;
}

html {
  width: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  width: 100%;
  padding-top: 100px;
  word-break: break-word;
  scroll-behavior: smooth;
  color: #464646;
}

h1, h2, h3 {
  color: black;
  font-weight: 400;
}

b, strong {
  font-weight: 500;
}

.border-round {
  border-radius: 20px;
}

.has-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none;
}

.btn-primary {
  background-color: #FF6600;
  border-radius: 5px;
  color: #fff;
  border-color: transparent;
  transition: transform 0.3s;
}
.btn-primary:hover {
  background-color: #FF6600;
  transform: scale(1.01);
  border-color: transparent;
}
.btn-primary:active {
  background-color: #FF6600 !important;
}

.btn-secondary {
  background-color: transparent;
  border-radius: 5px;
  color: black;
  border-color: black;
  transition: transform 0.3s;
}
.btn-secondary:hover {
  background-color: black;
  border-color: transparent;
  color: white;
}
.btn-secondary:active {
  background-color: black !important;
  color: white;
}

.produkt {
  background-color: #F3F3F3;
}

.button {
  font-weight: normal !important;
}

#navbarBackground {
  background-color: #fff;
}
#navbarBackground .fas {
  float: left;
  margin-right: 25px;
  padding: 13px 0;
  font-size: 1.6rem;
}
#navbarBackground .links {
  float: left;
  width: 80%;
}
#navbarBackground .rechts {
  text-align: right;
}
#navbarBackground ul {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
#navbarBackground li {
  display: inline-block;
  margin-right: 25px;
}
#navbarBackground a {
  color: #464646;
}
#navbarBackground ul.sub-menu {
  position: absolute;
  z-index: 999;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0s, opacity 0.2s linear;
}
#navbarBackground ul.sub-menu li {
  display: block;
  padding: 10px 10px 10px 20px;
}
#navbarBackground li.menu-item-has-children:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

#cookieBanner {
  background-color: #FF6600;
  padding: 25px;
  color: #fff;
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
#cookieBanner a {
  color: #fff;
}
#cookieBanner p {
  margin: 0;
}
#cookieBanner span {
  padding: 10px 20px;
  background-color: #fff;
  color: #FF6600;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 25px;
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  #cookieBanner span {
    margin-left: 0;
  }
}

/*
    --------------------------- Kategorieseite --------------------------- 
*/
#productArchive header {
  margin-top: 80px;
}
@media only screen and (max-width: 420px) {
  #productArchive header h1 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 330px) {
  #productArchive header h1 {
    font-size: 1.6rem;
  }
}
#productArchive header a {
  color: #FF6600;
}
@media only screen and (max-width: 350px) {
  #productArchive select[name=orderby] {
    width: 100%;
  }
}
#productArchive .btn {
  background-color: #FF6600;
  border-radius: 5px;
  color: #fff;
}

/*
    --------------------------- Startseite --------------------------- 
*/
#contentStartseite h1 {
  text-align: center;
}
#contentStartseite .angebot {
  width: 100%;
  height: auto;
  padding: 30px;
  margin-bottom: 100px;
}
#contentStartseite .angebot h2 {
  font-size: 2.5em;
  margin-top: 100px;
}
#contentStartseite .angebot .btn {
  background-color: #FF6600;
  border-radius: 5px;
  color: #fff;
}
#contentStartseite .angebot img {
  border-radius: 25px;
}
@media only screen and (max-width: 765px) {
  #contentStartseite .offset-3 {
    margin-left: 0;
  }
}

.sortiment {
  margin-bottom: 100px;
}
.sortiment a:hover {
  text-decoration: none;
}
.sortiment .row {
  margin-bottom: 30px;
}
.sortiment .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sortiment .flex-col {
  flex: 1;
  padding: 15px;
  word-wrap: break-word;
}
@media only screen and (max-width: 1000px) {
  .sortiment .flex-col {
    min-width: 50%;
  }
}
@media only screen and (max-width: 760px) {
  .sortiment .flex-col {
    min-width: 100%;
  }
}
.sortiment .sortimentCategory {
  border-radius: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 250px;
  width: 100%;
  color: #fff;
  font-size: 3em;
  text-align: center;
  padding-top: 100px;
  text-shadow: 3px 3px 10px #474747;
  transition: 0.2s;
}
@media only screen and (max-width: 760px) {
  .sortiment .sortimentCategory {
    font-size: 2.5em;
    height: 200px;
    padding-top: 70px;
  }
}
@media only screen and (max-width: 430px) {
  .sortiment .sortimentCategory {
    font-size: 2.1em;
  }
}
.sortiment .sortimentCategory:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.sortiment #wpCat {
  background-image: url(../files/img/cat.jpg);
}
.sortiment #wpVarioCat {
  background-image: url(../files/img/adorable-animal-baby-731553.jpg);
}
.sortiment #ozonosCat {
  background-image: url(../files/img/ozonos.jpg);
}
.sortiment #wandentfeuchtungCat {
  background-image: url(../files/img/wandentfeuchtung.jpg);
  padding-top: 60px;
}
.sortiment #hybridCat {
  background-image: url(../files/img/hybridheizkoerperCategory.jpg);
}
.sortiment #heizsystemeCat {
  background-image: url(../files/img/wohnzimmer.jpg);
}
.sortiment #badezimmerCat {
  background-image: url(../files/img/fussbodenheizung.jpg);
}
.sortiment #thermoCat {
  background-image: url(../files/img/zubehoerTitelbild.jpg);
}
.sortiment #supplyCat {
  background-image: url(../files/img/KabelRot.jpg);
}
.sortiment img {
  border-radius: 25px;
}

iframe {
  max-width: 100%;
  min-width: 100%;
  width: 0;
}

@media only screen and (max-width: 1000px) {
  iframe {
    margin-top: 80px;
  }
}

/*
    --------------------------- Wärmepaketberechnung --------------------------- 
*/
#paketberechnungBg {
  background-color: #F3F3F3;
  color: black;
  height: auto;
  width: 100%;
  min-height: 100px;
  padding: 50px;
}
#paketberechnungBg h1 {
  font-weight: lighter;
}
#paketberechnungBg p {
  margin-bottom: 10px;
}
#paketberechnungBg .row {
  margin-bottom: 25px;
}
#paketberechnungBg label {
  margin-bottom: 5px;
}
#paketberechnungBg select {
  width: 100px;
  background-color: #EBEBEB;
  border: none;
  padding: 4px;
  font-size: 0.9em;
}
#paketberechnungBg .paket {
  width: 250px;
  float: right;
}
#paketberechnungBg #radioRaumauswahl .col-md-3 p {
  text-align: center;
}
#paketberechnungBg #radioRaumauswahl {
  /* HIDE RADIO */
}
#paketberechnungBg #radioRaumauswahl [type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#paketberechnungBg #radioRaumauswahl label {
  width: 100%;
}
#paketberechnungBg #radioRaumauswahl img {
  width: 100%;
  height: auto;
  background-color: #fff;
  border-radius: 10px;
  border: 5px solid transparent;
  margin-right: 25px;
  float: left;
  margin-bottom: 5px;
}
#paketberechnungBg #radioRaumauswahl img:hover {
  cursor: pointer;
}
#paketberechnungBg [type=number] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  width: 100%;
}
#paketberechnungBg [type=submit] {
  background-color: #FF6600;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 3px 20px;
  width: auto;
}

#empfehlungstext {
  margin: 40px auto;
  display: none;
}
#empfehlungstext p {
  font-size: 1.9em;
  color: black;
}
#empfehlungstext #empfehlung {
  font-weight: 500;
}
#empfehlungstext a {
  background-color: #FF6600;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 3px 20px;
  min-height: 30px;
}
#empfehlungstext a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  #paketberechnungBg {
    padding-top: 90px;
  }
  #paketberechnungBg .paket {
    display: none;
  }
  #paketberechnungBg input {
    width: 100%;
  }
}
@media only screen and (max-width: 625px) {
  #paketberechnungBg {
    padding: 90px 0;
  }
  #paketberechnungBg label {
    margin-top: 15px;
  }
  #paketberechnungBg select {
    padding: 10px;
  }
  #paketberechnungBg #radioRaumauswahl p {
    margin-bottom: 0;
  }
  #paketberechnungBg #radioRaumauswahl .auswahlbild {
    width: 45%;
  }
  #paketberechnungBg #radioRaumauswahl label p {
    margin-top: 20%;
  }
  #paketberechnungBg [type=number] {
    height: 48px;
  }
  #paketberechnungBg [type=submit] {
    padding: 10px;
  }
}
/*
    --------------------------- Produktseite --------------------------- 
*/
#produktseite .productBg {
  background-color: #F3F3F3;
  color: black;
  padding: 50px 0;
  margin-bottom: 50px;
}
#produktseite #meier {
  text-align: right;
}
#produktseite .fa-question-circle {
  color: #FF6600;
  text-align: right;
  position: absolute;
  z-index: 999;
}
#produktseite h1 {
  font-weight: lighter;
}
#produktseite .price {
  margin: 30px 0;
  color: black;
  font-size: 1.3em;
  font-weight: normal;
}
#produktseite .woo-variation-gallery-slider .dashicons {
  display: none !important;
}
#produktseite .variations {
  margin: 30px 0;
}
#produktseite .variations tr {
  display: block;
}
#produktseite .variations tr td {
  display: block;
  width: 100%;
}
#produktseite .variations tr label {
  color: black;
  font-size: 1.3em;
  font-weight: normal;
  margin-bottom: 0;
}
#produktseite .variations tr select {
  width: auto;
  background-color: #EBEBEB;
  border: none;
  padding: 4px;
  font-size: 0.9em;
}
#produktseite .variations tr .reset_variations {
  margin-left: 10px;
  color: black;
}
#produktseite .quantity {
  display: block;
}
#produktseite .quantity input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #aaa;
  float: left;
  text-align: center;
  width: 55px;
}
#produktseite .qty-suffix {
  float: none;
  font-weight: normal;
}
#produktseite [type=submit] {
  background-color: #FF6600;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  margin-left: 10px;
  padding: 3px 20px;
}
#produktseite .disabled {
  background-color: #aaa;
  cursor: not-allowed;
}
#produktseite .product_meta {
  margin-top: 30px;
  color: black;
}
#produktseite .product_meta .sku_wrapper {
  display: block;
}
#produktseite .product_meta span {
  margin-bottom: 15px;
  font-weight: 500;
}
#produktseite .product_meta span a {
  font-weight: 400;
  color: black;
}
#produktseite .product_meta .tagged_as {
  display: none;
}
#produktseite .related ul {
  list-style: none;
  padding: 0;
  display: flex;
}
#produktseite .related li {
  display: inline-block;
  margin: 0 3.8% 2.992em 0;
  width: 22.05%;
  float: left;
  position: relative;
}
#produktseite .related li img {
  border-radius: 10px;
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}
#produktseite .related li h2 {
  font-size: 1em;
}
#produktseite .related li .price {
  margin: 10px 0 20px;
  display: block;
  font-size: 0.9em;
}
#produktseite .related li .button {
  background-color: #ebe9eb;
  border: none;
  border-radius: 5px;
  color: black;
  cursor: pointer;
  padding: 0.618em 1em;
}
#produktseite .related li .added_to_cart {
  margin-top: 10px;
  color: black;
  display: block;
  padding-left: 0.5em;
}
#produktseite .related a:hover {
  text-decoration: none !important;
}
#produktseite .woocommerce-message {
  background-color: #F3F3F3;
  color: black;
  margin-bottom: 0;
}
#produktseite .woocommerce-message a {
  color: black;
}
@media only screen and (max-width: 1000px) {
  #produktseite .related ul {
    display: inline-block;
    width: 100%;
  }
  #produktseite .related li {
    width: 48%;
    float: left;
    margin: 0 0 2.992em 0;
  }
  #produktseite .related li:nth-child(odd) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 500px) {
  #produktseite .related .button {
    display: inline-block;
    text-align: center;
  }
}

/*
    --------------------------- Warenkorb --------------------------- 
*/
#warenkorb {
  margin-top: 80px;
}
#warenkorb a {
  font-weight: normal;
}
#warenkorb img {
  height: 150px;
  width: 150px;
}
#warenkorb .cart-quantity-suffix,
#warenkorb .cart-price-suffix {
  margin: 0;
}
#warenkorb .input-text {
  border: none;
}
#warenkorb .shop_table {
  border: none;
}
#warenkorb .shop_table a {
  color: black;
}
#warenkorb .cart_totals th, #warenkorb .cart_totals td {
  border: none;
  vertical-align: top;
}
#warenkorb .cart_totals th {
  color: black;
}
#warenkorb .woocommerce-shipping-totals {
  display: none;
}
@media only screen and (max-width: 741px) {
  #warenkorb div.quantity {
    float: left;
  }
  #warenkorb td.product-subtotal {
    clear: both;
  }
}

/*
    --------------------------- Kasse --------------------------- 
*/
input#coupon_code {
  min-width: 200px;
}

#kasse {
  margin-top: 80px;
}
#kasse .col-1 {
  padding: 0;
}
#kasse abbr {
  color: #FF6600;
}
#kasse input {
  border: none;
  border-bottom: 1px solid #ccc;
}
#kasse label {
  margin-bottom: 0;
}
#kasse #customer_details {
  margin-bottom: 25px;
}
#kasse textarea {
  border: none;
  border-bottom: 1px solid #ccc;
}
#kasse .cart-subtotal,
#kasse .woocommerce-shipping-totals {
  display: none;
}
#kasse #ship-to-different-address {
  font-size: 1.2rem;
}
#kasse .woocommerce-input-wrapper {
  width: 100%;
}
#kasse .woocommerce-terms-and-conditions-wrapper {
  width: 100%;
}
#kasse .stripe-card-group,
#kasse .woocommerce-account .StripeElement,
#kasse .woocommerce-checkout .StripeElement {
  width: 100%;
}
#kasse .woocommerce-order-overview {
  padding-left: 0 !important;
}
#kasse .woocommerce-order-overview strong {
  font-weight: normal !important;
}
#kasse .woocommerce-order-details a {
  color: #000;
}
#kasse .woocommerce-order-details th,
#kasse .woocommerce-order-details td {
  font-weight: normal !important;
}
#kasse .woocommerce-order-details tfoot tr {
  display: none;
}
#kasse .woocommerce-order-details tfoot tr:last-of-type {
  display: table-row !important;
}
#kasse .woocommerce-customer-details address {
  border: none !important;
  padding: 0px;
}

#index {
  margin-top: 80px;
}

footer {
  background-color: #506374;
  color: #fff;
  padding: 80px 0;
  width: 100%;
  height: auto;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .row {
  margin-top: 30px;
}

/*
    --------------------------- Mobil --------------------------- 
*/
@media only screen and (max-width: 1000px) {
  #mobNav {
    display: block;
  }
  #contentStartseite {
    margin-top: 100px;
  }
  #menu-navigation-1 {
    list-style: none;
    padding-left: 0px;
  }
  #menu-nav-rechts-1 {
    list-style: none;
    padding-left: 0px;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    z-index: 0 !important;
  }
  #navbarBackground {
    display: none;
  }
  #produktseite {
    margin-top: 125px;
  }
  #index {
    margin-top: 125px;
  }
  #kasse {
    margin-top: 125px;
  }
}
@media only screen and (max-width: 625px) {
  #contentStartseite .angebot h2 {
    margin-top: 0;
  }
  #contentStartseite .angebot .col-6 {
    max-width: 100% !important;
    flex: none;
  }
  #contentStartseite .angebot img {
    display: none;
  }
  #kasse .col-1 {
    padding: 0;
  }
  #kasse .col-2 {
    padding: 0;
  }
  #kasse .woocommerce-checkout-review-order-table {
    table-layout: fixed;
  }
  #kasse th,
  #kasse td,
  #kasse .woocommerce-Price-amount {
    font-weight: normal !important;
    word-wrap: break-word !important;
  }
  #kasse .woocommerce-shipping-methods {
    word-wrap: break-word !important;
  }
  #kasse .woocommerce-table--order-details {
    table-layout: fixed;
    word-wrap: break-word !important;
  }
  #kasse .woocommerce-order-overview li {
    float: none;
    line-height: 1.5;
    border: none;
    padding-top: 10px;
  }
}

/*# sourceMappingURL=sass-styles.css.map */
