@charset "utf-8";
/* CSS Document */
@viewport {zoom: 1.0;width: device-width;}
@-ms-viewport {zoom: 1.0;width: device-width;}
@-webkit-viewport {zoom: 1.0;width: device-width;}
@-moz-viewport {zoom: 1.0;width: device-width;}
@-o-viewport{zoom: 1.0;width: device-width;}

/* Corporate Colors:
	Violett: RGB 165 1 90, #A5015A
	Grün: RGB 186 187 49, #BABB31
*/

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

html {
	font-size: 100%;

}

body {
	font-family: Arial, sans-serif;
	font-size:1rem;
	color:black;
	background-color: rgba(186, 187, 49, 0.5);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

#main {
	max-width:900px;
	min-width:414px;
	margin:10px auto;			
	background:white;
	box-shadow: 0 0 20px rgb(60,60,60);
}

#header {
	width:100%;
	background-image: url(images/madeira.jpg);
	background-position: center;
	height:350px;
}

#logobox {
	display:block;
	width: 200px;
	height: 200px;
	border-radius:50%;
	border: 2px solid #BABB31;
	margin-left: 80px;
	margin-top: 10px;
	background-color: white;
	background-image: url(images/Logo_echtsein.png);
	background-size: 80%;
	background-repeat: no-repeat;
	background-position: 20px 50px;
}

#logolink {
	display: block;
	width: 100%;
	height:100%;
	border-radius: 50%;
}

#spacer {
	height: 20px;
}

ul.navi {
	display:flex;
	flex-wrap:wrap;
	justify-content:start;
	width:100%;
	background-color: rgba(186, 187, 49, 0.3);
}	

.top-level{
	list-style:none;
	padding: 8px 0;
	position:relative;
}

.top-level a {
	text-decoration:none;			
	color:#EEEEEE;					
	background-color:#A5015A;		
	padding:10px;
	padding-right:18px;
	padding-left:18px;
}

.sub-level {
	list-style:none;
	display:none;
	position:absolute;
	z-index:10;
	top:45px;
}

.sub-level li a {
	display:block;
	text-decoration:none;
	list-style:none	;
	color:#EEEEEE;					
	background-color:#A5015A;		
	padding:10px;
	margin-top:-9px;
	margin-bottom: 5px;
	border: 1px solid rgba(186, 187, 49, 0.5);
}

#uebermich:hover .sub-level {
	display: block;
}

#uebermich:hover .sub-level:hover #uebermich {
	background-color: #BABB31;
}

#uebercoaching:hover .sub-level {
	display: block;
	width: 320px;
}

.sub-sub-level {
	display: none;
	list-style: none;
}

.sub-sub-level li a {
	display:block;
	text-decoration:none;
	list-style:none	;
	color:#EEEEEE;					
	background-color: #7f0146;
	padding:10px;
	margin-top:-9px;
	margin-bottom: 5px;
	border: 1px solid  rgba(186, 187, 49, 0.5);
	text-indent: 10px;
}

#angebote:hover .sub-sub-level {
	display: block;
}

.sub-level:first-child {
	margin-top:10px;
}

ul.navi li a:hover {
	background-color:#BABB31;
}
	
#content {
	display: flex;
	width:100%;
	min-height:70vh;
	padding:40px;
	background-color: white;
	justify-content: space-around;
	align-items: top;
}
	
#kontaktbox {
	#color: #BABB31;
	max-width:260px;
	padding: 20px;
	margin-left: 20px;
	#border: 4px solid rgba(186, 187, 49, 0.3);
	background: white;
	#background: rgba(186, 187, 49, 0.3);
	height: 500px;
	#box-shadow: 0 0 15px rgb(100,100,100);
	border-left: 1px solid #BABB31;
}

#kontaktbox p {
	text-align: center;
	margin: 5px auto;
}

#kontaktbox p:nth-child(2) {
	margin-top: 10px;
}

#kontaktbox address {
	margin-top: 20px;
	text-align: center;
}

#kontaktbox a {
	display:block;
	color: black;
	text-align: center;
	margin-top: 40px;
}

#portrait {
	border-radius:50%;
	margin: 0 auto;
	width: 215px;
	height: 215px;
}	

div.content-text {
	max-width:509px;
	background: white;
	justify-content: 
}

h1 {
	margin-top: 10px;
	margin-bottom:20px;
	text-align:center;
	color: rgb(80,80,80);
	font-size: 27px;
}

h3 {
	color: rgb(80,80,80);
	margin-top:20px;
	margin-bottom: 10px;
}

.content-text p {
	margin: 10px 0 0 0;
	color: rgb(80,80,80);
}

.content-text ul {
	color: rgb(80,80,80);
	margin-left: 30px;
	margin-top: 15px;
}

.content-text table {
	color: rgb(80,80,80);
	border: none;
	margin-top: 15px;
	margin-bottom: 15px;
}

.content-text a {
	color: #A5015A;
}

.zitat {
	margin: 50px auto;
	text-align: center;
}

#honorartable {
	width: 100%;
	border-spacing: 5px;
	#border-collapse: collapse;
}

#honorartable td {
	#border: 1px solid;
	padding: 2px;
	margin-top: 2px;
}

#honorartable td:first-child {
	width: 300px;
}

#styledtable {
	width: 100%;
	border-spacing: 5px;
	#border-collapse: collapse;
}

#styledtable td {
	#border: 1px solid;
	padding: 2px;
	margin-top: 2px;
}

#styledtable td:first-child {
	width: 130px;
}

#styledtable td:nth-child(2n-1) {
	color: #A5015A;
	vertical-align: top;
}

.tdspacer {
	width: 15px;
}

#footer {
	text-align:center;
	padding-bottom: 5px;
}

ul.footer li {
	display:inline-block;
	list-style:none;
	padding: 8px 0;
}

ul.footer li a {
	text-decoration:none;			
	color:#EEEEEE;					
	background-color:#BABB31;		
	padding:3px;	
	
}

ul.indexseiten li a {
	display: inline-block;
	margin: 0px 0px 10px 0px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #A5015A;
}

.bildbox {
	display: flex;
	flex-direction: row;
	align-items: top;
	justify-content: space-around;
	flex-wrap: wrap;
}

.bildbox img {
	width: 230px;
	margin: 10px;
}


.corp1 {
	color: #A5015A;
}

.corp2 {
	color: #BABB31;
}


#klee {
	width:60px;
	margin-top: 10px;
}
	
@media only screen
	and (max-width:860px) {
	body {
		font-family: Arial, sans-serif;
		font-size:1rem;
		color:black;
		background-color: rgba(186, 187, 49, 0.2);
		background-image: url();
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: auto;
		background-position: left -200px;
	}
}

@media only screen
	and (max-width:768px) {
		
	ul.navi {
		flex-direction: column;
	}
	.top-level {
		padding: 0;
		border: 1px solid rgba(186, 187, 49, 0.5);
		margin-top: -1px;
	}
	.top-level a {
		display: flex;
		flex-grow: 1;
	}
	.sub-level {
		/*display: flex;*/
		display:none;
		flex-direction: column;
		position:static;
		margin-top: 9px;
		text-indent: 20px;
		margin-bottom: -5px;
		text-overflow: ellipsis;
	}
	.sub-level li a {
		display: flex;
		background-color: #7f0146;
	}
	.sub-sub-level {
		display: block;
		
	}
	.sub-sub-level li a {
		background-color: #640238;
		text-indent: 40px;
	}
	#uebercoaching:hover .sub-level {
		display: flex;
		width: auto;
	}
	
	#logobox {
		margin: 0px 0 0 5px;
	}
	
	#header {
	width:100%;
	background-image: url(images/madeira.jpg);
	background-position: -130px top;
	height:300px;
	padding-top: 5px;
}
	
	#content {
		flex-direction: column;
		align-items: center;
	}
	
	#kontaktbox {
		margin-top: 30px;
	}
	
	#logobox {
		width: 200px;
		height: 200px;
		background-position: 10px 50px;
	}
	
	#spacer {
		height: 0px;
	}
}