*, *:before, *:after { box-sizing: border-box; }
img { border: none; height: auto; width: 100%; display: block; }
::selection { background:#91B70F; color: #fff;} 
html { -webkit-text-size-adjust: 100%;  scroll-behavior: smooth; } 
strong { font-weight: 700;}

/*  F A R B E N
	orange 		#F5821F
	gruen		#91B70F
	dunkelgruen #5F823E
	text		#444
========================= */

@font-face {
	font-family: 'Wyvern W05';
	font-style: normal;
	font-weight: 400;
	src: local('Wyvern W05 Light'),
       url('WYVERNLT.woff') format('woff');
    font-display: swap; 
}
@font-face {
	font-family: 'Wyvern W05';
	font-style: normal;
	font-weight: 700;
	src: local('Wyvern W05 Bold'),
       url('702627ca-97af-469b-ba0c-d0473ddf636d.woff2') format('woff2'), 
       url('7f4c5c16-65dd-4f7f-afe4-3bbe2047ed18.woff') format('woff'); 
    font-display: swap;
}
body {
	background: #91B70F;
	font: normal 62.5%/1.8 'Wyvern W05', Arial, sans-serif; 
	color: #444;
	margin: 0;
	padding: 0;
	}	
header 	{ 
	width: 100%;
	height: 400px;
	overflow: visible;
    margin: 0; 
    padding: 0px;
    background: #5F823E url('../img/hero-start.jpg') no-repeat center center;
	background-size: cover;
	position: relative;
	}
#beratung header { background: #5F823E url('../img/hero-beratung.jpg') no-repeat center center; background-size: cover;}
#ueber header { background: #5F823E url('../img/hero-uebermich.jpg') no-repeat center center; background-size: cover;}
#erfahrung header { background: #5F823E url('../img/hero-erfahrungsberichte.jpg') no-repeat center center; background-size: cover;}
#termine header { background: #5F823E url('../img/hero-termine.jpg') no-repeat center center; background-size: cover;}
#kontakt header { background: #5F823E url('../img/hero-kontakt.jpg') no-repeat center center; background-size: cover;}



main { 
	width: 100%;
	height: auto;
	overflow: hidden;
    margin: 0; 
    padding: 0px;
    font-size: 1rem;
    background: #fff;
	}
footer { 
	font-size: 1rem;
    }	
footer:after { 
	content: " "; 
	display: table; 
	clear: both; 
	}	
footer a {
	color: #eee;
	text-decoration: none;
	}
footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
h1 {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: normal;
	color: #F5821F;
	margin: 70px 0 50px 0;
	}	
h2 {
	font-size: 1.7rem;
	line-height: 1.3;
	font-weight: normal;
	color: #F5821F;
	margin: 50px 0 20px 0;
	}	
.big { font-size: 2.5rem; }
.portrait {
	width: 260px;
	height: auto;
	clip-path: circle(50%);
	}
.trenner {
	width: 100%;
	margin: 40px 0;
	}
.trenner img {
	width: 70px;
	height: auto;
	margin: 0 auto;
	}
section {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0;
	}
.logo {
	max-width: 340px;
	height: auto;
	margin: 113px auto 0 auto;
	padding: 0 0 0 0px;
	}
.links {
	float: left;
	width: 30%;
	}
.rechts {
	float: left;
	width: 70%;
	}
.wrap {
	max-width: 760px;
	font-size: 1.1rem;
	margin-bottom: 100px;
	}
main .links img {
	width: 350px;
	padding-bottom: 100px;
	}
main ul {
	list-style-type: none;
	margin-left: -20px;	
	}
main ul li {
	background: #fff;
	padding: 5px 0 5px 35px;
    background: #fff left 10px url('../img/icon-bullet.png') no-repeat;	
    background-size: 20px;
	}
.claim {
	display: none;
	}
.claim_logo {
	display: block;
	width: 340px;
	color: #fff;
	font-size: 1.5rem;
	margin: 40px auto 0 auto;
	line-height: 1.3;
/* 	background: rgba(0,0,0,0.1); */
	}
.claim_logo b {
	font-weight: normal;
	line-height: 1.8;
	color: #F5821F;
	}	
	
.nach_oben {
	display: none;
	}
.kontakt {
	font-weight: 700;
	padding: 15px 0 15px 70px;
	}	
.kontakt a {
	color: #333;
	text-decoration: none;
	}	
.kontakt a:hover {
	color: #F5821F;
	text-decoration: underline;
	}	
.mail {
    background: #fff left center url('../img/icon-mail.png') no-repeat;	
    background-size: 50px;
	}	
.tel {
    background: #fff left center url('../img/icon-tel.png') no-repeat;	
    background-size: 50px;
	}	
main a {
	font-weight: 700;
	text-decoration: none;
	color: #444;
	}
main a:hover {
	color: #F5821F;
	text-decoration: underline;
	}	
	
	
nav ul {
	list-style-type: none;
	margin: 335px 0 0 0;
	padding: 0;
	overflow: hidden;
	color: #fff;	
	font-size: 1.1rem;
	letter-spacing: 1px;
/* 	background: rgba(0,0,0,0.2); */
	}
nav li {
	float: left; 
	margin-right: 50px;
	}
nav a {
	color: #eee;
	text-decoration: none;
	text-transform: uppercase;
	}	
nav a:hover, nav a.off {
	color: #fff;
/* 	text-decoration: underline; */
	border-bottom: 2px solid #fff;
	}	
.hamburger {
	cursor: pointer;
	position: relative;
	float: right;
	background: rgba(0,0,0,0.3);
	padding: 10px 15px;
	display: none;
	margin: 0;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin: 6px 0;
	transition: 0.4s;
	}
.change .bar1 { transform: rotate(-45deg) translate(-5px, 6px); }
.change .bar2 { opacity: 0; }
.change .bar3 {	transform: rotate(45deg) translate(-7px, -8px); }
	
	
	
/* --- RESPONSIVE ---------------------------------------------- */



@media screen and (max-width: 1170px) {

.logo {
	max-width: 340px;
	height: auto;
	margin: 0;
	padding: 180px 20px; 0 20px;
	}
.links {
	float: none;
	width: 100%;
	}
.rechts {
	float: none;
	width: 100%;
	}
main .links img {
	width: 150px;
	height: auto;
	float: right;
	padding-bottom: 0px;
	transform: scaleX(-1);
	}
.claim_logo {
	display: none;
	}
.claim {
	display: block;
	font-size: 1.2rem;
	}
.claim b {
	font-weight: normal;
	color: #F5821F;
	}	
.nach_oben {
	display: block;
	width: 30px;
	height: auto;
	position: fixed;
	bottom: 30px;
	right: 45px;
	}

nav ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 10px 0 20px 0;
	overflow: hidden;
	font-size: 1.2rem;
	position: absolute;
	top: 300px;
	background: rgba(255,255,255,0.9);
	display: none;
	z-index: 8;
	}
nav li {
	float: none; 
	margin-right: 0px;
	text-align: center;
	line-height: 3;
	}
nav a {
	color: #91B70F;
	}	
nav a:hover, nav a.off {
	color: #91B70F;
/* 	text-decoration: underline; */
	border-bottom: 2px solid #91B70F;
	}	

.hamburger {
	display: block;
	position: absolute;
	top: 30px;
	right: 30px;
	}
/*  per JS an ul.hauptnavi  */
.mobList { 
	display: block; 
	opacity: 1; 
	}
	
header { height: 300px;}
footer { padding: 0px 0 25px 20px; position: relative; }

h1 {
	font-size: 2rem;
	line-height: 1.2;
	margin: 70px 0 30px 0;
	}	
h2 {
	font-size: 1.4rem;
	line-height: 1.3;
	color: #F5821F;
	}	
.big { font-size: 2rem; }

.wrap {
	padding: 0 20px;
	}
footer .links {
	height: 3px;
	}
.top_anker {
	position: fixed;
	z-index: 5;
	right: 50px;
	bottom: 50px;
	width: 35px;
	}


 }

