/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Thomas Herbrich Stylesheet (Web/Screen)

   @date: 07.11.2013
   @author: matthias.schulz@jash.de
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   HTML/BODY
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
html, body {
  font-family: 'Signika', sans-serif;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  background-color: #e7ebf2; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   BASIC
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
#fallback {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center; }
  #fallback img {
    position: relative; }

div, img, canvas {
  position: absolute; }

header, main {
  display: none; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   TYPOGRAPHY
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
.title, .subTitle, .tinyTitle, .formInput, .inlineButton, #contact #footer h5, #shows #showlist ul li div p:last-child, #shows #dates ul li div h4, #shows #dates ul li div h3 {
  font-size: 39px;
  color: #e7ebf2;
  text-align: center; }

.subTitle, .tinyTitle, .formInput, .inlineButton, #contact #footer h5, #shows #showlist ul li div p:last-child, #shows #dates ul li div h4 {
  font-size: 18px;
  letter-spacing: 0.5px; }

.tinyTitle, .formInput, .inlineButton, #contact #footer h5, #shows #showlist ul li div p:last-child {
  font-size: 12px;
  font-weight: 600; }

.text, .contentBox p {
  color: #e7ebf2;
  font-size: 15px;
  line-height: 20px;
  width: 375px; }

.spacer {
  display: inline-block;
  width: 12px; }

a {
  color: #e7ebf2;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   UI
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
.filter {
  overflow: hidden;
  border: 1px solid #e7ebf2;
  border-radius: 20px;
  height: 23px; }

.filterTab {
  position: relative;
  display: inline;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 4px;
  padding-bottom: 4px; }

.photoThumbnail {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border: 1px solid #e7ebf2; }

.pageNavigationButton {
  overflow: hidden;
  width: 50px;
  height: 32px;
  border-radius: 50px;
  padding-top: 18px;
  background-color: rgba(69, 86, 79, 0.5); }

.imageNavigationButton {
  overflow: hidden;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.8); }

.buttonHighlite {
  background-color: #e7ebf2;
  color: #45564f; }

.handCursor, .languageSelectorButton {
  cursor: pointer; }

.formInput {
  color: #e7ebf2;
  font-family: inherit;
  line-height: 16px;
  background-color: #45564f;
  width: 357px;
  border: none;
  padding: 10px; }

.languageSelectorButton {
  position: fixed;
  border: 1px solid #45564f;
  border-radius: 20px;
  padding: 2px 40px 1px 50px;
  color: #45564f; }
  .languageSelectorButton:hover {
    background-color: #45564f;
    color: #e7ebf2; }

.inlineButton {
  text-align: left;
  display: inline;
  border: 1px solid #e7ebf2;
  border-radius: 5px;
  padding-top: 4px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  cursor: pointer; }
  .inlineButton:hover {
    text-decoration: none;
    background-color: #e7ebf2;
    color: #45564f; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   BOXES
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
.contentBox p {
  padding-left: 40px;
  padding-right: 40px; }
.contentBox div, .contentBox img {
  position: relative; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   PAGES
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
#contact #main div {
  position: absolute;
  top: 80px;
  left: 380px; }
  #contact #main div p {
    font-size: 23px;
    line-height: 27px; }
#contact #footer h5 {
  margin: 10px;
  padding: 0;
  width: 400px;
  margin-left: 150px; }
#contact #footer p {
  width: 400px;
  text-align: center;
  opacity: 0.8;
  margin: 0;
  margin-left: 150px;
  padding: 0;
  margin-bottom: 50px; }

#shows #intro {
  height: 500px; }
  #shows #intro img {
    position: absolute;
    top: -150px;
    left: -128px; }
  #shows #intro div {
    position: absolute;
    top: 75px;
    left: 380px; }
    #shows #intro div p {
      width: 300px; }
#shows #showlist {
  clear: both; }
  #shows #showlist h2 {
    display: none; }
  #shows #showlist ul {
    margin: 0;
    padding: 0;
    width: 740px; }
    #shows #showlist ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      margin-bottom: 50px;
      width: 295px;
      height: 295px;
      float: left;
      border-radius: 300px; }
      #shows #showlist ul li:nth-child(odd) {
        margin-right: 105px; }
      #shows #showlist ul li img {
        width: 100%; }
      #shows #showlist ul li div {
        position: relative;
        top: -305px;
        left: 7px;
        width: 280px;
        height: 280px;
        background-color: #e7ebf2;
        border-radius: 290px;
        text-align: center;
        margin: 0px;
        opacity: 0;
        transition-duration: 0.3s;
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        transform: scale(0.8); }
        #shows #showlist ul li div:hover {
          -webkit-transform: scale(1);
          -moz-transform: scale(1);
          transform: scale(1);
          opacity: 1; }
        #shows #showlist ul li div h3 {
          color: #45564f;
          margin: 15px;
          padding-top: 50px; }
        #shows #showlist ul li div p {
          color: #45564f;
          margin: 0px;
          margin-left: 15px;
          padding: 0px;
          width: 250px; }
          #shows #showlist ul li div p:last-child {
            margin-top: 15px;
            color: #45564f; }
#shows #dates {
  clear: both;
  padding-top: 80px; }
  #shows #dates h2 {
    display: none; }
  #shows #dates ul {
    margin: 0;
    padding: 0;
    width: 740px; }
    #shows #dates ul li {
      margin: 0;
      padding: 0;
      list-style: none;
      clear: both; }
      #shows #dates ul li img {
        width: 140px;
        float: left;
        margin-bottom: 50px; }
      #shows #dates ul li div {
        width: 550px;
        position: relative;
        padding-left: 30px;
        color: #e7ebf2;
        margin-bottom: 50px;
        display: table-cell;
        vertical-align: middle;
        height: 135px; }
        #shows #dates ul li div h3 {
          font-weight: 400;
          text-align: left;
          line-height: 35px;
          margin: 0;
          padding: 0; }
        #shows #dates ul li div h4 {
          font-weight: 400;
          text-align: left;
          letter-spacing: 0;
          margin: 0;
          padding: 0; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   EFFECTS
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
.mainImageDropShadow {
  box-shadow: 0px 0px 25px 25px rgba(0, 0, 0, 0.4); }

.typoDropShadow {
  text-shadow: 0px 0px 40px #45564f; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - -
   UTILS
   - - - - - - - - - - - - - - - - - - - - - - - - -  */
.hide {
  display: none; }

.debug {
  border: 1px solid red; }

.footerHelper {
  width: 1px;
  height: 1px; }

.radiusWorkaround {
  -webkit-transform: rotate(0.0deg); }

.allAbsolute div, .allAbsolute img {
  position: absolute; }
