
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900&display=swap');
@import url(normalize.css);
@import url(all.min.css);
@import url(lightbox.min.css);
@import url(flickity.min.css);



/*General Settings = Allgemeine Formatierung für alle Geräte*/

* {
  box-sizing: border-box;
}

body {
  color: #333;
  background: white;
  -webkit-font-smoothing: antialiased;
  font-family: 'Raleway', sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
}


.row {
overflow:hidden;
}

.innerbox {
  padding: 50px 2% 50px;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
}

/*CSS-Raster/////////////////////////*/

.halbe{
	width:48%;
	margin-right:4%;
	float:left;
}

.drittel{
	width:30.666%;
	margin-right:4%;
	float:left;
}

.zweidrittel{
	width:65.333%;
	margin-right:4%;
	float:left;
}

.halbe:last-child,
.drittel:last-child,
.zweidrittel:last-child{
	margin-right:0;
}

header .innerbox {
  padding: 0 2%;
}


/* button //////////////////////////////////////////////////////////////*/

.button{
	display:inline-block;
	margin-top:1.3em;
	text-transform: uppercase;
	color:#fff;
	font-weight:600;
	background: #393939;
	padding: 11px 30px;
	font-size:0.8em;
	letter-spacing:2px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.button:hover{
	background:#000;
}


/* header //////////////////////////////////////////////////////////////*/


.demo-video-wrapper {
  background-image: url(../video/know-your-album-facts-about-music.jpg);
}

/* Video overlay and content */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200%;
  pointer-events: none;
  /* Allows right click menu on the video */
  background: url("https://d3k5xyayaartr5.cloudfront.net/_assets/pattern-overlays/patterns/black-medium-checks.png") left top repeat;
  opacity: 0.3;
}

.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 150px 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.video-hero--content h2 {
  font-size: 34px;
  margin: 0 0 10px;
}

.video-hero--content p {
  font-size: 20px;
  margin: 0;
}


/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* ENDE video header*/

.main_h {
  position: fixed;
  top: 0px; 
  max-height: 120px;
  overflow: hidden;
  z-index: 999;
  width: 100%;
  padding-top: 0;
  background: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-bottom: 6px;
}


.sticky {
  background-color: rgba(255, 255, 255, 1);
}


.open-nav {
  max-height: 400px !important;
   background-color: rgba(255, 255, 255, 0.93);
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}


.logo {
  width: 50px;
  font-size: 25px;
  border-radius:50%;
  color: #fff;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  line-height: 1;
  margin-bottom: 10px;
}


nav {
  float: right;
}

nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
  padding:0;
}

nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}

nav ul a {
  color: #888;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
}

.sticky nav ul a {
  color: #aaa;
}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #8f8f8f;
  display: block;
}


/*Hero-Großbildbereich im Header*/

.hero {
  position: relative;
  background: url(../bilder/higru/higru2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  letter-spacing: 2px;
}

.herobox{
  position: relative; 
  height: 500px;
  height: 100vh;
  max-width:940px;
  margin: 0 auto;
  padding: 0 2%;
}


.hero2 { /*momentaner Platzhalter*/
  position: relative;
  background: url(../bilder/higru/platzhalter.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  letter-spacing: 2px;
}

.herobox2{
  height: 50px;
  height: 10vh;
  max-width:940px;
  margin: 0 auto;
  padding: 0 2%;
}



.hero h1 {
  background:ff0#;
  position:absolute;
  left:2;
  top:50%;
  transform:translateY(-50%);
  font-size: 2.5em;
  font-weight:900;
  line-height: 0.7;
  color: #333;
  text-transform:inherit;
}

.hero h1 span {
  font-size: 0.5em;
  font-weight:700;
}

.hero h1 span span{
  font-size: 1.5em;
  color:#f90;
}

.mouse {
  margin: 0 auto;
  width: 26px;
  height: 46px;
  border-radius: 13px;
  border: 2px solid #f90;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -13px;
  transform:translateX(-50%);
}
.mouse span {
  display: block;
  margin: 6px auto;
  width: 2px;
  height: 4px;
  border-radius: 4px;
  background: #f90;
  border: 1px solid transparent;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

@-webkit-keyframes scroll { /*für die Mausanimation*/
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*Formatierung der Sektionen//////////////////*/

section p{
	line-height:1.5em;
	margin:1em 0;
}

section h2{
	text-align:center;
	font-weight:700;
	font-size:1.55em;
}

section h3{
	font-weight:300;
	font-size:1.35em;
	text-transform:capitalize;
}


/* Section About///////////////*/
#about {
	background: #e5e5e5;
}

#about2{
	background: #fff;
}

/* Section Work ///////////////*/


#work .innerbox{
	width:100%; 
	padding:50px 0 0;
}

ul#workliste{
	overflow:hidden;
	list-style-type:none;
	padding-left:8%;
}

ul#workliste li{
	width:30.666%;
	margin-right:0;
	float:left;	
	text-align:center;
	border:1px solid #aaa;
}

ul#workliste li:nth-child(3n){
	margin:0;
}

ul#workliste li img{ /* */
	width:100%;
}

ul#workliste figure{
	margin:0;
	line-height:0;
	position:relative;
}

ul#workliste figcaption{
	background:#000;
	background:rgba(0,0,0,0.8);
	line-height:1.5em; 
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	text-transform:uppercase;
	opacity:0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

ul#workliste figcaption:hover{
	opacity:1;
}

.figcaption-box{
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	width:80%;
	transform:translate(-50%,-50%);
	text-align: center;
}

.figcaption-box .kategorie{
	display:inline-block;
	font-size:2em;
	background:#ea1717;
	color:#fff;
	margin-bottom:0.3em;
	padding:0.3em 0.625em;
	transform:translate(-50%,0%);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0;
}

.figcaption-box .projekt{
	display:block;
	font-size:2em;
	color:#ea1717;
	transform:translate(0,50px);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0;
}

ul#workliste figcaption:hover .figcaption-box .kategorie{
	transform:translate(0,0px);
	opacity:1;
}

ul#workliste figcaption:hover .figcaption-box .projekt{
	transform:translate(0,0px);
	opacity:1;
}


/* Section Choose your Album ///////////////*/

/*----------------------------*\
      Coverflow Album Slider 
\*-----------------------------*/


#choose-album .innerbox{

	/*border:1px solid #fa0;*/
	padding-top:2%;
	padding-left:3.5%;
	padding-right:3.5%;
	padding-bottom: 0;
	margin-bottom:0;
	
}


.carouselOfImages
{
  max-width:960px;
  margin:auto;
  overflow:visible;
}
.carouselImage {
  width: 200px;
  height: 200px;
  margin-top:65px;
  margin-bottom:100px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  transition: transform 0.5s;
  transform: scale(1);
}
.carouselImage img {
  height:235px;
}
.carouselImage.is-selected {
  z-index:10;
  transform: scale(1.5);
}
.carouselImage.nextToSelected {
  transform: scale(1.25);
  z-index:5;
}

/*! Flickity v2.0.5
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.product-detail-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    font-size:21px;
    font-weight:700;
}

#lightbox2 {
	display: none;
	position: fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	margin: auto;
	width:90vw;
	height:90vh;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#dark {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background:rgba(0,0,0,.9);
	width:100vw;
	height:100vh;
}

	
/* Section Blog///////////////*/

#blog {
	background: #e5e5e5;
	/*border: 1px solid #fa0;*/
}
#blog2{
	background: fff;
	/*border: 1px solid #fa0;*/
}

/* Section Contact ///////////////*/

form .halbe:nth-child(2){
margin-right:0
}

section#contact form{
	overflow:hidden;
	width:100%
}

section#contact input,
section#contact textarea{
	background:#eee;
	line-height: 1.5em;
	padding: 0.3em 0.5em;
	text-transform: capitalize;
	border:1px solid #ddd;
}
section#contact textarea{
		width:100%;
		min-height:250px;
		min-height:30vh;
	}

.halbe input{
	display:inline-block;
	width:100%;
	margin-bottom: 1.5em;	
}

input.button{
	border:0;
}


/*Footer/////////////////////////*/

footer {
	background:#000;
}
footer .innerbox{
	text-align:center;
	font-size:1em;
}

footer.social{
	list-style-type:none;
	padding:0;
	margin-top:1.3em;
}

footer.social li{
	display:inline-block;
	margin: 0 0.6em;
}

footer.social li a{
	
	color:#fff;
	color:rgba(255,255,255,1);
	font-size:1.8em;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

footer.social li a:hover{
color:rgba(255,255,255,0.5);
}

/*Scroll To Top////////////////////////*/

#scroll-to-top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color:#fff; 
  font-size:2em;
  padding-top:6px;
}

#scroll-to-top:hover {
  cursor: pointer;
  background-color: #333;
}

#scroll-to-top:active {
  background-color: #555;
}

#scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}



/* BREAKPOINT/CSS-WEICHE ///////////////*/

@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
  
    .logo {
    float: none;
  }
  
    nav {
    width: 100%;
  }
  
    nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
  
    nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  
    .mobile-toggle {
    display: block;
  }
  
}/*Ende 766px*/




