html, body
{
  /*height:100%;*/
  margin:0;
  padding:0;
}
body
{
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
  overflow: hidden;
}
body *
{
	text-shadow: none;
}
#drawer-page {

}

a {
  cursor: pointer;
}
.m_message a {
  color: #669eff !important;
}

.media, .glyphicons, .glyphicon, .drawer-heading {
  cursor: pointer;
}



#login {
  background: url(../images/cxbg-12.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.login_form {
  opacity: 0.8;
}

h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2
{
	font-size: 24px;
}
h3, h4
{
	font-size: 18px;
}
h5, h6
{
  text-transform: uppercase;
  font-weight: lighter;
	font-size: 12px;
}
p
{
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
}

nav:not(.mm-menu)
{
	display: none;
}

.header,
.content_section,
.footer
{
	/*text-align: center;*/
}
.header,
.footer
{
	background: #dd3333;
	font-size: 16px;
	color: #fff;
	line-height: 40px;


	/*-moz-box-sizing: border-box;
	box-sizing: border-box;	*/
	width: 100%;
	height: 40px;
	padding: 0px 10px;
}
.header .glyphicons {
  width: 40px;
  height: 40px;
  font-size: 18px;
  /*border: solid 1px #FFF;
  display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: center;
  padding-top: 10px;
  margin-top: -1px;
  padding-top: -10px !important;
}
.header .glyphicon {
  width: 30px;
  height: 40px;
  font-size: 18px;
  /*border: solid 1px #FFF;
  display: flex;
  justify-content: center;
  align-items: center;*/
  text-align: center;
  padding-top: 11px;
  margin-top: -1px;
  padding-top: -10px !important;
  font-weight: lighter;
}

.header h1 {
  margin: 0px 20px;
  padding-left: 15px;
  font-size: 20px;
  line-height: 40px;
  font-weight: lighter;
}

.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
  z-index: 10;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}

.content
{
	padding: 40px 0px 0px 0px;
}
.content_text
{
  margin-top: 40px;
  padding: 15px 15px 10px 15px;
}
.content_text h1 {
  margin-top: 0px;
}

.scrolling_div {
  position: relative;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


.glyphicons {
  margin-top: -3px;
}


/* Medialist ohne Rand
.user_list .media {
  border-bottom: solid 1px #D4D4D4;
}
.user_list .media-object {
  width: 100px;
}
.user_list .media-body {
  padding-top: 10px;
  padding-right: 5px;
} */


.user_list .media {
  /*border: 1px solid #D4D4D4;*/
  margin: 8px 4px;
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0 1px 2px 1px #D4D4D4
}
.user_list .media-object {
  width: 100px;
}
.user_list .media-body {
  padding-top: 10px;
  padding-right: 5px;
}

/* User Online Anzeige */
.dot {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-right: 6px;
  margin-top: 4px;
}
.green {
  background: #3FCC23;
}
.red {
  background: #d52e28;
}
.grey {
  background: #8F8F8F;
}

.own_nav_image {
  margin: 15px -5px 15px 20px;
}
.own_nav_image_bg {
  height: 80px;
  background: #212121;
}

#left_sidebar .glyphicons {
  padding: 3px 15px 0 5px;
}

.pm_isunread {
  background: #FFFFFF;
}
.pm_read {
  background: #F0F0F0;
}

.scroll-menu .media-list .media {
  line-height: 1.5em !important;
  color: #CC0000;
}
.lg-outer {
  z-index: 1550;
}
.glyphicons.gallery_img {
  padding-top: 5px;
}
.image_content {
  border: solid 1px #DEDEDE;
  width: 100%;
  height: 30px;
  margin-top: 5px;
  padding: 4px;
}

.heaven {
  background: url(../images/cxbg-12.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.winner {
  /*box-shadow: 0 0 70px 7px #F2F2F2;*/
  border: solid 3px #FFF;
  position: absolute;
  top: 10vh;
}
.winner_content {
  position: absolute; top: 30vh;
  color: #FFF;
  text-align: center;
  width: 100vw;
  padding: 20px;
}
.content h1 {
  margin-top: 0px;
}
.content h2 {
  margin-top: 0px;
  font-size: 18px;
  color: #dd3333;
}
.form-group.user_data {
  margin: 0 0px;
}

.drawer-fullnav li {
  line-height: 24px;
}
