@charset "UTF-8";

html, body {
    position: absolute;
    width: 100%;
    color: #D9D9D9;
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
    font-weight: 300;
    height: 100%;
    text-align: center;
    background-color: black;
}
/* for floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}




/* ---------------------------MENU BAR-------------------------------------  */
#navcontainer {
    margin: 0 auto;
    width: 90%;
}

#contact {
height: 100%;
}



nav {
    background: url("../img/broken_noise.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 1px 30px #000000;
    font-family: 'Raleway',sans-serif;
    font-size: 1em;
    font-weight: 300;
    height: 70px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

nav ul {
    float: right;
    height: 50px;
    padding: 0;
}
nav li {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    display: inline;
    float: left;
    padding: 5px;
}
nav a {
    color: #f2a254;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    font-family: 'Raleway',sans-serif;
    cursor: pointer;
    box-shadow: inset 0px 0px 23px 5px rgba(0,0,0,0.0);
    transition: all 0.5s ease-out;
}
nav li a {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    /*border: 1px solid rgba(225, 175, 109, 0); */
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

nav ul.clearfix{
    padding: 10px 0 10px 0;
}
nav li a:hover, nav li a:active, nav li a:focus {
    box-shadow: inset 0px 0px 23px 5px rgba(242,162,84,0.7);
    transition: all 500ms ease 0s;
    outline: none;
}
nav ul.clearfix a:active {
    background-color: #f2a254;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}


a.back {
    font-size:1em;
    color:#f2a254;
    transition: all 0.2s ease-in;
    display: inline;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    background: url("../img/prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    width: 100px;
    background-size: 35px;
    padding-left: 50px;
}

 a.back:hover, a.back:active{
  border: none;
  color: #f2a254;
  text-shadow:0px 0px 40px #f2a254;
  transition: all 0.2s ease-in;
}

a.nav-active{
	transition: all 500ms ease 0s;
	background-color: #f2a254;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
	}
	
a#logo.nav-active{
	border: none;
	background-color:transparent;
    color: #f2a254;
    font-weight: 300;
	}
	
nav a#pull {
    display: none;
}
nav a#logo {
    float: left;
    padding: 10px 0 10px 0;
    width: auto;
}

nav a.back {
    float: left;
    font-family: 'Raleway',sans-serif;
    line-height: 70px;
    width: auto;
    background: url("../img/prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 35px;
    padding-left: 50px;
    margin-left: 10%;
}

/*
nav a#back2 {
    display: inline-block;
    float: right;
    font-size: 1.2em;
    margin-right: 15px;
    width: auto;
    background: url("../img/prev.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    background-size: 35px;
    padding-left: 50px;
}

*/

.image-wrapper {
  position: relative;
  
}

.logotest-hover {
  position: absolute;
  height:144px;  /*72px*/
  top: 10px;
  left: 0;
  opacity: 0;
  transition: opacity 0.7s ease-out;
}
.logotest-hover:hover {
  opacity: 1;
}



#logoimg {
    height:100px;      /*50px*/
}

#logoimgsmall {
    height:50px;      /*50px*/
}

#logoimg:hover {
    /*text-shadow:0px 0px 20px #FFFFFF;
    box-shadow: none;*/
    /*box-shadow: inset 0px 0px 23px 5px rgba(0,0,0,0.0);*/

}

nav a#logo:hover, nav a#logo:active, nav a#logo2:hover, nav a#logo2:active {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    color: #f2a254;
}
nav a#logo2 {
    display: none;
    padding: 10px 0 0 0;
}

nav a#back2 {
    display: none;
}
/* ---------------------------Parallax-------------------------------------  */		

.parallax {
    color: #FFFFFF;
    height: 200px;
    width: 100%;
    z-index: -1; 
    background-size: cover;
    box-shadow: inset 0 0 10px #000000;
}

.horizon {
    display: block;
    height: 1px;
    left: 0;
    overflow: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    visibility: visible;
    width: 100%;
}

#parallax1 {
    background: url("../../bilder/felt_it/felt_it_4.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;

}

#parallaxcontent {
    display:none;
    height: 8.5em;
    margin: -3.5em auto 0 auto;
    visibility: visible;
    width: 100%;
    max-width:900px;

}


p.untertitel {
    /* color: rgba(255, 255, 255, 0.4);
    color: rgba(151, 188, 128, 0.8); 
    color:#b30749;*/
    text-shadow:0px 0px 20px #000000;
    transition: all 0.2s ease-in; 
    text-align:right;
    font-family: 'Raleway',sans-serif;
    font-size: 3em;
    line-height:1.5em;
}

#parallax2 {
    background: url("../../bilder/living_patterns/01.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0);
    height: 50%;
}

#parallax3 {
    background: url("../../bilder/lightbulbs/still_2.png") no-repeat fixed 100% 0 rgba(0, 0, 0, 0);
    height: 50%;
}

#parallax_univ_of_strings {
    background: url("../../bilder/seven_spaces/seile_nahaufnahme.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
}

#parallax_lightbulbs {
    background: url("../../bilder/lightbulbs/still_2.png") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;

}
#parallax_living_patterns {
    background: url("../../bilder/living_patterns/01.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
}

#parallax_dancing_creatures {
    background: url("../../bilder/dancing_creatures/dancing_creatures_1.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
}

#parallax_felt_it {
    background: url("../../bilder/felt_it/felt_it_1.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
    
}

#parallax_felt_it_2 {
    background: url("../../bilder/felt_it/felt_it_8.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 50%;
}

#parallax_intermediale_fotografie {
    background: url("../../bilder/intermediale_fotografie/intermediale_1.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
    
}

#parallax_felt_x {
    background: url("../../bilder/felt_it/felt_it_1l.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
    
}

#parallax_felt_y {
    background: url("../../bilder/felt_it/felt_it_2l.jpg") no-repeat fixed 50% 0 rgba(0, 0, 0, 0.5);
    height: 100%;
    background-size: cover;
    
}

/* ---------------------------ALLGEMEIN-------------------------------------  */
h1 {
    
    color: rgba(0, 0, 0, 0.6);
	text-align:left;
    font-family: 'Raleway',sans-serif;
    font-size: 5em;
    text-shadow:0px 0px 20px #FFFFFF;
    transition: all 0.2s ease-in;
    font-weight:600;
}

h1.light {
    
    color: rgba(250, 250, 250, 0.8);
    text-align:left;
    font-family: 'Raleway',sans-serif;
    font-size: 5em;
    text-shadow:0px 0px 20px #000000;
    transition: all 0.2s ease-in;
}

h2 {
    color:#f2a254;
    text-shadow:0px 0px 70px #f2a254;
  transition: all 0.2s ease-in;
    
    /*color: #97BC80;*/
    font-family: 'Raleway',sans-serif;
    font-size: 3em;
    padding: 30px 0 50px;
}

h3.about {
    font-family: 'Raleway',sans-serif;
    font-size: 1.5em;
    padding: 40px 0 30px;
}


h4 {
    font-family: 'Raleway',sans-serif;
    font-size: 2em;
    padding: 30px 0 50px;
    }
p {
    font-size: 0.8em;
    line-height: 1.563em;
    margin-bottom: 1em;
}

p.contact, p.about {
    font-size: 0.9em;
    line-height: 1.7em;
    font-family: 'Montserrat', sans-serif;
}

p.contact{
    text-align:center;
}

ul.intext{
    text-align: left;
    font-size: 0.8em;
    line-height: 1.563em;


}

ul.intext li{
    margin-bottom: 0.5em;
    margin-left: 16px; 
    padding-left: 10px;
    list-style-type: disc;

}


a {
    color: #f2a254;
    font-family: 'Montserrat', sans-serif;
}


i{
	font-style:italic;
	}
	
.center_container {
    margin: 0 auto;
    max-width: 1000px;
    width: 70%;
	padding: 50px 0 80px;
	line-height:normal; /* Wichtig! sonst 2 px margin an manchen stellen. */
}

.left-container{
    float:left;
    width:40%;
}

.right-container{
    float:left;
    width:60%;
    margin-bottom:20px;
}

.hintergrund {
	 background: url("../img/broken_noise.png") repeat scroll center center rgba(0, 0, 0, 0); 
     height:100%;
	}

/* ---------------------------ABOUT-------------------------------------  */


#persobild {
    min-width: 200px;
    width: 20%;
}

.LSlogo{
    width:100%;
    max-width: 230px;
    margin: 0 auto 10px;

}

#aboutrechts {
    float: left;
    margin-left: 8%;
    text-align: left;
    width: 46%;
}
.skills {
    float: left;
    text-align: right;
    width: 46%;
}
.skillogo {
    display: inline;
    margin: 0 0 50px 20px;
    max-width: 80px;

}

/* ---------------------------PORTFOLIO-------------------------------------  */

#portfolio {
    overflow: visible;
}

article{
    padding-bottom:70px; 
    padding-top: 170px;
    margin-top: -50px;
}

h3{
    font-family: 'Raleway',sans-serif;
    font-size: 1.3em;
    padding: 0px 0px 10px 0px;
}


a.portf {
    font-size: 1em;
    color: #f2a254;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:1em;
}

a {
 /* color:#fff;
  transition: all 0.2s ease-in; */
}

a.glow:hover {
  color: #f2a254;
  text-shadow:0px 0px 40px #f2c768;
  transition: all 0.2s ease-in;
}

div.glow, img.glow {
box-shadow: 0px 0px 23px 5px rgba(0,0,0,0.7);
transition: all 0.5s ease-out;
}

img.glow:hover, div.glow:hover {
box-shadow: 0px 0px 23px 5px rgba(242,162,84,0.7);
transition: all 0.5s ease-out;
}


img.portf{
    width: 100%;
    height:100%;
}


img.portf_detail{
    max-height:600px;
    max-width:100%;
    height:auto;
    width:auto;
    float: right;  /* to align img right */ 
    
}

p.img_caption{
    clear: right;   /* so txt doesn't float around images */ 
    padding: 6px 6px 20px 0;
    color: #838080;
    text-align: right;
    font-size: 0.8em;
}

p.img_caption_left{
    clear: right;   /* so txt doesn't float around images */ 
    padding: 6px 6px 20px 0;
    color: #838080;
    text-align: left;
    font-size: 0.8em;
}


.left-column {
    padding-right:40px;
    text-align:left;
}

.right-column {
    padding-left:40px;
    text-align:right;
}



.tags {
   margin: 0 0 20px 0; 
   text-transform: uppercase;

}

.tags li{
    display:inline;
    color:#838080;
    font-family: 'Raleway',sans-serif;
    font-size: 0.7em;
    font-weight:700;
}

.tags li::after{
    content: " ∼ " ;
}

.tags li:last-child:after{
    content: none;
}

/* --------------------------VIDEOS-------------------------------------  */
.vi-lazyload {
   margin-bottom:2em;   
}


/* ---------------------------CONTACT-------------------------------------  */

#kontaktdaten {
    font-family: 'Raleway',sans-serif;
}
#kontaktdaten p {
    font-size: 1.5em;
}
#kontaktdaten a {
    line-height: 1.563em;
}

span#icon1 {
    background: url("../img/icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 35px;
}
span#icon3 {
    background: url("../img/mail.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 35px;
}

#contact .center_container {
    padding: 50px 0 0;
}

footer {
    background: url("../img/broken_noise.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 50px;
    line-height: 3.125em;
}

.hidden-xs{
    display:block;
}

.hidden-lg{
    display:none;
}


/* ---------------------------WHEN SCREEN SMALLER THAN-------------------------------------  */
@media screen and (max-width: 1085px) {

.center_container {
    width: 85%;
}
p.about, p.contact {
    font-size: 0.9em;
    line-height: 2em;
	font-weight:100;
    margin-bottom: 0;
}


h1, h1.light {
    font-size: 3em;
}


#parallaxcontent {
    height: 6em;
    margin: -2em auto 0 auto;
    padding: 2em; /*hilft nicht immer */
}

article{

    padding-top:90px;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.2em;
}


p.untertitel {

    font-size: 2em;
}

	
#kontaktdaten p {
    font-size: 1.2em;
    line-height: 2em;
}

}


/* ---------------------------WHEN SCREEN SMALLER THAN-------------------------------------  */
@media only screen and (max-width: 800px) {
.parallax {
    height: 100px;
    z-index: -1;
}

.hidden-xs{
    display: none;
}

.hidden-lg{
    display:block;
}

#navcontainer {
    width: 100%;
}
nav a#logo {
    display: none;
}


nav a#back {
    display: none;
}
nav {
    background: url("../img/broken_noise.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    border-bottom: 0 none;
    height: auto;
}
nav ul {
    background: url("../img/broken_noise.png") repeat fixed 0 0 rgba(0, 0, 0, 0);
    display: none;
    float: none;
    height: auto;
    width: 100%;
	clear: both;
}

nav li {
    float: left;
    position: relative;
    width: 50%;
}
nav li a {
    border: 1px solid #f2a254;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
nav a {
    width: 100%;
}

nav a#back2:hover, nav a#back2:active {
    background-color: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    transition: all 500ms ease 0s;
}

nav a:hover, nav a:active {
    background-color: #f2a254;
    border: 1px solid #f2a254;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
	transition: all 500ms ease 0s;
}




a#logo2.nav-active{
	border: none;
	background-color:transparent;
    color: #f2a254;
    font-weight: 300;
	}
	
nav a#logo2 {
    display: inline-block;
    float: left;
    font-size: 1.5em;
    margin-left: 15px;
    width: auto;
}

nav a#back2 {
    display: inline-block;
    font-size: 1.2em;
    margin-right: 15px;
}

nav a#pull {
    background: url("../img/nav-icon_2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    display: inline-block;
    float: right;
    height: 30px;
    margin-right: 15px;
    margin-top: 25px;
    width: 30px;
}

nav a#pull:active , nav a#pull:focus {
    box-shadow:none;
}

section{
	padding-top:-115px;
	line-height: 0;
	}

.LSlogo{
    display:block;
}

a#top {
    margin-bottom: -52px;
    margin-top: 50px;
}

#kontaktdaten{
    margin-top: 30px;
}


div.spalten {
    width: 50%;
}
div.spalten img {
    margin-bottom: 20px;
}
.skills {
    width: 100%;
    text-align: center;
}
.skills h3 {
    text-align: center;
}

.skillogo{
    max-width:50px;

}
#aboutrechts {
    margin-left: 0;
    text-align: center;
    width: 100%;
}

.left-container{
    width: 100%;
}

.left-column, .right-column{
    width: 100%;
    text-align:center;
    padding-left:0px;
}



.tags {
   margin: 0 0 10px 0; 
   text-align: center;

}

p.img_caption{
    padding: 6px 6px 20px 0;
    text-align: center;
    width:100%;
}

p{
    text-align:center;
}

h3{
    text-align:center;
}

.right-container{
    width: 100%;
    margin-top: 20px;
}

img.portf_detail{
    display: none;
    
}


footer {
    padding-top:40px;
}
footer p {
    font-size: 0.8em;
    line-height: 30px;
}
}
/* ---------------------------WHEN SCREEN SMALLER THAN-------------------------------------  */

@media only screen and (max-width: 605px) {
h1, h1.light {
    font-size: 2.5em;
	text-align:center;
}
p.untertitel {
    font-size: 1.5em;
	text-align:center;
}

p.about, p.contact {
    font-size: 0.8em;
    line-height: 1.8em;
    font-weight:100;
    margin-bottom: 0;
}

#parallaxcontent {
    height: 5em;
    margin: -2em auto 0 auto;
    padding: 0px;
}


.skills h3 {
    text-align: center;
}
h2 {
    padding: 20px 0;
}
h3 {
    padding: 20px 0;
}

.skillogo{
    margin: 0 0 10px 10px;
}


/* ---------------------------WHEN SCREEN SMALLER THAN-------------------------------------  */

@media only screen and (max-width: 320px) {
nav li {
    display: block;
    float: none;
    width: 100%;
}
}
