@import "animate.css";

@import "owl.carousel.css";
/* 
    Created on	: 19.03.2016, 17:13:20
    Author	: marcelpetzka
    Project	: Konsequent Clothing Website
    Note:       : Go Fuck Yourself!
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  height: 100%;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
::-moz-selection {
  color: #ffffff;
  background: #d20028;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #d20028;
  text-shadow: none;
}
.ani01 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.ani02 {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body {
  background: #e1dddd;
  font-family: Roboto, Verdana, Arial;
}
body.open {
  overflow: hidden;
}
h2 {
  font-size: 28px;
  font-weight: 900;
  color: #ffffff !important;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
  background: #d20028;
  padding: 10px 20px;
  letter-spacing: 2px;
  /*
    &::after{
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -15px;
        height: 1px;
        border-bottom: 1px solid @lightGrey02;
        content: "";
    }*/

}
h3 {
  text-transform: Uppercase;
  font-weight: 100;
  color: #ffffff;
  font-size: 26px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
h3.detail {
  color: #1d2025;
  margin-bottom: 30px;
}
:focus {
  outline: 0;
  outline-color: transparent;
  outline-style: none;
}
section.item,
section.item02 {
  width: 50%;
  float: left;
  padding: 5px;
}
section.item.socialMedia > div,
section.item02.socialMedia > div {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
section.item.socialMedia h4,
section.item02.socialMedia h4 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  text-transform: uppercase;
}
section.item.socialMedia h4 > span,
section.item02.socialMedia h4 > span {
  background: #d20028;
  color: #ffffff;
  margin-top: -120px;
  padding: 5px 20px;
}
section.item.socialMedia ul,
section.item02.socialMedia ul {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.item.socialMedia ul li a,
section.item02.socialMedia ul li a {
  width: 50px;
  height: 50px;
  opacity: 0.5;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.item.socialMedia ul li a:hover,
section.item02.socialMedia ul li a:hover {
  opacity: 0.8;
}
section.item.socialMedia ul li.facebook a,
section.item02.socialMedia ul li.facebook a {
  display: inline-block;
  background: url(../img/page/facebooklogo.png) center center no-repeat;
  background-size: cover;
}
section.item.socialMedia ul li.instagram a,
section.item02.socialMedia ul li.instagram a {
  display: inline-block;
  background: url(../img/page/instalogo.png) center center no-repeat;
  background-size: cover;
}
section.item.socialMedia ul li.twitter a,
section.item02.socialMedia ul li.twitter a {
  display: inline-block;
  background: url(../img/page/twitterlogo.png) center center no-repeat;
  background-size: cover;
}
section.item a,
section.item02 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  /*
            .border{    
                border: 0px solid @white;
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 50;
                .ani01;
            }*/

}
section.item a .text,
section.item02 a .text {
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 50;
  position: absolute;
  opacity: 0;
  padding: 46% 10px 0 10px;
  width: 100%;
  height: 100%;
}
section.item a .text h3,
section.item02 a .text h3 {
  font-size: 16px;
  line-height: 18px;
}
section.item a:hover .text,
section.item02 a:hover .text {
  opacity: 1;
  background: rgba(0, 0, 0, 0.9);
  padding: 42% 10px 0 10px;
}
section.item a:hover img,
section.item02 a:hover img {
  transform: scale(1.1);
}
picture {
  background: url(../img/loading.gif) no-repeat center center #ffffff;
  background-size: 100px auto;
  display: block;
}
picture img {
  vertical-align: top;
}
.mainSlider {
  height: 100%;
}
.mainSlider div {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainSlider picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #1d2025;
}
.mainSlider picture source,
.mainSlider picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainSlider picture source.lazyload,
.mainSlider picture img.lazyload {
  transform: scale(1);
}
.btn {
  border: 1px solid #ffffff;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  color: #d20028;
  text-transform: uppercase;
  font-weight: 100;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover {
  border-color: #d20028;
  color: #ffffff;
  -webkit-text-stroke: 0px;
  font-weight: 100;
}
.btn.round {
  width: 60px;
  height: 60px;
  border-radius: 150px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  margin: 10px auto 0 auto;
  position: relative;
  display: block;
}
.btn.round span {
  width: 30px;
  height: 40px;
  position: absolute;
  top: 11px;
  left: 14px;
  background: url(../img/arrowdownwhite.svg) center center no-repeat;
  background-size: contain;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn.round:hover span {
  top: 14px;
}
.textLayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 20px;
  z-index: 260;
  color: #ffffff;
  display: table;
}
.textLayer > div {
  display: table-cell;
  vertical-align: middle;
}
.textLayer h1 {
  font-weight: 900;
  font-size: 36px;
  text-transform: uppercase;
  margin: 50px 0 20px 0;
  letter-spacing: 2px;
  color: #d20028;
  background: #ffffff;
  display: inline-block;
  padding: 10px 20px;
}
.textLayer p {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}
.video {
  width: 100%;
  height: 100vh;
  background: black;
  overflow: hidden;
  position: relative;
}
#video-viewport {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#video-viewport video::-webkit-media-controls {
  display: none !important;
}
#video-viewport video {
  /*object-fit: contain;*/

  /*       object-fit: fill; */

  object-fit: cover;
  width: 100%;
  height: 100%;
}
#video-viewport .sliderOverlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 200;
}
.lazyload {
  opacity: 0;
  transform: scale(0.8);
}
.lazyloaded {
  opacity: 1;
  transform: scale(1);
  transition: all 700ms;
}
.wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}
.wrapper p {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}
.wrapper p.subline {
  margin-bottom: 30px;
  position: relative;
  z-index: 40;
}
.wrapper img {
  width: 100%;
  height: auto;
}
.shirts {
  width: 100%;
  display: block;
  overflow: hidden;
  background: #e1dddd;
  position: relative;
  padding-top: 100px;
  padding-bottom: 320px;
}
.shirts::before {
  width: 0;
  height: 0;
  border-bottom: 300px solid #e1dddd;
  border-right: 3000px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ffffff;
}
.shirts::after {
  width: 0;
  height: 0;
  border-top: 300px solid #e1dddd;
  border-left: 3000px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 0;
  background: #ffffff;
}
.shirts > div {
  max-width: 1280px;
  margin: -100px auto 0 auto;
  z-index: 40;
}
.comingSoon {
  background: #ffffff;
  margin-top: -200px;
  margin-bottom: 40px;
}
.comingSoon > div {
  padding: 0 10px;
}
nav.mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.9);
  z-index: 300;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
nav.mobile.open {
  height: 100%;
}
nav.mobile .opener {
  width: 30px;
  height: 22.5px;
  float: left;
  position: relative;
  margin: 13px 0 0 11px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
nav.mobile .opener:hover span {
  background: #d20028;
}
nav.mobile .opener span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
nav.mobile .opener span:nth-child(1) {
  top: 0px;
}
nav.mobile .opener span:nth-child(2),
nav.mobile .opener span:nth-child(3) {
  top: 9px;
}
nav.mobile .opener span:nth-child(4) {
  top: 18px;
}
nav.mobile .opener.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav.mobile .opener.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.mobile .opener.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
nav.mobile .opener.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
nav.mobile ul {
  width: 100%;
  text-align: center;
  display: none;
  margin-top: 100px;
}
nav.mobile ul li {
  width: 100%;
  float: left;
  clear: both;
  text-align: center;
  display: block;
  margin: 15px auto;
  position: relative;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.mobile ul li::before {
  height: 10px;
  width: 100px;
  content: "";
  border-top: 1px solid #1d2025;
  position: absolute;
  top: -16px;
  left: 50%;
  margin-left: -50px;
}
nav.mobile ul li:first-child::before {
  display: none;
}
nav.mobile ul li a {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  text-transform: Uppercase;
  font-weight: 100;
  font-size: 26px;
  letter-spacing: 0.5px;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
nav.mobile ul li a:hover {
  color: #d20028;
}
nav .tLogo {
  width: 150px;
  height: 25px;
  display: block;
  background: url(../img/textlogowhite.svg) no-repeat;
  background-size: contain;
  margin: 15px auto 0 auto;
}
.portLightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 500;
  display: none;
}
.contentBoxFull {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
  z-index: 600;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentBoxFull picture {
  background-color: transparent;
  position: relative;
}
.contentBoxFull .controlls {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  margin-top: -25px;
  height: 50px;
}
.contentBoxFull .controlls .nextObj {
  width: 50px;
  height: 50px;
  padding: 25px;
  background: url(../img/next_mobile2x.png) no-repeat center center rgba(255, 255, 255, 0.8);
  background-size: 25px auto;
  background-position: 12px 12px;
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  /*
            &:hover{
                background: url(../img/next.png) no-repeat center center;
                background-size: 25px 25px;
                background-position: 0 -25px;
            }*/

}
.contentBoxFull .controlls .prevObj {
  width: 25px;
  height: 25px;
  padding: 25px;
  background: url(../img/next_mobile2x.png) no-repeat center center rgba(255, 255, 255, 0.8);
  background-size: 25px auto;
  background-position: 12px 12px;
  position: absolute;
  left: 0px;
  top: 0;
  cursor: pointer;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  /*
            &:hover{
                background: url(../img/next.png) no-repeat center center;
                background-size: cover;
                background-position: 0 -25px;
            }*/

}
.contentBoxFull .controlls .closeObj {
  position: fixed;
  z-index: 50;
  /*
	    width: 50px;
            height: 50px;
            top: 20px;
            right: 50px;*/

  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  background: url(../img/close.png) no-repeat center center;
  background-size: cover;
  background-position: 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.contentBoxFull .controlls .closeObj:hover {
  background: url(../img/close.png) no-repeat center center;
  background-size: cover;
  background-position: 0 -25px;
}
.contentBoxFull .contentBoxLight {
  max-width: 860px;
  margin: 0 auto;
  padding: 50px 0 50px 0;
}
.spacer {
  text-align: center;
  background-image: url("../img/example_bg_spacer_v.gif");
}
.spacer.s1 {
  min-height: 25px;
}
.spacer.s_viewport {
  min-height: 100%;
}
.contentBoxLight > div {
  position: relative;
  background: url(../img/loading.gif) no-repeat center center #ffffff;
  background-size: 100px auto;
  display: block;
  overflow: hidden;
}
.contentBoxLight > div picture {
  background: none;
}
.contentBoxLight > div .state01.none {
  display: none;
}
.contentBoxLight > div .state02.none {
  display: none;
}
.contentBoxLight > div .state03.none {
  display: none;
}
.colorSwitcher {
  width: 40px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}
.colorSwitcher a {
  float: left;
  width: 40px;
  height: 40px;
  display: inline-block;
  border: 2px solid #4e4e4e;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-indent: -9999px;
  margin-bottom: 10px;
  clear: left;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.colorSwitcher a.act {
  border: 4px solid #d20028;
}
.colorSwitcher a:hover {
  border: 4px solid #4e4e4e;
}
.colorSwitcher a.state01 {
  background: #000;
}
.colorSwitcher a.state02 {
  background: #fff;
}
.colorSwitcher.red a.state01 {
  background: #c90021;
}
.colorSwitcher.red a.state02 {
  background: #000;
}
.colorSwitcher.red a.state03 {
  background: #fff;
}
.about {
  padding: 60px 5px 100px 5px;
  margin: 0 auto 0 auto;
  position: relative;
  background: #ffffff;
  width: 100%;
  overflow: hidden;
}
.about > div {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  width: 100%;
  z-index: 25px;
}
.about .spacerContainer {
  position: absolute;
  top: 50px;
  right: 20px;
}
.about .mobileImage {
  display: block;
  position: absolute;
  left: 20px;
  top: 130px;
  opacity: 0.15;
  z-index: 5;
}
@media all and (min-width: 420px) {
  .about .mobileImage {
    top: 50px;
  }
}
.about .numberContainer {
  width: 800px;
  height: 550px;
  display: none;
  position: absolute;
  left: -390px;
  margin-left: -50px;
  top: -50px;
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 0;
}
.about .numberContainer.sec {
  left: inherit;
  right: -390px;
  margin-left: 0;
  margin-right: -50px;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media all and (min-width: 920px) {
  .about .numberContainer {
    left: -340px;
  }
  .about .numberContainer.sec {
    left: inherit;
    right: -340px;
  }
}
.about .numberContainer.active01 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 0;
}
.about .numberContainer.active02 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 -550px;
}
.about .numberContainer.active03 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 -1100px;
}
.about .numberContainer.active04 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 -1650px;
}
.about .numberContainer.active05 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 -2200px;
}
.about .numberContainer.active06 {
  background: url(../img/page/konsequent_logo_sprite.jpg) center center no-repeat;
  background-position: 0 -2750px;
}
@media all and (min-width: 768px) {
  .about .numberContainer {
    display: block;
  }
  .about .mobileImage {
    display: none;
  }
}
.about h2::after {
  border-color: #22262b;
}
.about .textBox {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.about .textBox > .inner {
  padding: 20px 35px;
  position: relative;
  z-index: 10;
}
.about .textBox > .inner p {
  text-align: left;
}
.about .textBox * {
  color: #22262b;
  text-align: center;
}
.about .textBox p {
  max-width: 100%;
  margin-bottom: 20px;
}
.about .textBox h3 {
  margin-bottom: 20px;
}
.contact {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  text-align: center;
  padding: 50px 20px 0 20px;
  display: none;
}
.contact .close {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 32px;
  right: 20px;
  background: url(../img/close_white.png) no-repeat center center;
  background-size: cover;
  background-position: 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.contact .close:hover {
  background: url(../img/close_white.png) no-repeat center center;
  background-size: cover;
  background-position: 0 -25px;
}
.contact .inner h2 {
  color: #ffffff;
}
.contact .inner .loader {
  width: 100%;
  max-width: 380px;
  margin: 30px auto 10px auto;
}
.contact .inner .loader span {
  width: 50px;
  height: 50px;
  display: block;
  background: url(../img/loader.gif) no-repeat center center;
  background-size: 50px 50px;
  margin: 0 auto;
  display: none;
}
.contact .inner .loader #mail_response {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
}
.contact form > div {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 10px auto;
}
.contact form > div .req {
  text-align: left;
  color: #ffffff;
  font-size: 12px;
  font-weight: 100;
  display: block;
  margin-bottom: 20px;
  margin-top: -10px;
}
.contact form > div .btn {
  width: 100%;
  float: left;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: block;
}
.contact form > fieldset {
  width: 100%;
  max-width: 380px;
  margin: 0 auto 10px auto;
  position: relative;
}
.contact form > fieldset [required] {
  color: #d20028;
  box-shadow: none;
}
.contact form > fieldset.active input,
.contact form > fieldset.active textarea {
  padding-top: 20px;
}
.contact form > fieldset.active label {
  font-size: 14px;
  padding-left: 2px;
  color: #ffffff;
}
.contact form > fieldset label {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  color: #d20028;
  font-size: 24px;
  font-weight: 100;
  text-align: left;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact form > fieldset input,
.contact form > fieldset textarea {
  width: 100%;
  background: none;
  border: none;
  font-size: 24px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
  font-family: Roboto, Verdana, Arial;
  font-weight: 100;
  resize: none;
  color: #ffffff;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: left;
  overflow: hidden;
  height: auto;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  /*
                &.mail{
                    &:required{
                        &.invalid{
                        
                        padding-top: 20px;
                            + label{
                                font-size: 14px;
                            }
                        }
                    }
                }
                
                &:focus{
                    border-color: @over;                    
                    padding-top: 20px;
                }
                &:valid{
                    padding-top: 20px;
                    .ani02;
                    
                    &:required{
                        border-color: @over;
                        color: @white;
                        .ani02;
                    }
                }
                &:focus{
                    color: @white;
                }
                
                + label{
                    opacity: 1;
                }
                
                &:focus + label{
                    color: @white;
                }
                
                &:focus + label, &:valid + label{
                    .ani02;
                    font-size: 14px;
                    padding-left: 2px;
                    color: @white; 
                }  */
}
.contact form > fieldset textarea {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 58px;
}
.contact form > fieldset textarea:focus,
.contact form > fieldset textarea:valid {
  height: 300px;
}
footer {
  width: 100%;
  display: block;
  background: #1d2025;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  padding: 9px 10px 0 10px;
  text-transform: uppercase;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 270;
}
footer nav {
  color: #ffffff;
  padding-top: 5px;
}
footer nav ul {
  float: left;
  display: none;
}
footer nav ul li a {
  color: #ffffff;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-weight: 100;
  letter-spacing: 0.5px;
}
footer nav ul li a:hover {
  color: #d20028;
}
footer nav .copy {
  width: 100%;
  float: right;
  text-align: center;
}
footer nav .copy span {
  color: #d20028;
}
.imprint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  z-index: 700;
  display: none;
  overflow-y: scroll;
}
.imprint .inner {
  width: 100%;
  max-width: 960px;
  color: #ffffff;
  padding: 30px 50px 30px 30px;
  margin: 0 auto;
}
.imprint .inner p {
  font-weight: 300;
  line-height: 20px;
}
.imprint .inner p.head {
  font-size: 18px;
  font-weight: 400;
}
.imprint .inner * {
  color: #ffffff;
}
.imprint .inner .close {
  width: 25px;
  height: 25px;
  position: fixed;
  top: 32px;
  right: 20px;
  background: url(../img/close_white.png) no-repeat center center;
  background-size: cover;
  background-position: 0 0;
  text-indent: -9999px;
  cursor: pointer;
}
.imprint .inner .close:hover {
  background: url(../img/close_white.png) no-repeat center center;
  background-size: cover;
  background-position: 0 -25px;
}
.imprint .inner a {
  color: #d20028;
  text-decoration: none;
}
@media all and (min-width: 640px) {
  h2 {
    font-size: 36px;
  }
  section.item,
  section.item02 {
    padding: 20px;
  }
  .textLayer h1 {
    font-size: 60px;
  }
  .textLayer p {
    max-width: 60%;
  }
  section.item a .text,
  section.item02 a .text {
    padding: 46% 10px 0 10px;
  }
  section.item a .text h3,
  section.item02 a .text h3 {
    font-size: 26px;
    line-height: 28px;
  }
  .shirts > div {
    margin-top: -90px;
  }
  .comingSoon {
    margin-top: -180px;
  }
}
@media all and (min-width: 768px) {
  .shirts {
    display: block;
  }
  nav.mobile {
    height: 75px;
  }
  nav.mobile .opener {
    display: none;
  }
  nav.mobile.open {
    height: 75px;
  }
  nav.mobile ul {
    width: auto;
    display: block !important;
    float: left;
    margin: 13px 0 0 20px;
  }
  nav.mobile ul li {
    width: auto;
    clear: none;
    margin-right: 30px;
  }
  nav.mobile ul li a {
    font-size: 20px;
  }
  nav.mobile ul li::before {
    width: auto;
    height: 20px;
    top: 1px;
    left: -16px;
    border-left: 1px solid #1d2025;
    border-top: none;
    margin-left: 0;
  }
  nav.mobile ul li:last-child {
    display: none;
  }
  nav.mobile ul li:first-child {
    margin-left: 15px;
  }
  nav.mobile ul li:first-child::before {
    display: block;
  }
  nav.mobile ul li.con {
    margin-right: 0;
  }
  nav .logo {
    width: 30px;
    height: 46px;
    display: block;
    background: url(../img/logowhite.svg) no-repeat;
    background-size: contain;
    margin: 14px auto 0px 10px;
    float: left;
  }
  nav .tLogo {
    float: left;
    margin: 29px auto 0px 10px;
  }
  footer {
    padding: 10px 10px 0 10px;
  }
  footer nav ul {
    display: block;
  }
  footer nav .copy {
    width: auto;
    text-align: right;
  }
  .comingSoon {
    margin-top: -160px;
  }
  section.item.socialMedia h4,
  section.item02.socialMedia h4 {
    font-size: 22px;
    padding: 0 20px;
  }
  section.item.socialMedia h4 > span,
  section.item02.socialMedia h4 > span {
    margin-top: -180px;
  }
  section.item.socialMedia ul li a,
  section.item02.socialMedia ul li a {
    width: 100px;
    height: 100px;
  }
}
@media all and (min-width: 980px) {
  section.item,
  section.item02 {
    width: 33.333333%;
    padding: 30px;
  }
  .shirts > div {
    margin-top: -80px;
  }
  .comingSoon {
    margin-top: -140px;
  }
}
@media all and (min-width: 1080px) {
  .imprint .inner .close,
  .contact .inner .close {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  .imprint .inner .close:hover,
  .contact .inner .close:hover {
    background-position: 0 -50px;
  }
  .contentBoxFull .controlls {
    width: 100%;
    position: fixed;
    top: 45%;
    left: 0;
    z-index: 100;
    margin-top: -25px;
    height: 50px;
  }
  .contentBoxFull .controlls .nextObj {
    width: 50px;
    height: 50px;
    padding: 0;
    background: url(../img/next.png) no-repeat center center rgba(255, 255, 255, 0);
    background-size: cover;
    background-position: 0 0;
    right: 50px;
  }
  .contentBoxFull .controlls .nextObj:hover {
    background: url(../img/next.png) no-repeat center center;
    background-size: cover;
    background-position: 0 -50px;
  }
  .contentBoxFull .controlls .prevObj {
    width: 25px;
    height: 25px;
    padding: 25px;
    background: url(../img/next_mobile2x.png) no-repeat center center rgba(255, 255, 255, 0);
    background-size: cover;
    background-position: 0 0;
    left: 50px;
    border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
  }
  .contentBoxFull .controlls .prevObj:hover {
    background: url(../img/next.png) no-repeat center center;
    background-size: cover;
    background-position: 0 -50px;
  }
  .contentBoxFull .controlls .closeObj {
    width: 50px;
    height: 50px;
    top: 20px;
    right: 50px;
  }
  .contentBoxFull .controlls .closeObj:hover {
    background-position: 0 -50px;
  }
  .shirts > div {
    margin-top: -70px;
  }
}
@media all and (min-width: 1280px) {
  .shirts > div {
    margin-top: -60px;
  }
  .comingSoon {
    margin-top: -130px;
  }
  .textLayer h1 {
    font-size: 90px;
  }
}
@media all and (min-width: 1420px) {
  .shirts > div {
    margin-top: -50px;
  }
}
@media all and (min-width: 1600px) {
  #start .textLayer h1 {
    font-size: 90px;
  }
}
@media all and (min-width: 1720px) {
  .shirts > div {
    margin-top: -40px;
  }
}
@media all and (min-width: 1920px) {
  #start .textLayer h1 {
    font-size: 110px;
  }
  .shirts > div {
    margin-top: -30px;
  }
}
@media all and (min-width: 2100px) {
  .shirts > div {
    margin-top: -20px;
  }
  .comingSoon {
    margin-top: -130px;
  }
}
@media all and (min-width: 2100px) {
  .shirts > div {
    margin-top: -10px;
  }
  .comingSoon {
    margin-top: -80px;
  }
}
@media all and (min-width: 2520px) {
  .shirts > div {
    margin-top: 0px;
  }
}
