@import url("slider_step.css");
@import url("slider_index.css");
@import url("media.css");

@font-face {
  font-family: "AvenirLTPro";
  src: url("../fonts/AvenirLTProBook.otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTPro";
  src: url("../fonts/AvenirLTProHeavy.otf");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: Lato, Montserrat, sans-serif;
  font-weight: 400;
}
:is(h1, h2, h3, h4, h5, h6) {
  font-family: Lato, Montserrat, sans-serif;
  font-weight: 700;
}

/* header .logo .logo_staylac {
    text-align: center;
    left: 50%;
    margin-left: -50px !important;
    display: block;
} */

.site-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  color: white;
  font-weight: 500;
  font-size: 20px;
}

.cookie-block {
  padding: 10px 20px;
  width: 100%;
  display: none;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
}

.cookie-block .ok {
  width: 60px;
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-style: none;
  font-weight: 700;
  cursor: pointer;
}

.logo {
  max-width: 18rem;
  margin-left: 51%;
  transform: translate(-50%);
}

nav {
  height: 33px;
  width: 100%;
  height: 45px;
  background-color: #fff8f5;
  text-transform: uppercase;
}

.banner img {
  width: 100%;
}

.navbar {
  background-color: #fff8f5 !important;
  height: 45px;
}

.navbar .nav-item {
  font-size: 23px;
  padding: 0 8vw;
}

.nav-item a:hover {
  text-shadow: 0 0 0.7px #333, 0 0 0.7px #333;
}

.navbar .nav-item a {
  color: #000000;
}

.dropdown-menu[data-bs-popper] {
  left: auto;
  top: auto;
  border: none;
  width: 70%;
  background-color: #fff8f5;
  border-radius: 0;
  margin-top: -5px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  width: 70%;
  margin-top: -1px;
  border: none;
  border-radius: 0;
  background-color: #fff8f5 !important;
  border-bottom: 2px solid white;
}

.dropdown-menu .show {
  border-radius: 0;
}

.dropdown-item {
  font-size: 18px;
  border-bottom: 2px solid white;
}

.dropdown-item.active {
  background-color: #f4dadd;
}

.dropdown-item:hover {
  text-shadow: 0 0 0.7px #333, 0 0 0.7px #333;
  background-color: #fff8f5;
}

#navbarDropdown {
  text-shadow: none;
}

#navbarDropdown:hover {
  text-shadow: 0 0 0.7px #333, 0 0 0.7px #333;
}

.navbar-toggler {
  display: block;
  position: relative;
  width: 30px;
  height: 22px;
  border-radius: 0;
}

.navbar-toggler-icon {
  position: absolute;
  background-color: #000000;
  left: 0;
  width: 100%;
  height: 2px;
  top: 9px;
}

.navbar-toggler::before,
.navbar-toggler::after {
  content: "";
  background-color: #000000;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
}

.navbar-toggler::before {
  top: 0;
}

.navbar-toggler::after {
  bottom: 0;
}

.navbar-collapse {
  background-color: #fff8f5;
  width: 100%;
  margin-top: -5px;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0 !important;
}

.section_nagellack .home_text {
  margin-top: 80px;
}

.section_nagellack img {
  margin-top: 90px;
  width: 100%;
}

.section_slider_nagellack {
  margin-top: 60px;
  width: 100%;
  background-color: #fff8f5;
  overflow: hidden;
  padding-bottom: 50px;
}

.section_wochen {
  margin: 80px 0;
}

.section_wochen .divider {
  border: 4px solid #faebed;
  border-radius: 4px;
  width: 80%;
  margin: 0 10%;
  display: block;
}

.section_wochen .img_wochen {
  display: flex;
  justify-content: space-around;
  height: 200px;
  margin: 30px 0;
}

.section_wochen .text_wochen {
  margin-top: 123px;
  text-align: center;
}

.section_wochen .text_wochen h3 {
  font-weight: 400;
}

.section_wochen .text_wochen span {
  font-weight: 700;
}

.section_schritte {
  margin-top: 123px;
  max-height: 600px;
  background-color: #fff8f5;
  display: flex;
  justify-content: space-between;
}

.section_schritte h3 {
  padding: 150px 0;
  text-align: right;
  font-weight: 400;
}

.section_schritte h3 span {
  font-weight: 700;
}

.section_schritte img {
  width: 100%;
}

.section_schritte .button_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 2%;
  align-items: center;
}

.section_schritte button {
  background-color: #f4dadd;
  border: none;
}

.section_schritte button img {
  padding: 5px;
  width: 80%;
}

footer {
  margin-top: 60px;
  min-height: 60px;
}

footer .menu {
  display: flex;
  justify-content: space-around;
}

footer .menu a {
  text-decoration: none;
  color: black;
  font-size: 23px;
  padding: 10px 0;
}

footer .menu a:hover {
  text-shadow: 0 0 0.7px #333, 0 0 0.7px #333;
}

a.active {
  text-shadow: 0 0 0.7px #333, 0 0 0.7px #333;
}

/* step-by-step */

.section_anvendung {
  padding-top: 140px;
}

.section_anvendung .divider {
  border: 4px solid #faebed;
  border-radius: 4px;
  width: 250px;
}

.section_anvendung .slider {
  margin-top: 70px;
}

.section_anvendung h3 {
  text-transform: uppercase;
}

.section_anvendung .swiper-slide-text-prod h5 {
  color: #000000;
  font-size: 16px;
}

.section_anvendung .swiper-slide-text-prod p {
  color: #000000;
  font-size: 16px;
}

.section_entfernen h3 {
  text-transform: uppercase;
}

.section_entfernen {
  margin-top: 90px;
}

.section_entfernen .divider {
  border: 4px solid #faebed;
  border-radius: 4px;
  width: 250px;
}

.section_entfernen .slider {
  margin-top: 70px;
}

/* shop */

.section_rossmann {
  margin-top: 90px;
}

.section_rossmann .section_online_shop p {
  font-size: 25px;
}

.section_rossmann .section_online_shop img {
  margin-top: -20px;
  max-height: 200px;
  max-width: 240px;
}

.section_rossmann .section_online_shop p a,
.section_konkurs p a {
  text-decoration: none;
  font-weight: 700;
  color: #c8102e;
}

.section_rossmann .rossmann_img,
.section_rossmann .mueller_img {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* faq */

.section_faq {
  padding: 50px 0;
}

.section_faq h4 {
  font-weight: 700;
}

.section_faq .home_text {
  padding-top: 50px;
}

.section_faq .divider {
  border: 4px solid #faebed;
  border-radius: 4px;
  width: 250px;
}

.section_faq .text_anwendung {
  padding-top: 70px;
}

/* uv-nagellack */

h5 {
  font-weight: 700;
}

.section_nagellack_all {
  margin-top: 60px;
}

.section_nagellack_all img {
  max-width: 100%;
  border-radius: 10px;
}

.section_nagellack .nagellack_text {
  padding-top: 60px;
}

.section_info {
  margin-top: 60px;
  font-size: 12px;
}

/* datenschutz */

.section_datenschutz h5 {
  text-align: center;
  margin-bottom: 40px;
}

.section_datenschutz h6 {
  text-align: center;
  margin-bottom: 30px;
}

.section_datenschutz .text_datenschutz {
  margin-top: 60px;
}

.section_impressum .text_impressum {
  margin-top: 60px;
}

.section_datenschutz li {
  list-style: none;
}

/* starter-set */

.section_starter_set {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.section_starter_set p {
  font-size: 20px;
}

.section_starter_set .starter_img {
  display: flex;
}

.section_starter_set img {
  max-width: 100%;
}

.section_zubehor_text {
  margin-top: 60px;
  font-size: 20px;
}

.section_zubehor {
  margin-top: 60px;
}

.section_zubehor img {
  width: 100%;
}

/* konkurs */

.konkurs-text li {
  list-style: none;
}

.section_konkurs {
  padding: 50px 0;
}

.section_konkurs h4 {
  font-weight: 700;
}

.section_konkurs .home_text {
  padding-top: 50px;
}

.section_konkurs .divider {
  border: 4px solid #faebed;
  border-radius: 4px;
  width: 250px;
}

.section_konkurs .text_anwendung {
  padding-top: 70px;
}

.text-right--d {
  text-align: right;
}

.top-footer {
  background-color: #fff8f5;
  padding-inline: 4vw;
}

.middle-footer {
  padding-inline: 4vw;
  padding-block: clamp(30px, 3vw, 60px);
  background-color: white;
  justify-content: space-between;
  font-size: 14px;
}

.bottom-footer {
  background-color: #fff8f5;
  padding-inline: 4vw;
  font-size: 14px;
  font-weight: 500;
}

.top-footer .menu:nth-of-type(1) {
  text-align: left;
  justify-content: left;
}

/* Target the second menu item */
.top-footer .menu:nth-of-type(2) {
  text-align: center;
}

@media (max-width: 768px) {
  .top-footer .menu:nth-of-type(3),
  .menu:nth-of-type(2),
  .menu:nth-of-type(1),
  .menu:nth-of-type(4) {
    text-align: center;
    justify-content: space-around;
  }

  .text-right--d {
    text-align: center;
  }
}
/* Target the third menu item */
.top-footer .menu:nth-of-type(4) {
  text-align: right;
  justify-content: right;
}

footer {
  --bs-gutter-x: 1.5rem;
  max-width: 100vw;
  /* box-sizing: border-box; */
  overflow: clip;
}

.lang-selector {
  width: fit-content;
  padding: 5px 15px;
  margin-left: auto;
  font-size: 16px;
  background-color: #fff8f5 !important;
}

.pi-10px {
  padding-inline: 10px;
}

#current-language {
  display: flex;
  align-items: center;
  padding: 5px;
  color: #000000;
  text-decoration: none;
  cursor: default;
}

.f-16 {
  font-size: 16px !important;
}

.lang-selector .dropdown-menu {
  min-width: fit-content !important;
  padding: 10px 15px;
  width: 100% !important;
  /* box-sizing: border-box; */
  left: 0;
}

.dropdown-item {
  padding: 5px !important;
  display: flex;
  /* justify-content: space-between; */
}

.dropdown-menu li:last-child a {
  border: none;
}
