/* Text Elements */

h1.h1 {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
  color: #c00;
  font-weight: 700;
  font-size: 44px;
  font-family: 'Roboto Slab', serif;
}

h2.h2 {
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
  color: #c00;
  font-weight: 700;
  font-size: 40px;
  font-family: 'Roboto Slab', serif;
}

h2#kontakt {
  padding-left: 5%;
  width: 100%;
  font-size: 30px;
}

h3.h3 {
  position: static;
  margin: 15px auto 0;
  padding-right: 5%;
  padding-bottom: 5px;
  padding-left: 5%;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
}

h3#text-maps {
  color: #c00;
}

h4 span.heading-text-1 {
  color: #c00;
  font-family: 'Roboto Slab', serif;
}

h4.h4 {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  color: #c00;
  font-family: 'Roboto Slab', serif;
}

p.paragraph.paragraph-1 {
  margin: 10px auto 25px;
  padding-right: 5%;
  padding-left: 5%;
  max-width: none;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.75;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 700;
  line-height: 1.75;
}

p.paragraph span.paragraph-text-7 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-2 {
  font-weight: 700;
}

p.paragraph span.paragraph-text-3 {
  color: #c00;
  font-weight: 700;
  font-size: 21px;
}

p.paragraph#text-absender {
  width: 100%;
}

p.paragraph#kontaktfeld {
  margin-top: 30px;
}

p.paragraph span.paragraph-text-4 {
  color: #c00;
  font-weight: 700;
}

p.paragraph span.paragraph-text-5 {
  color: #c00;
  font-weight: 700;
}

p.paragraph span.paragraph-text-6 {
  color: #c00;
  font-weight: 700;
}

p.paragraph span.paragraph-text-8 {
  color: #c00;
  font-weight: 700;
}

p.paragraph span.paragraph-text-9 {
  color: #c00;
  font-weight: 700;
}

ul.unorder-list.unordered-list-1 {
  margin-top: 10px;
  margin-bottom: 40px;
  list-style-position: inside;
  list-style-type: none;
}

span.text-element span.text-text-1 {
  color: #c00;
}

span.text-element span.text-text-2 {
  color: #c00;
}

span.text-element font.text-text-3 {
  color: #fff;
}

span.text-element.copyright {
  float: right;
  margin-top: 15px;
  margin-right: 5%;
  max-width: 200px;
  width: auto;
  background-color: #000;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

span.text-element#form-pflichtfeld {
  text-align: right;
}

span.text-element.form-text {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}

blockquote span.blockquote-text-1 {
  font-weight: 300;
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
}

blockquote span.blockquote-text-2 {
  color: #3f81cc;
}

blockquote span.blockquote-text-3 {
  line-height: 5;
}

blockquote.quote {
  margin-top: 20px;
  padding-right: 50px;
  padding-bottom: 0;
  padding-left: 50px;
}

a.link-text.impressum {
  float: left;
  margin-top: 15px;
  margin-right: 20%;
  margin-left: 5%;
  max-width: 150px;
  width: 100%;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

a.link-text.impressum:hover {
  color: #c00;
}

ul.link-list.list-nav {
  float: left;
  margin: 0;
  min-height: 70px;
  max-width: none;
  width: auto;
  list-style-type: none;
}

/* Interaction Elements */

a.link-button.button-hero {
  display: block;
  margin: 20px auto;
  max-width: 430px;
  width: 95%;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

a.link-button span.button-link-text-1 {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
}

a.link-button span.button-link-text-2 {
  color: #c00;
  font-weight: 900;
  font-size: 21px;
}

a.link-button.button-hero:hover {
  background-color: rgba(255, 255, 255, .15);
}

form.form-container.form-66 {
  margin-bottom: 0;
  width: 66.66666%;
  background-color: rgba(6, 28, 64, .44);
}

input[type=email].form-email {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 50px;
  max-width: none;
  width: 90%;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

input[type=tel].form-phone {
  display: block;
  margin-right: auto;
  margin-left: auto;
  min-height: 50px;
  max-width: none;
  width: 90%;
  border-width: 1px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

textarea.textarea-1 {
  display: block;
  margin: 5px auto;
  padding: 10px 4px;
  width: 90%;
  height: 120px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

textarea.form-name {
  display: block;
  margin: 5px auto;
  padding: 10px 4px;
  width: 90%;
  height: 50px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  font-size: 17px;
}

/* Layout Elements */

body > .row.row-nav {
  position: fixed;
  z-index: 10;
  min-height: 70px;
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-nav {
  position: fixed;
  z-index: 11;
  float: none;
  padding-right: 0;
  padding-left: 0;
  min-height: 70px;
  max-height: 70px;
  background-color: #000;
}

body.grid-1 {
  min-width: 500px;
  max-width: none;
  height: auto;
}

body > .row.row-background {
  position: fixed;
  z-index: -10;
  display: block;
  min-height: 1100px;
  max-width: none;
  width: auto;
  background-image: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].col-background {
  position: fixed;
  float: none;
  padding-right: 0;
  padding-left: 0;
  min-height: 1100px;
  background-image: url('../img/Video_Pic_1.jpg');
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

body > .row > [class*='coffee-span-'].col-logo {
  float: none;
  margin-top: 70px;
}

body > .row.row-logo {
  max-width: none;
}

body > .row.row-about {
  margin-top: 200px;
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-about {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}

body > .row.row-massanfertigung {
  margin-top: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-massanfertigung {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}

body > .row.row-kollektion {
  min-height: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-kollektion {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}

body > .row.row-konzepte {
  min-height: 0;
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-konzepte {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
}

body > .row > [class*='coffee-span-'].col-kontakt {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  float: left;
  margin-top: 80px;
  padding-right: 0;
  padding-left: 0;
  min-height: 0;
  background-color: transparent;
}

body > .row.row-kontakt {
  margin-top: 0;
  min-height: 0;
  max-width: none;
  background-color: transparent;
}

body > .row > [class*='coffee-span-'].col-maps {
  padding-right: 0;
  padding-left: 0;
  min-height: 200px;
  background-color: rgba(51, 127, 255, .25);
}

body > .row.row-footer {
  max-width: none;
}

body > .row > [class*='coffee-span-'].col-footer {
  background-color: #000;
}

body > .row.popup_impressum {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 666;
  display: block;
  overflow: scroll;
  max-width: none;
  background-color: #000;
}

.container.container-66 {
  float: left;
  margin-bottom: 0;
  width: 66.66666%;
  background-color: rgba(6, 28, 64, .6);
}

.container.container-33 {
  float: left;
  margin-bottom: 0;
  width: 33.33333%;
  border-right: 1px solid transparent;
  background-color: rgba(0, 15, 34, .68);
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#img_kollektion {
  background-image: url('../img/Pullover.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#img_couture {
  background-image: url('../img/kleid-auf-puppe.png');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container#img_konzepte {
  background-image: url('../img/handwerkszeug.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-1 {
  background-color: rgba(6, 28, 64, .44);
}

.container.container-2 {
  display: none;
  margin-top: 20px;
  padding: 10px;
}

a.responsive-picture#logo-icon {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 116px;
  max-height: 70px;
  background-image: url('../img/logo-icon.png');
  background-size: cover;
  background-repeat: no-repeat;
}

li.list-item-link.link-nav > a {
  color: #8d8b8b;
  text-decoration: none;
  white-space: normal;
  font-family: 'Roboto', sans-serif;
}

li.list-item-link.link-nav {
  display: block;
  float: left;
  clear: none;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 70px;
  max-width: none;
  width: auto;
  text-align: center;
  text-transform: capitalize;
  line-height: 4.78;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

a.responsive-picture.picture-link-1 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  max-height: none;
}

a.glyph#button-menu {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 70px;
  width: auto;
  color: #838383;
  text-align: center;
  font-size: 31px;
  line-height: 2.29;
}

a.glyph#icon-close {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  min-height: 70px;
  width: auto;
  color: #838383;
  font-size: 32px;
  line-height: 2.2;
}

div.responsive-picture#header-logo {
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  max-width: 1050px;
}

a.link-button-glyph#button-scroll-1 {
  display: block;
  margin: 100px auto 0;
  padding: 0 8px 0 0;
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50px;
  background-color: transparent;
}

span.link-button-text span.text-for-button-text-1 {
  text-transform: uppercase;
}

span.link-button-text.text-for-button-1 {
  display: block;
  margin-right: 0;
  padding-top: 12px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
}

span.glyph-for-button.button-glyph {
  display: block;
  margin-top: -5px;
  margin-right: 0;
  margin-bottom: -6px;
  padding: 0 0 0 6px;
  max-width: none;
  width: 100%;
  text-align: center;
  font-size: 23px;
  -webkit-transition-duration: .5s;
     -moz-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
     -moz-transition-property:         transform, -moz-transform;
       -o-transition-property:      -o-transform;
          transition-property: -webkit-transform;
          transition-property:         transform;
          transition-property:         transform, -webkit-transform, -moz-transform, -o-transform;
  -webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
     -moz-transform: translateX(0px) translateY(0px) rotate(0deg);
       -o-transform: translateX(0px) translateY(0px) rotate(0deg);
          transform: translateX(0px) translateY(0px) rotate(0deg);
}

a.link-button-glyph.button-scroll-small {
  display: block;
  margin: 80px auto;
  padding: 0;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;
  background-color: transparent;
}

span.glyph-for-button.glyph-1 {
  display: block;
  margin-top: 4px;
  text-align: center;
  font-size: 23px;
}

span.glyph-for-button.glyph-1.wobbler {
  margin-top: 6px;
}

li.list-item.list-massanfertigung {
  margin: 0 auto 5px;
  padding-right: 5%;
  padding-left: 5%;
  width: 100%;
  color: #fff;
  font-weight: 300;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.75;
}

a.link-button-glyph.button-facebook {
  display: block;
  float: none;
  margin: 0 5% 15px;
  padding: 5px 10px;
  min-height: 120px;
  max-width: 90%;
  width: 100%;
  border: 1px solid #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
}

span.glyph-for-button.glyph-2 {
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  font-size: 34px;
}

span.link-button-text.text-for-button-2 {
  display: block;
  float: none;
  padding-left: 0;
  color: #fff;
}

.row > [class*='coffee-span-'] .html-element.element-maps {
  margin: 10px auto 40px;
  min-height: 200px;
  width: 90%;
  background-color: transparent;
}

li.list-item span.list-item-text-1 {
  color: #c00;
}

li.list-item span.list-item-text-2 {
  color: #c00;
  font-weight: 900;
}

li.list-item span.list-item-text-3 {
  font-weight: 900;
}

li.list-item span.list-item-text-4 {
  color: #c00;
  font-weight: 900;
}

li.list-item span.list-item-text-5 {
  color: #c00;
  font-weight: 900;
}

button.form-submit {
  display: block;
  float: none;
  margin: 15px auto 25px;
  width: 90%;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0;
  background-color: transparent;
  font-family: 'Roboto', sans-serif;
}

a.glyph.font-icon-link-1 {
  float: right;
  margin-top: 0;
  padding-top: 4px;
  width: 5%;
  color: #838383;
  text-align: center;
  font-size: 33px;
}

a.glyph.font-icon-link-2 {
  display: none;
}

a.glyph.font-icon-link-3 {
  display: none;
}

li.list-item-link.link-nav:hover {
  background-color: #353535;
  -webkit-transition-timing-function: ease-in;
     -moz-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  -webkit-transition-duration: .4s;
     -moz-transition-duration: .4s;
       -o-transition-duration: .4s;
          transition-duration: .4s;
}

li.list-item-link.link-nav:hover > a {
  color: #fff;
}

a.glyph#button-menu:hover {
  background-color: #353535;
  color: #fff;
}

a.glyph#icon-close:hover {
  background-color: #353535;
  color: #fff;
}

a.link-button-glyph#button-scroll-1:hover {
  background-color: rgba(255, 255, 255, .15);
}

a.link-button-glyph.button-scroll-small:hover {
  background-color: rgba(255, 255, 255, .15);
}

a.link-button-glyph.button-facebook:hover {
  border: 1px solid #fff;
  border-top-right-radius: 0;
  background-color: rgba(255, 255, 255, .15);
}

span.link-button-text.text-for-button-2:hover {
  color: #fff;
}

span.glyph-for-button.glyph-2:hover {
  color: #fff;
}

button.form-submit:hover {
  background-color: rgba(255, 255, 255, .15);
}

a.glyph.font-icon-link-1:hover {
  color: #fff;
}

li.list-item-link.link-nav:active {
  background-color: #353535;
}

li.list-item-link.link-nav:active > a {
  color: #fff;
}

a.glyph#icon-close:active {
  background-color: #353535;
  color: #fff;
}

a.glyph#button-menu:active {
  background-color: #353535;
  color: #fff;
}

a.link-button-glyph#button-scroll-1:active {
  background-color: rgba(255, 255, 255, .15);
}

a.link-button-glyph.button-scroll-small:active {
  background-color: rgba(255, 255, 255, .15);
}

@media screen and (max-width: 1200px) {
  /* Text Elements */

  h2#kontakt {
    padding-left: 5%;
    width: 100%;
  }

  p.paragraph#text-absender {
    width: 100%;
  }

  /* Layout Elements */

  body > .row.popup_impressum {
    position: fixed;
  }

  a.link-button-glyph.button-facebook {
    margin-right: 5%;
    margin-left: 5%;
    width: 100%;
  }
}

@media screen and (max-width: 810px) {
  /* Interaction Elements */

  form.form-container.form-66 {
    width: 100%;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].col-about {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].col-massanfertigung {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].col-konzepte {
    min-height: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].col-kollektion {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body > .row > [class*='coffee-span-'].col-kontakt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  body.grid-1 {
    min-width: 320px;
  }

  .container.container-66 {
    width: 100%;
  }

  .container.container-33 {
    -ms-flex-order: 1;
    min-height: 200px;
    width: 100%;

    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
            align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container#img_couture {
    -ms-flex-order: 1;
    min-height: 500px;
    background-position: right top;
    background-size: cover;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }

  .container#img_kollektion {
    min-height: 400px;
  }

  .container#img_konzepte {
    min-height: 400px;
    background-position: center center;
  }
}

@media screen and (max-width: 605px) {
  /* Text Elements */

  ul.link-list.list-nav {
    display: none;
    float: none;
    margin-top: 10px;
    min-width: 100%;
    min-height: 70px;
    width: 100%;
  }

  /* Layout Elements */

  body > .row > [class*='coffee-span-'].column-1 {
    display: none;
  }

  body > .row > [class*='coffee-span-'].column-2 {
    display: none;
  }

  body > .row > [class*='coffee-span-'].column-3 {
    display: none;
  }

  body > .row > [class*='coffee-span-'].column-4 {
    display: none;
  }

  body > .row.popup_impressum {
    position: fixed;
  }

  body > .row > [class*='coffee-span-'].col-background {
    background-image: url('../img/Video_Pic_1.jpg');
  }

  li.list-item-link.link-nav {
    display: block;
    float: none;
    padding-right: 25px;
    padding-bottom: 0;
    padding-left: 25px;
    min-width: 100%;
    width: 100%;
    border-top: 3px dotted #5d5d5d;
    background-color: #000;
    text-align: left;
  }

  a.responsive-picture.picture-link-1 {
    float: none;
  }

  a.responsive-picture#logo-icon {
    float: none;
  }

  a.glyph.font-icon-link-2 {
    display: block;
  }

  li.list-item-link.link-nav > a {
    font-size: 17px;
  }
}