/* RESET */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input[type=submit],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  line-height: 1;
}

section {
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


input,
select,
textarea {
  /*-ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select {
  background-image: url('/relaunch/img/select-arrow.png') !important;
  background-repeat: no-repeat !important;
  background-position: 95% center !important;
  background-size: 15px !important;
  appearance: none !important;
  min-height: 31px !important;
}

select::-ms-expand {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

/* FONTS */

@font-face {
  font-family: "Palanquin-Light";
  src: url("../fonts/Palanquin-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Palanquin-Medium";
  src: url("../fonts/Palanquin-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Palanquin-Regular";
  src: url("../fonts/Palanquin-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Palanquin-SemiBold";
  src: url("../fonts/Palanquin-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Roustel";
  src: url("../fonts/Roustel.ttf") format("truetype");
}

.f-1 {
  font-family: "Palanquin-Light", sans-serif;
}

.f-2 {
  font-family: "Palanquin-Medium", sans-serif;
}

.f-3 {
  font-family: "Palanquin-Regular", sans-serif;
}

.f-4 {
  font-family: "Palanquin-SemiBold", sans-serif;
}

.f-5 {
  font-family: "Roustel", sans-serif;
}

.f-bigger {
  font-size: 26px;
}
.f-bold {
  font-weight: 700;
}

.f-h1 {
  font-size: 54px;
  line-height: 64px;
}

.f-h2 {
  font-size: 36px;
  line-height: 44px;
}

.f-h3 {
  font-size: 26px;
  line-height: 26px;
}

/* FARBEN */

.c-1 {
  color: #F9EFE2;
}

.c-2 {
  color: #EEDAAE;
}

.c-3 {
  color: #5D7072;
}

.c-4 {
  color: #A3BFB4;
}

.c-5 {
  color: #363535;
}

.c-white {
  color: #fff;
}

/* ABSTÄNDE */

.pt {
  padding-top: 25px;
}

.pr {
  padding-right: 25px;
}

.pb {
  padding-bottom: 25px;
}

.pl {
  padding-left: 25px;
}

.pt-1 {
  padding-top: 10px;
}

.pr-1 {
  padding-right: 10px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pl-1 {
  padding-left: 10px;
}

.pt-2 {
  padding-top: 55px;
}

.pr-2 {
  padding-right: 55px;
}

.pb-2 {
  padding-bottom: 55px;
}

.pl-2 {
  padding-left: 55px;
}

.mt {
  margin-top: 25px;
}

.mr {
  margin-right: 25px;
}

.mb {
  margin-bottom: 25px;
}

.ml {
  margin-left: 25px;
}

.mt-1 {
  margin-top: 10px;
}

.mr-1 {
  margin-right: 10px;
}

.mb-1 {
  margin-bottom: 10px;
}

.ml-1 {
  margin-left: 10px;
}

.mt-2 {
  margin-top: 55px;
}

.mr-2 {
  margin-right: 55px;
}

.mb-2 {
  margin-bottom: 55px;
}

.ml-2 {
  margin-left: 55px;
}

/* FORMS */

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 28px;
  padding-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
}

/* .checkbox-container:hover input~.checkmark {
  background-color: #ccc;
} */

.checkbox-container input:checked~.checkmark {
  background-color: #EEDAAE;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked~.checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* CONTAINER */

.container {
  max-width: 1080px;
  margin: 0 auto;
}

.container-flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.container-right,
.container-left {
  width: 50%;
}

.fw {
  width: 100%;
}

/* MAIN */

main {
  border-top: 1px solid #F0F0F0;
}

/* TEXT */

body {
  font-family: "Palanquin-Regular", sans-serif;
  font-size: 16px;
  color: #363535;
}

p {
  line-height: 25px;
}

h1 {
  font-family: "Palanquin-Medium", sans-serif;
  font-size: 54px;
  text-transform: uppercase;
  line-height: 64px;
}

h2 {
  font-family: "Palanquin-Regular", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 44px;
}

h3 {
  font-family: "Palanquin-Regular", sans-serif;
  font-size: 26px;
  line-height: 26px;
}

h4,
h5,
h6 {
  font-family: "Palanquin-Regular", sans-serif;
  color: #363535;
}

.highlight {
  font-family: "Roustel", sans-serif;
  font-size: 55px;
}

a,
a:hover,
a:focus,
a:visited {
  font-family: "Palanquin-Regular", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

/* BUTTONS */

.btn,
a.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Palanquin-SemiBold", sans-serif;
  font-size: 16px;
  border-radius: 10px;
  min-height: 37px;
  cursor: pointer;
  padding: 5px 25px;
  border: none;
  min-width: 222px;
}

.btn.btn-small,
a.btn.btn-small {
  padding: 5px 20px;
  min-width: auto;
}

.btn-primary,
a.btn-primary {
  background: transparent;
  border: 2px solid #EEDAAE;
}

.btn-primary-fill,
a.btn-primary-fill {
  background: #EEDAAE;
  border: 2px solid #EEDAAE;
}

.btn-secondary,
a.btn-secondary {
  background: transparent;
  border: 2px solid #A3BFB4;
}

.btn-secondary-fill,
a.btn-secondary-fill {
  background: #A3BFB4;
  border: 2px solid #A3BFB4;
}

/* FORMS */

.text {}

input,
textarea,
select {
  padding: 10px;
  font-family: "Palanquin-Regular", sans-serif !important;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccc;
  color: #363535;
}

textarea {
  resize: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

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

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

/* COOKIES */

.accept_cookies {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: fixed;
  background: #fff;
  padding: 15px 0;
  z-index: 9001;
  bottom: 0;
}

.accept_cookies>div {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.accept_cookies a {
  margin: 10px 10px 0 10px;
}

/* HEADER */

.site-header {
  display: flex;
  height: 90px;
  background: #fff;
  /* border-bottom: 1px solid #ccc; */
  position: relative;
  z-index: 500;
  font-size: 18px;
  /* padding: 0 100px; */
  max-width: 1080px;
  margin: 0 auto;
}

.site-header ul {
  display: flex;
  width: calc(100% - 40px);
  height: 25px;
  padding-top: 10px;
}

.site-header li {
  margin-right: 25px;
}

.topmenu {
  display: flex;
  width: 100%;
  align-items: center;
  text-transform: uppercase;
}

.teaser-unterseite .teaser-content {
  justify-content: center;
}

/* HEADER CART */

.header-cart {
  display: flex;
  align-items: center;
}

.header-cart .trigger {
  cursor: pointer;
}

.cart-popup {
  padding: 30px 0 0 0;
}

.cart-popup-inner {
  border: 2px solid #F0F0F0;
  padding: 35px;
  background: #fff;
}

.anzahl-warenkorb-items {
  width: 50px;
}

.warenkorb-artikel-beschreibung input {
  padding: 0 !important;
}

.cart-popup .preis {
  white-space: nowrap;
}

.toggle .cart-popup {
  position: absolute;
  z-index: 799;
  display: none;
}

.toggle:hover .cart-popup:hover,
.toggle:hover .cart-popup {
  display: block;
}

#warenkorb .cart-popup {
  width: 475px;
  top: 60px;
  right: 100px;
}

.cart-popup {
  visibility: hidden !important;
}

.header-cart .trigger {
  position: relative;
}

.header-cart .trigger:before {
  display: block;
  position: absolute;
  left: -40px;
  bottom: -9px;
  content: "";
  background-image: url('/relaunch/img/Icons/Warenkorb.png');
  background-size: cover;
  height: 31px;
  width: 31px;
}

.warenkorbwert-titel {
  font-family: 'Palanquin-SemiBold';
}

.warenkorbwert {
  background: #F0F0F0;
  padding: 15px;
  display: inline-block;
  align-self: flex-start;
}

.warenkorb-tabelle {
  padding: 15px;
  border: 2px solid #F0F0F0;
}

.warenkorb-tabelle td {
  padding: 15px;
}

.warenkorb-artikel-beschreibung {
  position: relative;
  width: 100%;
  padding-right: 35px;
}

.warenkorb-artikels {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-direction: row;
}

.warenkorb-artikel-bild img {
  width: 75px;
}

.inhalt h3:first-child {
  padding: 0 0 25px 0;
}

.inhalt {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.muelleimer_grau {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 8px;
  border: none;
  background-image: url(/relaunch/img/times-solid.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

/* MODAL */
.modal-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.modal {
  position: absolute;
  background: #fff;
  z-index: 499;
  top: 90px;
  right: 0;
  border: 2px solid #F0F0F0;
  padding: 35px;
}

.modal header a {
  display: block;
  width: 15px;
  height: 15px;
}

.modal header {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}

.article-in-cart.container-flex {
  border: 2px solid #F0F0F0;
  padding: 15px;
}

/* HEADER LOGO */

.site-header-logo {
  position: absolute;
  display: block;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
}

.site-header-logo img {
  width: 120px;
  height: 120px;
}

/* HEADER TEASER */

.teaser {
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 100;
}

.teaser-content h2 {
  text-transform: none;
}

.teaser h3 {
  max-width: 700px;
  text-align: center;
  line-height: 36px;
}

.teaser-startseite {
  /*height: 560px;*/
  background-image: url("../img/Fotos/Startseite.jpg");
  /*padding: 115px 0 0 0;*/
}

.teaser-startseite .teaser-content {
  padding: 140px 0 70px 0;
}

.teaser-classic {
  background-image: url("../img/Fotos/Kategorie-Classic.jpg");
}

.teaser-vegan {
  background-image: url("../img/Fotos/Kategorie-Vegan.jpg");
}

.teaser-socken {
  background-image: url("../img/Fotos/Kategorie-Vegan.jpg");
}

.teaser-personalisierung {
  background-image: url("../img/Fotos/Personalisierung.jpg");
}

.teaser-classic .teaser-content,
.teaser-vegan .teaser-content,
.teaser-socken .teaser-content,
.teaser-personalisierung .teaser-content {
  padding: 115px 25px 35px 25px;
}

.teaser-unterseite {
  height: 300px;
}

.teaser-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8;
  z-index: 200;
}

.teaser-unterseite,
.teaser-startseite .teaser-overlay {
  background-color: #F9EFE2;
}

.teaser-classic .teaser-overlay {
  background-color: #EEDAAE;
}

.teaser-vegan .teaser-overlay {
  background-color: #A3BFB4;
}

.teaser-personalisierung .teaser-overlay {
  background-color: #F9EFE2;
}

.teaser-socken .teaser-overlay {
  background-color: #6fa8dc;
}

.teaser-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 300;
  text-align: center;
}

.teaser-content img {
  max-width: 420px;
  width: 100%;
}

/* USP ICONS */

.usps {
  text-align: center;
}

section.container.usps.pt-2.pb-2 {
  padding-bottom: 0;
}

.usp-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.usp-icons-item {
  width: 270px;
  text-align: center;
}

.usp-icons-item-icon img {
  width: 150px;
}

/* BESTSELLER / ARTIKELLISTE */

.filter ul {
  display: flex;
}

.article-list {
  text-align: center;
}

.bestseller,
.artikelliste {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.artikelliste::after {
  content: "";
  flex: auto;
}

.bestseller article,
.artikelliste article {
  max-width: 260px;
  width: 100%;
  margin-bottom: 25px;
}


.bestseller article h3,
.bestseller article span,
.artikelliste article h3,
.artikelliste article span,
.bestseller .preis,
.artikelliste .preis {
  padding: 5px 25px;
}

.bestseller.pb-2 {
  padding: 0 0 25px 0;
}

section.produkte.pt.pb {
  padding: 0;
}

.bestseller .preis,
.artikelliste .preis {
  float: right;
}

.bestseller article h3 a,
.artikelliste article h3 a {
  line-height: 16px;
}

.container.controls {
  display: flex;
  justify-content: space-between;
  background-color: #F9EFE2;
  align-content: center;
  height: 52px;
}

.container.controls>div:first-child,
.pagination,
.pagination ul {
  display: flex;
  align-items: center;
}

.pagination ul li {
  padding: 2px 10px;
}

.pagination ul li a {
  color: #363535;
  font-size: 22px;
}

.pagination ul li a.aktiv {
  text-decoration: underline;
}

/* ARTIKELDETAILS */

.article-left {
  max-width: 555px;
  width: 100%;
}

.article-left .artikelbilder img {
  width: 79px;
  height: 79px;
  border: 1px solid #F0F0F0;
}

.article-left .article-details .artikelbild img {
  max-width: 555px;
  width: 100%;
}

.article-right {
  margin-left: 45px;
  max-width: 450px;
  width: 100%;
  background: #F9EFE2;
  padding: 35px;
}

.artikelbild-thumb {
  cursor: pointer;
}

.input-fw {
  width: 100%;
}

.article-right input,
.article-right textarea,
.article-right select {
  border: none;
}

.preisangaben {
  text-align: center;
}

.article-details .bewertung {
  display: flex;
  align-items: center;
}

.article-details .bewertung a {
  margin: 0 0 0 15px;
}


/* TEXT SECTION INDEX */

.text-section {
  background-color: #F9EFE2;
  text-align: center;
}

/* COLLECTICTIONS */

.collection,
.collection--classic,
.collection--vegan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  text-align: center;
}

.collection h2,
.collection--classic .highlight,
.collection--vegan .highlight {
  display: inline-block;
  width: 100%;
}

.collection--classic,
.collection--vegan {
  display: inline-block;
  flex: 1;
  max-width: 426px;
}

.collection--classic {
  background: #EEDAAE;
}

.collection--vegan {
  background: #A3BFB4;
}

/* RATINGS */

.ratings {
  background-color: #F9EFE2;
  text-align: center;
}

.rating-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.rating {
  max-width: 343px;
  text-align: left;
}

.rating-name {
  font-family: "Palanquin-Medium";
  font-size: 18px;
}


/* DANKE */
.danke {
  text-align: center;
}
/* INTRO */

.intro-content {
  max-width: 680px;
  background: #fff;
}

.intro {
  display: flex;
  justify-content: flex-end;
  height: 572px;
  align-items: center;
  background-image: url("/relaunch/img/Fotos/Personalisierung.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* ABOUT */

.about {
  display: flex;
}

.article-about {
  background: #F9EFE2;
}

.about div {
  width: 50%;
}

.about h2 {
  align-self: flex-start;
}

.about-right {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.about-right img {
  max-width: 345px;
}

.pt-2.pb-2.about-left {
  padding-bottom: 25px;
}

/* FOOTER */

footer {
  background-color: #F9EFE2;
}

footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-col:nth-child(2) {
  display: flex;
  align-items: center;
}

.footer-logo {
  width: 120px;
  height: 120px;
}

.subnav {
  background-color: #A3BFB4;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 47px;
}

.subnav ul {
  display: flex;
  max-width: 450px;
  width: 100%;
  justify-content: space-between;
}

.article-details h2.c-3.pb-1 {
  padding-bottom: 25px;
}

.bewertungen h2 {
  padding-bottom: 50px;
}

.preisangaben.pb-2 {
  padding-bottom: 25px;
}

section.article-details-about.article-about h2 {
  padding-top: 25px;
}

.container.bewertung.pt-2.pb-2 h2 {
  padding-bottom: 25px;
}

/* CHECKOUT */

#payment_1~label,
#payment_2~label,
#payment_3~label,
#payment_4~label,
#payment_5~label {
  padding: 0 0 25px 0;
  display: inline-block;
}

fieldset.checkout-address,
fieldset.checkout-delivery {
  display: flex;
  flex-wrap: wrap;
}

fieldset.checkout-address input,
fieldset.checkout-address select,
fieldset.checkout-delivery input,
fieldset.checkout-delivery select {
  flex: 0 0 28%;
  margin: 10px;
}


.inhalt.meine_einkaeufe table {
  width: 100%;
}

.inhalt.meine_einkaeufe table th {
  text-align: left;
  font-weight: 700;
}
.inhalt.meine_einkaeufe table td {
  padding: 10px 0
}

.checkout-artikel,
.checkout-artikel-sub {
  width: 100%;
}

.checkout-artikel td {
  vertical-align: top;
  /* text-align: center; */
  padding: 15px
}


.usp-icons-item-text p {
  max-width: 180px;
  margin: 0 auto;
}
article.beschreibung h2 {
  padding-bottom: 25px;
}


/* MEDIA QUERIES */


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .container {
    max-width: 100%;
    padding: 25px;
  }
  .site-header {
    padding: 0 25px;
  }
  .usp-icons-item {
    width: 230px;
  }
  .bestseller article, .artikelliste article {
    max-width: 240px;
  }
  .teaser-classic .teaser-content, .teaser-vegan .teaser-content, .teaser-personalisierung .teaser-content {
    padding: 115px 0 35px 0;
  }
}


@media only screen and (max-width: 1023px) {
  h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }

  h2 {
    font-size: 26px !important;
    line-height: 26px !important;
  }

  h3 {
    font-size: 22px !important;
    line-height: 22px !important;
  }


  .f-bigger {
    font-size: 22px;
  }

  /* ABSTÄNDE */

  .pt {
    padding-top: 25px;
  }

  .pr {
    padding-right: 25px;
  }

  .pb {
    padding-bottom: 25px;
  }

  .pl {
    padding-left: 25px;
  }

  .pt-1 {
    padding-top: 10px;
  }

  .pr-1 {
    padding-right: 10px;
  }

  .pb-1 {
    padding-bottom: 10px;
  }

  .pl-1 {
    padding-left: 10px;
  }

  .pt-2 {
    padding-top: 25px;
  }

  .pr-2 {
    padding-right: 25px;
  }

  .pb-2 {
    padding-bottom: 45px;
  }

  .pl-2 {
    padding-left: 25px;
  }

  .mt {
    margin-top: 25px;
  }

  .mr {
    margin-right: 25px;
  }

  .mb {
    margin-bottom: 25px;
  }

  .ml {
    margin-left: 25px;
  }

  .mt-1 {
    margin-top: 10px;
  }

  .mr-1 {
    margin-right: 10px;
  }

  .mb-1 {
    margin-bottom: 10px;
  }

  .ml-1 {
    margin-left: 10px;
  }

  .mt-2 {
    margin-top: 25px;
  }

  .mr-2 {
    margin-right: 25px;
  }

  .mb-2 {
    margin-bottom: 25px;
  }

  .ml-2 {
    margin-left: 25px;
  }

  /* FILTER */

  .filter ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .filter_list.mr-1 {
    width: 30%;
  }

  /* HEADER */

  .topmenu {
    padding-bottom: 15px;
  }
.topmenu a {
  font-size: 15px;
}
  .site-header {
    display: block;
    height: auto;
    padding: 15px 25px;
    /* width: calc(100% - 50px); */
  }

  .site-header-logo {
    position: relative;
    top: 0;
    text-align: center;
  }


  .site-header ul {
    justify-content: center;
  }

  .site-header li {
    margin: 15px !important;
  }

  .header-cart {
    justify-content: flex-end;
    margin-top: 45px;
    margin-bottom: 15px;
    width: 100%;
    top: -30px;
    right: 15px;
    position: absolute;
  }

  #warenkorb .cart-popup {
    top: 210px;
    right: 3px;
  }


  .modal {
    z-index: 599;
    top: 0;
    left:0;
    right:0;
    padding: 0;
  }

  .modal header {
    padding: 15px;
  }

  .modal article {
    padding: 15px;
  }


  .produkte {
    padding-top: 0;
  }

  .bestseller {
    padding-bottom: 25px;
  }

  /* CONTAINER */
  .container {
    padding: 50px 25px;
    /* max-width: calc(100% - 50px) !important; */
    /* overflow: hidden; */
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .container-right,
  .container-left {
    width: 100%;
  }

  .container-right {
    margin-top: 25px;
  }

 /* .container-right form {
    max-width: 95%;
  }*/

  .container.controls {
    padding: 0 25px;
  }

  section.container.usps.pt-2.pb-2,
  section.container.article-list.pb-2.pt-2 {
    padding: 15px 5px;
  }


  /* DANKE */
  .danke-main {
    height: 100% !important;
  }
  .danke-wrapper {
    overflow: auto !important;
    background-color:#F9EFE2 !important;
  }
  .danke {
    justify-content: flex-start !important;
    height: 100% !important;
  }

  /* COLLECTION */
  .collection h2 {
    padding-top: 25px;
  }


  section.container.usps.pt-2.pb-2 {
    padding-bottom: 15px;
  }



  /* TEASER */
  .teaser-content img {
    width: 90%;
  }

 /* .teaser-classic,
  .teaser-vegan,
  .teaser-personalisierung {
    padding: 25px;
  }*/


  .teaser-content {
    /*padding: 0 25px;*/
    /* width: calc(100% - 50px); */
  }

  .teaser:not(.teaser-unterseite) .teaser-content {
    justify-content: flex-start;
    /*padding: 35px 25px 0 25px;*/
    /* width: calc(100% - 50px); */
  }

  .teaser-startseite {
    /*height: 455px;*/
  }
  .teaser-classic .teaser-content,
  .teaser-vegan .teaser-content,
  .teaser-personalisierung .teaser-content,
  .teaser-startseite .teaser-content {
    padding: 30px 0;
  }

  .teaser-unterseite {
    height: 200px;
  }
  .teaser-content h3,
  .teaser-content h2,
  .teaser-content h1 {
    padding: 0 15px;
  }
  div#a-filter {
    padding: 0 10px;
  }
  .teaser-content h2 {
    text-transform: none;
  }

  /* .teaser-content h3 {
    padding-bottom: 55px;
  } */

  /* USP ICONS */

  .usp-icons-item {
    width: 49%;
    font-size: 13px;
    /*font-weight: 700;*/
  }

  .usp-icons-item:nth-child(1) {
    margin: 0 2px 25px 0;
  }

  .usp-icons-item:nth-child(2) {
    margin: 0 0 25px 2px;
  }

  .usp-icons-item:nth-child(3) {
    margin: 5px 2px 0 0;
  }

  .usp-icons-item:nth-child(4) {
    margin: 5px 0 0 2px;
  }

  .usp-icons-item-icon img {
    width: 120px;
  }
  .about-right img {
    max-width: 319px;
  }

  /* RATING */

  .rating-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .rating:not(:last-child) {
    width: 100%;
    margin-bottom: 25px;
  }

  /* INTRO */

  .intro {
    background-image: none;
    height: auto;
    padding: 0;
  }


  /* ABOUT */
  .article-about:not(.article-details-about) .about-left {
    padding: 0;
  }

  .container.about {
    padding: 25px 25px 0 25px;
  }

  .pt-2.pb-2.about-left {
    padding: 0;
  }

  /* BESTSELLER / ARTIKELLISTE */
  /* .bestseller,
  .artikelliste {
    justify-content: center !important;
  } */

  .bestseller article,
  .artikelliste article {
    max-width: 47%;
  }

  .bestseller article h3,
  .bestseller article span,
  .artikelliste article h3,
  .artikelliste article span,
  .bestseller .preis,
  .artikelliste .preis {
    padding: 0;
  }

  .bestseller article h3,
  .artikelliste article h3 {
    line-height: 18px;
  }

  .bestseller article .preis,
  .artikelliste article .preis {
    align-self: flex-end;
    margin-top: auto;
    padding-top: 10px;
    padding-right: 10px;
  }

  section.container.produkte.pt.pb {
    padding: 0;
    max-width: 100% !important;
  }

  .article-left .artikelbild {
    text-align: center;
  }
  .artikelbild img {
    width: 100%;
    max-width: 250px;
  }

  .article-right {
    margin-left: 0;
    margin-top: 25px;
  }

  .article-left,
  .article-right {
    max-width: 100%;
  }

  .steckbrief select[name="cart_quantity_aricle[284]"] {
    margin-right: 10px;
  }

 /* .steckbrief .container-flex {
    justify-content: space-between;
  }*/

  .steckbrief input.btn[name="cart_submit[284]"] { padding: 5px 10px; }

  /* .bestseller article {
    max-width: 100% !important;
    width: 100% !important;
  } */

  .steckbrief input[type=submit] {
    width: auto;
  }


  .container.article-description {
    padding: 0;
    /*min-width: 100% !important;*/
  }

  .container.articledetails .article-description,
  .container.articledetails .article-left {
    padding: 25px;
  }
  .container.articledetails .article-right {
    padding: 15px;
  }

  .container.articledetails .container-flex,
  .container.articledetails {
    padding: 0;
  }
  .article-details .bewertung {
    margin-bottom: 15px;
  }

  /* CHECKOUT */

  fieldset.checkout-address,
  fieldset.checkout-delivery {
    display: block;
  }

/*  fieldset.checkout-address input,
  fieldset.checkout-address select,
  fieldset.checkout-delivery input,
  fieldset.checkout-delivery select {
    width: calc(100% - 40px);
  }*/
  fieldset.checkout-address input, fieldset.checkout-address select, fieldset.checkout-delivery input, fieldset.checkout-delivery select {
    width: 46%;
    margin: 10px 5px;
  }


  .inhalt.meine_einkaeufe th,
  .checkout-artikel th {
    display: none;
  }

  .inhalt.meine_einkaeufe tr,
  .checkout-artikel tr {
    border-bottom: 3px solid #F0F0F0;
    display: block;
    margin-bottom: .625em;
  }

  .inhalt.meine_einkaeufe td,
  .checkout-artikel td {
    border-bottom: 1px solid #F0F0F0;
    display: block;
    text-align: right;
  }

  .inhalt.meine_einkaeufe td::before,
  .checkout-artikel td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .inhalt.meine_einkaeufe td:last-child,
  .checkout-artikel td:last-child {
    border-bottom: 0;
  }

  /* ABOUT */

  .about {
    display: block !important;
  }

  .about div {
    width: 100% !important;
    /* overflow: hidden; */
  }

  /* FOOTER */

  .subnav {
    height: auto;
  }

  .subnav ul {
    flex-wrap: wrap;
    padding: 25px 0;
  }

  .subnav ul li {
    flex: 0 0 33%;
    padding: 10px 0;
    text-align: center;
  }

  footer .container {
    flex-wrap: wrap;
  }

  .footer-col {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }

  .footer-col:nth-child(2) {
    align-items: center;
    justify-content: center;
  }

  section.text-section.pt-2.pb-2 {
    padding: 0;
  }

  section.container.collection.pt-2.pb-2 {
    padding: 25px;
  }

  section.ratings.pt-2.pb-2 {
    padding: 0;
  }

  .intro-content.pt-2.pr-2.pb-2.pl-2 {
    padding: 50px 25px;
    max-width: 100%;
  }

  section.produkte.pt.pb {
    padding: 0 0 50px 0;
  }

 h2.mb-2 {
   margin-top:25px;
 }
}

@media only screen and (max-width: 411px) {
  .usp-icons-item-text {
    /*padding: 0 10px;*/
  }

  .usp-icons {
    justify-content: space-between;
  }

/*  .usp-icons-item {
    width: 48%;
  }*/

  .usp-icons-item:nth-child(1),
  .usp-icons-item:nth-child(2) {
    margin: 0 0 25px 0;
  }

  .usp-icons-item:nth-child(3),
  .usp-icons-item:nth-child(4) {
    margin: 0;
  }

  .usp-icons-item-icon img {
    /*width: 100%;*/
  }

  fieldset.checkout-address input, fieldset.checkout-address select, fieldset.checkout-delivery input, fieldset.checkout-delivery select {
    width: 100%;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 320px) {
  .usp-icons-item {
    font-size: 13px !important;
  }
}