:root {
	--blue: #0587be;
	--darkblue: #283c78;
	--lightgrey: #787878;
	--grey: #646464;
}



@font-face { 
	font-family: 'Lora Regular';
	src: url('fonts/Lora-Regular.ttf') format('truetype');
	font-display: swap;
	
}
@font-face { 
	font-family: 'Lora Bold';
	src: url('fonts/Lora-Bold.ttf') format('truetype');
	font-display: swap;
	
}
@font-face { 
	font-family: 'Signika Regular';
	src: url('fonts/Signika-Regular.ttf') format('truetype');
	font-display: swap;
	
}
@font-face { 
	font-family: 'Signika Semibold';
	src: url('fonts/Signika-Regular.ttf') format('truetype');
	font-display: swap;
	
}


/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Ende Reset*/


body {
	margin: 0px;
	padding: 0px;
	overflow-y: scroll;
	font-family: "Open Sans Light", sans-serif;
}




#wrapper {
	width: 100%;
	float: left;
	position: relative;
}

#header {
	width: 100%;
	z-index:10000;
	top: 0px;
	float: left;
	position: relative;
	position: fixed;
	background: #fff;
	-webkit-transition: height 0.6s;
    	-moz-transition: height 0.6s;
   	 -ms-transition: height 0.6s;
    	-o-transition: height 0.6s;
    	transition: height 0.6s;
	height: 170px;
}

#header.smaller {
	height: 90px;
	  -webkit-transition: height 1.0s;
        -moz-transition: height 1.0s;
         -ms-transition: height 1.0s;
        -o-transition: height 1.0s;
        transition: height 1.0s;

}

#header.smaller #logo{
	height: 80px;
	margin-top: 5px;
	-webkit-transition: height 0.6s;
    	-moz-transition: height 0.6s;
   	 -ms-transition: height 0.6s;
    	-o-transition: height 0.6s;
    	transition: height 0.6s;
}

#header.smaller #logo img {
	width: 150px;
	margin-top: 5px;
	-webkit-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
    	-moz-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
   	 -ms-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
    	-o-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
    	transition: width 0.6s, margin 0.6s,  opacity 1s ease-in-out;
}



#header.smaller #menu-top {
	padding-top: 30px;
	-webkit-transition: padding 0.6s;
    	-moz-transition: padding 0.6s;
   	 -ms-transition: padding 0.6s;
    	-o-transition: padding 0.6s;
    	transition: padding 0.6s;

}

#header #logo {
	float: left;
	height: 140px;
	-webkit-transition: height 0.6s;
    	-moz-transition: height 0.6s;
   	 -ms-transition: height 0.6s;
    	-o-transition: height 0.6s;
    	transition: height 0.6s;
}

#header #logo img {
	position: absolute;
	left: 0;
	margin-top: 15px;
	-webkit-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
    	-moz-transition: width 0.6s, margin 0.6s,opacity 1s ease-in-out;
   	 -ms-transition: width 0.6s, margin 0.6s, opacity 1s ease-in-out;
    	-o-transition: width 0.6s, margin 0.6s,opacity 1s ease-in-out;
    	transition: width 0.6s, margin 0.6s,opacity 1s ease-in-out;
	width: 190px;
}

.smaller #logo img.top {
  opacity:0;
}

/* ende logotest */

.menustandard {
	text-align: center;
	text-transform: uppercase;
	float: left;
	position: relative;
	padding-bottom: 10px;
	padding-top: 5px;

}

#menu-top .menustandard {
	margin-left: 0px;
}




.menuresponsiv {
	display: none;
}

/* Standard Menueformatierungen */

#menu-top {
	float: right;
	position: relative;
	padding-top: 100px;
	-webkit-transition: padding 0.6s;
    	-moz-transition: padding 0.6s;
   	 -ms-transition: padding 0.6s;
    	-o-transition: padding 0.6s;
    	transition: padding 0.6s;

}


#menu-top li, #menu-bottom li {
	float: left;
	display:block;
	font-size: 16px;
	color: var(--lightgrey);
	font-family: "Lora Regular";
	letter-spacing: 4px;
	padding-left: 7px;
}


#menu-top li:nth-child(1), #menu-bottom li:nth-child(1) {
	padding-left: 0px;
}

#menu-top li:nth-child(5) a, #menu-bottom li:nth-child(2){
	padding-right: 0px;
}

#menu-top li:nth-child(5):after, #menu-bottom li:nth-child(2):after {
	content:"";
}

#menu-top li:after, #menu-bottom li:after {
	
	content: "\2022";
}


#menu-top li a, #menu-bottom li a{
	text-decoration: none;
	color: var(--lightgrey);
	text-transform: uppercase;
	padding-right: 7px;
}



#menu-top img, #menu-bottom img {
	height: 15px;
}

#menu-top li.active a, #menu-bottom li.active a, #menu-top li.active li.active a {
	color: var(--blue);

}

#menu-top li.active li a {
	text-decoration: none;
}


#menu-top li a:hover, #menu-bottom li a:hover {
	color: var(--blue);
}

#menu-top ul {
	*zoom:1;
	list-style:none;
	margin:0;
	padding:0;

}

#menu-top a:hover {
    text-decoration:none;
}
#menu-top li ul {
    background: #fff;
}

#menu-top li ul li {
	width: 140px;
	font-size: 13px;
    margin-left: 5px;
	padding: 10px 10px;
	background: #fff;
	text-align: left;
}
#menu-top li ul a {
	/*color: #979595;*/
    border:none;
}

#menu-top li ul {
    position:absolute;
    left:-9999em;
    top:36px;
    z-index:1;
}
#menu-top ul > li:hover ul {
    left:0;
}


/* bis hier Standard Menueformatierungen */



/* parallax */
body, html {
  height: 100%;
  margin: 0;

}

.imgheader {
	  position: relative;
 /* opacity: 0.65;*/
  /*background-attachment: fixed;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;*/
	height: 855px;
	background-position: center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.bgstart {
	background-image: url("images/Header_1_Start_Ordner_Calc.jpg");
}

.bgphilosophie {
	background-image: url("images/Header_2_Philosophie_Ordnerreihe.jpg");
}



.bguebermich {
	background-image: url("images/Header_3_Ueber_mich_Schreibtisch.jpg");
}


.bgleistungen {
	background-image: url("images/Header_4_Leistungen_Geldstapel.jpg");
}
.bgpreise {
	background-image: url("images/Header_5_Preise_Muenzen.jpg ");
}


.bgkontakt {
	background-image: url("images/Header_3_Ueber_mich_Schreibtisch.jpg");
}


/* Ende Parallax */

.content {
	position: relative;
	width: 1000px;
	/*background: yellow;*/
	left: 50%;
	margin-left: -500px;
	font-family: "Lora Regular";
	color: var(--grey);
}

h1 {
	font-family: "Signika Regular";
	font-size: 50px;
	color: var(--blue);
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 65px;
	margin-top: 90px;
}

h2 {
	font-family: "Signika Semibold";
	font-size: 22px;
	line-height: 50px;
	font-weight: normal;
	color: var(--darkblue);	
}


.bgwhite ul {
	list-style-position: outside;
	margin-left: 30px;
	margin-bottom: 15px;
	color: var(--grey);
}

.bgwhite li {
	line-height: 32px;
	font-size: 18px;
}


.bgwhite ul li::before {
	content: "\2022";
	margin-left: -25px;
	width: 24px;
	color: var(--blue);
	display: inline-block;
}

.bgwhite p {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
	color: var(--grey);
	max-width: 870px;
}

.bgwhite strong, .bgwhite .hervorhebung {
	font-family: "Lora Bold";
	font-weight: normal;
}


.bgwhite .hervorhebung {
	color: var(--blue);
}

/* spezial startseite */
	.feestart {
		position: absolute;
		right: 0px;
		top: -160px;
	}
	.feestart img {
		width: 305px;
	}

/* ende startseite */

/* spezial philosophie */

ul.liste2 {
	width: 400px;
	float: left;
}

.notizzettel {
	width: 546px;
	position: relative;
	float: right;
	margin-bottom: -95px;
	background-image: url("images/Notizzettel_Fee_stehend.png");
	background-position: center;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size:cover;
	height: 610px;	
	

}

.notizzettel h2, .notizzettel ul {
	transform: rotate(-3deg);
	margin-left: 20px;
}

.notizzettel h2 {
	margin-top: 80px;
	margin-left: 40px;
}

.notizzettel li {
	margin-left: 53px;
	width: 380px;
}

.notizzettel ul li:nth-child(4) {
	width: 320px;
}
/* ende philosophie */

/* spezial ueber mich / kontakt */

#ueber-mich h1 {
	width: 530px;
}

.profilfoto {
	width: 446px;
	position: absolute;
	right: 0px;
	top: -390px;
}

.profilfoto img {
	width: 446px;
}

.feefootersitzend {
	width: 148px;
	position: absolute;
	right: 0px;
	bottom: -151px;
}

.feefootersitzend img {
	width: 148px;
}

/* ende ueber mich */

/* spezial leistungen */
.feefooterfliegend {
	width: 143px;
	position: absolute;
	right: 0px;
	bottom: -130px;
}

.feefooterfliegend img {
	width: 143px;
}
/* ende leistungen */


/* spezial preise */
.feefooterstehend {
	width: 108px;
	position: absolute;
	right: 0px;
	bottom: -95px;
}

.feefooterstehend img {
	width: 108px;
}

/* ende preise */


.clear {
	clear: both;
}

#menu-bottom {
	float: right;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

 #menu-bottom .menustandard li:first-child {
	margin-left: 235px;
}

#menu-bottom li {
	float: left;
	display:block;
}



/* AUSBLENDEN VON RESPONSIVEM MENUELEMENTEN */
/*Hide checkbox*/
#header input[type=checkbox], .show-menu{
	display: none;
	height: 0px;
	-webkit-appearance: none;
}


.footer {
 	color:#fff;
	margin-top: 90px;
	padding-top: 40px;
	padding-bottom: 58px;
	background: var(--blue);
	height: 102px;
}

.footer .footercolumn {
	float: left;
	margin-right: 50px;
}

.footer p {
	font-family: "Signika Regular";
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}


.footer p strong {
	font-family: "Signika Semibold";
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.bgwhite p a {
	color: var(--grey);
	text-decoration: none;
}


/* Tablet Portrait */
@media(max-width: 1200px) {
	body {


	}

	.content {
		width: 748px;
		margin-left: -374px;
	}
	
	/*responsives Menu*/

	.menustandard {
		display: none;
	}

	#menu-top {
		width: 100%;
		width: 400px;
		/*height: 1px;*/
/*		margin-left: -160px;	*/
		border: none;
		left: 0px;
		margin-left: 0px;
		float: right;

	}
	
	

	.show-menu {

		text-decoration: none;
		color: #b4b4b4;
		display: inline;
		float: right;
		font-size: 16px;
		letter-spacing: 2px;
		line-height: 18px;
		text-transform: uppercase;
		cursor: pointer;
		position: relative;
		/*top:-40px;*/
		font-family: "Signika Regular";
		color: var(--blue);
		letter-spacing: 2px;	
	}



	/*Show menu when invisible checkbox is checked*/
	#header input[type=checkbox]:checked ~ .menuresponsiv {	       
	    	display: inline;
		position: relative;
	}

	#header .menuresponsiv ul {
	    *zoom:1;
	    list-style:none;
	    margin:0;
	    padding:0;
	/*	background: #fff;*/
	    /*background:#333;*/

	}

	#header .menuresponsiv ul:before,#header .menuresponsiv ul:after {
	    content:"";
	    display:table;
		margin-left: 0px;
	}
	#header .menuresponsiv ul:after {
	    clear:both;
	}
	#header .menuresponsiv ul > li {
	    float:left;
	    position:relative;
	}

	#header li ul li {
		margin: 0px;
		width: 100px;
		padding-right: 0px;
		padding: 0px;
	}

	#header .menuresponsiv  {
		float: left;
		width: 100%;
		margin-top: 70px;
		-webkit-transition: margin 0.6s;
		-moz-transition: margin 0.6s;
		-ms-transition: margin 0.6s;
		-o-transition: margin 0.6s;
		transition: margin 0.6s;

	}

	#header.smaller .menuresponsiv {
		margin-top: 53px;
		-webkit-transition: margin 0.6s;
		-moz-transition: margin 0.6s;
		-ms-transition: margin 0.6s;
		-o-transition: margin 0.6s;
		transition: margin 0.6s;
	}

	
	#header.smaller #menu-top {
		padding-top: 37px;

	}

	#header.smaller #logo img {
		margin-top: 8px;
	}

	#header .menuresponsiv li {
		width: 100%;
		background: rgba(255,255,255,0.9);
		border-bottom: 1px solid var(--lightgrey);
		border-right: none;
		margin-top: -1px;
		text-align: center;
		padding: 0px;
		padding-top: 26px;
		padding-bottom: 22px;
		padding-right: 0px;
	}
	#menu-top li a {
		padding-right: 0px;
	}

	#menu-top li:after {
		content:""!important;
	}
	#header .menuresponsiv li a {
		text-decoration: none;

	}


	#menu-bottom {
		height: 0px;
		display: none;
	}


	/* bis hier menu */ 

	.imgheader {
		height: 700px;
	}
	
	h1 {
		margin-top: 50px;
		font-size: 44px;
	}	

	.feestart img {
		width: 250px;
	}

	ul.liste2 {
		width: 300px;
	}

	.notizzettel {
		width: 400px;
		height: 447px;
		margin-bottom: -93px;
	
	}

	.notizzettel h2 {
		margin-top: 30px;
		margin-left: 20px;
	}

	.notizzettel ul {
		margin-left: 0px;
	}

	.bgwhite .notizzettel ul li::before {
		margin-left: -20px;
		width: 19px;
	}
	.notizzettel ul li {
		width: 290px;
		font-size: 15px;
		line-height: 26px;
	}

	.notizzettel ul li:nth-child(4){
		width: 250px;
	}


	/* ueber-mich */

	

	.profilfoto {
		width: 300px;
		top: -300px;
	}
	
	.profilfoto img {
		width: 300px;
	}

	.footer {
		height: 210px;
	}

	.footer	.footercolumn {
		margin-right: 50px;
	}

	.footercolumn:nth-child(2){
		
	}

	.footercolumn:nth-child(3) {
		margin-right: 0px;
		margin-left: 250px;
	}
}

@media(max-width: 767px) {
	.bgstart {
	background-image: url("images/Header_1_Start_Ordner_Calc_smartphone.jpg");
}

.bgphilosophie {
	background-image: url("images/Header_2_Philosophie_Ordnerreihe_smartphone.jpg");
}



.bguebermich {
	background-image: url("images/Header_3_Ueber_mich_Schreibtisch_smartphone.jpg");
}


.bgleistungen {
	background-image: url("images/Header_4_Leistungen_Geldstapel_smartphone.jpg");
}
.bgpreise {
	background-image: url("images/Header_5_Preise_Muenzen_smartphone.jpg");
}


.bgkontakt {
	background-image: url("images/Header_3_Ueber_mich_Schreibtisch_smartphone.jpg");
}


	#header {
		height: 90px;
	}	

	.top {
		opacity: 0;
}

	#header #logo {
		width: 200px;
		margin-top: 5px;
	}

	#menu-top {
		width: 100px;
		padding-top: 38px;
	}
	
	#header .menuresponsiv {
		margin-top: 52px;
	}
	#header .menuresponsiv li {
		width: 320px;
		margin-top: 0px;
		margin-left: -220px;
	}
	#header #logo img {
		width: 150px;
		margin-top: 8px;
	}

	.imgheader {
		height: 300px;
	}

	.content {
		width: 320px;
		margin-left: -160px;
	}

	h1 {
		font-size: 28px;
		line-height: 36px;
		margin-top: 40px;	
		margin-bottom: 15px;
	}


	#ueber-mich h1 {
		width: 270px;
	}

	h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 10px;
	
	}

	.bgwhite li, .bgwhite p {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 7px;
	
	}

	.bgwhite p {
		margin-bottom: 10px;
	}

	/* fee */

	.feestart {
		top: -90px;
	}
	.feestart img {
		width: 150px;
	}
	
	.feefooterfliegend {
		bottom: -180px;
	}

	
	.profilfoto {
		width: 150px;
		top: -150px;
	}
	
	.profilfoto img {
		width: 150px;
		
	}
	


	.footer {
		height: 290px;
	}

	.footercolumn {
		margin-bottom: 15px;
	}

	.footer p {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 7px;
	
	}


	.footercolumn:nth-child(3) {

		margin-left: 0px;
	}

	.notizzettel {
		float: left;
		width: 320px;

		height: 358px;
	}


	.notizzettel ul li {
		font-size: 13px;
		line-height: 16px;
		width: 240px;
		margin-left: 40px;
	}

	.notizzettel h2 {
		margin-left: 15px;
	}

	.notizzettel ul li:nth-child(4) {
		width: 180px;
	}


	#philosophie ul.liste2 {
		float: left;
	}

	
}
