/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries


yello -> f8ca00
yello -> rgba(248,202,0,6);

*/

  ::selection {
    background: #f8ca00; /* WebKit/Blink Browsers */
  }
  ::-moz-selection {
    background: #f8ca00; /* Gecko Browsers */
  }

  .left{
    display: block;
    min-height: 100vH;
    color:white;
    background-color: #000;

    background: #000  no-repeat center top ;
    background-size: 100%; /* Always size the image to the width of the div */
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;

  }

  body.body_home        .left  {background-image: url('../images/plakat/home.jpg');background-color: #0b0c0b}
  body.body_kapitel     .left {background-color: #000;}
  body.body_inhalt      .left {background-image: url('../images/plakat/hoff-7047.jpg');}
  body.body_filme       .left {background-image: url('../images/filme/filme.jpg');}
  body.body_fotos       .left {background-color: #000;}
  body.body_dummy       .left {background-image: url('../images/plakat/hoff-7231.jpg');}
  body.body_kontakt     .left {background: none; background-color: #000;}
  body.body_stimmen     .left {background-image: url('../images/plakat/stimmen.jpg');}
  body.body_datenschutz .left {background-image: url('../images/plakat/stimmen.jpg');}
  body.body_termine     .left {background-image: url('../images/plakat/termine.jpg');}
  body.body_cast        .left {background-image: url('../images/plakat/cast.jpg');}
  body.body_shop        .left {background-image: url('../images/plakat/shop.jpg');}
  body.body_impressum   .left {background: none; background-color: #f8ca00;}
  body.body_presse      .left {background-image: url('../images/plakat/hoff-10327.jpg');}
  body.body_mediapage   .left {background-image: url('../images/plakat/hoff-10327.jpg');}


  .right{
    width: 100%;
    margin:0;
    min-height: 100%;
    overflow:hidden;
  }

  .dark{
    background-color: #0b0c0b;
    color: #fff;
  }

  .m {
     display: none;
  }
  .d {
    display: none;
  }
  .fullHeight{
    min-height:100vh;
  }
  .strong{
    font-weight: bolder;
  }

  div.container4 {
    height: 10em;
    position: relative }
  .middleCenter {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
  }


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;}
  .containerBox{
     padding: 0 20px;
  }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }



  .parallax-window {
      min-height: 300px;
      background: transparent;
  }




/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
}

html {
  font-size: 72.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  /*font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'Lekton', sans-serif;
  color: #000;

  background-color: #f7f7f7;
}

body li {
  line-height: 2; /* JULIO: Sonst hängt der bei Links der Unterstrich in derr nächsten Zeile. */
  list-style: outside;
    list-style-type: disc;
list-style-type: unset;
}

body.black {
  color: #fff;
  background-color: #1f1c1c;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }


p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB; }
a:hover {
  color: #0FA0CE; }

h1,
.headingFont{
  font-family: 'Oswald', sans-serif;
}
  h1.article,
  h1.teaser {
  	color: #111;
  	font-weight: 900;
  	line-height: 84px;
  	margin-bottom: 48px;
  	text-align: left;

  }

  h1.article:before {
  	background: #F8CA00;
  	content: '';
  	display: block;
  	height: 4px;
  	margin: 0 0 44px;
  	width: 50px;
  }


  .left h1.centered{
  color:#ccc;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}


  p {
  	color: #333;
  	font-weight: 500;
  	margin: 0 auto 48px;
  	max-width: 600px;
  	text-align: left;
  }

  a {
  	border-bottom: 4px solid #F8CA00;
  	color: #333;
  	text-decoration: none;
  }

  a:hover {
  	border-bottom: 4px solid #ddd;
  	color: #333;
  }


    body.black p,
    body.black a,
    body.black a:hover{
    	color: #fff;
    }

/* MENU ICONS ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.arrow {
  border: solid white;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 12px;
}

.arrow:hover {
  border-color: #f8ca00;
  cursor: pointer;
}

.arrowright {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrowleft {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrowup {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrowdown {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}




/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 1rem;
  line-height: 38px;
  letter-spacing: .1rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #000;
  background-color: #f8ca00;
  border-color: #f8ca00; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #e7bd03;
  border-color: #e7bd03; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #f8ca00;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem; }
li {
  margin-bottom: 1rem; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

.body_cast th, /* deutsche & englische Sprecher auf gleicher Höhe startend */
td {
  vertical-align: top;}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }






  /* PLAY BUTTON
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

      .play {
          padding: 0;
          width: 131px;
          height: 131px;
          border-radius: 100%;
          box-sizing: border-box;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-right: -50%;
          transform: translate(-50%, -50%)
      }
      .play a {
          border: none;
          display: block;
          margin: 24px auto 0;
          padding: 0;
          background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABiCAMAAACce/Y8AAAARVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////9SnXPCAAAAFnRSTlMA8OQF+debdmMeEc/FqzmJ6rctU0Yz0DkvhAAAAK1JREFUaN7t1lsOgyAQhWEGQVREwcvsf6k1kZgm7et5oD3fBv6Ey4AhIiIiIiKi/xV9CcvUGSDrfD8sI7Lh1Nm5HzZgQ/RiUzjGyVSQhOaYwoJqiN5kXvcNExGtxJd1Hw2A6KOeLWTiPltnh0pUtoTjxCY0+7TiEpXE9hM5ohfKJuh2PwMRl3Dx/eo1OUDy5xhsbZh/f5Iaelit+Gu6Qr8Hc/3kEBEREREREf2KF/MlFU6slU3IAAAAAElFTkSuQmCC) no-repeat center center #f8ca00;
          background-size: cover;
          width: 49px;
          height: 49px;
          border-radius: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          transition: background-color 0.3s ease-in-out
      }
      .play a:hover {
          background-color: #7b7b7b
      }
      .play>div {
          border: solid 1px #6b6b6b;
          border-radius: 100%;
          margin: 0;
          padding: 0;
          width: 131px;
          height: 131px;
          box-sizing: border-box;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto;
          -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
          animation: sk-bouncedelay 1.4s infinite ease-in-out both
      }
      .play>div.play-inner2 {
          width: 98px;
          height: 98px
      }
      .play>div.play-inner3 {
          width: 115px;
          height: 115px
      }
      .play .play-inner2 {
          -webkit-animation-delay: 0s;
          animation-delay: 0s
      }
      .play .play-inner3 {
          -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s
      }
      .play .play-inner {
          -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s
      }
      .fancybox-skin {
          padding: 0!important
      }
      @-webkit-keyframes sk-bouncedelay {
          0% {
              -webkit-transform: scale(.1, .1);
              opacity: 0
          }
          50% {
              opacity: 1
          }
          100% {
              -webkit-transform: scale(1, 1);
              opacity: 0
          }
      }
      @-moz-keyframes sk-bouncedelay {
          0% {
              -webkit-transform: scale(.1, .1);
              opacity: 0
          }
          50% {
              opacity: 1
          }
          100% {
              -webkit-transform: scale(1, 1);
              opacity: 0
          }
      }




/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

.noSpace{
  margin: 0;
  padding: 0;
}
/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

  .colorf{ color: #fff;}
  a.colorf{ color: #fff;}
  .bgColorf{ background-color: #fff;}
  .color1{ color: #f8ca00;}
  a.color1{ color: #f8ca00;}
  .bgColor1{ background-color: #f8ca00;}

/* For devices larger than 400px */
@media (min-width: 400px) {

}

.twelve.columns      { margin-top: 80px;}
/* For devices larger than 550px */
@media (min-width: 550px) {

    h1 { font-size: 5.0rem; }
    h2 { font-size: 4.2rem; }
    h3 { font-size: 3.6rem; }
    h4 { font-size: 3.0rem; }
    h5 { font-size: 2.4rem; }
    h6 { font-size: 1.5rem; }

  .column:first-child,
  .columns:first-child {margin-left: 0; }
  .six.columns         { width: 48%;            }
  .twelve.columns      { width: 100%; margin-left: 0; margin-top: 50px;}
  .body_kapitel .twelve.columns {margin-top: 0;}

}


/* Larger than tablet */
@media (max-width: 750px) {
  /* out of mobile view */
  .m {display: block;}
  .d {display: none;}

}


/* Larger than tablet */
@media (min-width: 750px) {
  /* out of mobile view */
  .d {display: block;}

  .left {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    min-height: 100%;
    min-height: 100vH;
  }

  .right {
    margin-left: 50%;
    width: 50%;
  }

}
