/*
Structure
================================
The variables define the widths for the different viewports.

**Structure**<br/>
`@phoneLandscapeViewportWidth` - viewport phone-landscape width *(default: 480px)*<br/>
`@tabletViewportWidth` - viewport tablet width *(default: 768px)*<br/>
`@tabletLandscapeViewportWidth` - viewport tablet-landscape width *(default: 1024px)*<br/>
`@desktopViewportWidth` - viewport desktop width *(default: 1260px)*<br/>
*/
.btn-cta {
  background-color: #fff;
  color: #F1AA3C;
  padding-left: 3rem;
  padding-right: 3rem;
  border: 3px solid #F1AA3C;
  line-height: 2.3 !important;
}

.header-main .logo-main {
  padding: 0.3125rem 0rem 0rem 0.625rem;
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (min-width: 48em) {
  .header-main .logo-main .logo--shop {
    margin-top: -2rem;
  }
}
/**
$phoneLandscapeViewportWidth: 30em;     // 480px
$tabletViewportWidth: 48em;             // 768px
$tabletLandscapeViewportWidth: 64em;    // 1024px
$desktopViewportWidth: 78.75em;
 */
h1, h2, h3 {
  font-weight: 700;
}

.orange .emotion--html {
  background-color: #F1AA3C;
  color: #fff;
}
.orange .emotion--html .html--content {
  padding: 12px;
}

.dunkel .emotion--html {
  background-color: #0f0f0f;
  color: #fff;
}
.dunkel .emotion--html .html--content {
  padding: 12px;
}

.orange h1, .orange h2, .orange h3, .orange h4,
.dunkel h1,
.dunkel h2,
.dunkel h3,
.dunkel h4 {
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 12px;
}

@media screen and (min-width: 48em) {
  .orange .emotion--html,
  .dunkel .emotion--html {
    min-height: 300px;
  }
}

.list-style-none ul {
  list-style: none;
}

.emotion--row {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}
.emotion--row.row--1 {
  margin-top: 3rem;
}

.headline-container-links h1, .headline-container-links h2 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-right: 0;
  display: inline-block;
}
.headline-container-links h1 {
  color: #F1AA3C;
  margin-bottom: 12px;
}
.headline-container-links h2 {
  color: #0f0f0f;
}
@media screen and (min-width: 48em) {
  .headline-container-links h1, .headline-container-links h2 {
    text-align: right;
    margin-right: 1rem;
    display: block;
  }
}

.content-main {
  margin-top: 0;
}
.content-main.container {
  background: none;
  box-shadow: none;
}
.content-main.is--fullscreen {
  padding: 0;
}
@media screen and (min-width: 48em) {
  .content-main.is--fullscreen {
    padding: 0;
  }
}

.product-slider--arrow {
  font-size: 1.75rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: none;
  border: none;
  color: #F1AA3C;
  text-shadow: 0 0px 2px rgba(255, 0, 0, 0.6);
}

.product-slider--arrow:hover {
  background: none;
  color: #C19A3B;
}

.banner-first-line {
  display: block;
  color: #F1AA3C;
}

.tab10-banner-headline {
  text-transform: uppercase;
}

@media screen and (min-width: 64em) {
  .tab10-banner-slider .tab10-banner-headline {
    font-size: 1.8625rem;
    line-height: 1.5;
  }
}
/**
  fuer Closer banner mit ganz viel Text
 */
.tab10-banner-slider.itd-banner-text-small .tab10-banner-headline .banner-first-line {
  font-size: 1.8625rem;
}

.tab10-banner-slider.itd-banner-text-small .tab10-banner-headline {
  font-size: 1rem !important;
  text-transform: none;
}

.itd-category-headline {
  /** text-align: center; */
  padding: 0;
  margin: 0;
  font-family: "Noto Sans", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 23px;
  line-height: 30px;
  letter-spacing: 0px;
  text-transform: uppercase;
  opacity: 1;
  color: #f1f1f1;
}

.category-teaser-image-overlay {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.category-teaser-image-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.category-teaser-image-overlay:hover {
  color: #0f0f0f !important;
}
.category-teaser-image-overlay:hover:before {
  background: rgba(255, 255, 255, 0.4);
}
.category-teaser-image-overlay:hover .itd-category-headline,
.category-teaser-image-overlay:hover .itd-category-button {
  color: #0f0f0f;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.itd-box-orange .emotion--html.panel .panel--body,
.itd-box-dark .emotion--html.panel .panel--body {
  margin: 0 32px;
}
.itd-box-orange .emotion--html.panel .panel--body ul,
.itd-box-dark .emotion--html.panel .panel--body ul {
  list-style: none;
}

.itd-box-orange .emotion--html.panel {
  background-color: #F1AA3C;
}

.itd-box-dark .emotion--html.panel {
  background-color: #0f0f0f;
}

.itd-text-weiss {
  color: #fff;
}

.itd-text-box-padding-24 .emotion--html .html--content {
  margin: 12px 24px;
}

.itd-h3-orange h3 {
  margin-top: 0;
  color: #F1AA3C;
  font-weight: 600;
  text-transform: uppercase;
}

.register--advantages h2 {
  padding-top: 0;
  border-top: none;
}

.register--advantages-inner {
  background-color: #EFF3F3;
  padding: 24px;
}

.product--details .product--actions {
  border: none;
}
.product--details .product--actions a.action--link,
.product--details .product--actions .action--form {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .product--details .product--actions a.action--link,
  .product--details .product--actions .action--form {
    display: inline-block;
    width: auto;
  }
}
.product--details .delivery--text,
.product--details .product--base-info {
  font-size: 0.875rem;
}
.product--details .action--link {
  color: #F1AA3C;
}

.textblock-h4-orange h4 {
  color: #F1AA3C;
  font-weight: 700;
  margin-top: 0;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.manufacturer--slider.product-slider {
  text-align: center;
}

.emotion--manufacturer .manufacturer--item {
  padding: 0.625rem 1.9375rem 0.625rem 1.9375rem;
  text-align: center;
  vertical-align: middle;
}

.advanced-menu .item--level-0 {
  padding-bottom: 0.75rem;
}

/*# sourceMappingURL=itd-custom.css.map */
