@charset "UTF-8";
/*Constanten*/
@font-face {
  font-family: "TitilliumText22LRegular";
  src: url("/fileadmin/templates/Resources/Public/Fonts/titilliumtext22l003-webfont.eot");
  src: url("/fileadmin/templates/Resources/Public/Fonts/titilliumtext22l003-webfont.eot?#iefix") format("embedded-opentype"), url("/fileadmin/templates/Resources/Public/Fonts/titilliumtext22l003-webfont.woff") format("woff"), url("/fileadmin/templates/Resources/Public/Fonts/titilliumtext22l003-webfont.ttf") format("truetype"), url("/fileadmin/templates/Resources/Public/Fonts/titilliumtext22l003-webfont.svg#TitilliumText22LRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*Resets*/
html,
body,
button,
input,
select,
table,
textarea {
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  color: #626262;
  /* font-size: 16px; */
  line-height: 1.5;
}

/* TAGS */
h1,
h2,
h3,
h4,
h5 {
  text-transform: none;
}
p,
ul,
ol{
  font-size: 20px;
}
/* Einrückungen und Rahmen */
/* Sonderanweisungen */
/* SHOP */
/*Breakpoints*/
a:hover {
  text-decoration: none;
  color: #9daec1;
}

header .suche {
  display: none;
}

.mainNav {
  display: none;
}

.mobileButtons {
  width: 100%;
}
.mobileButtons ul {
  display: grid;
  grid-template-columns: 5fr 1fr 1fr 1fr;
  font-size: 1.5em;
  justify-content: center;
  list-style: none;
  padding-left: 2.5rem;
}

.mobileButtons ul li {
  text-align: right;
}

.mobileButtons ul li:first-of-type {
  text-align: left;
}

@media only screen and (min-width: 1320px) {
  .nav-primary a.level0:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .mainNav {
    display: block;
  }
  ul.level0 {
    box-shadow: 0px 10px 10px 4px rgba(0, 0, 0, 0.15);
  }
  header div {
    margin: 0;
  }
  .accountCart {
    display: block;
    grid-column: 1/4;
    text-align: right;
  }
  .accountCart a {
    padding: 0 0 0 2em;
    display: inline-block;
  }
  header .suche {
    display: block;
  }
}
.mainNav {
  background: #fff;
}

.nav-primary a {
  color: #2f4b5b;
}

.rezeptContainer {
  background: #2f4b5b;
  color: #fff;
  font-size: 2.5em;
  padding: 0.7em;
  text-align: center;
}

.rezeptWrapper a {
  display: inline-block;
  border: solid 1px #fff;
  font-size: 0.75em;
  color: #fff;
  padding: 0.25em;
  margin: 0 1.25em;
  transition: background 0.5s ease-out, color 0.5s ease-in;
}

.rezeptWrapper a:hover {
  background: #fff;
  color: #2f4b5b;
  text-decoration: none;
}

.homeGridContainer {
  background: #fff;
  padding: 5em 0;
}

.gridBox {
  background: #ccc;
  background-size: cover !important;
  background-position: center center !important;
  min-height: 20em;
  position: relative;
  margin-bottom: 2em;
}

.gridBox a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.gridBox a span {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0px;
  padding: 0.5em;
  transition: background 0.5s ease-out;
  color: #2f4b5b;
  font-weight: 500;
}

.gridBox a:hover span {
  background: rgba(255, 255, 255, 0.9);
}

.gridBox1 {
  background: url(../images/homeGrid/Medi-Tech-Allergiebettwaesche.jpg);
}

.gridBox2 {
  background: url(../images/homeGrid/Medi-Tech-Bettwaren-Allergiker.jpg);
}

.gridBox3 {
  background: url(../images/homeGrid/Medi-Tech-Neurodermitis-Kleidung.jpg);
}

.gridBox4 {
  background: url(../images/homeGrid/Medi-Tech-Nackenstuetzkissen.jpg);
}

.gridBox5 {
  background: url(../images/homeGrid/Medi-Tech-Hundebetten.jpg);
}

.textWrapper {
  padding: 4em 2em;
  font-size: 1.25em;
}

@media only screen and (min-width: 1320px) {
  .textWrapper {
    padding: 4em 0;
  }
}
@media only screen and (min-width: 768px) {
  .homeGridWrapper {
    display: grid;
    grid-template-columns: repeat(12, 2fr);
    grid-gap: 2em;
  }
  .gridBox {
    margin: 0;
  }
  .gridBox1 {
    grid-column: 1/13;
  }
  .gridBox2 {
    grid-column: 1/7;
  }
  .gridBox3 {
    grid-column: 7/13;
  }
  .gridBox4 {
    grid-column: 1/7;
  }
  .gridBox5 {
    grid-column: 7/13;
  }
}
@media only screen and (min-width: 960px) {
  .gridBox1 {
    grid-row: 1/3;
    grid-column: 1/5;
  }
  .gridBox2 {
    grid-column: 5/9;
  }
  .gridBox3 {
    grid-column: 9/13;
  }
  .gridBox4 {
    grid-column: 5/10;
  }
  .gridBox5 {
    grid-column: 10/13;
  }
}
.homeProductsContainer {
  padding: 1em;
}

.homeProductsContainer img {
  width: 100%;
  border: 0;
}

.homeProducts h2 {
  border: 0;
  padding: 0.5em 0 0 0;
  margin: 0;
}

.homeProducts .price {
  font-size: 1.25em;
}

.homeProducts p {
  font-size: 0.75em;
  padding-bottom: 3em;
}

@media only screen and (min-width: 320px) {
  .homeProducts .productImage {
    max-width: 25%;
    float: left;
    margin-right: 1em;
  }
  .homeProducts li {
    padding: 1em 0;
  }
  .homeProducts h2 {
    padding-top: 0;
    font-size: 90%;
  }
  .homeProducts p {
    padding: 0;
  }
}
@media only screen and (min-width: 320px) {
  .homeProducts h2 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 568px) {
  .homeProducts {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
  }
  .homeProducts * {
    clear: both;
  }
  .productImage {
    max-width: none !important;
    margin-right: 0 !important;
  }
  .homeProducts h2 {
    padding-top: 0.5em;
  }
}
@media only screen and (min-width: 667px) {
  .homeProducts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 960px) {
  .homeProducts {
    grid-template-columns: repeat(4, 1fr);
  }
}
.homeInfosContainer {
  background: #fff;
  padding: 1em;
}

.infoBox {
  position: relative;
  margin: 1em 0;
  background-size: cover !important;
  background-position: center center !important;
}

.infoBox a {
  display: inline-block;
  margin-top: 1em;
}

.infoBox1 {
  background: #fff;
}

.infoBox2 {
  display: none;
  background: url(../images/homeGrid/Medi-Tech-Tipps-erholsamer-Schlaf.jpg);
}

.infoBox3 {
  background: #97a5ad;
  padding: 1em;
  color: #fff;
}

.infoBox4 {
  border: dashed 2px #97a5ad;
  padding: 1em;
}

.infoBox5 {
  background: #97a5ad;
  padding: 1em;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  .onlyMobile {
    display: none;
  }
  .homeInfosWrapper {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: repeat(3, 2fr);
    grid-gap: 2em;
  }
  .infoBox {
    margin: 0;
  }
  .infoBox2 {
    display: block;
    grid-column: 2/4;
    grid-row: 1/3;
  }
  .infoBox3 {
    grid-row: 2/4;
  }
}
.fragenContainer {
  background: #97a5ad;
  color: #fff;
  font-size: 2.5em;
  padding: 1em;
  margin-top: 2em;
  text-align: center;
}

.fragenWrapper {
  display: inline-block;
  max-width: 960px;
  text-align: left;
}

.fragenContainer span {
  display: block;
}

@media only screen and (min-width: 960px) {
  .fragenContainer span {
    display: inline-block;
  }
  .footerWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0 2em;
  }
  .footerWrapper * {
    text-align: left;
  }
  .footerWrapper h3 {
    margin-top: 0;
    font-size: 1.25em;
  }
}
#checkout-review-table-wrapper,
.amscheckout-main,
#checkout-review-submit {
  border: 0 !important;
  padding: 0.5em 0 !important;
}

.agreement-content {
  display: none;
}

.footerContainer {
  clear: both;
  background: #2f4b5b;
  color: #fff;
  padding: 4em 0;
}

.footerWrapper {
  padding: 1em;
  text-align: center;
}

.footerWrapper h3 {
  margin-top: 2em;
}

.footerContainer * {
  color: #fff;
}

.socials * {
  display: inline-block;
  font-size: 1.5em;
}

.socials a {
  margin: 0 0.5em 0 0;
  position: relative;
  top: -1.75em;
}

.socials img {
  margin: 0 1em 0 1em;
  max-height: 75px;
}

.bottomWrapper {
  text-align: center;
  border-top: solid 1px #fff;
  padding: 1em;
  margin-top: 2em;
}

.bottomWrapper ul li {
  display: inline-block;
  padding: 0 0.5em;
}

.homeProducts li:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

header.navbar {
  display: block;
  max-width: unset;
  border-bottom: none;
  padding: 0 !important;
}

@media (min-width: 992px) {
  .navbar-mainnavigation > .container {
    justify-content: end;
  }
  .navbar-mainnavigation > .container > nav.collapse > ul.navbar-nav:last-child {
    margin-left: 0;
  }
  .navbar-mainnavigation > .container > nav.collapse > ul.navbar-nav:last-child > li > a {
    padding: 0 10px 0 0;
    color: #2f4b5b;
    /* font-size: 17px; */
    line-height: 50px;
  }
  .navbar-mainnavigation > .container > nav.collapse > ul.navbar-nav:last-child > li > a::before {
    left: 0;
    right: 10px;
  }
}
h1,
.h1,
.aimeos h1,
.aimeos .h1 {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  /* border-bottom: 3px dashed #2f566f; */
}

.aimeos h1,
.aimeos .h1 {
  font-size: 24px;
}

h2,
.h2,
.aimeos h2,
.aimeos .h2 {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  /* border-bottom: 3px dashed #2f566f; */
}

h3,
.h3,
.aimeos h3,
.aimeos .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h4,
.h4,
.aimeos h4,
.aimeos .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

h5,
.h5,
.aimeos h5,
.aimeos .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}

h6,
.h6,
.aimeos h6,
.aimeos .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
}

header .serviceTelefon {
  border: dashed 3px #ccc;
  text-align: center;
  font-size: 2em;
  padding: 0.125em;
  margin-top: 0;
  width: 110%;
}
header .serviceTelefon span:first-of-type {
  display: none;
}
@media only screen and (min-width: 1200px) {
  header .serviceTelefon span:first-of-type {
    display: inline-block;
  }
}
header .serviceTelefon > p {
  margin-bottom: 0;
}

.navbar-mainnavigation {
  box-shadow: none;
}

span.navbar-toggler-text {
  position: relative;
  margin-left: -10px;
}

span.navbar-toggler-icon {
  /* left: -25px; */
}

.footer-section-content {
  background-color: #31556f;
}
.footer-section-content h3,
.footer-section-content .h3 {
  color: #fff;
}

.btn-primary {
  border: solid 1px #fff;
}

:root {
  --ai-primary: #31556f;
  --ai-primary-light: #4c7fa3;
  --ai-secondary: #31556f;
  --ai-secondary-light: #4c7fa3;
}

.footer-section-content {
  background-color: #2f4b5b;
}

.aimeos h2[itemprop=name],
.aimeos h2.name,
.aimeos h3[itemprop=name],
.aimeos h3.name,
.aimeos h4[itemprop=name],
.aimeos h4.name,
.aimeos h5[itemprop=name],
.aimeos h5.name,
.aimeos p[itemprop=name] p.name {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  border-bottom: 3px dashed #2f566f;
  font-size: 13px;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  border: none;
}
.aimeos .catalog-list-items .product {
  border: none;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
}
.aimeos .catalog-list-items .list .product .media-list {
  width: calc(100% / 12 * 3.5);
}
.aimeos .catalog-list-items .list .product .text-list {
  width: calc(100% / 12 * 7.5);
}
.aimeos .catalog-list-items .list .product:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.aimeos .catalog-list-items .list .product .text-list .text-item {
  height: auto;
}
.aimeos.catalog-list .product .text-list a {
  display: inline;
}
.aimeos.catalog-list .product .text-list h2 {
  text-transform: none;
  font-size: 18px;
  overflow: auto;
  height: auto;
  margin: auto;
}
.aimeos.catalog-list .media-list .media-item {
  position: static;
  height: auto;
  width: auto;
}
.aimeos.catalog-list .media-list .media-item img {
  position: static;
  transform: none;
  top: auto;
}
.aimeos .price-item:first-of-type .taxrate {
  display: block;
}

body > div > header {
  border-top: solid 4px #2f4b5b;
}

.catalog-list-footer .long {
  color: #626262;
}

.catalog-list-items .offer {
  float: none;
  margin: 0;
  color: #626262;
  max-width: 100%;
}
.catalog-list-items .offer .value {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #626262;
}

.aimeos.catalog-list .product .text-list li {
  list-style-position: outside;
  list-style-type: disc;
}
.aimeos.catalog-list .product .text-list .text-item {
  font-size: 20px;
  line-height: 30px;
  color: #626262;
}
.short {
  font-size: 20px;

}
.aimeos.catalog-list .product .text-list .text-item + a {
  color: #2f566f;
}
.aimeos.catalog-list .product .text-list .text-item + a:hover {
  color: #758dc4;
}
.aimeos.catalog-list .product .text-list .taxrate {
  font-size: 11px;
  font-weight: 400;
  color: #626262;
}
.aimeos.catalog-list .product .text-list .link-learn {
  font-size: 14px;
  line-height: 21px;
}
.aimeos.catalog-list .product .text-list .action {
  margin: 7px 0;
}
.aimeos.catalog-list .product .text-list .action a {
  display: inline-block;
  white-space: normal;
  width: 140px;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  margin-left: auto;
}

.footer-section-content a:not(.btn) {
  color: #fff;
}
.footer-section-content a:not(.btn):hover {
  color: #758dc4;
}

.footer-section-meta {
  background: #2f4b5b;
  border-top: solid 1px #fff;
}
.footer-section-meta a:not(.btn) {
  color: #fff;
}
.footer-section-meta a:not(.btn):hover {
  color: #758dc4;
}

@media (min-width: 1200px) {
  footer .container {
    /* 1260px */
    /* max-width: 1280px; */
  }
}
@media (min-width: 992px) {
  header .aimeos.catalog-filter {
    padding-left: 20px;
  }
}
.ui-widget-content {
  z-index: 500;
}

.aimeos h1,
.aimeos h2,
.account-profile h1.header,
.account-review h1.header,
.account-watch .header,
.account-history .header,
.account-favorite .header,
.account-subscription .header,
.basket-related-bought .header,
.catalog-session .header,
.catalog-detail .header {
  text-transform: none;
}

.carousel-indicators li {
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #637ebd;
}

.catalog-list .grid {
  text-align: initial;
}
.catalog-list .grid .itemInner {
  padding: 10px;
  background-color: #fcf8f0;
  transition: all 0.3s ease-in-out;
}
.catalog-list .grid .itemInner .product-info {
  position: relative;
}
@media (min-width: 480px) {
  .catalog-list .grid .itemInner .product-info {
    min-height: 262px;
  }
}
.catalog-list .grid .product {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 50px;
  min-height: 262px;
}
@media (min-width: 480px) {
  .catalog-list .grid .product {
    padding: 0 1em;
    width: 49.6%;
  }
}
@media (min-width: 768px) {
  .catalog-list .grid .product {
    width: 33.03333%;
  }
}
@media (min-width: 992px) {
  .catalog-list .grid .product {
    width: 49.6%;
  }
}
@media (min-width: 992px) {
  .catalog-list .grid .product {
    width: 49.6%;
  }
}
@media (min-width: 1200px) {
  .catalog-list .grid .product {
    width: 32.93333%;
  }
}
.catalog-list .grid .product .text-list h2 {
  font-size: 16px;
  text-align: initial;
}
.catalog-list .grid .product .price-item,
.catalog-list .grid .product .shipping-costs,
.catalog-list .grid .product .delivery-time {
  text-align: left;
  color: #626262;
  font-size: 16px;
  font-weight: 400;
}
.catalog-list .grid .product .shipping-costs,
.catalog-list .grid .product .delivery-time,
.catalog-list .grid .product .taxrate {
  font-size: 11px;
}
.catalog-list .grid .product .offer {
  padding: 0;
  max-width: 100%;
  text-align: left;
}
.catalog-list .grid .product .action {
  padding-top: 10px;
  bottom: 0px;
  width: 100%;
}
@media (min-width: 480px) {
  .catalog-list .grid .product .action {
    position: absolute;
  }
}
.catalog-list .grid .product .action .btn {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
}
.catalog-list .grid .product .value {
  line-height: 40px;
}
.catalog-list .grid .product .media-list {
  height: auto;
  display: flex;
  /* background: #fff; */
  background: transparent;
  align-items: center;
}
.catalog-list .grid .product .media-list::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.catalog-list .grid .product .media-list .media-item {
  width: 100%;
}
.catalog-list .grid .product .media-list .media-item img {
  width: 100%;
}


.aimeos.catalog-list .catalog-list-footer{
 border-bottom: 3px dashed #2f566f;
}
.aimeos.catalog-list nav {
  border-bottom: 3px dashed #2f566f;
}
.aimeos.catalog-list nav:last-child {
  border-top: 3px dashed #2f566f;
  border-bottom: none;
}

.aimeos .catalog-session-seen h1 {
  font-size: 14px;
}

.aimeos.catalog-filter > nav > h2 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 2.2em;
  border-bottom: 3px dashed #2f566f;
}
.aimeos.catalog-filter h2 {
  text-align: left;
  padding-left: 0;
  border-bottom: none;
}
.aimeos.catalog-filter .catalog-filter-tree .category-lists,
.aimeos.catalog-filter .aimeos .catalog-filter-price .price-lists {
  display: block;
}
.aimeos.catalog-filter .catalog-filter-tree h2,
.aimeos.catalog-filter .catalog-filter-price h2,
.aimeos.catalog-filter .catalog-filter-attribute h2 {
  margin: 0;
  margin-bottom: 10px;
  color: #626262;
  font-family: "TitilliumText22LRegular", Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  position: relative;
  display: block;
}
.aimeos.catalog-filter .category-lists {
  background: #f8f3e8;
}
.aimeos.catalog-filter .price-lists {
  background: #f8f3e8;
  padding-bottom: 1em;
}

.aimeos .catalog-filter-tree .category-lists,
.aimeos .catalog-filter-price .price-lists {
  display: block;
}

.aimeos input[type=range].price-slider {
  margin-top: 1em;
  background: #f8f3e8;
}

.aimeos.catalog-session .header {
  font-size: 14px;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  font-weight: 600;
  border-bottom: none;
  color: #626262;
}

.frame-type-shortcut {
  padding: 0;
}

#page-content {
  padding: 0;
}

#c376 {
  color: #fff;
  background: #97a5ad;
}

#c360 {
  padding: 25px;
}

#c369 h1 {
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.aimeos .catalog-filter-search {
  border-bottom: none;
}
.aimeos .catalog-filter-search > div {
  border-radius: 2px;
  border: 1px solid #C0C0C0;
}
@media (min-width: 992px) {
  .aimeos .catalog-filter-search > div {
    display: flex;
  }
}

.navbar-mainnavigation .navbar-brand-image {
  height: auto;
  position: static;
  margin-left: 0;
}
.navbar-mainnavigation .navbar-brand-image img {
  width: 300px;
  height: auto;
  transform: none;
  position: static;
  max-height: initial;
}

@media (max-width: 991px) {
  .navbar-mainnavigation .navbar-brand-image {
    width: 100%;
    margin: 15px 0;
    padding: 0;
    height: auto;
  }
  .navbar-mainnavigation .navbar-brand-image img {
    width: 100%;
    margin: auto;
    transform: none;
    max-width: 300px;
    max-height: initial;
  }
}
.navbar-nav {
  flex-wrap: wrap;
}

.footer-section-content .frame-header h3 {
  margin-bottom: 10px;
}

.footer-section-meta {
  margin: auto;
}
.aimeos.catalog-stage {
  margin-top: calc(var(--frame-spacing) * -1);
}
.catalog-stage-navigator {
  display: none;
}

#c622 img {
  margin-left: 0;
}

@media (min-width: 576px) {
  .footer-section-meta {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer-section-meta {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer-section-meta {
    max-width: 960px;
  }
}
@media (min-width: 1032px) and (max-width: 1199px) {
  #page-header > .container,
  .breadcrumb-section > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .footer-section-meta {
    max-width: 1260px;
  }
}
@media (min-width: 1340px) {
  /* #page-header > .container,
  .breadcrumb-section > .container {
    padding-left: 0;
    padding-right: 0;
  } */
}
.footer-section-meta > div {
  padding-top: 14px;
}

.bp-page-footer {
  background: #2f4b5b;
  text-align: center;
}
@media (min-width: 576px) {
  .bp-page-footer {
    text-align: left;
  }
}
.bp-page-footer .meta-menu li {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

#p78 .aimeos.catalog-list {
  /* background: #f1e3c7; */
  /* padding: 1em; */
}
#p78 .aimeos.catalog-list .catalog-list-items {
  /* margin: 0 auto; */
  /* max-width: 1140px; */
}
.catalog-detail-image .thumbs-horizontal .thumbs {
  width: 100%;
}
.catalog-detail-image .thumbs-horizontal:not(button) {
  margin-left: 0;
}
.catalog-detail-image .thumbs-horizontal button {
  display: none;
}
.catalog-detail-image .image-single .media-item .item {
  /* top: 54%; */
  top: 0;
  transform: none;
}
.catalog-detail-image .image-single {
  height: auto;
}
.catalog-detail-image .image-single .media-item {
  height: auto;
}
.section-column {
  /* padding-left: 20px; */
}
.catalog-detail-basket-selection .select-item.color.radio {
  padding-left: 0;
}
.catalog-social {
  display: none;
}
.catalog-detail-service .service-list {
  margin-left: auto;
}
#p78 .aimeos.catalog-list ul {
  display: grid;
  grid-gap: 1em;
}
.carousel-small .item {
  height: 565px;
}
@media (min-width: 576px) {
  #p78 .aimeos.catalog-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-column {
    /* padding-left: 0; */
  }
}
@media (min-width: 768px) {
  #p78 .aimeos.catalog-list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  #p78 .aimeos.catalog-list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
#p78 .aimeos.catalog-list ul li {
  width: 100% !important;
  padding: 1em 0;
  margin: 0;
  min-height: auto;
}
#p78 .aimeos.catalog-list ul .itemInner {
  background: none;
  padding: 0;
}
@media (min-width: 320px) and (max-width: 567px) {
  #p78 .aimeos.catalog-list ul .itemInner .media-list {
    max-width: 25% !important;
    float: left;
    margin-right: 1em;
  }
}
#p78 .aimeos.catalog-list ul .itemInner .media-list .media-item {
  height: 100%;
  position: absolute;
}
#p78 .aimeos.catalog-list ul .itemInner .media-list .media-item img {
  position: relative;
  transform: translate(0%, -50%);
  top: 50%;
  max-height: none;
  max-width: none;
}
#p78 .aimeos.catalog-list ul .itemInner .product-info {
  min-height: initial;
}
#p78 .aimeos.catalog-list ul .itemInner .product-info .text-list {
  margin: 0.5em 0 0 0;
}
#p78 .aimeos.catalog-list ul .itemInner .product-info .text-list h2 {
  font-size: 21px;
  font-weight: 400;
  padding-bottom: 0;
}
#p78 .aimeos.catalog-list ul .itemInner .product-info .offer {
  padding: 0;
}
#p78 .aimeos.catalog-list ul .itemInner .product-info .value {
  line-height: initial;
  font-size: 18px;
}
#p78 .aimeos.catalog-list ul .itemInner .action {
  display: none;
}
#p78 .catalog-list-type,
.aimeos.catalog-list .catalog-list-type  {
  display: none;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin-right: 22px;
  margin-left: 22px;
}

.breadcrumb-section, .breadcrumb {
  background-color: transparent;
}

.catalog-filter-tree li a.cat-item:link, .catalog-filter-tree li a.cat-item:visited {
  color: #626262;
}
.catalog-filter-tree li a.cat-item:link:hover, .catalog-filter-tree li a.cat-item:visited:hover {
  color: #FFFFFF;
}

.catalog-filter-tree .list-container .top-item.nochild a.cat-item:link, .catalog-filter-tree .list-container .top-item.nochild a.cat-item:visited {
  color: #626262;
}
.catalog-filter-tree .list-container .top-item.nochild a.cat-item:link:hover, .catalog-filter-tree .list-container .top-item.nochild a.cat-item:visited:hover {
  color: #FFFFFF;
}

.catalog-filter-tree .category-lists .list-container {
  flex-wrap: wrap;
}
.catalog-filter-tree .category-lists .list-container .cat-item {
  width: 100%;
  padding: 2px 0px 2px 4px;
  font-size: 80%;
  text-transform: none;
}

.catalog-filter .catalog-filter-tree {
  border-bottom: none;
}

.aimeos.catalog-session .seen-item {
  width: 100%;
}
.aimeos.catalog-session .seen-item a {
  width: 100%;
}
.aimeos.catalog-session .seen-item h2 {
  height: auto;
  padding: 10px 0;
  text-align: left;
  margin-left: 60px;
  text-transform: none;
}
.aimeos.catalog-session .seen-item .media-item {
  height: 50px;
  width: 50px;
  float: left;
}
.aimeos.catalog-session .seen-item .price-list {
  display: none;
}

.aimeos .content.description,
.aimeos .content.details {
  display: block;
}

.aimeos .catalog-detail-basic h1.name {
  text-transform: none;
  font-size: 200%;
  border-bottom: none;
  padding-bottom: 0;
}

.catalog-detail-basic .code {
  margin-bottom: 0;
}

.catalog-detail-basket .service-list .service-name {
  display: block;
}

.catalog-detail-basket .price-item:last-of-type:after {
  display: none;
}

.catalog-detail-basket .price-item:first-of-type {
  cursor: default;
}

.aimeos.catalog-detail .catalog-detail-basket {
  margin: 0;
}
.aimeos.catalog-detail .stock-list {
  text-align: left;
}
.aimeos.catalog-detail .stock-list + div {
  text-align: right;
}
.aimeos.catalog-detail .stock-list .stockitem {
  margin: 0;
}
.aimeos.catalog-detail .price-item:first-of-type .taxrate {
  padding: 0;
}
.aimeos.catalog-detail .catalog-detail-service .service-list {
  color: #626262;
  max-height: 15em;
}
.aimeos.catalog-detail .h1 {
  border-bottom: none;
  color: #31556f;
}
@media (min-width: 576px) {
  .aimeos.catalog-detail .h1 {
    display: none;
  }
}
.aimeos.catalog-detail h1 {
  display: none;
}
@media (min-width: 576px) {
  .aimeos.catalog-detail h1 {
    display: block;
  }
}
.aimeos.catalog-detail .content-details,
.aimeos.catalog-detail .content-description {
  color: #626262;
}
.aimeos.catalog-detail .price-list {
  width: 100%;
}
.aimeos.catalog-detail .price-list,
.aimeos.catalog-detail .catalog-detail-service {
  text-align: right;
}

.catalog-filter .input-group > .form-control:not(:last-child) {
  font-size: 90%;
  padding: 0 8px;
}

/* .catalog-detail-basket .price-item .value {
  color: #2f566f;
  font-size: 200%;
  font-size: 140%;
  font-weight: 400;
} */

.catalog-detail-basket .price-item:first-of-type .taxrate {
  font-size: 75%;
  color: #626262;
  font-weight: 400;
  margin: 0;
}

.catalog-detail-basket .service-intro {
  font-size: 75%;
  color: #626262;
}

.aimeos.basket-standard h1,
.aimeos.checkout-standard h1 {
  border-bottom: 1px solid #EDEDED;
}

.aimeos .common-summary-detail h2,
.aimeos .basket-standard-coupon h2,
.aimeos .checkout-standard-address-billing h2,
.aimeos .checkout-standard-address-delivery h2,
.aimeos .checkout-standard-delivery h2,
.aimeos .checkout-standard-payment h2 {
  border: none;
  padding: 0;
}

.img-container img {
  max-width: 100%;
  height: auto;
}

#p78 .catalog-list-items .product .media-list,
#p78 .catalog-list-items .product .media-item {
  background-color: transparent;
}

/* .frame-group-container .frame-container{padding-left: 0;padding-right: 0;}
.section-row {margin-left:-40px;margin-right:-40px} */

.catalog-stage-breadcrumb {
  margin-left: 0;
}

.catalog-stage-breadcrumb .title {
  padding-left: 0;
}

.table.table-striped {
  --bs-table-striped-bg: rgb(239 228 206 / 50%);
}

.aimeos .catalog-detail-basket .catalog-detail-basic {
  float: left;
}

.aimeos .catalog-detail-basket .price-list {
  display: block;
}

.catalog-detail-basket .price-item .value {
  margin-top: 0;
}

@media (min-width: 1400px) {
  #c376.frame-indent .frame-inner {
    margin-left: 20%;
    margin-right: 20%;
  }
}

.catalog-filter-attribute .attribute-lists {
  display: block;
  background: rgb(248, 243, 232);
}

.catalog-filter-attribute .attribute-lists .attr-color,
.catalog-filter-attribute .attribute-lists .attr-size{
  display: block;
  width: 100%;
  background: #f8f3e8;
}

.catalog-filter-attribute legend::before {
	display: none;
}


.catalog-filter-attribute .attribute-lists .attr-color .attr-list {
	display: flex;
  	flex-wrap: wrap;
  	width: 100%;
}

.catalog-filter-attribute .attribute-lists .attr-color .attr-list .attr-item {
  min-width: unset;
  width: 50%;
}

.catalog-filter-attribute .attribute-lists .attr-color .attr-list .attr-item .media-item {
  background-color: transparent;
}

.catalog-filter-attribute label::before {
  width: 1em;
  height: 1em;
  background-color: #fff;
}

.pagelevel-0 .aimeos.catalog-list > .catalog-list-head,
.pagelevel-0 .aimeos.catalog-list > .catalog-list-footer {
  display: none;
}

.pagination {
  text-align: right;
}

.aimeos .pagination {
  text-align: right;
}

.aimeos .pagination .sort {
  margin:0;
}

.aimeos .catalog-list-items + .pagination {
  display:none;
}

@media (max-width:991px){
  .carousel-small .item{height: 29vh;}
}

/*Überschriften Shop weg*/
.catalog-list-head{    display: none;}


/* Carousel Video */
.carousel .carousel-backgroundvideo-container,
.carousel .carousel-backgroundvideo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.carousel .carousel-backgroundvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

/* Gutscheincodes Text */
.basket-standard-coupon .header {font-size: 1.5em;}

/* Closebtn rechts */
.aimeos-container .minibutton.btn-close {margin-left: auto;}


@media (min-width: 1400px){

  .aimeos.catalog-list .product .text-list h2{
    font-size: 18px;
  }


  .frame-container-default,
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
      max-width: 90%;
  }
  .navbar-mainnavigation > .container{
    max-width: 90%;
  }
  .container .frame-container, .container .frame-group-container{
    max-width: 100%;
  }

  .navbar-mainnavigation .navbar-collapse{
    justify-content: center;
  }
  .navbar-mainnavigation > .container > nav.collapse > ul.navbar-nav:last-child > li > a{
    /* font-size: 18px; */
  }
  .navbar-mainnavigation > .container > nav.collapse > ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .dropdown-menu,
  .aimeos, .aimeos h1, .aimeos h2, .aimeos h3, .aimeos h4{
    font-size: 100%;
  }
.long,
  .aimeos.catalog-list .product .text-list .text-item{
    /* font-size: 100%; */
  }
  .aimeos.catalog-list .product .text-list .action a{
    font-size: 120%;

  }
  }

  @media (max-width:736px){
    .aimeos .catalog-list-items .list .product .media-list,
    .aimeos .catalog-list-items .list .product .text-list{
        width:100%;
    }
}

.catalog-detail-image .thumbs-horizontal{
  overflow: initial;
  height: initial;
}

.carousel-item-type-image .carousel-content-inner{
  margin: 0;
  max-width: initial;
}

.carousel-item-type-image .carousel-content-inner img{
  margin: 0;
  width: 100%;
}

@media (max-width: 480px){
  .pp-layout-sm .carousel-small .item{
    height: 99vw !important;
  }
}
@media (max-width: 570px){
  .pp-layout-sm .carousel-small .item{
    height: 99vw !important;
  }
}
@media (max-width: 736px){
  .pp-layout-sm .carousel-small .item{
    height: 99vw !important;
  }
}
@media (max-width:991px){
  .pp-layout-md{
    display: none !important;
  }
  .pp-layout-sm .carousel-small .item{
    height: 99vw !important;
    padding-left: 0;
    padding-right: 0;
  }
  
}

@media (min-width:992px){
  .pp-layout-sm{
    display: none !important;
  }
  
}

.taxrate, .shipping-costs, .catalog-detail-service{
display:none !important;
}
.tax-shipping{
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 9px;
    background: #fff;
    padding: 2px 3px;
    border-top-left-radius: 5px;
    border: 1px solid #ccc;
}

.rebate-item .value{
  /* font-size: 1.6rem !important; */
  font-weight: 500 !important;
  color: #a00000 !important;
}
.rebate-item .rebatepercent{
  /* display: none; */
  margin-left: 5px !important;
  margin-inline-start:initial !important;
}
.offer-until{
  margin-bottom: 20px;

}
.oldprice {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 15px;
    color: #626262;
}

.oldprice:after {
    content: "";
    display: block;
    transform: translateY(-40%) rotate(-10deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    border-bottom: 2px solid #a00000;
}


.barrierfree {
  position: fixed;
  top: 163px;
  right: 0;
  z-index: 999;
  background: #e9edf0;
  display: flex;
  flex-direction: column;
  font-size:22px;
}
.barrierfree span {
    cursor: pointer;
    border: 1px solid;
    border-radius: 2px;
    white-space: nowrap;
    padding: 3px;
    width: 100%;
    text-align: center;
}
@media (min-width:992px){
  .barrierfree {
top: 235px;
  }
}
@media (min-width:1427px){
  .barrierfree {
top: 185px;
  }
}