/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
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; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a,
a:visited {
  color: #d33ab8;
  text-decoration: none; }

a:hover {
  color: #c5875a; }

body {
  font-family: "caflisch-script-pro",sans-serif;
  font-size: 187.5%;
  /* 30 px */
  background: #eae8e1;
  background-image: url('/img/bg/subtle_orange_emboss.png?1362836177');
  background-repeat: repeat; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    body {
      background-image: url('/img/bg/subtle_orange_emboss@2x.png?1362836173');
      background-size: auto auto; } }

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

header {
  margin: 2% auto 4% auto; }
  header img {
    height: auto; }
    header img.margas {
      width: 70%;
      padding-left: 1%; }
    header img.naehkasterl {
      width: 23%;
      margin-left: 5%; }

nav ul {
  float: none;
  display: block; }
  nav ul li {
    float: left;
    margin-right: 2.39583%;
    /* 23px */
    position: relative;
    padding: 0.52083% 1.5625%;
    /* 5px 15px */
    text-align: center;
    border: 3px dashed #aa272d;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    background-color: #fff000;
    background-color: rgba(255, 240, 0, 0.5);
    font-family: "estilo-script",sans-serif;
    font-size: 116.66667%;
    /* 35px */
    white-space: nowrap;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    nav ul li.preise {
      margin-right: 0; }
    nav ul li:hover {
      background-color: rgba(255, 249, 153, 0.5); }
    nav ul li a {
      display: block;
      position: relative;
      color: #aa272d;
      text-decoration: none;
      font-size: 99.75%; }
    nav ul li a:visited {
      color: #aa272d; }

.stuck {
  position: fixed;
  width: 100%;
  max-width: 995px;
  top: 0;
  padding: 30px 1.04167% 20px;
  /* 30px 10px 20px 10px */
  margin-left: -15px;
  background: #eae8e1;
  background-image: url('/img/bg/subtle_orange_emboss.png?1362836177');
  background-repeat: repeat;
  z-index: 9999; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .stuck {
      background-image: url('/img/bg/subtle_orange_emboss@2x.png?1362836173');
      background-size: auto auto; } }

.home ul li.home,
.galerie ul li.galerie,
.kontakt ul li.kontakt,
.anfahrt ul li.anfahrt,
.preise ul li.preise {
  box-shadow: none;
  border-color: #008701; }
  .home ul li.home a,
  .galerie ul li.galerie a,
  .kontakt ul li.kontakt a,
  .anfahrt ul li.anfahrt a,
  .preise ul li.preise a {
    color: #008701; }
  .home ul li.home:before,
  .galerie ul li.galerie:before,
  .kontakt ul li.kontakt:before,
  .anfahrt ul li.anfahrt:before,
  .preise ul li.preise:before {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    left: -10px;
    top: -25px;
    background-image: url('/img/gruenerKnopf.png?1362836093');
    background-size: cover; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .home ul li.home:before,
      .galerie ul li.galerie:before,
      .kontakt ul li.kontakt:before,
      .anfahrt ul li.anfahrt:before,
      .preise ul li.preise:before {
        background-image: url('/img/gruenerKnopf@2x.png?1362836093');
        background-size: 40px 40px; } }

.home article {
  position: relative;
  margin-top: 30px;
  text-align: left; }
  .home article h2.intro {
    font-family: "caflisch-script-pro",sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 1.55em; }
    .home article h2.intro:before, .home article h2.intro:after {
      content: "";
      display: inline-block;
      height: 30px;
      width: 95px;
      margin: 0px 15px;
      position: relative;
      top: 3px;
      background-image: url('/img/knopfleiste.png?1467649133');
      background-size: cover; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .home article h2.intro:before, .home article h2.intro:after {
          background-image: url('/img/knopfleiste@2x.png?1467649133');
          background-size: 95px 30px; } }
  .home article .portrait {
    width: 46.875%;
    /* 450px */
    margin-top: 20px;
    position: relative;
    z-index: 40;
    float: left;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transfrom: rotate(-3deg);
    transform: rotate(-3deg); }
    .home article .portrait img {
      width: 100%;
      height: auto;
      box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3); }
    .home article .portrait:after {
      content: "";
      background-image: url('/img/stecknadel_blau.png?1362836166');
      background-size: cover;
      position: absolute;
      height: 45px;
      width: 25px;
      z-index: 50;
      top: -45px;
      left: 50%; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .home article .portrait:after {
          background-image: url('/img/stecknadel_blau@2x.png?1362836166');
          background-size: 25px 45px; } }
  .home article img {
    position: relative;
    top: -20px;
    width: auto;
    height: 90px; }
    .home article img.nadelkissen {
      float: right;
      padding-right: 20px; }
    .home article img.kaffee {
      float: left;
      margin-right: 30px; }

.kontakt article {
  width: 70%; }
  .kontakt article h1 {
    text-align: center; }
  .kontakt article img {
    position: relative; }
    .kontakt article img.nadelkissen {
      top: -40px;
      float: right; }
    .kontakt article img.spulen {
      float: left;
      margin-right: 20px; }

article {
  font-size: 110%;
  color: #aa272d; }
  article h1,
  article h2,
  article h3,
  article h4,
  article h5,
  article h6 {
    font-weight: bold;
    font-family: "estilo-script",sans-serif; }
  article h1 {
    font-size: 150%;
    margin-bottom: 20px; }
  article h2 {
    font-size: 130%;
    margin-bottom: 10px; }
  article h3 {
    font-size: 100%; }

.oeffnungszeiten {
  width: 50%;
  /* 480px */
  margin-left: 50%;
  /* 480px */
  padding: 3.125%;
  /* 15px */
  text-align: center;
  border: 2px solid #008701;
  box-shadow: 8px 8px 6px rgba(0, 0, 0, 0.2);
  background: #fff000;
  background: rgba(255, 240, 0, 0.5); }
  .oeffnungszeiten p {
    margin-bottom: 0; }

.preise h1,
.preise p {
  margin-left: 190px; }
.preise img.nadeln {
  height: 120px;
  margin: -30px 0 -60px 0px; }

.preisliste {
  background: #c5875a;
  width: 70%;
  padding: 10px; }
  .preisliste h3 {
    margin-bottom: 5px;
    padding: 15px 10px;
    background: #281d21; }
  .preisliste table {
    background: #281d21;
    margin-bottom: 10px;
    width: 100%; }
    .preisliste table tr {
      border-bottom: 2px solid #c5875a; }
      .preisliste table tr:last-child {
        border-bottom: none; }
      .preisliste table tr td {
        padding: 7px; }
        .preisliste table tr td span {
          font-size: 80%; }
        .preisliste table tr td.preis {
          text-align: right; }
  .preisliste .buegeln h3,
  .preisliste .buegeln table {
    color: #25d2ff; }
  .preisliste .sticken h3,
  .preisliste .sticken table {
    color: #00ed02; }
  .preisliste .naehen h3,
  .preisliste .naehen table {
    color: #efb7e5; }
  .preisliste .naehen table span {
    margin-left: 20px;
    font-size: 90%; }

.extras {
  width: 70%;
  padding: 10px;
  background: #c5875a; }
  .extras p {
    background: #281d21;
    padding: 10px;
    text-align: left;
    margin-left: 0; }
    .extras p.wunsch {
      color: #00ed02; }
    .extras p.kaffee {
      color: #00c0f1; }
  .extras img {
    margin: 10px; }
    .extras img.nadelkissen {
      width: 100px;
      height: 65px;
      float: right;
      padding-left: 30px;
      border-left: 10px #c5875a solid; }
    .extras img.kaffee {
      width: 90px;
      height: 61px;
      float: left;
      margin-right: 20px;
      padding-right: 20px;
      border-right: 10px #c5875a solid; }

.galerie h2 {
  margin-top: 40px;
  margin-bottom: 20px; }
.galerie h3 {
  margin-bottom: 10px; }
.galerie .divider {
  margin: 20px 0px;
  border-top: dashed #c5875a 4px; }
.galerie ul li.half {
  width: 49.5%;
  margin-right: 1%;
  float: left; }
  .galerie ul li.half.last {
    margin-right: 0; }
.galerie ul li.third {
  width: 33.33333%;
  float: left; }
  .galerie ul li.third img {
    width: 99%;
    padding: 0 1%; }
.galerie ul img {
  width: 100%;
  height: auto; }

footer {
  margin-top: 120px;
  padding: 50px 20px;
  font-size: 70%;
  position: relative;
  z-index: 90;
  border-top: 3px dashed #aa272d;
  color: #aa272d; }
  footer p {
    padding-left: 400px; }
  footer a {
    color: #d33ab8;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
    footer a:visited {
      color: #aa272d; }
  footer .angebot {
    width: 400px;
    position: absolute;
    left: 0px;
    top: -30px; }
    footer .angebot img {
      width: 100%;
      height: auto; }

.preise footer p {
  margin-left: 400px;
  padding-left: 0; }

.clear {
  clear: both; }

p {
  margin-bottom: 30px; }

.anfahrt article small {
  font-family: "Helvetica-Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 0.45714em;
  text-align: right;
  display: block; }
  .anfahrt article small a {
    text-decoration: none; }

.impressum p {
  font-family: "Helvetica-Neue", "HelveticaNeue", "Helvetica", "Arial", sans-serif;
  font-size: 12pt;
  line-height: 18pt; }
  .impressum p a {
    color: #d33ab8;
    text-decoration: none; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

.space {
  display: block;
  background: transparent;
  border: 1px solid transparent;
  height: 10px;
  float: none;
  clear: both; }

sub {
  font-size: 60%;
  position: relative;
  top: -.35em;
  left: .1em; }

@media only screen and (min-width: 759px) and (max-width: 959px) {
  .container {
    max-width: 800px; }

  header {
    width: 95%;
    margin: 2% auto 4%; }
    header img.margas {
      padding-left: 2%; }
    header img.naehkasterl {
      margin-left: 4%; }

  nav ul {
    padding-left: 1.5%; }
    nav ul li {
      font-size: 90%;
      margin-right: 2%; }

  .stuck {
    width: 100%;
    margin-left: -8px; }

  article {
    width: 95%;
    margin-left: 2.5%;
    font-size: 90%; }

  .home article img {
    height: 80px; }
    .home article img.nadelkissen {
      padding-right: 30px; }

  .oeffnungszeiten {
    width: 49%; }

  .galerie h2 {
    margin-top: 0px; }

  .kontakt article {
    width: 80%; }

  .preisliste {
    width: 100%; }

  .extras {
    width: 100%; }
    .extras p {
      min-height: 80px; } }
@media only screen and (min-width: 450px) and (max-width: 759px) {
  .container {
    max-width: 450px; }

  header {
    width: 95%; }
    header img.margas {
      width: 100%;
      margin: 3% auto;
      padding: 0;
      float: none; }
    header img.naehkasterl {
      width: 30%;
      margin-left: -15%;
      position: relative;
      left: 50%; }

  nav ul li {
    font-size: 100%;
    margin: 1%;
    padding: 1.5%; }
    nav ul li.home, nav ul li.galerie, nav ul li.anfahrt, nav ul li.preise {
      width: 47.5%; }
    nav ul li.galerie, nav ul li.preise {
      margin-right: 0; }
    nav ul li.kontakt {
      margin-left: 1%;
      width: 97%; }

  .stuck {
    position: relative; }

  article {
    width: 90%;
    margin: 0 auto;
    font-size: 80%; }
    article h2 {
      font-size: 100%; }
    article p {
      margin-bottom: 10px; }

  .home article {
    margin-top: 10px; }
    .home article img {
      margin-top: 20px; }
      .home article img.nadelkissen, .home article img.kaffee {
        display: none; }
    .home article .portrait {
      width: 100%;
      margin-top: 5px;
      float: none;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
      .home article .portrait:after {
        display: none; }

  .oeffnungszeiten {
    width: 100%;
    margin-left: 0; }

  .galerie h2 {
    margin-top: 0; }
  .galerie ul.taschen li.half {
    width: 100%; }

  .kontakt article {
    width: 100%; }
    .kontakt article img {
      display: none; }

  .preise h1,
  .preise p {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px; }
  .preise img.nadeln {
    display: none; }
  .preise footer p {
    margin-left: 0;
    padding-left: 0; }

  .preisliste {
    width: 100%; }
    .preisliste table tr td span {
      font-size: 70%; }

  .extras {
    width: 100%; }
    .extras p.wunsch {
      padding-left: 10px; }
    .extras img.kaffee {
      position: relative;
      top: -5px; }

  footer {
    border-top: none;
    padding: 10px;
    margin-top: 30px; }
    footer .angebot {
      display: none; }
    footer p {
      padding-left: 0;
      text-align: center; } }
@media only screen and (min-width: 320px) and (max-width: 449px) {
  .container {
    max-width: 320px; }

  header {
    width: 95%;
    margin-bottom: 0; }
    header img.margas {
      width: 100%;
      margin: 5% auto;
      padding: 0;
      float: none; }
    header img.naehkasterl {
      display: none; }

  nav ul li {
    font-size: 85%;
    margin: 2% 1%;
    padding: 1.5%; }
    nav ul li.home, nav ul li.galerie, nav ul li.anfahrt, nav ul li.preise {
      width: 47.5%; }
    nav ul li.galerie, nav ul li.preise {
      margin-right: 0; }
    nav ul li.kontakt {
      margin-left: 1%;
      width: 97%; }

  .stuck {
    position: relative; }

  .home ul li.home:before,
  .galerie ul li.galerie:before,
  .kontakt ul li.kontakt:before,
  .anfahrt ul li.anfahrt:before,
  .preise ul li.preise:before {
    display: none; }

  article {
    width: 90%;
    margin: 0 auto;
    font-size: 80%; }
    article h2 {
      font-size: 100%; }
    article p {
      margin-bottom: 10px; }

  .home article {
    margin-top: 0; }
    .home article img {
      margin-top: 20px; }
      .home article img.nadelkissen, .home article img.kaffee {
        display: none; }
    .home article .portrait {
      width: 100%;
      margin-top: 5px;
      float: none;
      -webkit-transform: rotate(0);
      -moz-transform: rotate(0);
      -o-transform: rotate(0);
      transform: rotate(0); }
      .home article .portrait:after {
        display: none; }

  .oeffnungszeiten {
    width: 100%;
    margin-left: 0; }

  .galerie h2 {
    margin-top: 0; }
  .galerie ul.taschen li.half {
    width: 100%; }
  .galerie ul.stoffmuster li.third {
    width: 50%; }

  .kontakt article {
    width: 100%; }
    .kontakt article img {
      display: none; }

  .preise h1,
  .preise p {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px; }
  .preise img.nadeln {
    display: none; }
  .preise footer p {
    margin-left: 0;
    padding-left: 0; }

  .preisliste {
    width: 100%; }
    .preisliste table tr td {
      vertical-align: top; }
      .preisliste table tr td.preis {
        text-align: right;
        width: 40%; }
      .preisliste table tr td span {
        font-size: 70%; }

  .extras {
    width: 100%; }
    .extras p {
      padding-left: 10px; }
    .extras img.nadelkissen {
      display: none; }
    .extras img.kaffee {
      display: none; }

  footer {
    border-top: none;
    padding: 10px;
    margin-top: 30px; }
    footer .angebot {
      display: none; }
    footer p {
      padding-left: 0;
      text-align: center; } }
