
/*

	Ab hier ist der Hauptcontent nicht mehr dynamisch und wird auf 1060px festgelegt

*/



#start_found {
	float                    : left;
}

#start_reg {
	float                    : right;
}
.b_center {
	text-align:center;
}

body {
	background               : #EBEFFA;
}

p {
	text-align               : justify;
}

	#div_BG {
		background           : url(/pics/layout/background.png) no-repeat center center fixed;
		-webkit-background-size : cover;
		-moz-background-size : cover;
		-o-background-size   : cover;
		background-size      : cover;
	}

	#div_opacity{
		top                  :    82px;
	}

	#div_center {
		margin               : 0 auto;
		margin-top           :    20px;
		width                :   1064px;
	border                   : solid 1px #CAD1DE;
	box-shadow               : -2px -2px 4px rgba(0,0,0,0.1);
	}

	#main {
		width                :   984px;
		margin:10px 40px;
	}

.pic_story {
	width                    :    23%;
	padding                  :     1%;
}

.pic-left {
	float                    : left;
	margin                   : 0.5em 2em 2em 0;
	width                    :    30%;
}

.pic-right {
	float                    : right;
	margin                   : 0.5em 0 2em 2em;
	width                    :    30%;
}



@media(min-width: 1390px) {
/*

	Ab hier wird die Navigation sichtbar

*/

	header {
		justify-content      : center;
		align-items          : center;
		height               :    96px;
	}


	#div_center {
		display              : flex;
		width                :  1378px;
		padding-bottom       :     0px;
		margin-bottom        :    50px;
	}

	#main {
		left                 :   314px;
		float                : left;
	}

	#mobilnav_link {
		display              : none;
	}

	footer {
		position             : absolute;
		height               :    55px;
		padding-top          :    12px;
		left                 :     0px;
		bottom               :     0px;
		width                :   314px;
		border-top           : solid 1px #CAD1DE;
		display              : flex;
		justify-content      : center;
		align-items          : center;
		display              : block;
	}

	nav {
		margin-top           :     0px;
		margin-left          : -1064px;
		min-height           :   750px;
		float                : left;
		width                :   314px;
		display              : block;
		border-right         : solid 1px #CAD1DE;
		background           : #EBEFF8;
	}

	nav a {
		color                : #113C66;
	}

	#nav_fund_set {
		display              : flex;
		justify-content      : center;
		align-items          : center;
		color                : #FCFBFF;
		background           : #FF9A3D;
		width                :  302px;
		margin-top           :   12px;
		height               :   55px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}

	#nav_reg {
		display              : flex;
		justify-content      : center;
		align-items          : center;
		color                : #FCFBFF;
		background           : #479541;
		margin               : 12px 25px;
		height               :   55px;
		border-radius        :    6px;
	}

	#nav_main {
		border-top           : solid 1px #CAD1DE;
	}

	#nav_main p {
		border-bottom        : solid 1px #CAD1DE;
		margin-top           :     0px;
		margin-right         :    25px;
		padding-left         :    25px;
		display              : flex;
		justify-content      : left;
		align-items          : center;
		height               :   55px;
	}

}