/*

My Custom CSS
=============

=============
color blue: #102530;
color red: #D90012;
*/

/* --------------------------------------
   Layout
   -------------------------------------- */

body {
  font-family: 'BrownPro-Regular', sans-serif;
  font: 100%;
}

html, body, .container-fluid {
  height: 100%;
  width: auto;
}

* {
  margin: 0;
  padding: 0;
}

.container-fluid {
  margin-left: 2%;
  margin-right: 2%;
}

/* --------------------------------------
   header
   -------------------------------------- */

.container-header {
  left: 3%;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 2;
  font-family: 'BrownPro-Bold', sans-serif;
  color: #D90012;
}

/* --------------------------------------
   HTML Line
   -------------------------------------- */

.line {
  background-color: #000;
  height: 3px;
  position: absolute;
  z-index: 1000;
}

/* -------------------------------------- */

/* canvas element */

#c {
  display: block;
  position: fixed;
  z-index: 1;
  margin-top: -3%;
  margin-left: -6%;
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
  width: 100%;
}

/*(Optional) Apply a "closed-hand" cursor during drag operation. */

#c:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

/*.container-cloths{
    position: absolute;
    /* bedeckung von Preisverleihung*/

/* top: 20%;
    left: 10%;
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-50%, -50%);
    z-index: 15;

}*/

.teaserWrapper {
  position: relative;
}

.teaser {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
}

/* --------------------------------------
   Background
   -------------------------------------- */

.background {
  z-index: -100;
  position: absolute;
}

/* --------------------------------------
   Typography
   -------------------------------------- */

h1 {
  text-align: left;
  font-family: 'BrownPro-Bold', sans-serif;
  color: #D90012;
  letter-spacing: 2px;
}

h2 {
  font-family: 'BrownPro-Bold', sans-serif;
  color: #D90012;
  line-height: 130%;
  text-shadow: "47px 47px 4px 4px rgba(0,0,0,0.3)";
}

h3 {
  font-family: 'BrownPro-Bold', sans-serif;
  color: #D90012;
  line-height: 110%;
}

h4 {
  font-family: 'BrownPro-Bold', sans-serif;
  color: #D90012;
  line-height: 130%;
}

h5 {
  font-family: 'BrownPro-Regular', sans-serif;
  color: #D90012;
  line-height: 130%;
  letter-spacing: 1px;
}

a:link, a:visited {
  text-decoration: underline;
}

a:link:active, a:visited:active {}

p {
  font-family: 'BrownPro-Regular', sans-serif;
  color: #D90012;
  line-height: 130%;
}

/* --------------------------------------
   Text in degrees
   -------------------------------------- */

#link1, #link2, #link3, #link4, #link5 {
  background: #ffffff;
  border: 3px solid #102530;
  padding: 1% 5%;
  width: 80%;
  position: relative;
  width: 180px;
}

#link1 {
  margin-top: 20px;
}

#link2 {
  margin-top: 150px;
}

#link3 {
  margin-top: 20px;
}

#link4 {
  margin-top: 20px;
}

#link5 {
  margin-top: 20px;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* 480 /- Portrait & landscape phone 320px should work
   -------------------------------------- */

@media (max-width: 480px) {
  /************** Background + header *****************/
  h1 {
    text-align: left;
    font-size: 100%;
    font-family: 'BrownPro-Bold', sans-serif;
    color: #D90012;
    letter-spacing: 2px;
  }
  h2 {
    font-family: 'BrownPro-Bold', sans-serif;
    color: #D90012;
    line-height: 130%;
  }
  h3 {
    font-family: 'BrownPro-Bold', sans-serif;
    font-size: 100%;
    color: #D90012;
    line-height: 110%;
    letter-spacing: 2px;
  }
  h4 {
    font-family: 'BrownPro-Bold', sans-serif;
    color: #D90012;
    line-height: 130%;
  }
  h5 {
    font-family: 'BrownPro-Regular', sans-serif;
    font-size: 70%;
    color: #D90012;
    line-height: 130%;
    letter-spacing: 2px;
  }
  ul.nav li a {
    font-size: 30px;
  }
  ul.nav li a.active {
    font-size: 30px;
    color: #D90012;
  }
  /* Landscape phone to portrait tablet
   -------------------------------------- */
  @media (max-width: 768px) {
    h1 {
      text-align: left;
      font-size: 100%;
      font-family: 'BrownPro-Bold', sans-serif;
      color: #D90012;
      letter-spacing: 2px;
    }
    #kaestchenPeople {
      background: #ffffff;
      width: 80%;
      border: 3px solid;
      /*#102530;*/
      padding: 1% 2%;
      position: relative;
      margin-left: 10%;
      font-size: 90%;
      /*transform*/
      -webkit-transform: rotate(-20deg);
      -moz-transform: rotate(-20deg);
      -ms-transform: rotate(-20deg);
      -o-transform: rotate(-20deg);
      transform: rotate(-20deg);
      /*transform-origin*/
      -webkit-transform-origin: left bottom;
      -moz-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      -o-transform-origin: left bottom;
      transform-origin: left bottom;
    }
  }
  @media (max-width: 930px) {
    #c {
      display: none;
    }
    .touchoverlays {
      display: none;
    }
  }
  /* Large desktop
 -------------------------------------- */
  @media (min-width: 1200px) {}
