@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300);
/*
 * style.css
 *
 * @name        decorator
 * @package     die-fotonative.de
 * @category    style
 * @author      Marcel Jänicke Software <mail@mj-software.net>
 * @copyright   © Marcel Jänicke Software, 2016 - Alle Rechte vorbehalten.
 * @since       29.05.2016
 * @modified    30.06.2016
 */
body {
  overflow: hidden;
}

.faded-bg {
  transition: all ease-in-out 1s;
}

.container {
  left: 50%;
  width: 940px;
  height: 280px;
  margin-top: -12%;
  margin-left: -470px;
  padding: 0;
}

.container.animate {
  margin-top: 12%;
}

.container .blured-bg {
  filter: blur(5px);
  transition: opacity ease-in-out 1s;
}

.container .motive {
  font-family: 'Titillium Web', sans-serif;
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 5px #000;
  border-radius: 10px;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.8);
}

.container .motive h1 {
  font-size: 8em;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 0;
  height: 165px;
}

.container .motive p {
  font-size: 3.2em;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 10px 10px;
  height: 115px;
  line-height: 2.5em;
}

/*
 * group section
 */
.faded-bg, .container .blured-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.faded-bg, .container .blured-bg, .container .motive {
  width: 100%;
  height: 100%;
}

.container .motive h1, .container .motive p {
  margin: 0;
}

.container.animate, .container .motive, .container .motive h1, .container .motive p {
  transition: all ease-in-out 3s;
}

.faded-bg.ng-hide, .container, .container .blured-bg.ng-hide {
  opacity: 0;
}

.faded-bg, .container.animate, .container .blured-bg {
  opacity: 1;
}

.faded-bg, .container, .container .blured-bg, .container .motive {
  position: absolute;
}

/*
 * media section
 */
@media (max-width: 1199px) {
  /* keine Änderung notwendig */
}

@media (max-width: 991px) {
  .container {
    width: 760px;
    height: 226px;
    margin-left: -380px;
  }

  .container .motive h1 {
    font-size: 6.4em;
    padding: 16px 0;
    height: 133px;
  }

  .container .motive p {
    font-size: 2.6em;
    height: 93px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 600px;
    height: 178px;
    margin-left: -300px;
  }

  .container .motive h1 {
    font-size: 5em;
    padding: 13px 0;
    height: 105px;
  }

  .container .motive p {
    font-size: 2em;
    height: 73px;
  }
}
