* {
	font-family: 'Fira Sans', 'Meta Normal', 'Meta', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


body {
	margin: 0;
	padding: 0;
	background: #e0e8ec;
	color: #044a88;
	line-height: 0;
	font-size: 14px;
	font-weight: 400;
}


/*redefined*/

a, a:visited, a:link { 
	color: #044a88;
	text-decoration: none; 
}

a:hover, a:active {
	color: #044a88;
	text-decoration: none; 
}

img {
	border: 0;
}

p, li {
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
}


h1 {
	color: #044a88;
	font-size: 20px;
	line-height: 135%;
	margin: 0;
	padding: 0;
}

h2 {
	color: #044a88;
	font-size: 17px;
	line-height: 135%;
	margin: 12px 0 0 0;
	padding: 0;
}

h3 {
	color: #044a88;
	font-size: 14px;
	margin: 24px 0 0 0;
	padding: 0;
}

.klein {
	font-size: 11px;
}

li {
	color: #044a88;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 -24px;
	padding: 0;
}

.aktiv a:link {
	color: #044a88;
}

.element p {
	margin: 0;
	padding: 0px 5px 2px 15px;
	font-size: 13px;
	font-weight: normal;
}
 

/*layer positions*/

#content { position: relative; width: 900px; background: transparent; }

#logo { position:absolute; top: 33px; left: 33px; z-index: 25; }

img#portrailbild.portrailbildimg { width: 200px; height: 200px; margin: 0 0 40px 30px; border: 1px solid #044a88; }

#textflaeche {
	position: absolute;
	top: 178px;
	left: 307px;
	width: 540px;
	height: 328px;
	visibility: visible;
	background: rgba(255,255,255,.7);
	/* background-image: url(../images/textflaeche.jpg);
	background-repeat: no-repeat;
	background-size: cover; */
	z-index: 24;
}

#seiteninhalt {
	position:absolute;
	font-size: 12px;
	color: #044a88;
	top: 200px; 
	left: 330px; 
	width: 490px; 
	background: transparent; 
	z-index: 26;
	/* RESP ADD START */
	height: 293px;
	overflow: scroll;
	padding-right: 20px;
	/* RESP ADD STOP */
}

#seiteninhalt a, #seiteninhalt a:visited, #seiteninhalt a:link { 
	color: #044a88;
	text-decoration: none;
	border-bottom: dotted 1px #044a88;
}

#seiteninhalt a:hover, #seiteninhalt a:active {
	color: #088acc;
	text-decoration: none; 
	border-bottom: dotted 1px #044a88;
}

#navi {
	position: absolute;
	top: 176px;
	left: 35px;
	width: 271px;
	height: 323px;
	visibility: visible;
	z-index: 24;
}

#navi a {
	text-decoration: none;
}

#navi img {
	margin-bottom: 2px;
}


#schatten    
	{
	position: absolute;
	margin-left: -500px;
	top: -335px;
	left: 50%;
	width: 1000px;
	height: 670px;
	visibility: visible;
	background-image: url(../images/schatten.gif);
	background-repeat: no-repeat;
	z-index: 5;
}

#downloadbutton {
	position: absolute; 
	top:155px; 
	left:600px; 
	z-index: 100;
}

/* layer fuer die ausrichtung der website in der mitte des fensters */

#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	text-align: left;
	overflow: visible;
	visibility: visible;
	display: block;
}

#stage    
	{
	position: absolute;
	margin-left: -450px;
	top: -275px;
	left: 50%;
	width: 900px;
	height: 550px;
	visibility: visible;
	z-index: 10;
	background: #055091;
	background-color: #055091;
	background: url(../images/hintergrund.jpg);
	background-repeat: no-repeat;
}

#stagestart    
	{
	position: absolute;
	margin-left: -450px;
	top: -275px;
	left: 50%;
	width: 900px;
	height: 550px;
	visibility: visible;
	z-index: 10;
	background: #055091;
	background-color: #055091;
	background: url(../images/hintergrund_start.jpg);
	background-repeat: no-repeat;
}

#stagefolge   
	{
	position: absolute;
	margin-left: -450px;
	top: -275px;
	left: 50%;
	width: 900px;
	height: 550px;
	background: #055091;
	visibility: visible;
	z-index: 10;
	background: url(../images/hintergrund_ohne_zitat.jpg);
	background-repeat: no-repeat;
}

#gtxt {
	position: absolute;
	overflow: hidden;
	width:10px; 
	height:10px; 
	top:-20px; 
	left:-20px;
}


/* NAVINEU */

.navi_active, .subnavi_active {
	background-color: rgba(255,255,255,0.6);
	width: 270px;
	height: 22px;
	margin-top: 2px;
	padding-top: 6px;
}

.navi_active span, .navi_active a {
	padding-left: 8px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #256eae;
}

.subnavi_active span {
	padding-left: 18px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #256eae;
}

.navi_inactive, .subnavi_inactive {
	background-color: rgba(255,255,255,0.4);
	width: 270px;
	height: 22px;
	margin-top: 2px;
	padding-top: 6px;
}

.navi_inactive:hover, .subnavi_inactive:hover {
	background-color: rgba(255,255,255,0.6);
}

.navi_inactive a {
	padding-left: 8px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #fff;
	display: block;
}

.subnavi_inactive a {
	padding-left: 18px;
	font-size: 17px;
	line-height: 18px;
	letter-spacing: 0.2px;
	color: #fff;
	display: block;
}

.navi_inactive:hover a, .subnavi_inactive:hover a {
	color: #256eae;
}


/* RESPO MQ */

@media only screen and (min-width: 561px) and (max-width: 930px) {
img#portrailbild.portrailbildimg {
		width: 150px; height: 150px;
	}
	#downloadbutton {
		position: absolute; 
		left: calc(100% - 300px); 
	}
	#logo { 
		left: 20px;
	}
	#stagefolge {
		margin-left: -48%;
		width: 96%;
	}
	#textflaeche {
		left: 222px;
		width: 54vw;
		background: none;
		background-color: rgba(255,255,255,0.7);
	}
	#seiteninhalt {
		top: 190px;
		left: 240px;
		width: 50vw;
	}
	#navi {
		left: 20px;
		width: 200px;
	}
	.navi_active, .navi_inactive, .subnavi_active, .subnavi_inactive {
		width: 100%;
	}
	#schatten {
		display: none;
	}
}

@media only screen and (max-width: 560px) {
img#portrailbild.portrailbildimg {
		width: 110px; height: 110px;
	}
	#downloadbutton {
		position: absolute; 
		top: 475px; 
		left: calc(50% - 131px); 
	}
	#horizon {
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
	}
	#stagefolge {
		margin: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 900px;
		background: url(../images/hintergrund_ohne_zitat.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		background-position-x: -200px;
	}
	
	.home #stagefolge { height: 940px; }
	.person #stagefolge { height: 1175px; }
	.angebot1 #stagefolge { height: 2500px; }
	.angebot2 #stagefolge { height: 1425px; }
	.angebot3 #stagefolge { height: 1810px; }
	.angebot4 #stagefolge { height: 1600px; }
	.fragen #stagefolge { height: 770px; }
	.kosten #stagefolge { height: 1500px; }
	.kontakt #stagefolge { height: 870px; }
	
	#content {
		top: 0;
		left: 0;
		width: 100%;
		min-width: 320px;
	}
	#textflaeche {
		display: none;
	}
	#seiteninhalt {
		top: 370px;
		left: 0;
		width: calc(100% - 80px);
		height: auto;
		overflow: auto;
		padding: 20px;
		margin: 0 20px;
		background-color: rgba(255,255,255,0.7);
	}
	.angebot #seiteninhalt {
		top: 490px;
	}
	#navi {
		top: 135px;
		left: 20px;
		height: auto;
		width: calc(100% - 40px);
		min-width: 280px;
	}
	.navi_active, .navi_inactive, .subnavi_active, .subnavi_inactive {
		width: 100%;
	}
	#logo { 
		left: 20px;
	}
	#schatten {
		display: none;
	}
}

@media only screen and (min-width: 500px) and (max-width: 930px) and (orientation:landscape) {
	#downloadbutton {
		position: absolute; 
		top: 100px;
		left: 55%;
	}
	#horizon, #stagefolge {
		top: 5px;
	}
	#navi {
		top: 120px;
	}
	#textflaeche {
		top: 122px;
		height: 420px;
	}	
	#seiteninhalt {
		top: 140px;
		height: 390px;
	}
}


@media only screen and (min-width: 1200px) {

	#stage    
		{
		margin-left: -550px;
		top: -330px;
		width: 1100px;
		height: 660px;
		background-size: cover;
	}
	
	#stagestart    
		{
		margin-left: -550px;
		top: -330px;
		width: 1100px;
		height: 660px;
		background-size: cover;
	}
	
	#stagefolge   
		{
		margin-left: -550px;
		top: -330px;
		width: 1100px;
		height: 660px;
		background-size: cover;
	}
	
	#schatten    
		{
		margin-left: -600px;
		top: -400px;
		width: 1200px;
		height: 800px;
		background-size: cover;
	}
	#content 
		{ 
		width: 1100px;
	}
		
	#textflaeche {
		width: 735px;
		height: 428px;
		background: rgba(255,255,255,.7);
	}
	
	#seiteninhalt {
		width: 590px; 
		height: 390px;
	}

	#seiteninhalt p, li {
		font-size: 16px;
	}
	#seiteninhalt h1 {
		font-size: 22px;
	}
	#downloadbutton {
		left:750px; 
	}
}

@media only screen and (min-width: 1400px) {

	#stage    
		{
		margin-left: -650px;
		top: -380px;
		width: 1300px;
		height: 760px;
		background-size: cover;
	}
	
	#stagestart    
		{
		margin-left: -650px;
		top: -380px;
		width: 1300px;
		height: 760px;
		background-size: cover;
	}
	
	#stagefolge   
		{
		margin-left: -650px;
		top: -380px;
		width: 1300px;
		height: 760px;
		background-size: cover;
	}
	
	#schatten    
		{
		margin-left: -700px;
		top: -470px;
		width: 1400px;
		height: 940px;
		background-size: cover;
	}
	#content 
		{ 
		width: 1300px;
	}
		
	#textflaeche {
		width: 835px;
		height: 528px;
		background: rgba(255,255,255,.7);
	}
	
	#seiteninhalt {
		width: 690px; 
		height: 490px;
	}

	#seiteninhalt p, li {
		font-size: 19px;
	}
	#seiteninhalt h1 {
		font-size: 26px;
	}
	#downloadbutton {
		left:850px; 
	}

}

@media only screen and (min-width: 1600px) {

	#stage    
		{
		margin-left: -750px;
		top: -430px;
		width: 1500px;
		height: 860px;
		background-size: cover;
	}
	
	#stagestart    
		{
		margin-left: -750px;
		top: -430px;
		width: 1500px;
		height: 860px;
		background-size: cover;
	}
	
	#stagefolge   
		{
		margin-left: -750px;
		top: -430px;
		width: 1500px;
		height: 860px;
		background-size: cover;
	}
	
	#schatten    
		{
		margin-left: -750px;
		top: -520px;
		width: 1500px;
		height: 1040px;
		background-size: cover;
	}
	#content 
		{ 
		width: 1500px;
	}
		
	#textflaeche {
		width: 935px;
		height: 628px;
		background: rgba(255,255,255,.7);
	}
	
	#seiteninhalt {
		width: 790px; 
		height: 590px;
	}

	#seiteninhalt p, li {
		font-size: 24px;
	}
	#seiteninhalt h1 {
		font-size: 32px;
	}
	#seiteninhalt h2 {
		font-size: 26px;
	}
	#downloadbutton {
		left:950px; 
	}

}

@media only screen and (min-width: 1900px) {

	#stage    
		{
		margin-left: -900px;
		top: -450px;
		width: 1800px;
		height: 900px;
		background-size: cover;
	}
	
	#stagestart    
		{
		margin-left: -900px;
		top: -450px;
		width: 1800px;
		height: 900px;
		background-size: cover;
	}
	
	#stagefolge   
		{
		margin-left: -900px;
		top: -450px;
		width: 1800px;
		height: 900px;
		background-size: cover;
	}
	
	#schatten    
		{
		display: none;
	}
	#content 
		{ 
		width: 1800px;
	}
		
	#textflaeche {
		left: 407px;
		width: 1135px;
		height: 628px;
		background: rgba(255,255,255,.7);
	}
	
	#seiteninhalt {
		left: 450px;
		width: 1050px; 
		height: 590px;
	}

	#seiteninhalt p, li {
		font-size: 25px;
	}
	#seiteninhalt h1 {
		font-size: 33px;
	}
	#seiteninhalt h2 {
		font-size: 28px;
	}
	
	#navi {
		width: 371px;
		height: 623px;
	}

	.navi_active, .subnavi_active {
		width: 370px;
		height: 32px;
	}
	
	.navi_active span, .navi_active a {
		padding-left: 12px;
		font-size: 24px;
		line-height: 27px;
	}
	
	.subnavi_active span {
		padding-left: 24px;
		font-size: 24px;
		line-height: 27px;
	}
	
	.navi_inactive, .subnavi_inactive {
		width: 370px;
		height: 32px;
	}
	
	.navi_inactive a {
		padding-left: 12px;
		font-size: 24px;
		line-height: 27px;
	}
	
	.subnavi_inactive a {
		padding-left: 24px;
		font-size: 24px;
		line-height: 27px;
	}
	#downloadbutton {
		left:1150px; 
	}
	#downloadbutton img {
		width: 160%;
		height: auto;
	}

}

