@charset "UTF-8";
/* CSS Document */




/***************** MEDIA QUERIES TABLETS POTRAIT *****************/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1366px) {




/**** ALLGEMEINE FORMATIERUNG (Schriften, usw.) ****/

.inner02 {
	padding:0px 0px 0px 50px;
}

p {
	font-size:17px;
	line-height:24px;
}

b {
	font-size:17px;
	line-height:24px;
}

h1 {
	font-size:115px;
}

h2 {
	font-size:18px;
}

h3 {
	line-height:60px;
	font-size:70px;
}

h4 {
	font-size:40px;
}

h5 {
	font-size:18px;
}

h6 {
	font-size:12px;
}





/**** HEADER ****/

header {
	background-position:center center;
	height:1000px;
}

#logoNKE {
	padding:55px 25px 60px 25px;
	max-width:170px;
}

nav ul li a {
	font-size:33px;
}

header h1 {
	margin-left:7%;
	margin-top:100px;
}

header blockquote {
	margin-left:7%;
	font-size:18px;
	line-height:24px;
}




/**** MAIN ABOUT ME ****/

#aboutLeft blockquote {
	font-size:19px;
	line-height:25px;
}

#aboutLeft {
	width:55%;
	padding:0px 20px 200px 0px;
}

#aboutLeft a {
	font-size:13px;
	color:rgba(255,255,255,1.00);
	padding:18px 22px 18px 22px;
}

#aboutRight {
	width:45%;
}

#aboutImages #left,
#aboutImages #middle,
#aboutImages #right {
	min-height:450px;
}





/**** MAIN ABOUT MY JOB ****/

#jobLeft a {
	font-size:13px;
	color:rgba(255,255,255,1.00);
	padding:18px 22px 18px 22px;
}

#boxNumberOne,
#boxNumberTwo,
#boxNumberThree,
#boxNumberFour,
#boxNumberFive,
#boxNumberSix {
	min-height:350px;
	margin-bottom:350px;
}

.boxOverlay {
	background-color:rgba(150,122,65,0.85);
	width:100%;
	height:100%;
	opacity:1;
	padding:0;
	margin-top:318px;
}

#boxNumberOne .boxOverlay,
#boxNumberTwo .boxOverlay,
#boxNumberThree .boxOverlay,
#boxNumberFour .boxOverlay,
#boxNumberFive .boxOverlay,
#boxNumberSix .boxOverlay {
	width:99.5% !important;
}


#boxNumberOne p,
#boxNumberTwo p,
#boxNumberThree p,
#boxNumberFour p,
#boxNumberFive p,
#boxNumberSix p {
	text-align:left;
	font-size:13px;
	line-height:16px;
	margin:20px 20px 0 20px;
}

#boxNumberOne ul li,
#boxNumberTwo ul li,
#boxNumberThree ul li,
#boxNumberFour ul li,
#boxNumberFive ul li,
#boxNumberSix ul li {
	font-size:12px;
	line-height:15px;
	margin:0 20px 0 50px;
}



/**** MAIN BOOK ****/

#buchLeft {
	width:40%;
}

#buchRight {
	width:60%;
}

#buchRight h5 {
	margin-left:60px;
}

#buchRight ul {
	margin-left:60px;
}

#buchRight ul li {
	font-size:17px;
	line-height:24px;
}



/**** FOOTER ****/

footer p {
	font-size:22px;
	line-height:30px;
}



/**** IMPRESSUM ****/

.goBack {
	font-size:13px;
	padding:18px 22px 18px 22px;
}

#impressumLeft a {
	font-size:17px;
}

#articleDatenschutz ul li {
	font-size:17px;
}

#articleDatenschutz a {
	font-size:17px;
}








/***************** MEDIA QUERIES HANDYS *****************/


@media only screen
and (max-device-width : 768px) {











}

