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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Tahoma, Helvetica, Arial," sans-serif";
}

a.nav {
		font-size: 1.2em;
	}

a.nav:link { color:#000000; text-decoration:none; }
a.nav:hover { color: #1d6120; text-decoration:none; }
a.nav:visited { color:#000000; text-decoration:none; }
a.nav:active { color:#000000; text-decoration:none; }


a:link { color:#1d6120; text-decoration:none; }
a:hover { color: #333333; text-decoration:none; }
a:visited { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }


header {
	padding: 120px 40px 10px;
	
	background: #f1edd0;
	background-image: url(bilder/psychotherapeutische-praxis.jpg);
	background-size: 98% auto;
	background-repeat: no-repeat;
	background-position:right top; 
	
}

img {
	
	max-width: 100%;
	height: auto;
	/*vertical-align: middle; */
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 15px; 
	
	
	
}

 .ul1 {
	
	padding: 10px 30px;
	line-height: 1.5;
	
}

.main {
	padding: 45px 45px 10px 45px;
	background-color: #fff9e1;
	width: 100%;
	min-height: 580px;
}

footer {
	padding: 10px 20px 10px;
	
	background: #f1edd0;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #f9f8f2;
}



.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	/* color: #2F322A; */
	text-align: right;  
	display: block;
	/* text-transform: uppercase; */
	padding: 1px;
	
}

.balken {
	
	
	background-color: #ffffff;
	height: 20px;
	width: 100%;
	
}



h1 {
	font-size: 1.4em;
	margin-bottom: 1.5em;
	font-weight: 500;
}

h2 {
	font-size: 1.1em;
	margin-bottom: 1.1em;
	font-weight: 300;
	
}

h3 {
	font-size: 1.1em;
	font-style: italic;
	font-weight: 400;
	
}

h4 {
	font-size: 0.9em;
	
	font-weight: 400;
	
}


p {
	font-size: 16px;
	 /*font-weight: 400; */
	margin-bottom: 1.2em; 
	 /*letter-spacing: 0em; */
}


/*
.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}
*/

/*Tablet View */

@media (min-width: 768px){
	
	
	
	.style-nav ul li {
		 display: inline-block; 
		  
		
	}
	
	
	

	
	a.nav {
		font-size: 1.3em;
	}
	
	

	
	body {
		max-width: 1200px;
	}
	
	
	
	header {
	
	padding: 160px 40px 10px;
	
	background: #f1edd0;
	background-image: url(bilder/psychotherapeutische-praxis.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position:right top; 
	height: 200px;
	vertical-align: bottom;
		
	}

	
	
	
	.style-logo {
		float: right;
	}
	
	.style-nav {
	/*	float: left; */
	
			
	} 
	
	
	footer {
	visibility: hidden;
	}
	

}



