@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');
@import url('font-awesome.min.css');


/* Allgemeine gültige Regeln ////////////////  */

    nav ul { /*///////////////////////Kind Selector: nav > ul //////////////////////*/

}

* {
padding:0;
margin:0;

}

/* Orientierungs-Rahmen bei ausgewählten Objekten entfernen, Navigation ohne Maus über Tabulator-Taste nicht mehr möglich */

*:focus,*:active{
	outline:0;
	outline:none;
	
}

body {
font-family: 'Noto Sans', sans-serif;
-webkit-font-smoothing: antialiased;
color:#4d4d4d;
font-size:0.9em;
}

h1,h2,h4,h6{
font-family: 'Source Sans Pro', sans-serif;	
text-transform:uppercase;	
font-weight:normal;
border-radius: 0 0 20px 0
}



.parallax h3{
color:#fff;
font-size:3.5em;
margin-bottom: 60px;
text-align:left !important;
}

h5{
color:#fff;
font-size:3em;


}

a {
  text-decoration: none;
}


/* ///  header + navigation ////////////////  */


.main_h {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-top: 5px;  
  background:none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  top:0px;
  font-family: "Montserrat", sans-serif;
}





.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  top: 0px;
  border-bottom: 1px solid gainsboro;
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}



------------------------------------
/* logo hell sichtbar, logo dunkel ausgeblendet*/
#logo_white{
display:inherit;
}

#logo_black{
display:none;	
}

/*nach der scrollhöhe von 100px wird  logo hell mit  logo dunkel ausgetauscht*/
.sticky #logo_white{
display:none;
}

.sticky #logo_black{
    display: block;
    margin: 0 auto 0;
    width: 6em;
}

----------------------------------


nav {
  float: right;
  margin-top:19px;

}


nav ul { /*///////////////////////Kind Selector: nav > ul //////////////////////*/
  list-style: none;
  text-align: center;


}

nav ul li {
  display: inline-block;
  margin-left:20px;
  line-height: 1.5;
}





.sticky nav ul a {
  color: #000;
}

/*///////////////////////Dropdown-menü//////////////////////*/

nav ul li{
  position:relative;
}


nav > ul > li{

  padding-bottom:14px;
}



nav ul ul{ /*///////////////////////ez a Specifikation alpontjaira vonatkozik//////////////////////*/
	border:1px solid gainsboro; /*///////////////////////unter Punkte eine Rahmen bekommt//////////////////////*/
	position:absolute;
	top:100%;
	left:-99999px;
	background: #fff;
	
	
	
}

nav ul ul li{ 
	display:block; /*///////////////////////unter menü/Punkte ist unter einander//////////////////////*/
	margin:0;
	text-align:left;
	padding:0 10px;
	width:200px;
}

nav > ul > li:hover > ul{ /*/>:Kindselector/*/
  left:0;
}
nav > ul > li:hover > ul ul{ /*/>:Kindselector/*/
  left:-9999px;
}
nav > ul > li > ul > li:hover > ul{ /*/>:Kindselector/*/
  left:100%;
  top:0;

}

nav ul ul li a{ 
	color:#000;
    display:block;
	padding:10px 0;
	border-bottom:1px solid gainsboro;
}

nav ul ul li:last-child a{ 

	border-bottom:0;/* letzter strich beim unter menü */
}

nav ul ul li a:hover{ 
	color:rgba(190,0,0.8);
}

/*  sub-sub-menu galerie */

	nav ul ul ul{
		top:0;/* nicht versetzt aufg gleicher höhe */
		left:100%;
		}

.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 20px;
  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: #fff; /* this the menü on mobile become three line, when we roll the side up, then the colour will be white*/
  display: block;
}

.sticky .mobile-toggle span {
	background:#8f8f8f; /* this the menü on mobile become three line, when we roll the side up, then the colour will be: #8f8f8f; */
	
}
  


/* Hero-Großbild u. BILDER //////////////////////////////////  */



.arti {

  background: url(../bilder/Marius-Burger-art.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}
.hero{

  background: url(../bilder/Marius-Burger-SW.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}
.motion{

  background: url(../bilder/Marius-Burger-motion.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}
.layouto{

  background: url(../bilder/layout.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}
.logo-mari{

  background: url(../bilder/Marius-Burger-logo.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}
.logo-MB
{display: block;
    margin:0 auto 0;
  width: 6em;
    }
.bottom{
padding-top: 26%;
}

.logo-grafik{
	display: block;
	margin: 14px auto 20px;	
	  background-size: cover;
    width: 18%;
	}
	
.logo-grafik-contact{
	display: block;
	margin: 110px auto 20px;	
	  background-size: cover;
    width: 18%;
	}
	
.layout{

color: aquamarine;
	display: block;
 margin: 3em auto;
	  background-size: cover;
    width: 80%;
}
.THE_GIRL{

	display: block;
	margin: 0 auto 0;	
	  background-size: cover;
    width: 36%;
}



.THE_GIRL2{
padding: 0 0.3% 1% 0;
    float:left;
  background-size: cover;
    width: 24.77%;
}
.THE_GIRL3{
  
    float:right;
  background-size: cover;
    width: 24.77%;
	padding: 0 0 1% 0;
}




.THE_GIRL2_1{
margin:5%  0 0 10%;
  background-size: cover;
    width: 41.9%;

}

.THE_GIRL2_2{
  background-size: cover;
    width: 38.5%;
}
.THE_GIRL2_3{
  background-size: cover;
    width: 40.76%;

}


.Storyboard{
    display: block;
	margin: 0 auto 0;	
  background-size: cover;
    width: 80%;
}

.one-grafik{
display:block;
margin:0 auto 80px;	

/* Machen aus dem Bild(inline-element) ein Block-Element, dieses kann sich selbst über margin auto zentrieren*/
height:300vh;
width:100%;
}

.mariart{
    width: 120%;
   
}
/* parallax-effekte ///////////////////////////  */
.parallaxfilteraabout{
	background:#000 url(../bilder/Marius-Burger-SW.jpg) no-repeat center center fixed;
	background-size:cover;
}
.parallaxfilter{
	background:#000 url(../bilder/Marius-Burger-logo.jpg) no-repeat center center fixed;
	background-size:cover;
}
.parallaxfiltera{
	background:#000 url(../bilder/Marius-Burger-logo-sw.jpg) no-repeat center center fixed;
	background-size:cover;
}
.parallaxfilteraMotionDesign{
	background:#000 url(../bilder/Marius-Burger-motion.jpg) no-repeat center center fixed;
	background-size:cover;
}

.parallax{
padding:3em 0;
background:url(../bilder...) rgba(0,0,0,);
color:#fff;
}
/* parallax-effekte 2. LEbenslauf FLYER ///////////////////////////  */

.aparallaxfilter{
	background:#000 url(../bilder/My-name-is-Marius-Burger.png) no-repeat  center ;
	background-size:cover;
  
}

.aparallax{

background:url(../bilder/...) rgba(0,0,0);
color:#fff;
}

/* /////////////  content + section /////////////////  */
.section3{
background-color:burlywood;

}
.section2{
background-color:;
    padding-bottom: 2em;
}

.sectionlayout{
color:aliceblue;

}

.section1{
background-color:silver;

}
.contctbild
{width: 20%;
 padding-right: 1em;
    margin-left: 7em;
   float: left;
    
}


.innerbox{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 3%;
 }
.innerbox22{
  width: 80%;
  max-width: 980px;
  margin: 0  auto;
  position: relative;
  padding: 0 12em 3%;
 }

  .innerbox2{
  width: 100%;
  max-width: 507px;
  margin: 0 ;
  position: relative;
  padding: 0 7%;
}


  .innerbox3{
  
background-size: cover;
background-size: cover;
  background-size: cover;
  min-height:500px;/*fallback für ältere Browser*/
  height:100vh;
}

.innerbox4{
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding: 0 6%;
 }

  .innerbox5{
display: block;
  margin: 0 auto;

  position: relative;
  padding: 0 10% 5px 10% ;
  background-color: black;
}
  .innerboxMDesign{
display: block;
  margin: 0 auto;
color: whitesmoke;
  position: relative;
  padding: 0 10% 5px 10% ;
  background-color: #4aaa6f;
}
  .innerbox6{

  margin: 3em auto;


  position: relative;
  padding: 0 10%;
}
  .innerbox7{
display: block;
  margin: 0 auto;

  margin: 0 ;
  position: relative;
  padding: 0 10%;
}
.bildrechts{

    position: relative;
	padding: 15% 0 10% ;

	
}
	
/* Machen aus dem Bild(inline-element) ein Block-Element, dieses kann sich selbst über margin auto zentrieren*/


/* /////////////  TYPO /////////////////  */
strong{
	font-weight: bold;
	}
strong2{
	font-weight: bold;
        color:#1f964d;
	}
section h1{
font-size:1.7em;
margin-bottom:20px;
padding:20px 0 0 0;
}
section h2{
font-size:1.3em;
margin:20px 0;
}


section p{
margin-bottom:20px;
line-height:1.7em;
}

section [id="Lebenszusammenfassung Logodesign"] {
	width:100%;
padding:60px 0;
text-align:center;
}

#Logodesign{
	width:85%;
	padding:50px;

	float:left;
	}

.no{
    margin-bottom: 0;
}


 /* scroll-top-button*/

 #back-top{
	 display:none;
	 position:fixed;
	 bottom:30px;
	 right:30px;
	 border:2px solid #1f964d;
	 border-radius:5px;
	 width:40px;
	 height:40px;
	 /* display:block; we deleted*/
	 text-align:center;
	 padding-top:4px;
	
	 
 }

  #back-top .fa{
	 color:#1f964d;
	 font-size:1.7em; /* size of the scroll-top-button*/
 }
 
 
 /* ////////////////  galerie 2*/
.galerie2{
	list-style-type:none;
	overflow:hidden;
	
line-height:0;/* Bildabstand nach unten wird somit abgefangen*/
width:20%;
float:left;



width:100%;
opacity:0.4;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-ms-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
/* ///////////////////  Raster-Grid-Layout //////////  */


.platzhalter{
	background-color:#f90;
	height:100px;
	margin-bottom:2%;
	border:1px solid #000;
}

.row{
	overflow:hidden;
	margin:20px 0;
	
    color: aliceblue;
}
.row2{
	overflow:hidden;
	margin:0 0 0 7%;
	padding:15px;
}
.clearfix{
	
	clear:both;}
.arow{
	
	overflow:hidden;
	padding:0px;
width: 100%;
  max-width: 980px;
  margin:0 auto;
  position: relative;
 
}

.halbe{
	width:49%;
	float:left;
	margin-right:2%;
}

.drittel{
	width:30%;
	float:left;
	margin-right:2%;
}
.drittelcontact{
	width:30%;
	float:left;
	margin-right:2%;
    margin-bottom: -1%;
}

.casino{
	border-radius: 20px 20px 20px 0;
	width:33%;
	float:left;
margin-right: 2%;

}

.markus{
	width:41%;
	float:left;
	margin-right:2%;
}

.double{

    width:60%;
	float:left;
}




#drittel-tm img{
	width: 100%;
	float: left;
	margin-top: 180px;
    margin: 0 0 0 30%;
}

.zweidrittel{
	width:60%;
	float:left;
	margin-right:2%;
}
.zweidrittel2{
	width:50%;
	float:left;
	margin-right:2%;
}


.viertel{
	width:23.5%;
	float:left;
	margin-right:2%;
}

.ohne-rahmen{
overflow: hidden;
margin: 20px 0;
padding: 15px;
}


.iframebox{margin-bottom: -0.30em}

/*

5-spaltig 18.4%
6-spaltig 15%

*/
/* Last-Child-Selektor, Formatierung für das letze Kinder-Element*/
.halbe:last-child,
.drittel:last-child,
.casino:last-child,
.zweidrittel:last-child,
.viertel:last-child,
{
	margin-right:0;
}
/* ///////////////////  Index  //////////  */

figcaption{
	 margin: 0px 0px 0px 5%;

	}
	
figure{
    margin-bottom: 0;

}
.figura{
    margin-bottom: 0;
      margin: 30% 0 0 30%;
}


}

display: block;
margin: 14px auto 20px;
	}
.blacknav a{
  background-color: rgba(255, 255, 255, 0.93);
  color: #000;
}

/* ///////////////////  ILLU LEBENSLAUF  //////////  */



        
}
.illu{

width: 80%;
    margin:0 auto;

}


	
				
						
						.illu #gross{
						width: 100%;
						
						}
						#b2{
							width: 100%;
							position:absolute;
							top:0;
							left:0;
						
							z-index:99;}
						#b1{
							width: 100%;
							position:absolute;
					
							
							z-index:99;}	



#buttonx {
	position: absolute;
	left: 879px;
	top: 1401px;
	z-index: 99;
	width: inherit;
	height: 64px;
	
	}
	
	
	#buttony {
	position: absolute;
	left: 1375px;
	top: 1401px;
	z-index: 99;
	width: inherit;
	height: 64px;
	
	}	
#buttons {
	position: absolute;
	left: 1374px;
	top: 1404px;
	z-index: 99;
	width: inherit;
	height: 64px;
	
	}	
	#buttonss {
	position: absolute;
	left: 1365px;
	top: 1696px;
	z-index: 99;
	width: auto;
	height: 64px;
	
	}	
		#buttonsf {
	position: absolute;
	left: 874px;
	top: 1696px;
	z-index: 99;
	width: auto;
	height: 64px;
	
	}	
	#buttonu {
	position: absolute;
	left: 993px;
	top: 858px;
	z-index: 99;
	width: 131px;
	height: 142px;

	}	
	
	
	
		
#buttona {
	position: absolute;
	left: 198px;
	top: 666px;
	z-index: 99;
	width: 131px;
	height: 142px;
	
	}
#buttonab {
	position: absolute;
	left: 1701px;
	top: 684px;
	z-index: 99;
	width: 208px;
	height: 186px;
	}
#buttonac {
	position: absolute;
	left: 628px;
	top: 882px;
	z-index: 99;
	width: inherit;

	height: 100px;
	}
	#buttonacd {
	position: absolute;
	left: 632px;
	top: 988px;
	z-index: 99;
	width: inherit;

	height: 40px;
	}	#buttonacw {
	position: absolute;
	left: 629px;
	top: 1038px;
	z-index: 99;
	width: inherit;

	height: 40px;
	}
#buttonad {
	position: absolute;
	left: 191px;
	top: 1929px;
	z-index: 99;
	width: 208px;
	height: 42px;
	}
	#buttonae {
	position: absolute;
	left: 550px;
	top: 2120px;
	z-index: 99;
	width: 639px;
	height: 42px;
	}
		#buttonaf {
	position: absolute;
	left: 1375px;
	top: 2134px;
	z-index: 99;
	width: 64px;
	height: 65px;
	}		
		#buttonag {
	position: absolute;
	left: 545px;
	top: 2244px;
	z-index: 99;
	width: 409px;
	height: 150px;
	}		
		#buttonah {
	position: absolute;
	left: 967px;
	top: 2239px;
	z-index: 99;
	width: 333px;
	height: 42px;
	}		
		#buttonai {
	position: absolute;
	left: 1603px;
	top: 2120px;
	z-index: 99;
	width: 79px;
	height: 79px;
	}		
		#buttonaj {
	position: absolute;
	left: 1378px;
	top: 2225px;
	z-index: 99;
	width: 76px;
	height: 67px;
	}		
		#buttonak {
	position: absolute;
	left: 1592px;
	top: 2225px;
	z-index: 99;
	width: 78px;
	height: 42px;
	}				#buttonal {
	position: absolute;
	left: 1368px;
	top: 2325px;
	z-index: 99;
	width: 76px;
	height: 42px;
	}		
			#buttonam {
	position: absolute;
	left: 1629px;
	top: 2312px;
	z-index: 99;
	width: 96px;

	height: 88px;
	}	
						#buttonan {
	position: absolute;
	left: 0px;
	top: 2425px;
	z-index: 99;
	width: 215px;
	height: auto;
	}			
						#buttonao {
	position: absolute;
	left: 215px;
	top: 2425px;
	z-index: 99;
	width: 342px;
	height: auto;
	}					#buttonap {
	position: absolute;
	left: 600px;
	top: 2425px;
	z-index: 99;
	width: 215px;
	height: auto;
	}					#buttonaq {
	position: absolute;
	left: 975px;
	top: 2424px;
	z-index: 99;
	width: 215px;
	height: auto;
	}					#buttonar {
	position: absolute;
	left: 1367px;
	top: 2425px;
	z-index: 99;
	width: 215px;
	height: auto;
	}					#buttonas {
	position: absolute;
	left: 1645px;
	top: 2424px;
	z-index: 99;
	width: 215px;
	height: auto;
	}	
	
.megaillu{
position: absolute;
width: 80%;
 
    padding: 10%;
}



		
/* footer //////////////////////  */
footer{
	font-size:1em;
	text-align:center;
	color:#1f964d;
    background-color:black;
}
