/*#####################################*/
/*----- Custom CSS eCRISCOM-DEMO ------*/

body {
	background: #5078c3;
}

.container {
	background: #fff;
	padding: 0px 20px;
}

.headlogo {
	margin: 40px 0px;
}

.flex_foot a {
	color: #fff;
}

/*---- Farben ------------------------------*/
.bg-dark {
	background: #261658;
}


/*-------------- Nav ------------------------------*/

html body div.container div.row div.ten.columns ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

html body div.container div.row div.ten.columns ul.nav li {
	float: left;
	margin: 0;
}

html body div.container div.row div.ten.columns ul.nav li a {
	text-transform: uppercase;
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 10px 5px 0px;
	margin-right: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
}

html body div.container div.row div.ten.columns ul.nav li {
	position: relative;
}

html body div.container div.row div.ten.columns ul.nav ul {
	display: none;
	list-style-type: none;
}

html body div.container div.row div.ten.columns ul.nav li.selected.active:hover ul,
html body div.container div.row div.ten.columns ul.nav li:hover ul {
	display: block;
	position: absolute;
	top: 33px;
	left: -20px;
	background: #261658;
	width: 250px;
	padding-left: 15px;
	z-index: 1000;
	margin: 0;
}

html body div.container div.row div.ten.columns ul.nav li ul li {
	float: none;
}

html body div.container div.row div.ten.columns ul.nav li.selected ul li a, 
html body div.container div.row div.ten.columns ul.nav li ul li a {
	font-size: 1em;
	line-height: 1.6;
}

html body div.container div.row div.ten.columns ul.nav li.selected ul li.selected.active a:before {
	content: '> ';
}

html body div.container div.row div.ten.columns ul.nav li.selected a {
	
	text-transform: uppercase;
	font-size: 1em;
	text-decoration: underline;
}

/*-------------- Contextmen -----------------*/
.aside {
	position: relative;
}

.contextmen {
	position: absolute;
	top: 50px;
	right: 0;
	z-index:1001;
	box-sizing: border-box;
	padding: 30px 20px;
	background: #261658;
}

p.context {
	color: #fff;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: 1px solid #fff;
}

.contextmen ul {
	
	list-style-type: none;
}

.trigger {
	cursor: pointer;
	color: #ced0df;
}

.trigger:hover {
	color: #fff;
}

.two ul li a {
		color: #ced0df;
}

/*-------- Flex --------------*/
.flex {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding-top: 60px;
}

a.flex_cont {
	flex: 0 1 220px;
	box-sizing: border-box;
	margin: 15px 10px;
	height: 130px;
	background: #261658;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 50px 20px;
	text-align: center;
	font-weight: bold;
}

.flex_foot {
	flex: 0 1 220px;
	box-sizing: border-box;
	margin: 15px 10px;
	color: #fff;
}

.flex_foot p {
	font-size: 12px;
}

/*---------------- LOGIN ---------------------------------------*/
.login_form {
	width: 360px;
	height: auto;
	margin: 50px auto calc(50vh - 200px) auto;
	background: #ededed;
	border: 1px solid #261658;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px 10px;
}
