@import url(all.min.css);
@import url(lightbox.min.css);
@import url(flickity.min.css);

/*Allgemeine Formatierungen*/


* {
	padding:0;
	margin:0;
  box-sizing: border-box;
}

body{
font-family: 'Montserrat', sans-serif;
}


a{
	text-decoration:none;
}

p{
	margin:15px 0;
	line-height:1.5em;
	
}

h1{
	font-family: 'Slabo 27px', serif;
	color: #000;
	  letter-spacing: 2px;
}

h2,h3,h4{
	text-transform:capitalize;
	color:#000;
}
h2{
	text-align:center;
	margin-bottom:2em;
}
h3{
	margin-bottom:15px;

}

/*Schalter - Button */

.button{
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
    color:#fff;
    font-weight: 600;
    background:#745F1C;
    padding: 20px 30px;
	border-radius:20px;
	
    font-size: 12px;
    letter-spacing: 2px;
	  -webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
}
.button:hover {
    background:#CF7C50;
}




#meinekompetenzen{
	background: #eebb88;
}

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

header .innerbox {
padding: 0 2%;

	
}


/* raster-grid-spaltenlayout /////// */
.row{
	overflow:hidden;
}
.drittel{
	width:31.33333%;
	float:left;
	margin-right:3%;
}
.zweidrittel{
	width:65.6666%;
	float:left;
	margin-right:3%;
}

.halbe{
	width:48.5%;
	float:left;
	margin-right:3%;
}

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






/* sticky header //////////// */

.main_h {
  position: fixed;
  top:0px;
  max-height: 70px;  
  overflow: hidden;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 6px;
}
/*wird ab einer scroll-höhe von 100px über die index.js dynamisch der Klasse .main_h hinzugefügt
Ab sofort greifen beide Klassen
*/


.sticky {
  background-color: rgba(255, 255, 255, 0.93);
  top: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}


/*
 mobile ansicht - steuerung der navigation(auf/zu) über hamburger-icon , toggle-Effekt
*/

.open-nav {
  max-height: 400px !important;
  background-color: rgba(255, 255, 255, 0.93);
  top: 0px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}





/* navigation ///////////  */
nav {
  float: right;
  margin-top:10px;
}

nav ul {
  list-style: none;
  text-align: right;
}

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

nav ul a {
  color: #000;
  text-transform: uppercase;
  font-size:0.9em;

}

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


.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;
}



/* Großbild-Bereich ///*/

.hero {
  position: relative;
  background: url(../bilder/nataljaonuma-web.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  height: 300px;
  height:100vh;
  letter-spacing: 2px;
}

.hero h1 {
  font-weight: 600 !important;
  font-size: 50px;
  line-height: 2em;
  color:#fff;
  position:absolute;
  top:50%;
  left:60%;
  transform:translate(-10%,-30%);
  /*Korrektur der Position um die Hälfte der Breite/Höhe 
  versetzt negativ nach oben und links*/
  /* ablsolute horizontale/vetikale Mitte*/
  text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
  text-transform:uppercase;
}
.hero h1 span {
  font-size: 25px;
  color: #fff;
 text-shadow:none;

}


@-webkit-keyframes scroll {
  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);
  }
}


/* /// meinekompetenzen ///////  */
article{
	background:#fff;
	border:1px solid #f3f3f3;
	padding:40px 20px;
	color:#333;
	text-align:center;
}



.iconbox{
	background: #eebb88;
	margin-bottom:15px;
	display:inline-block;
	width:60px;
	height:60px;
	border-radius:50%;
	padding-top:15px;
}
.iconbox i{
	color:#fff;
	font-size:1.8em;
}

article h3{
font-size:1em;
color:#222;
}


/* meineskills /////////////////////////////  */

#meineskills{
	overflow:hidden;
	list-style-type:none;
}

/* Kind-Selektor*/
#meineskills > li{
width:31.3333%;
float:left;
margin-right:3%;
}

#meineskills li img{
width:100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}

#meineskills li:last-child{
margin-right:0;
}

#meineskills figure{
	/*border:1px solid #000;*/
	text-align:center;
}

#meineskills figcaption{
	/*background:#ff0;*/
}
#meineskills figcaption span{
display:block;
}

#meineskills figcaption span.name{
color:#222;
text-transform:uppercase;
margin-top:0.6em;
}
#meineskills figcaption span.titel{
color:#333;
font-size:0.9em;
margin-top:0.2em;
}



.overlaybox{
position:relative;
line-height:0;
}

.overlay{
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
background:rgba(0,0,0,0.7);
color:#fff;
line-height:1.5em;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
opacity:0;
}
.overlay:hover{
opacity:1;
}


.overlaycontent{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	width:80%;
}


.social li{
display:inline-block;	
list-style:none;
}

.social li a{
color:rgba(255,255,255,1);
margin:0 8px;
-webkit-transition: all 200ms ease-in;
-moz-transition: all 200ms ease-in;
transition: all 200ms ease-in;
}

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



/* Contact*/
#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea{
font-family:verdana,sans-serif;
font-size:0.9em;
padding:15px;
background:#F9F9F9;
text-transform:capitalize;
border:1px solid #eee;
}


#kontaktformular textarea{
height:250px;
width:100%;
}

#kontaktformular .button{
border:0;
}


/*back-top ///////////////*/
#back-top{
	background:#CF7C50;
	width:40px;
	height:40px;
	position:fixed;
	right:15px;
	bottom:30px;
	text-align:center;
	padding-top:8px;
}
#back-top i{
color:#fff;
font-size:1.5em;
}
#back-top:hover i{
color:#f90;

}


/* footer ////////////////  */
footer{
	background: #eebb88;
	text-align:center;
	color:#000;
	font-size:1em;
}
	footer .social{
	margin-top:2em;
	
}
	footer .social a{
	font-size:1em;
}

/*Problematik "fixe grafik mit cover-effekt" lösen*/
/*  Breakpoint von  0 bis 1234px  */
@media only screen and (max-width: 1234px) {
		.hero {
		  background: url(../bilder/nataljaonuma-web.jpg) no-repeat center center scroll;
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  background-size: cover;

		}

}



/*  Breakpoint von  0 bis 766px  */
@media only screen and (max-width: 766px) {
	
			  .main_h {
				padding-top: 15px;
			  }
.hero h1 {
 font-size: 25px;
}
  
 
  .hero h1 span {
  font-size: 20px;
}
 
			 
			  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;
			  }
		
				/*meineerfahrung*/
				
				.halbe,
				.drittel,
				.zweidrittel{
				width:100%;
				float:none;
				}
				.halbe:first-child{
				margin-bottom:3em;
				}
				.drittel{
				margin-bottom:1em;
				}
				.drittel:last-child{
				margin-bottom:0;
				}
				/* meineskills*/
				#meineskills{
				width:50%;
				margin:auto;
				}

				#meineskills > li{
				width:100%;
				float:none;
				margin-right:0;
				margin-bottom:2em;
				}
				
				#meineskills > li:last-child{
				margin-bottom:0;
				}
				
				
				#kontaktformular .halbe:first-child{
				margin-bottom:15px;	
				}
				
	
}/* ende breakpoint max-width766px*/





/*  Breakpoint von  0 bis 480px  */
@media only screen and (max-width: 480px) {
	
	.hero h1 span {
  font-size: 15px;
}
 
 .hero h1 {
 font-size: 20px;
  }

				#meineskills{
				width:100%;
				}
				.overlay{
				opacity:1;
				left:50%;
				}
				.overlaycontent{
				text-align:right;
				}
				
	
}	

}/* ende breakpoint max-480px*/



/* raleway-100 - latin */
@font-face {
  font-family: 'Monserat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/raleway-v13-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Raleway Thin'), local('Raleway-Thin'),
       url('../fonts/raleway-v13-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-100.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-regular - latin */
@font-face {
  font-family: 'Monserat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-800 - latin */
@font-face {
  font-family: 'Monserat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/raleway-v13-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
       url('../fonts/raleway-v13-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v13-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v13-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v13-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v13-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}


