/* GLOBAL STYLES-------------------------------------------------- */ /* quicksand-300 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("/fonts/quicksand-v30-latin-300.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("/fonts/quicksand-v30-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* quicksand-regular - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/quicksand-v30-latin-regular.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("/fonts/quicksand-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* quicksand-700 - latin */
@font-face {
  font-family: "Quicksand";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/quicksand-v30-latin-700.woff2") format("woff2"), /* Chrome 26+, Opera 23+, Firefox 39+ */ url("/fonts/quicksand-v30-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
} /* Padding below the footer and lighter body text */
html {
  font-size: 13px;
}
body {
  color: #242733;
  font-family: "Quicksand", Arial, sans-serif;
}
h1 {
  color: #0c1125;
  font-weight: 400;
}
h2 {
  color: #0c1125;
  font-size: 1.88rem;
  font-weight: 400;
  line-height: 2.4rem;
}
h3 {
  color: #242733;
}
p {
  font-size: 1rem;
  line-height: 1.88rem;
  color: #242733;
}
.cmplazypreviewiframe {
  max-width: 100%;
}
.flatpickr-wrapper {
  width: 100%;
}
#appoint_datetime {
  background-color: #fff !important;
}
.appointment-form .submit {
  cursor: pointer;
}
#terminModal .modal-header,
#oeffnungszeitenModal .modal-header {
  background: #2b2e39;
  color: #fff;
  border-bottom: 0;
}
#terminModal .modal-header button,
#oeffnungszeitenModal .modal-header button {
  color: #fff;
}
@media (min-width: 768px) {
  .border-right {
    border-right: 1px solid #eceeef;
  }
}
.navbar {
  height: 60px;
  background: #2b2e39 !important;
}
.navbar .container {
  height: 100%;
}
.navbar.open {
  height: auto;
}
.navbar-brand {
  margin-top: 0;
  margin-left: 0px;
  display: flex;
  align-items: center;
  height: 48px;
}
.navbar-brand img {
  width: calc(100vw - 130px);
  max-width: 316px;
}
.navbar > .container {
  margin-right: 15px;
  margin-left: 15px;
}
.navbar .navbar-collapse {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-toggleable-sm .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
.navbar-inverse .navbar-toggler {
  border: 0;
  margin-top: 10px;
}
.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/></svg>") !important;
}
.navbar-inverse .navbar-nav .nav-link {
  font-family: "Quicksand", sans-serif;
  font-size: 1.38rem;
  padding: 0;
  color: #fff;
}
.navbar .nav-item {
  padding-left: 1.2rem;
  font-size: 1.38rem;
  color: #fff;
}
.navbar .nav-item img {
  vertical-align: bottom;
}
.navbar .nav-item.phone {
  min-width: 85vw;
  margin-bottom: 15px;
}
.navbar .nav-item.phone img {
  margin-right: 1rem;
}
.navbar .nav-item.phone a {
  color: #fff;
  text-decoration: none;
} /* BUTTONS-------------------------------------------------- */
.btn-round {
  background: #ffb400;
  border-radius: 100px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 1.12rem;
  color: #000;
  padding: 7px 40px;
  text-transform: uppercase;
}
.btn-round:hover,
.btn-round:focus {
  color: #000;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
}
.btn-wrap {
  white-space: normal;
} /* CAROUSEL-------------------------------------------------- */
.hero {
  position: relative;
}
.hero source,
.hero img {
  width: 100%;
}
.hero:after {
  content: "";
  position: absolute;
  left: calc(50% - 42px);
  bottom: -42px;
  width: 84px;
  height: 84px;
  display: inline-block;
  background-image: url(/img/divider.png);
  background-size: 100%;
  background-position: center center;
  z-index: 100;
} /* Carousel base class */
.carousel-stage {
  margin-bottom: 0;
  background: #e1e2e5;
}
.carousel-stage:after {
  content: "";
  position: absolute;
  left: calc(50% - 42px);
  bottom: -42px;
  width: 84px;
  height: 84px;
  display: inline-block;
  background-image: url(/img/divider.png);
  background-size: 100%;
  background-position: center center;
  z-index: 100;
}
.carousel-stage .carousel-caption {
  z-index: 10;
  bottom: 3rem;
}
.carousel-stage .carousel-item {
  height: 300px;
}
.carousel-item .container {
  width: 100%;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 309px;
  z-index: -1;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.carousel-control-next {
  justify-content: flex-end;
  padding-right: 20px;
}
.carousel-control-prev {
  justify-content: flex-start;
  padding-left: 20px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}
.carousel-control-next-icon {
  background-image: url(/img/arrow-right.png) !important;
  background-size: 100%;
}
.carousel-control-prev-icon {
  background-image: url(/img/arrow-left.png) !important;
  background-size: 100%;
}
.carousel-stage h1 {
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
}
.carousel-stage p {
  font-size: 1.1rem;
} /* CONTENT-------------------------------------------------- */
.dots {
  user-select: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #b1aca2;
  cursor: default;
}
.dots-orange {
  color: #ffb400;
}
.textblock {
  padding: 65px 0 50px 0;
}
.textblock-flush {
  padding: 30px 0 20px 0;
  margin-bottom: 70px;
}
.bg-grey {
  background: #f1f2f4;
}
.solo {
  margin-top: 30px;
} /* STICKY BANNER-------------------------------------------------- */
.stickybanner {
  position: fixed;
  bottom: 0;
  background: #2b2e39;
  z-index: 1000;
  width: 100%;
  height: 83px;
  transition: transform 0.15s ease-in-out;
}
.stickybanner .container,
.stickybanner .row {
  height: 100%;
}
.stickybanner p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
  padding: 0 0;
  margin-bottom: -10px;
  margin-top: 0;
  text-align: center;
}
.stickybanner p .sub {
  display: block;
  margin-top: -5px;
  font-size: 1rem;
  white-space: nowrap;
}
.stickybanner .btn {
  padding: 5px 15px;
  margin: 5px 7px 5px 7px;
  font-size: 1rem;
}
.stickybanner.slide-down {
  transform: translateY(100%);
}
.open-content-wrapper {
  margin: 10px 0 -10px 0;
}
.open-badge {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.open-badge.open {
  background: #0a870a;
}
.open-badge.closed {
  background: #ffb400;
  color: #000;
}
.open-badge.perm-closed {
  background: #b50000;
}
.open-table {
  line-height: 1.1;
  color: #fff;
}
.open-table table tr td:first-child {
  text-align: right;
  padding-right: 5px;
}
.open-table table tr td:nth-child(2) {
  text-align: left;
}
.sticky-close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  color: #fff;
  top: 10px;
  left: 10px;
  cursor: pointer;
  background: #1c1d1e;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  z-index: 2;
} /* CAROUSEL-------------------------------------------------- */
.carousel-logo-wrapper {
  margin: 10px 0 30px 0;
  height: 40px;
  overflow: hidden;
}
.carouselTicker__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}
.carouselTicker__item {
  margin: 0 0 0 10px;
  float: left;
  width: auto;
  height: auto;
  line-height: auto;
  text-align: center;
}
.carouselTicker__item img {
  transition: 0.25s filter;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.carouselTicker__item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.carouselTicker__loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
} /* PRODUKTE-------------------------------------------------- */
.products {
  margin-bottom: 60px;
}
.products .product {
  position: relative;
  width: 50%;
}
.products .product img {
  width: 100%;
}
.products .product .info {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: default;
  background: rgba(43, 46, 57, 0.7);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 300;
  padding: 10px;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.products .product .info.visible {
  opacity: 1 !important;
}
.products .product .info .dots {
  color: #fff;
  letter-spacing: 1.2px;
} /* SERVICES-------------------------------------------------- */
.services {
  padding: 40px 0;
}
.services .listheader {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.services h2 {
  margin: 15px 0;
}
.services img {
  width: 100px;
  max-width: 100%;
  margin: 15px 20px 15px 0;
}
.dotdivider {
  background: url(/img/dot.png) repeat-x left center;
  width: 100%;
  height: 4px;
}
.services .header {
  margin-bottom: 15px;
}
.services .list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 20px;
}
.services .list li {
  padding-left: 1em;
  text-indent: -0.7em;
  font-size: 1.13rem;
}
.services .list li::before {
  content: "•";
  color: #ffb400;
  padding-right: 1em;
  font-size: 1.2rem;
} /* SHOP BANNER-------------------------------------------------- */
.shopbanner {
  position: relative;
  bottom: 0;
  background: #2b2e39;
  width: 100%;
  min-height: 100px;
}
.shopbanner .container,
.shopbanner .row {
  height: 100%;
}
.shopbanner p {
  color: #fff;
  font-size: 2rem;
  font-weight: 300;
  padding: 15px 0 5px 0;
  margin-bottom: 0;
  text-align: center;
  line-height: 2rem;
}
.shopbanner .btn {
  vertical-align: middle;
  margin: 15px 7px 15px 7px;
  font-size: 1rem;
} /* TESTIMONIALS-------------------------------------------------- */
.testimonials {
  position: relative;
  padding: 40px 0;
}
.carousel-testimonial {
  margin-top: 20px;
}
.carousel-testimonial .carousel-item .container {
  display: flex;
  align-items: center;
}
.carousel-testimonial .carousel-item {
  height: 260px;
}
.carousel-testimonial .carousel-caption {
  display: flex;
  color: #242733;
  position: relative;
  width: calc(100% - 30%);
  bottom: 0;
}
.carousel-testimonial .carousel-caption img {
  width: 100px;
  display: none;
}
.carousel-testimonial .quote {
  text-align: left;
  margin-left: 0px;
}
.carousel-testimonial .quote h3 {
  position: relative;
  padding-left: 48px;
}
.carousel-testimonial .quote h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 40px;
  height: 40px;
  background: url(/img/thumbsup.png) no-repeat;
  background-size: 100%;
}
.carousel-testimonial blockquote {
  quotes: "\201C""\201D""\2018""\2019";
}
.carousel-testimonial h3 {
  font-weight: 300;
  margin-bottom: 15px;
}
.carousel-testimonial blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.carousel-testimonial blockquote p {
  line-height: 1rem;
  display: inline;
}
.testimonials:after {
  content: "";
  position: absolute;
  left: calc(50% - 42px);
  bottom: -42px;
  width: 84px;
  height: 84px;
  display: inline-block;
  background-image: url(/img/divider.png);
  background-size: 100%;
  background-position: center center;
  z-index: 100;
} /* KONTAKT-------------------------------------------------- */
.contact-wrapper {
  background: url(/img/blurbg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 60px 0;
}
.contact-wrapper h2 {
  margin: 15px 0;
}
.contact-form .form-group {
  margin-bottom: 0.5rem;
}
.contact-form input,
.contact-form textarea {
  font-family: "Quicksand", Arial, sans-serif;
}
.contact-form .submit {
  cursor: pointer;
} /* Standort-------------------------------------------------- */
.standort {
  position: relative;
}
.standort h1 {
  margin-bottom: 30px;
}
.standort h2 {
  position: relative;
  padding-left: 60px;
  margin-top: 20px;
}
.standort h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 41px;
  height: 67px;
  display: inline-block;
  background-image: url(/img/pin.png);
  background-size: 100%;
  background-position: center center;
}
.standort .dotdivider {
  margin: 15px 0;
}
.standort:after,
.gmaps:after {
  content: "";
  position: absolute;
  left: calc(50% - 42px);
  bottom: -42px;
  width: 84px;
  height: 84px;
  display: inline-block;
  background-image: url(/img/divider.png);
  background-size: 100%;
  background-position: center center;
  z-index: 100;
}
.gmaps {
  position: relative;
}
.gmaps iframe {
  position: relative;
  height: 400px;
  width: 100%;
  pointer-events: none;
  margin-bottom: -7px;
} /* LANDINGPAGES-------------------------------------------------- */
.hero-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  bottom: 40%;
  right: 26%;
}
.landing-artemide .hero-text {
  bottom: 25%;
  right: auto;
  width: 100%;
}
.landing-artemide .hero-text .btn {
  margin: 0 15px;
}
.landing-flos {
  overflow-x: hidden;
}
.landing-flos .hero-text {
  top: 30%;
  right: auto;
  left: 0;
  width: 100%;
}
.landing-flos .hero-text .btn {
  background: rgba(0, 0, 0, 0.6);
  margin: 0 15px;
}
.hero .artemide-logo {
  width: 250px;
  height: 76px;
  margin-bottom: 15px;
}
.hero .flos-logo {
  width: 400px;
  height: auto;
  margin-bottom: 15px;
  max-width: 70%;
}
.landing-flos .textblock p a:not(.btn),
.landing-flos .textblock-flush p a:not(.btn) {
  text-decoration: underline;
  color: #242733;
}
.landing-flos .textblock p a:not(.btn):hover,
.landing-flos .textblock-flush p a:not(.btn):hover {
  text-decoration: underline;
  color: #242733;
}
.hover-swap {
  position: relative;
}
.hover-swap .hover-swap-1 {
  transition: all 0.7s;
  opacity: 1;
}
.hover-swap .hover-swap-2 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.7s;
}
.hover-swap:hover .hover-swap-1 {
  opacity: 0;
}
.hover-swap:hover .hover-swap-2 {
  opacity: 1;
}
.arco-hover-1 {
  position: absolute;
  right: 12%; /*124px*/
  top: 2%; /*40px*/
  opacity: 0;
  transition: all 0.7s;
  width: 45%; /* 550px */
  max-width: 550px;
}
.arco-hover-1:hover {
  opacity: 1;
}
.arco-hover-2 {
  position: absolute;
  right: 9px;
  top: 140px;
  opacity: 0;
  transition: all 0.7s;
  width: 25%;
  max-width: 300px;
}
.arco-hover-2:hover {
  opacity: 1;
}
.slider-wrapper .product-slider-link {
  text-decoration: none !important;
}
.product-item {
  width: 220px;
  padding: 15px;
  background: #2b2e39;
  border-radius: 6px;
  margin: 0 auto; /*min-height: 300px;*/
}
.product-item .product-image img {
  width: 100%;
}
.product-item .product-name {
  color: #fff;
  margin-top: 10px;
}
.product-item .btn {
  margin-top: 10px;
  width: 100%;
  font-size: 1rem;
  border: 2px solid #e8e8e8;
  color: #e8e8e8;
  background: #2b2e39;
}
.product-item .btn:hover {
  color: #2b2e39;
  background: #e8e8e8;
}
.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
  border-radius: 50px;
  width: 40px;
  height: 40px;
  z-index: 2;
}
.slick-prev:before {
  content: "";
  display: block;
  background-image: url(/img/arrow-left.png) !important;
  background-size: 100%;
  font-size: 30px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.slick-next:before {
  content: "";
  display: block;
  background-image: url(/img/arrow-right.png) !important;
  background-size: 100%;
  font-size: 30px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.btn-lg {
  font-size: 1.5rem;
  background: rgba(0, 0, 0, 0.4);
  border: 3px solid #ffb400;
  color: #ffb400;
}
.btn-lg:hover {
  color: #ffb400;
}
.imgshape {
  shape-outside: url("/flos/images/jasper-morrison.png");
  float: right;
  shape-margin: 93px;
  width: 658px;
  margin-right: -133px;
}
.imgshape2 {
  shape-outside: url("/flos/images/Arco.png");
  float: right;
  shape-margin: 60px;
  width: 70%;
}
.imgshape3 {
  shape-outside: url("/artemide/images/Calipso-1.png");
  float: none;
  shape-margin: 0;
  width: 100%;
  margin-right: 0;
  margin-top: 0;
}
.imgshape4 {
  shape-outside: url("/artemide/images/Demetra-1.png");
  float: none;
  shape-margin: 0;
  width: 100%;
  margin-left: 0;
}
.imgshape5 {
  shape-outside: url("/artemide/images/Tolomeo-1.png");
  float: right;
  shape-margin: 10px;
  width: 200px;
  margin-right: 0;
}
.imgshape6 {
  shape-outside: url("/artemide/images/Pirce-1.png");
  float: left;
  shape-margin: 30px;
  width: 600px;
  margin-left: -125px;
}
.imgshape7 {
  shape-outside: url("/artemide/images/Tolomeo-2.png");
  float: none;
  shape-margin: 40px;
  width: 200px;
  margin-left: -50px;
  margin-top: 0;
}
.imgshape8 {
  /*margin-left: 50%;	transform: translateX(-50%);*/
}
.imgshape9 {
  shape-outside: url("/flos/images/Kelvin.png");
  float: left;
  shape-margin: 40px;
  width: 600px;
  margin-left: -135px;
}
.imgshape10 {
  shape-outside: url("/flos/images/kelvin 1-reverse.png");
  float: right;
  shape-margin: 60px;
  width: 350px;
  margin-right: 0;
}
.imgshape11 {
  shape-outside: url("/flos/images/kelvin 1.jpg");
  float: left;
  shape-margin: 40px;
  width: 600px;
  margin-left: -40px;
}
.landing-flos .hero > img,
.landing-artemide .hero > img {
  height: calc(100vh - 60px - 60px);
  object-fit: cover;
  object-position: bottom left;
}
.landing-artemide .hero > img {
  max-height: 667px;
  object-position: 20% bottom;
}
.landing-flos .hero > img {
  max-height: 960px;
  object-position: 30% center;
}
.img-responsive {
  max-width: 100%;
}
#ah1 {
  margin-bottom: 0;
}
#ap1 {
  padding-left: 0;
  margin-top: 15px;
}
#abtn1 {
  margin-top: 15px;
  margin-left: 0;
}
#abtn2 {
  margin-top: 15px;
  margin-left: 0;
}
#abtn3 {
  margin-top: 15px;
}
#abtn4 {
  margin-top: 15px;
  margin-left: 0;
}
#abg1 {
  background: url("/artemide/images/Chlorophilia-2.png") #4f4f4f;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: center 23px;
  min-height: 556px;
}
#abg1 .header {
  margin-top: 350px;
}
#abg2 {
  margin-top: 15px;
  margin-bottom: 0px;
}
#abg2 .header {
  margin-top: 15px;
}
#ap2 {
  padding-right: 0;
  text-align: left;
}
.arrow {
  display: none;
}
#fh1 {
  margin-bottom: 305px;
}
.fh2 {
  margin-top: 95px;
}
.fh3 {
  margin-top: 25px;
}
.fbg1 {
  background: url(/flos/images/Gaku.png), url(/flos/images/Gaku_bg.png);
  background-repeat: no-repeat, repeat-x;
  background-position: 20% bottom, top left;
  background-size: 100% auto, 100% 100%;
  height: auto;
  margin-bottom: 30px;
  max-height: 1133px;
  padding-bottom: 450px;
}
.fbtn1 {
  margin-top: 30px;
  margin-left: 0px;
} /* FOOTER-------------------------------------------------- */
footer {
  position: relative;
  background: #2b2e39;
  padding-top: 60px;
  padding-bottom: 120px;
}
footer p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 10px;
  margin: 3px 0 0 0;
}
footer p img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: 5px;
}
footer p span {
  display: inline-block;
  font-weight: 300;
  font-size: 1rem;
  margin-bottom: 10px;
}
footer a,
footer a:link,
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer table {
  margin-left: 10px;
  color: #fff;
}
footer table td {
  padding: 0 15px 0 0;
}
footer .greyed {
  color: #cbc8c1;
}
footer .greyed a,
footer .greyed a:link,
footer .greyed a:visited {
  color: #cbc8c1;
} /* RESPONSIVE CSS-------------------------------------------------- */ /* XS20 */
@media (min-width: 30em) {
  .carousel-stage .carousel-item {
    height: 432px;
  }
  .carousel-item > img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }
  .carousel-stage .carousel-item:after {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 46%, #000000 100%);
  }
  .stickybanner {
    height: 83px;
  }
  .stickybanner p {
    text-align: left;
    font-size: 2.4rem;
  }
  .stickybanner .btn {
    padding: 7px 12px;
    margin: 5px 7px 5px 7px;
    font-size: 0.9rem;
  }
  .shopbanner {
    min-height: 110px;
  }
  .shopbanner p {
    text-align: left;
    font-size: 2.4rem;
  }
  .shopbanner .btn {
    font-size: 0.9rem;
  }
  .products .product {
    width: 33%;
  }
  .products .product .info {
    font-size: 1.2rem;
  }
  .arco-hover-2 {
    top: 30%;
  } /*	.imgshape7 {		shape-outside: url("/artemide/images/Tolomeo-2.png");		float: left;		shape-margin: 40px;		width: 400px;		margin-left: -135px;		margin-top: 389px;	}	*/
} /* SM */
@media (min-width: 48em) {
  .navbar {
    height: 60px !important;
  }
  .navbar-brand {
    margin-top: 0px;
  }
  .navbar-brand img {
    width: 250px;
  }
  .navbar > .container {
    margin-right: auto;
    margin-left: auto;
  }
  .navbar .nav-item.phone {
    min-width: auto;
    margin-bottom: 0;
  }
  .stickybanner {
    height: 83px;
  }
  .stickybanner p {
    text-align: left;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  .stickybanner p .sub {
    font-size: 1.1rem;
  }
  .stickybanner .btn {
    font-size: 1rem;
  }
  .shopbanner {
    min-height: 90px;
  }
  .shopbanner p {
    text-align: left;
    font-size: 2.4rem;
    white-space: wrap;
  }
  .shopbanner .btn {
    font-size: 1rem;
  }
  .products .product {
    width: 25%;
  }
  .products .product .info {
    font-size: 1.5rem;
  }
  .carousel-testimonial .carousel-item {
    height: 250px;
  }
  .carousel-testimonial .carousel-caption img {
    display: inline-block;
    width: 120px;
  }
  .carousel-testimonial .quote {
    margin-left: 30px;
  }
  .carousel-testimonial .quote h3 {
    position: relative;
    padding-left: 0;
  }
  .carousel-testimonial .quote h3:before {
    display: none;
  }
  .gmaps iframe {
    height: 500px;
  }
  .landing-artemide .hero-text {
    bottom: 40%;
    right: 14%;
    width: auto;
  }
  .landing-flos .hero-text {
    top: 32%;
    right: 26%;
    left: auto;
    width: auto;
  }
  .imgshape3 {
    shape-outside: url("/artemide/images/Calipso-1.png");
    float: right;
    shape-margin: 90px;
    width: 700px;
    margin-right: -82px;
    margin-top: 96px;
  }
  .imgshape4 {
    shape-outside: url("/artemide/images/Demetra-1.png");
    float: left;
    shape-margin: 60px;
    width: 830px;
    margin-left: -30px;
  }
  .imgshape6 {
    shape-outside: url("/artemide/images/Pirce-1.png");
    float: left;
    shape-margin: 60px;
    width: 600px;
    margin-left: -90px;
  }
  #ah1 {
    margin-bottom: -30px;
  }
  #ap1 {
    padding-left: 300px;
    margin-top: 60px;
  }
  #abg1 {
    background: url("/artemide/images/Chlorophilia-2.png") #4f4f4f;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 400px auto;
    background-position: 100px 23px;
    min-height: 556px;
  }
  #abg1 .header {
    margin-top: 70px;
  }
  .arco-hover-2 {
    top: 50%;
  }
} /* LG */
@media (min-width: 64em) {
  html {
    font-size: 16px;
  }
  .navbar {
    height: 60px !important;
  }
  .navbar-brand {
    margin-top: 0;
    margin-left: 0;
  }
  .navbar-brand img {
    width: 316px;
  }
  .carousel-stage .carousel-item {
    height: 750px;
  }
  .carousel-stage .carousel-item:after {
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 46%, #000000 100%);
  }
  .carousel-item > img {
    width: auto;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 70px;
    height: 70px;
  }
  .carousel-stage h1 {
    font-size: 2.8rem;
  }
  .stickybanner {
    height: auto;
    width: 400px;
    padding: 15px 0;
    right: 0;
  }
  .stickybanner p {
    font-size: 2rem;
    margin-bottom: 0px;
  }
  .stickybanner p .sub {
    font-size: 1rem;
  }
  .stickybanner .btn {
    padding: 7px 40px;
  }
  .open-content-wrapper {
    margin: 10px 0;
  }
  .shopbanner {
    min-height: 110px;
  }
  .shopbanner p {
    font-size: 2.88rem;
    padding: 25px 0 15px 0;
  }
  .products .product .info {
    font-size: 2.2rem;
  }
  .services .listheader {
    flex-wrap: wrap;
  }
  .services img {
    width: auto;
  }
  .carousel-testimonial .carousel-caption img {
    width: 224px;
  }
  .carousel-testimonial .quote {
    margin-left: 50px;
  }
  .carousel-testimonial .carousel-item {
    height: 300px;
  }
  .gmaps iframe {
    height: 700px;
  }
  .solo {
    margin-top: 100px;
  }
  footer .nav .nav-link {
    font-size: 0.9rem;
  }
  footer p {
    font-size: 0.9rem;
  }
  .imgshape5 {
    shape-outside: url("/artemide/images/Tolomeo-1.png");
    float: right;
    shape-margin: 60px;
    width: 400px;
    margin-right: -30px;
  }
  .imgshape7 {
    shape-outside: url("/artemide/images/Tolomeo-2.png");
    float: left;
    shape-margin: 40px;
    width: 475px;
    margin-left: -135px;
    margin-top: 187px;
  }
  .imgshape10 {
    shape-outside: url("/flos/images/kelvin 1-reverse.png");
    float: right;
    shape-margin: 60px;
    width: 750px;
    margin-right: -180px;
  }
  #abg2 {
    margin-top: -100px;
    margin-bottom: 70px;
  }
  #abg2 .header {
    margin-top: 250px;
  }
  #ap2 {
    padding-right: 220px;
    text-align: justify;
  }
  .hero .artemide-logo {
    width: 385px;
    height: 76px;
    margin-bottom: 15px;
  }
}
@media (min-width: 75em) {
  #abtn1 {
    margin-top: 60px;
    margin-left: 60px;
  }
  #abtn2 {
    margin-top: 44px;
    margin-left: 460px;
  }
  #abtn3 {
    margin-top: 40px;
  }
  #abtn4 {
    margin-top: 50px;
    margin-left: 340px;
  }
  #abg1 {
    background: url("/artemide/images/Chlorophilia-2.png") #4f4f4f;
    color: #fff;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 20% 23px;
    min-height: 556px;
  }
  .imgshape5 {
    shape-outside: url("/artemide/images/Tolomeo-1.png");
    float: right;
    shape-margin: 60px;
    width: 700px;
    margin-right: -30px;
  }
  .imgshape7 {
    shape-outside: url("/artemide/images/Tolomeo-2.png");
    float: left;
    shape-margin: 40px;
    width: 475px;
    margin-left: -135px;
    margin-top: 389px;
  }
  .imgshape9 {
    shape-margin: 90px;
  }
  .imgshape11 {
    shape-margin: 90px;
    margin-left: -140px;
  }
  #abg2 {
    margin-top: -240px;
    margin-bottom: 70px;
  }
  #abg2 .header {
    margin-top: 481px;
  }
  .arrow {
    display: inline-block;
  }
  .fbtn1 {
    margin-top: 60px;
    margin-left: 500px;
  }
  .fh3 {
    margin-top: 190px;
  }
  .fbg1 {
    background: url(/flos/images/Gaku.png), url(/flos/images/Gaku_bg.png);
    background-repeat: no-repeat, repeat-x;
    background-position: center bottom, top left;
    background-size: auto;
    height: 1133px;
    margin-bottom: 30px;
  }
}
