@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #333;
	font-size: 1.6em;
}

.img_picker_videothumb {
	background-color: #df691a;
	margin-bottom: 0;
}

.img_picker_picturethumb {
	background-color: #4e5d6c;
	margin-bottom: 0;
}

.list-group-community {
	border-left: solid 8px #6A6;
}

.list-group-selected {
	background: #37495b;
}

.list-group-owner {
	border-left: solid 8px #66AAF8;
}

.x-container > header, .x-container > content,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

.x-container > header {
	margin: 0 auto;
	padding:8em 2em 3em 2em;
	padding-left: 370px;
	background: rgba(0,0,0,0.05);
}

.x-container > content {
	padding-left: 370px;
	border: thin #EEE;
	
	margin: 60 auto;
	padding: 20px 50px 0px;

	text-align: right;
}

.x-container > header a {
	color: #566473;
	text-decoration: none;
	outline: none;
}

.x-container > header a:hover {
	color: #4f7bab;
}

.x-container > header h1 {
	font-size: 3.2em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}



.x-container > header .headerspan {
	display: block;
	font-size: 55%;
	color: #74818e;
	padding: 0 0 0.6em 0.1em;
}

/* To Navigation Style */
.codrops-top {
	background: #fff;
	background: rgba(255, 255, 255, 0.6);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	text-decoration: none;
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.95);
	color: #333;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.9em;
}

.codrops-demos a {
	text-decoration: none;
	outline: none;
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	border: 3px solid #b1aea6;
	color: #b1aea6;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #89867e;
	color: #89867e;
}

.m-eintrag-rechts, .m-eintrag-links {
	color: #333;
	margin: 10px 5px 10px 370px;
	padding: 25px 20px 25px 20px;
	background: rgba(255,255,255,0.80);
	border: thin #999;
	overflow: auto;
}

.m-eintrag-rechts-wide, .m-eintrag-links-wide {
	color: #333;
	margin: 10px 5px 10px 5px;
	padding: 25px 20px 25px 20px;
	background: rgba(255,255,255,0.80);
	border: thin #999;
	overflow: auto;
}


.m-eintrag-rechts-highlight, .m-eintrag-links-highlight {
	color: #333;
	margin: 10px 5px 10px 370px;
	padding: 25px 20px 25px 20px;
	background: #EEE;
	border: thin #999;
	overflow: auto;
}

.m-container {
	position: absolute;
	margin: 10px 5px 10px 370px;
	padding: 25px 20px 25px 20px;
	/*background: rgba(255,255,255,0.80);
	border: thin #999;*/
}

.m-eintrag-links, .m-eintrag-links-highlight, m-eintrag-links-wide {
	text-align: left;
}

h3 {
	text-align: left;
	padding: 5px 30px 5px 30px;
}

@media screen and (max-width: 1625px) {
	.x-container > header {
		margin: 0 auto;
		padding: 100px 20px;*/
		font-size: 70%;
		text-align: right;
	}
	
}

@media screen and (max-width: 740px) {
	.codrops-icon span {
		display: none;
		margin: 0 auto;
		padding: 20px 50px 0px;
		font-size: 70%;
		text-align: right;
	}
	
	.m-eintrag-rechts, .m-eintrag-links, .m-eintrag-rechts-highlight, .m-eintrag-links-highlight {
		margin: 10px 5px 10px 5px;
	}

	.m-container {
		margin: 10px 5px 10px 5px;
		padding: 25px 20px 25px 20px;
	}

}