@import url("text-styles.css");

/******************* VIEWPORT Attributes *******************/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/******************* GENERAL Styles *******************/

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing:	border-box;
    -moz-box-sizing:	border-box;
    -ms-box-sizing:		border-box;
    box-sizing:			border-box;
}

*,
*:after,
*:before {
	-webkit-box-sizing:	border-box;
	-moz-box-sizing:	border-box;
	box-sizing:			border-box;
}

html {
	min-height: 100%;
	font: 100%/1em 'Open Sans', Helvetica, Arial, sans-serif;
}

body, html {
	height: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background: #e54c47;
	font-size: 1em;
    font-weight: 300;
    line-height: 1.5em;
    color: #fffcfc;
    text-rendering: optimizelegibility;
}

a,
a:active,
a:focus {
	color: #4bd77a;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #fff;
	background: #3daf63;
}

img {
	max-width: 100%;
	height: auto;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* Mozilla based browsers */
::-moz-selection {
	background-color: #50af96;
	color: #fff;
}

/* Works in Safari */
::selection {
	background-color: #F75D4D;
	color: #fff;
	
}


/* Styles for "track-focus.min.js" */

.focus--mouse:focus {
	outline: none;
}

section {
	background: transparent;
}

section .wrapper {
	background: #212121;
/* 	background: #282828; */
	padding: 20px 4%;
	width: 100%;
}

/******************* MARGIN Styles *******************/

.margin-bottom-25 {
	margin-bottom: 25px;	
}
.margin-bottom-50 {
	margin-bottom: 50px;	
}


/******************* ORNAMENT Styles *******************/



.dots-end {
	font-family: 'Roboto';
	font-size: 1.5rem;
	color: #fff;
}




/******************* LANDING PAGE Styles *******************/


#landing_page {
	position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: transparent;
    overflow: hidden;
}
#landing_page .top-bar {
	position: absolute;
	top: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.vertical-line {
	position: absolute;
	display: inline-block;
	right: -2px;
	bottom: 0.9vw;
	height: 14vw;
	border-left: 2px solid #fff;
}

#header {
	position: absolute;
	height: 100%;
    width: 100%;
    text-align: center;
}
#header .vert-align-a {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
}
#header .vert-align-b {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
#header .container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	
/* 	background-color: rgba(94, 255, 132, 0.5); */
}
#header .container .parent.one,
#header .container .parent.two {
	position: relative;
	display: inline-block;
}
#header .container .parent.one {
	width: 58%;
	padding-right: 2vw;
	
/* 	background-color: rgba(255, 165, 95, 0.7); */
}
#header .container .parent.two {
	width: 38%;
	padding-left: 2vw;
	
/* 	background-color: rgba(94, 215, 255, 0.7); */
}
#header .container .parent.one h1 {
	font-family: 'Londrina Solid';
	font-weight: 900;
	font-size: 10vw;
	letter-spacing: 0.6vw;
	line-height: 9vw;
	text-align: right;
}
#header .container .parent.two p {
	font-family: 'Londrina Solid';
	font-weight: 400;
	font-size: 4vw;
	letter-spacing: 0.1vw;
	line-height: 4vw;
	padding: 0;	
	text-align: left;
}

#piano {
	position: relative;
	display: table;
	height: 100%;
    width: 100%;
	max-width: 600px;
    margin: 0 auto;
    overflow: hidden;
    z-index: -1000;   
}
@media only screen and (min-width: 1200px) {
	
	#piano {
		width: 60%;
		max-width: 900px;
	}
}

#piano .parent {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 7%;
	height: 100%;
	width: 100%;
}
#piano .parent #piano-image {
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	background-image: url('../img/piano.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}




/******************* NAVIGATION Styles *******************/


.header {
	position: fixed;
	top: 0;
	right: 0;
	width: auto;
	z-index: 10000;
	height: auto;
	overflow: hidden;
	background: transparent;
}


@media only screen and (min-width: 540px) {
	
	.header {

	}
	
}

#arrow_down {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center
}
#arrow_down a img {
	position: relative;
	top: 0;

}

.bouncing_arrow {
    -webkit-animation: bounce 1.7s infinite;
    animation: bounce 1.7s infinite;
}

/* Scroll down arrow (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-15px); }
  60% {
    -moz-transform: translateY(-7px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); }
  60% {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px); } }





/******************* DEVIDER SECTIONS Styles *******************/

#text-rotator-1 {
	position: relative;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
    background: transparent url('../img/brush-stroke-big.png');
    background-size: 80% 60%;
	background-repeat: no-repeat;
	background-position: center center;
    overflow: hidden;
	
	color: #fff;
	font-family: 'Londrina Solid';
	font-size: 20px;
	line-height: 24px;
/* 	letter-spacing: 0.1vw; */
	font-weight: 400;
/*
	text-shadow: 1px 1px #272727, 
                2px 2px #272727, 
                3px 3px #272727,
                4px 4px #272727,
                5px 5px #272727,
                6px 6px #272727,
                7px 7px #272727,
                8px 8px #272727,
                9px 9px #272727,
                10px 10px #272727,
                11px 11px #272727,
                12px 12px #272727,
                13px 13px #272727,
                14px 14px #272727,
                15px 15px #272727;
*/


                
}
@media only screen and (min-width: 500px) {
	#text-rotator-1 {
		font-size: 5vw;
		line-height: 5.5vw;
	}
}

#text-rotator-1 .wrapper {
	display: table;
	width: 100%;
	height: 100%;
	background: none;
}
#text-rotator-1 .wrapper .section.group {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
/* 	padding-bottom: 10px; */
}
#text-rotator-1 .wrapper span {
	
}
#text-rotator-1 .wrapper span .fadeIn {
	
}


#silhouette {
	position: relative;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
    background: url('../img/silhouette.png');
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


#piano-keys {
	position: relative;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
    background: url('../img/piano-keys.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}








#typewriter {
	position: relative;
    top: 0;
    left: 0;
    height: 28vw;
    width: 100%;
    background: url('../img/typewriter.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}


/******************* SECTION Styles *******************/

.wrapper.one {
	padding: 50px 4%;
}
.wrapper.two {
	padding: 70px 4%;
	background: #272727;
}
.wrapper.three {
	padding: 70px 4%;
}
.wrapper.last {
	padding: 50px 4%;
}


/******************* ABOUT Styles *******************/

#about {
	position: relative;
	background: #212121;
}
.col.facebook {
	overflow: hidden;
}
#about .fb-page {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}


/******************* WORK Styles *******************/

#work {
	position: relative;
	background: #212121;
}

#work p.description {
	font-size: 1em;
}


/******************* MEDIA Styles *******************/

#media {
	position: relative;
	background: #212121;
}

#media .wrapper.two {
	padding: 70px 4%;
}






/* 
* VIDEO HOVER FX *
*/


.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
  vertical-align: top;/* to prevent its container div of being bigger than the contained img */
}

/* ---- */

.ih-item.square {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  height: auto;
  background: #1f1f1f;
  border: 15px solid #323232;
}
.ih-item.square .info {
  position: absolute;
/*   top: 0; */
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ---- */

.ih-item.square.effect6 {
  overflow: hidden;
}
.ih-item.square.effect6 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect6 .info {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
/*   text-transform: uppercase; */
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  padding: 10px;
  background: #000000;
  margin: 0 0 0 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 a:hover .img {
  -webkit-transform: scale(0.5) translateY(-50%);
  -moz-transform: scale(0.5) translateY(-50%);
  -ms-transform: scale(0.5) translateY(-50%);
  -o-transform: scale(0.5) translateY(-50%);
  transform: scale(0.5) translateY(-50%);
}
.ih-item.square.effect6 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect6.from_top_and_bottom .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/* ---- */

.ih-item.square.effect6.from_top_and_bottom a:hover .info {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}


/******************* EDUCATION Styles *******************/

#education {
	position: relative;
	background: #212121;
}
h3.education {
	/* text-align: center;
	width: 100%; */
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.container_video_iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
	margin: 1rem 0 2.5rem 0;
}
.video_darklab {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/******************* CONTACT Styles *******************/


#contact {
	position: relative;
	text-align: center;
	width: 100%;
	background: #212121;
}
#contact a {
	color: #fffcfc;
}
#contact a:hover {
	text-decoration: none;
	color: #4bd77a;
	background: none;
}

#mail_telephone {
	text-align: center;
	width: 100%;
	padding: 0 0 0;
/* 	background: #222222; */
	font-size: 17px;
	font-size: 1.1rem;
	font-weight: 300;
}
#mail_telephone .wrapper {
	padding: 0 0 50px;	
}
#mail_telephone .section {
	max-width: 500px;
}
#mail_telephone #mail {
	padding: 0 0 20px 0;
}
#mail_telephone #mail a img,
#mail_telephone #telephone a img {
	display: block;
	width: 50px;
	margin: 0 auto 5px;
}

#contactform .wrapper {
	padding: 50px 4%;
	background: #272727;
}

@media only screen and (min-width: 700px) {
	
	#mail_telephone #mail {
		padding: 0;
	}
}



/******************* FOOTER Styles *******************/


footer {
	width: 100%;
	text-align: center;
	font-size: 0.8rem;
	font-weight: 300;
	background: #1b1b1b;
	padding: 70px 4%;
}
footer a {
	color: #fffcfc;
	text-decoration: none;
	padding: 0 5px 0;
}
footer a:hover {
	color: #4bd77a;
	text-decoration: none;
	background: none;
}

#social_links {
	padding: 0 0 1.5rem 0;
}
#social_links a img {
	width: 30px;
	margin: 0 0.5rem 0 0.5rem;
}

#impressum_datenschutz {
	
}


















