/* VARIABLEN */
/* HELFERKLASSEN */
.display-table {
  display: table;
  width: 100%;
}
.display-table p.text-center {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}
.width-500 {
  width: auto;
  display: block;
}
@media (min-width: 768px) {
  .width-500 {
    display: table;
    float: left;
    width: 400px;
    left: 30px;
  }
}
@media (min-width: 992px) {
  .width-500 {
    left: 0;
    width: 600px;
  }
}
@media (min-width: 992px) {
  .left-100 {
    left: 0;
  }
}
@media (min-width: 1200px) {
  .left-100 {
    left: 0;
    width: 600px;
  }
}
@media (min-width: 1400px) {
  .left-100 {
    width: 700px;
  }
}
.left-600 {
  left: 330px;
  top: 100px;
  width: 200px;
}
@media (min-width: 768px) {
  .left-600 {
    width: 400px;
    left: 500px;
  }
}
@media (min-width: 992px) {
  .left-600 {
    left: 600px;
  }
}
@media (min-width: 1200px) {
  .left-600 {
    width: 500px;
    left: 700px;
  }
}
@media (min-width: 1400px) {
  .left-600 {
    content: '';
  }
}
.img-up {
  position: relative!important;
  left: 30px;
  top: 0;
}
.img-up img {
  width: 100%;
}
@media (min-width: 768px) {
  .img-up {
    position: absolute!important;
    left: 430px;
  }
}
@media (min-width: 992px) {
  .img-up {
    top: -200px;
    left: 600px;
  }
}
@media (min-width: 1200px) {
  .img-up {
    left: 600px;
  }
}
@media (min-width: 1400px) {
  .img-up {
    left: 800px;
  }
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.text-xs-center {
  text-align: center;
}
@media (min-width: 768px) {
  .text-xs-center {
    text-align: left;
  }
}
.stageheight {
  max-height: 800px;
}
/* DRESSCUT */
body {
  position: relative;
  background-color: #FFF;
  overflow-y: scroll;
  webkit-overflow-scrolling: touch;
  font-family: 'FF-DIN-WEB';
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: FFTibereWebLightItalic;
  /* font-family: 'Tibere OT'; */
}
@media (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 30px;
  }
}
h1.copy,
h2.copy,
h3.copy,
h4.copy,
h5.copy,
h6.copy,
.h1.copy,
.h2.copy,
.h3.copy,
.h4.copy,
.h5.copy,
.h6.copy {
  font-family: 'FF-DIN-WEB';
}
h1,
.h1 {
  font-size: 28px;
}
@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
.subpage-service span.h3 {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
}
p {
  visibility: hidden;
}
.wf-active p,
.wf-inactive p {
  visibility: visible;
}
/* FADE PAGE - start */
#abovethefold,
#page-navigation,
.page-container {
  transition: opacity 600ms linear;
  -webkit-transition: opacity 600ms linear;
  opacity: 0;
}
.wf-active #abovethefold,
.wf-active #page-navigation,
.wf-active .page-container,
.wf-inactive #abovethefold,
.wf-inactive #page-navigation,
.wf-inactive .page-container {
  opacity: 1;
}
/* FADE PAGE - end */
.page {
  position: relative;
  overflow-x: hidden;
}
.page.subpage-service {
  overflow-x: initial;
}
.page.is-mobile-menu {
  overflow: hidden;
  height: 100vh;
}
.page .dotbar {
  max-width: 110px;
}
.page-heading,
.page-container {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .page-heading,
  .page-container {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .page-heading,
  .page-container {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-heading,
  .page-container {
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .page-heading,
  .page-container {
    max-width: 1300px;
  }
}
.subpage .page-heading {
  background-color: #FFF;
  height: 100px;
}
@media (min-width: 992px) {
  .subpage .page-heading {
    height: 100px;
  }
}
.subpage-contact .page-heading {
  background-color: transparent;
}
.pattern-white,
.pattern-white-soft:after {
  background-image: url('../img/pattern-white-100x100.png');
  background-repeat: repeat;
  background-position-x: 30px;
}
@media (min-width: 992px) {
  .pattern-white,
  .pattern-white-soft:after {
    background-position-x: 0;
  }
}
@media (min-width: 1200px) {
  .pattern-white,
  .pattern-white-soft:after {
    background-position-x: 50%;
  }
}
.pattern-white-soft:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-color: #dedede;
}
.box-bg-white {
  background-color: #FFF;
}
.dotbar {
  margin-bottom: 10px;
  height: 20px;
  overflow: hidden;
  width: 100%;
}
.dotbar:after {
  content: '......................................';
  letter-spacing: 2px;
  font-size: 23px;
  color: black;
  font-family: Times;
  line-height: 0;
}
.bg-lightblue .dotbar span {
  background-color: #FFF;
}
.height-small {
  width: 100%;
  position: relative;
  min-height: 400px;
}
@media (min-width: 768px) {
  .height-small {
    display: table;
  }
}
@media (min-width: 768px) {
  .height-small-fix {
    min-height: 0;
    height: 200px;
  }
}
.height-higher {
  width: 100%;
  position: relative;
  min-height: 600px;
}
@media (min-width: 768px) {
  .height-higher {
    display: table;
  }
}
.subpage-service .height-higher-fix {
  height: 800px;
}
@media (min-width: 992px) {
  .height-higher-fix {
    min-height: 0;
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .height-higher-fix {
    height: 600px;
  }
}
.form-main {
  transition: height 400ms ease;
}
.form-main.zeroheight {
  height: 0!important;
  overflow: hidden;
}
.section3-bg-image {
  background-image: url('../media/dresscut_Startseite_04.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
}
.owl-carousel .owl-stage-outer {
  max-width: 100%;
}
@media (min-width: 992px) {
  .owl-carousel .owl-stage-outer {
    max-width: 500px;
  }
}
.owl-dots {
  position: absolute;
  left: 60px;
  top: 30px;
}
@media (min-width: 480px) {
  .owl-dots {
    position: absolute;
    left: 175px;
  }
}
@media (min-width: 992px) {
  .owl-dots {
    left: 290px;
  }
}
.owl-dots .owl-dot {
  display: inline-block;
  width: 35px;
  text-align: left;
}
@media (min-width: 480px) {
  .owl-dots .owl-dot {
    text-align: right;
  }
}
.owl-dots .owl-dot span {
  display: inline-block;
  background-color: #E4E4E3;
  vertical-align: middle;
  padding: 9px;
}
.owl-dots .owl-dot.active span {
  background-color: #495052;
}
#abovethefold-contact {
  display: table;
  position: relative;
  width: 100%;
  background-image: url('../media/Kontakt_01.jpg');
  background-color: #161420;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  transition: background-position-x 400ms ease, opacity 700ms linear;
  -webkit-transition: background-position-x 400ms ease, opacity 700ms linear;
}
#abovethefold-contact .dotbar {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #abovethefold-contact .dotbar {
    margin-left: 0;
    margin-right: 0;
  }
}
#abovethefold-contact .dotbar:after {
  color: #fff;
}
@media (min-width: 768px) {
  #abovethefold-contact {
    height: 700px;
  }
}
@media (min-width: 992px) {
  #abovethefold-contact {
    background-position-x: 100%;
  }
}
#abovethefold {
  display: table;
  position: relative;
  width: 100%;
  background-image: url('../media/dresscut_Startseite_01.jpg');
  background-color: #161420;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  transition: background-position-x 400ms ease, opacity 700ms linear;
  -webkit-transition: background-position-x 400ms ease, opacity 700ms linear;
}
#abovethefold h1 {
  margin-bottom: 0;
  color: #FFF;
}
.is-mobile-menu #abovethefold {
  background-position-x: 100px;
}
@media (min-width: 768px) {
  #abovethefold {
    height: 700px;
  }
}
@media (min-width: 992px) {
  #abovethefold {
    background-position-x: 100%;
  }
}
#abovethefold .dotbar {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  #abovethefold .dotbar {
    margin-left: 0;
    margin-right: 0;
  }
}
#abovethefold .dotbar:after {
  color: #fff;
}
#abovethefold .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 30px;
  color: #FFF;
}
@media (min-width: 992px) {
  #abovethefold .box {
    padding: 50px;
    right: 50px;
    width: 500px;
  }
}
#abovethefold .box .dotbar:after {
  color: #FFF;
}
#abovethefold .cta,
#abovethefold .cta:before,
#abovethefold .cta:after {
  color: #FFF;
  border-color: #FFF;
}
#mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  z-index: 2;
  background-color: #000;
  transition: transform 400ms ease;
  overflow: hidden;
  padding-top: 75px;
}
.is-mobile-menu #mobile-menu {
  transform: translateX(0%);
  display: block;
}
@media (min-width: 768px) {
  #mobile-menu {
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  #mobile-menu {
    display: none;
  }
  .is-mobile-menu #mobile-menu {
    display: none;
  }
}
ul.mobile-menu-list {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
ul.mobile-menu-list li.active a {
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 3px;
}
ul.mobile-menu-list li.small a {
  font-size: 14px;
  margin-top: 20px;
}
ul.mobile-menu-list a {
  width: 100%;
  display: block;
  font-size: 26px;
  color: #FFF;
  text-align: center;
  padding: 5px;
  opacity: 0.6;
}
@media (min-width: 768px) {
  ul.mobile-menu-list a {
    font-size: 32px;
  }
}
.active ul.mobile-menu-list a {
  color: red;
}
ul.mobile-menu-list a:hover,
ul.mobile-menu-list a:active {
  text-decoration: none;
  opacity: 1;
}
ul.mobile-menu-list li {
  list-style-type: none;
}
.mobilemenu-button {
  position: absolute;
  z-index: 2;
  top: 35px;
  margin-left: 30px;
  background-color: transparent;
  border-color: transparent;
  padding: 17px;
}
.subpage .mobilemenu-button:before {
  background: #000;
  box-shadow: 0 10px 0 0 #000, 0 20px 0 0 #000;
}
.subpage-contact .mobilemenu-button:before {
  background: #FFF;
  box-shadow: 0 10px 0 0 #FFF, 0 20px 0 0 #FFF;
}
.subpage.is-mobile-menu .mobilemenu-button:before {
  background: #FFF;
  box-shadow: 0 10px 0 0 #FFF, 0 20px 0 0 #FFF;
}
.mobilemenu-button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 2px;
  background: #FFF;
  box-shadow: 0 10px 0 0 #FFF, 0 20px 0 0 #FFF;
}
#page-navigation {
  position: absolute;
  z-index: 2;
  right: 60px;
  top: 42px;
  font-weight: 400;
  color: #FFF;
  font-family: 'FF-DIN-WEB';
  font-size: 15px;
}
#page-navigation a {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  padding: 8px 13px;
  position: relative;
  height: 45px;
}
#page-navigation li.active,
#page-navigation a:hover {
  /* opacity: 1; */
  font-weight: 500;
  text-decoration: none;
}
#page-navigation li.active .dotbar:after,
#page-navigation a:hover .dotbar:after {
  opacity: 1;
}
#page-navigation ul li {
  display: inline-block;
}
.subpage #page-navigation a {
  color: #000;
}
.subpage-contact #page-navigation a {
  color: #FFF;
}
#page-navigation .dotbar {
  position: absolute;
  left: 0;
}
#page-navigation .dotbar:after {
  opacity: 0;
  transition: opacity 200ms ease;
}
#page-navigation span {
  font-weight: 100;
  opacity: 0.7;
}
#gallery > div {
  top: -30px;
}
@media (min-width: 992px) {
  #gallery > div {
    top: 0;
  }
}
.gallery-item {
  display: table;
  position: relative;
  max-width: 353px;
  margin-left: 30px;
}
.gallery-item-content {
  background-color: #fff;
  position: absolute;
  bottom: 0;
  margin: 20px;
  width: 80%;
}
@media (min-width: 992px) {
  .gallery-item-content {
    width: calc(100% - 100px);
    margin: 40px 40px 100px 60px;
  }
}
@media (min-width: 992px) {
  .gallery-item {
    max-width: none;
    top: 0;
    margin-left: 0;
  }
}
.content {
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .content {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.content:after {
  content: '';
  display: table;
  clear: both;
}
.cta {
  position: relative;
  display: inline-block;
  padding: 8px 50px;
  border: 1px solid black;
  font-family: 'FFTibereWebLightItalic';
  color: #000;
  transition: padding 300ms ease;
}
.cta.disabled {
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.5);
  border-style: dotted;
}
.cta.disabled:after {
  border-color: transparent;
}
.cta.disabled:before {
  border-color: transparent;
}
.cta:hover {
  color: #000;
}
.cta:before {
  pointer-events: none;
  content: '';
  position: absolute;
  left: 90%;
  top: 18px;
  height: 1px;
  border-bottom: 1px solid #000;
  transition: width 300ms ease;
  width: 65px;
}
@media (min-width: 768px) {
  .cta:before {
    width: 105px;
  }
}
.cta:after {
  pointer-events: none;
  content: '';
  background-color: transparent;
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  right: -51px;
  top: 14px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transition: right 300ms ease;
}
@media (min-width: 768px) {
  .cta:after {
    right: -91px;
  }
}
.cta:hover {
  padding: 8px 60px;
  text-decoration: none;
}
.cta:hover:before {
  width: 75px;
}
.cta:hover:after {
  right: -58px;
}
.bg-white {
  background-color: #FFF;
}
.bg-gray {
  background-color: #e0e0e0;
}
.bg-color {
  background-color: rgba(189, 156, 140, 0.7);
}
.bg-color-after:after {
  background-color: #cfb4a7;
  content: '';
  display: table;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 1;
}
.bg-blue {
  background-color: #00182E;
}
.bg-lightblue {
  color: #FFF;
  background-color: #8baeb8;
}
.bg-lightblue .cta {
  color: #FFF;
  border-color: #FFF;
}
.bg-lightblue .cta:before,
.bg-lightblue .cta:after {
  color: #FFF;
  border-color: #FFF;
}
.box {
  position: relative;
  padding: 30px 50px;
}
.box p {
  margin-bottom: 30px;
}
.box ol {
  padding-left: 15px;
}
.box ol li {
  font-size: 18px;
}
@media (min-width: 768px) {
  .box {
    padding: 70px;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .box {
    padding: 80px 90px;
  }
}
.padding-bottom-100 {
  padding-bottom: 100px!important;
}
.box-secondary {
  padding: 20px;
}
.logo-dresscut {
  position: absolute;
  top: 35px;
  right: 30px;
  z-index: 2;
}
.logo-dresscut-white {
  display: none;
}
.is-mobile-menu .logo-dresscut {
  display: none;
}
.subpage-contact.is-mobile-menu .logo-dresscut {
  display: block;
}
.is-mobile-menu .logo-dresscut-white {
  display: block;
}
@media (min-width: 992px) {
  .logo-dresscut {
    top: 37px;
    left: 90px;
    right: inherit;
  }
  .logo-dresscut-white {
    display: none;
  }
  .is-mobile-menu .logo-dresscut {
    display: block;
  }
  .is-mobile-menu .logo-dresscut-white {
    display: none;
  }
}
*:focus {
  outline: none;
}
span.categorie {
  text-transform: uppercase;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
#footer {
  margin-top: 100px;
  margin-bottom: 100px;
}
#footer .bg-blue {
  padding: 50px;
  /* margin: 0 30px; */
}
#footer .socialbuttons {
  display: none;
}
#footer .socialbuttons a {
  color: #000;
  opacity: 0.2;
  transition: opacity 400ms ease;
}
#footer .socialbuttons a:hover {
  opacity: 1;
}
#footer .bg-blue a {
  font-family: 'FF-DIN-WEB';
  font-weight: 300;
  color: #FFF;
  font-size: 12px;
  /* text-decoration: none; */
}
#footer p {
  margin: 0;
  font-family: 'FFTibereWebLightItalic';
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 480px) {
  #footer p {
    font-size: 16px;
  }
}
#footer .right a {
  padding: 0 0 0 20px;
}
#footer .left a {
  padding: 10px 10px 10px 0px;
}
#footer .left {
  text-align: center;
}
#footer .right {
  text-align: center;
}
#footer .bg-white {
  min-height: 200px;
}
#footer ul.socialbuttons {
  padding: 0;
  margin: 0;
  padding-bottom: 40px;
  text-align: center;
}
#footer ul.socialbuttons li {
  display: inline-block;
}
#footer ul.socialbuttons li a {
  font-size: 24px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #footer {
    margin-top: 0;
  }
  #footer p {
    font-size: 18px;
  }
  #footer .left {
    text-align: left;
  }
  #footer .right {
    text-align: right;
  }
}
.box-right {
  min-height: 400px;
}
@media (min-width: 768px) {
  .box-right {
    margin: 0;
    position: relative;
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (min-width: 992px) {
  .box-right {
    left: 200px;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .box-right {
    left: 400px;
    max-width: 700px;
  }
}
.subpage-contact .box-right {
  min-height: 400px;
  top: 0;
  position: relative;
}
@media (min-width: 768px) {
  .subpage-contact .box-right {
    margin: 0;
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (min-width: 992px) {
  .subpage-contact .box-right {
    top: -200px;
    left: 400px;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .subpage-contact .box-right {
    left: 500px;
    max-width: 600px;
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  #profile .box p {
    margin-bottom: 0;
  }
}
.subpage-legal h1,
.subpage-profile h1 {
  text-align: center;
  font-size: 28px;
  color: #989898;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .subpage-legal h1,
  .subpage-profile h1 {
    font-size: 48px;
  }
}
.subpage-profile .img-left {
  position: relative;
  top: -30px;
}
@media (min-width: 992px) {
  .subpage-profile .img-left {
    position: absolute;
    top: 0;
  }
}
.subpage-profile .box-right {
  min-height: 400px;
}
@media (min-width: 768px) {
  .subpage-profile .box-right {
    margin: 0;
    position: relative;
    width: calc(100% - 60px);
    left: 30px;
  }
}
@media (min-width: 992px) {
  .subpage-profile .box-right {
    left: 300px;
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .subpage-profile .box-right {
    left: 400px;
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .subpage-profile .box-right {
    max-width: 900px;
  }
}
@media (min-width: 768px) {
  .subpage-profile .box-right-tight {
    position: relative;
    max-width: 500px;
    padding-left: 50px;
    left: 100px;
    top: 100px;
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .subpage-profile .box-right-tight {
    max-width: 600px;
    padding-left: 150px;
    left: 300px;
  }
}
/* SUBPAGE */
.headline-center {
  /* height: 200px; */
  padding: 70px 0;
  margin: 0;
  color: #FFF;
  text-align: center;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
  .headline-center {
    padding: 70px 6%;
  }
}
.services-bg-image {
  background-image: url('../media/dresscut_Service_01.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: auto 100%; */
  background-position-x: 50%;
  height: 500px;
  /* height: 80vh; */
}
#services {
  text-align: center;
}
@media (min-width: 768px) {
  #services {
    text-align: left;
  }
}
#services .dotbar {
  max-width: none;
  margin: 0 auto;
}
.service {
  /* float: left; */
}
.service > div {
  cursor: pointer;
  padding: 30px;
  border-radius: 30%;
  border-color: transparent;
  background-color: transparent;
}
.service > div:hover {
  transition: border-radius 350ms ease, background-color 350ms ease;
  transition-delay: 100ms;
  background-color: #FFF;
  border-radius: 0%;
}
.service > div:hover .more {
  visibility: visible;
}
@media (min-width: 992px) {
  .service > div {
    padding: 50px;
  }
}
.more {
  display: none;
}
.service-icon {
  background-image: url('../img/icons-services/service-icons-sprite.png');
  position: relative;
  height: 92px;
  width: 79px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-bottom: 10px;
  top: 0;
  transition: top 400ms ease;
}
.service > div:hover .service-icon {
  top: -10px;
}
@media (min-width: 768px) {
  .service-icon {
    margin: 0;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .service-icon {
    background-image: url('../img/icons-services/service-icons-sprite@2x.png');
  }
}
.service-icon-visuellefotografie {
  background-position: 0px 0px;
}
.service-icon-gradierung {
  background-position: -81px 0px;
}
.service-icon-passformoptimierung {
  background-position: -161px 0px;
}
.service-icon-erstschnitt {
  background-position: -241px 0px;
}
.service-icon-entwurf {
  background-position: -321px 0px;
}
.service-icon-3dvirtualprototyping {
  background-position: -401px 0px;
}
.service-icon-prototypenfertigung {
  background-position: -481px 0px;
}
.service-icon-produktionsschnitt {
  background-position: -561px 0px;
}
.service-icon-schnittkonstruktion {
  background-position: -641px 0px;
}
.service-title {
  font-size: 21px;
}
/* PROFILE */
.img-left {
  margin-left: 30px;
}
@media (min-width: 992px) {
  .img-left {
    margin-left: 0;
    position: absolute;
    top: -100px;
  }
}
.profile-bg-image {
  background-image: url('../media/dresscut_Profil_01.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  height: 500px;
  /* height: 80vh; */
}
.box-profile {
  margin-left: 0;
}
@media (min-width: 768px) {
  .box-profile {
    margin-left: 400px;
  }
}
/* LOOKBOOK */
.lookbook-bg-image {
  background-image: url('../media/dresscut_Lookbook_01.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 100%;
  height: 500px;
  /* height: 80vh; */
}
.subpage-lookbook h1 {
  position: absolute;
  font-size: 42px;
  bottom: 150px;
  right: 30px;
}
@media (min-width: 992px) {
  .subpage-lookbook h1 {
    left: 90px;
    top: 100px;
    font-size: 62px;
  }
}
.lookbook-img {
  position: relative;
}
.lookbook-img img.img-responsive {
  max-width: 100%;
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .lookbook-img img.img-responsive {
    margin-bottom: 0;
    max-width: none;
  }
}
#lookbook-1 {
  margin-left: 30px;
  top: -30px;
}
@media (min-width: 768px) {
  #lookbook-1 {
    top: 0;
  }
}
@media (min-width: 992px) {
  #lookbook-1 {
    margin-left: 0;
  }
}
#lookbook-2 {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #lookbook-2 {
    margin-top: -200px;
    margin-left: 300px;
  }
}
@media (min-width: 992px) {
  #lookbook-2 {
    margin-top: -400px;
    margin-left: 500px;
  }
}
@media (min-width: 1200px) {
  #lookbook-2 {
    margin-top: -400px;
    margin-left: 700px;
  }
}
#lookbook-3 {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #lookbook-3 {
    margin-top: -100px;
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  #lookbook-3 {
    margin-left: 200px;
  }
}
#lookbook-4 {
  margin-left: 30px;
}
@media (min-width: 480px) {
  #lookbook-4 {
    margin-left: 130px;
  }
}
@media (min-width: 768px) {
  #lookbook-4 {
    margin-top: -100px;
    margin-left: 400px;
  }
}
@media (min-width: 992px) {
  #lookbook-4 {
    margin-top: -200px;
    margin-left: 700px;
  }
}
#lookbook-5 {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #lookbook-5 {
    margin-left: 0px;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  #lookbook-5 {
    margin-left: 0;
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  #lookbook-5 {
    margin-left: 100px;
  }
}
#lookbook-6 {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #lookbook-6 {
    margin-top: -100px;
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  #lookbook-6 {
    margin-top: -200px;
    margin-left: 300px;
  }
}
@media (min-width: 1200px) {
  #lookbook-6 {
    margin-top: -200px;
    margin-left: 500px;
  }
}
#lookbook-7 {
  margin-left: 30px;
}
@media (min-width: 768px) {
  #lookbook-7 {
    margin-top: 100px;
    margin-left: 0px;
  }
}
@media (min-width: 992px) {
  #lookbook-7 {
    margin-top: 100px;
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  #lookbook-7 {
    margin-left: 200px;
  }
}
#lookbook-8 {
  margin-left: 30px;
  padding-bottom: 200px;
}
@media (min-width: 768px) {
  #lookbook-8 {
    margin-top: -400px;
    margin-left: 300px;
  }
}
@media (min-width: 992px) {
  #lookbook-8 {
    margin-left: 500px;
  }
}
@media (min-width: 1200px) {
  #lookbook-8 {
    margin-left: 700px;
  }
}
/* CONTACT */
.contact-bg-image {
  background-image: url('../media/Kontakt_01.jpg');
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: auto 100%; */
  background-position-x: 50%;
  height: 500px;
  /* height: 80vh; */
}
.adress {
  font-family: 'FFTibereWebLightItalic';
  font-size: 24px;
  text-align: center;
  color: #FFF;
  width: 100%;
  height: 400px;
  top: 0;
  position: relative;
}
@media (min-width: 992px) {
  .adress {
    top: 100px;
    width: 40%;
  }
}
.adress p {
  margin-bottom: 20px;
}
.adress a {
  color: #FFF;
}
.form-control {
  font-family: 'FFTibereWebLightItalic';
  border: 1px solid #000;
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 18px;
  height: 40px;
}
@media (min-width: 768px) {
  .form-control {
    margin-bottom: 0;
  }
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: table;
  vertical-align: middle;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: table;
  vertical-align: middle;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: table;
  vertical-align: middle;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: table;
  vertical-align: middle;
}
input.form-control {
  padding: 0 15px;
}
textarea.form-control {
  padding: 10px 15px;
  min-height: 80px;
  resize: none;
}
.input-margin-bottom {
  margin-bottom: 25px;
}
