html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Variables
**************************************** */
/* Basics
**************************************** */
body {
  text-align: center;
  font: 400 1.05em/1.8em "helvetica";
  color: #730C4D; }

a {
  text-decoration: none;
  color: #B14A84; }
  a.btn {
    font-size: 16px;
    padding: 0.3em 1.5em;
    display: inline-block;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #B14A84;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiZjY1OTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2IxNGE4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #bf6598), color-stop(51%, #b14a84));
    background: -moz-linear-gradient(#bf6598 50%, #b14a84 51%);
    background: -webkit-linear-gradient(#bf6598 50%, #b14a84 51%);
    background: linear-gradient(#bf6598 50%, #b14a84 51%);
    -moz-box-shadow: #d59bbc 0 1px 0 inset;
    -webkit-box-shadow: #d59bbc 0 1px 0 inset;
    box-shadow: #d59bbc 0 1px 0 inset;
    border: 1px solid #9f4277;
    color: #fff;
    text-shadow: #712f54 0 -1px 0;
    padding: 0.2em 1em; }
    a.btn:hover {
      text-decoration: none; }
    a.btn:hover {
      background-color: #983f71;
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNiNDRjODciLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzk4M2Y3MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #b44c87), color-stop(51%, #983f71));
      background: -moz-linear-gradient(#b44c87 50%, #983f71 51%);
      background: -webkit-linear-gradient(#b44c87 50%, #983f71 51%);
      background: linear-gradient(#b44c87 50%, #983f71 51%); }
    a.btn:active {
      -moz-box-shadow: #943e6f 0 1px 2px inset;
      -webkit-box-shadow: #943e6f 0 1px 2px inset;
      box-shadow: #943e6f 0 1px 2px inset; }
    a.btn.disabled, a.btn[disabled] {
      opacity: 0.6;
      background: #B14A84;
      cursor: default;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    a.btn::-moz-focus-inner {
      padding: 0 !important;
      margin: -1px !important; }

p {
  padding-bottom: 0.9em; }
  p a {
    border-bottom: 2px solid #EFD0E3; }
    p a:hover {
      border-bottom: 2px solid #CC77AB; }

h1 {
  font-size: 3.6em;
  line-height: 0.9em;
  font-family: Montez;
  color: #B14A84; }
  h1:hover {
    text-decoration: none; }

h2 {
  font-size: 2.4em;
  margin: 0.3em 0 0.6em;
  font-family: Montez;
  color: #B14A84; }

h3 {
  font-size: 2em;
  margin-bottom: 0.6em;
  font-family: Montez;
  color: #B14A84; }

.box-shadow {
  position: relative;
  z-index: 5;
  height: 6px;
  width: 100%;
  background-color: #E6CDD1;
  margin-bottom: 50px; }
  .box-shadow:after {
    content: " ";
    position: absolute;
    z-index: 6;
    bottom: -20px;
    width: 100%;
    height: 20px;
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at 50% -90%, rgba(0, 0, 0, 0.5), rgba(97, 97, 97, 0) 70%); }

#container {
  background-color: #EED9DC;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.5) 50%);
  background-size: 70px 70px; }

header {
  padding: 25px 0;
  background-color: #eed9dc;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFEED9DC', endColorstr='#FFD1ABB0');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjAiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNlZWQ5ZGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMWFiYjAiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(50% 0, ellipse cover, #eed9dc 0%, #d1abb0 100%);
  background-image: -webkit-radial-gradient(50% 0, ellipse cover, #eed9dc 0%, #d1abb0 100%);
  background-image: radial-gradient(ellipse cover at 50% 0, #eed9dc 0%, #d1abb0 100%); }
  header p {
    font-size: 1.2em;
    font-weight: bold;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    padding-bottom: 0; }
    header p span {
      display: block;
      text-transform: none;
      letter-spacing: normal;
      margin-bottom: 0.2em;
      font-size: 0.8em;
      font-weight: normal; }

section {
  margin: 50px 0 0; }
  section #gallery {
    margin: 0 10px; }
    section #gallery .tcycle {
      width: 100%;
      max-width: 830px;
      margin: 75px auto 0;
      line-height: 0.5em;
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
      section #gallery .tcycle img {
        width: 100%;
        max-height: 340px; }
  section #nagelmodellage {
    display: inline-block;
    max-width: 790px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: justify; }
    section #nagelmodellage img {
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      float: right;
      max-width: 150px;
      margin: 0 0 0.9em 0.9em; }
  section #products {
    display: inline-block;
    max-width: 790px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    background: url("../images/alessandro-logo.png") no-repeat 3.7% 96%, url("../images/alessandro-products.jpg") no-repeat 4% 0 #fff;
    min-height: 350px; }
    section #products h2, section #products p {
      margin-left: 220px;
      text-align: justify; }
  section #prices {
    display: inline-block;
    max-width: 790px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 830px;
    padding: 20px 0 !important; }
    section #prices ul {
      margin-bottom: 20px;
      padding: 0 20px;
      margin-left: 0; }
      section #prices ul li {
        text-align: left;
        border-bottom: 1px solid #ccc; }
        section #prices ul li:last-child {
          border-bottom: none; }
        section #prices ul li span {
          float: right; }
    section #prices p {
      font-size: 0.7em; }
  section #impressum {
    display: inline-block;
    max-width: 790px;
    padding: 20px;
    background: #fff;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: left; }
    section #impressum h3 {
      margin-top: 0.9em;
      font-size: 1.6em; }

footer {
  background: url("../images/bg-footer.png") repeat #FBDDEA;
  margin-top: 75px; }
  footer section {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 830px; }
    footer section p {
      line-height: 1.4em; }
    footer section .box {
      width: 28%;
      padding: 15px 2%;
      background: #fff;
      border-radius: 2px;
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); }
      footer section .box ul {
        margin-bottom: 0.9em; }
        footer section .box ul li {
          text-align: left;
          border-bottom: 1px solid #ccc; }
          footer section .box ul li:last-child {
            border-bottom: none; }
          footer section .box ul li span {
            float: right; }
    footer section #maps {
      margin: 0 2%; }
      footer section #maps #responsive_map {
        height: 200px;
        width: 100%;
        margin-bottom: 0.9em; }
      footer section #maps #responsive_map div {
        border-radius: 10px; }
      footer section #maps .gm-style-iw {
        max-width: none !important;
        min-width: none !important;
        max-height: none !important;
        min-height: none !important;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        line-height: normal !important;
        padding: 5px !important; }
  footer #imprint {
    float: none;
    width: 100%;
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 20px 0; }
    footer #imprint span {
      text-transform: none; }

@media only screen and (max-width: 768px) {
  section #prices p {
    line-height: 1.6em;
    width: 80%;
    margin: 0 auto; }

  footer section {
    flex-direction: column; }
    footer section .box {
      float: none;
      width: 90%;
      margin: 20px auto !important; }
      footer section .box ul {
        width: 70%;
        margin: 0 auto 0.9em; }
  footer #imprint {
    line-height: 1.6em;
    width: 80%;
    margin: 0 auto;
    font-size: 0.5em; } }
@media only screen and (max-width: 480px) {
  section #gallery .tcycle {
    margin: 50px auto 0; }
  section #nagelmodellage h2 {
    text-align: center; }
  section #nagelmodellage img {
    float: none;
    margin: 0 auto 0.9em;
    display: block; }
  section #products {
    padding: 260px 20px 150px;
    background: url("../images/alessandro-logo.png") no-repeat center 96%, url("../images/alessandro-products.jpg") no-repeat center 0 #fff; }
    section #products h2, section #products p {
      margin-left: 0; }
  section #prices ul li {
    text-align: left;
    display: inline-block;
    width: 100%; }

  footer #openings p {
    width: 80%;
    margin: 0 auto; } }
