/* shop.root66.at, Anpassungen Theme */

/* Flagge Sprachauswahl */
.header-main .top-bar--navigation .top-bar--language .language--flag {
  left: -10px;
}
  
.language--flag.de_DE {
  background-position: 0 0;
  background-image: linear-gradient(to bottom, rgb(238, 36, 54) 33%, rgb(255, 255, 255) 33%, rgb(255, 255, 255) 66%, rgb(238, 36, 54) 66%);
}

/* Button Startseite Parallaxx Banner */
.slider--inhalt {
  max-width: 1000px;
}

.slider--inhalt .btn {
  margin-top: 2.5em;
}

/* Logo */
.alm--header-after-emotion--wrapper .alm--header-after-emotion--inner {
  top: 75%;
  left: 50%;
}

@media screen and (min-width: 1000px) {
  .alm--header-after-emotion--wrapper .alm--header-after-emotion--inner {
    top: 50%;
    left: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .alm--header-after-emotion--wrapper .alm--header-after-emotion--inner img {
    max-width: 200px;
  }
}

/* svg icons */
.alm--emotion-usp-item svg {
  display: none;
}

/* Parallaxx-Inhalt */
.slider--inhalt p {
  font-weight: 400;
}

.slider--inhalt p span {
  display: block;
  margin: .8em 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

/* Inhalt */
.content--custom ul {
  margin-bottom: 1.25rem;
}

/* Warenkorb */
.ajax--cart .prices--tax a[title="Versandkosten"] {
  display: none;
}