
* {
margin:0;

}

html {min-height: 100%}


body {

/*
	font: 1em/150% Open Sans regular,Arial, Helvetica, sans-serif; !important;
*/


	font-family: Arial Narrow, Arial, Helvetica Neue, Helvetica, sans-serif;

	margin:0px;
	padding:0px;
}


a {
	color: #000;
	text-decoration: none;
}



a:visited,
a:active,
a:focus {
	color: #000;
	text-decoration: none !important;
}

h1 {
	font: bold 36px/100% Arial Narrow, Arial, Helvetica, sans-serif;
}
/******
NAVI
*******/
.nav_case_head {
	opacity:0.5;
}
.nav_case_head:hover {
	opacity:1;
}

#nav {
	text-align: justify;
	align: justify;
	padding-left:10px;
	padding-right:10px;

}
#nav:after {
    content: '';
    display: inline-block;
    width: 100%;
	margin:0px;
}
#nav li {
    display: inline-block;
	padding:5px;
}
/************************************************************************************
BOOTSTRAP-Layouts
*************************************************************************************/
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
	height: 0;
	-webkit-box-sizing: content-box;
		 -moz-box-sizing: content-box;
					box-sizing: content-box;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	padding: 0px;
	width: 960px;
	margin: 80px auto;
	min-height: 700px;
}

#header {

	position: fixed;
	z-index:1000;
	top: 0px;
	width:100%;
	width:100vw;
	height: 46px;
	margin-top:0px;
	background:100vw;
	background-color:#7F284F;
	background-opacity:0.5;
 	transition: height 0.4s linear 0s, padding 0.6s linear 0s;
	overflow:hidden;

}

#header_line {
 	width:100%;
	width:100vw;
	height:1px;
	background-color:#cecece;
	margin-top:36px;

}

.back_or_logo{
	float:left;
	width:50%;
}


#header_content  {

	padding-top: 7px;

  	width: 960px;
  	margin: 0px auto;
	transition: height 0.3s linear 0s, padding 0.4s linear 0s;
}

.logo {
 	height: 35px;
	margin-top:7px;
		}


#content {
	width: 600px;
 	float: left;
	padding: 0px;
	margin-bottom: -20px;

	/*border: 1px solid #e8e8e8;*/
	/*position: absolute;*/

}
#sidebar {
	width: 300px;
	float: right;
	padding: 10px;
	padding-top: 0px;
	margin-top:0px;
}
#footer {
	position:inline;
	margin-top:15px;

	bottom:0px;
	width:100%;



	background-color:#f1f1f1;
	overflow:hidden;
}


#navi_bottom_fix {
	position: fixed;
	z-index:4003;
	bottom: 0px;
	width:100%;
	width:100vw;
	height: 45px;
	margin-bottom:0px;
	background:#f5f5f5;
	display:none;

}

#navi_bottom_fix_content {
	position: relative;
	bottom: 0px;
	width:100%;
  height: auto;
	margin:5px;
	margin-left:0px;

}

#error_msg{
	font-weight: bold;
	padding: 10px;
	color: #FF0000;
}

.upload_preview {
	display: flex;
	margin-top: 70px;;
}
.uploaded_picture{
	position: relative;
	width: 25%;
	padding: 0.5%;
}

.uploaded_picture img{
	width: 100%;
}

.remove_tag, .delete_upload, .delete_post, .remove_product_tag  {
	position:absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	opacity: 0.6;
	margin: 2%;
	padding: 4%;
	border: 1px solid #D6D3D6;
	cursor: pointer;
}

.remove_tag:hover, .delete_upload:hover, .delete_post:hover , .remove_product_tag:hover  {
	opacity: 0.8;
}

.remove_tag img, .delete_upload img, .delete_post img, .remove_product_tag img  {
	width: 25px;
}

.ajax_link{
	cursor: pointer;
}

.btn_like{
	cursor: pointer;
}


.discovery_search {
	width:100%;
	height:auto;
	background-color:#fff;
	border: 0px solid #cdcdcd;
	/*padding:10px;*/
	margin:0px;
	box-sizing: border-box;
	position:relative;
}

* {
	box-sizing: border-box;
}

.discovery_box {
	position: relative;
	box-sizing: border-box;
}

.search_input input {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #f8f8f8;
	float: left;
	width: 85%;
	background: #f8f8f8;
	outline: none;
	border-radius: 0px;
}

.search_input input:active {
	padding: 10px;
	font-size: 17px;
	border: 1px solid grey;
	float: left;
	width: 85%;
	background: #fff;
	outline: none;
}



.search_input button {
	float: left;
	width: 15%;
	padding: 10px;
	background: #e1e1e1;
	color: white;
	font-size: 17px;
	border: 1px solid #f8f8f8;
	border-left: none;
	cursor: pointer;
	outline: none;

}

.search_input button:hover {
	background: #e5e5e5;
	outline: none;
}

.search_input::after {
	content: "";
	clear: both;
	display: table;
	outline: none;
}

.search_res {
	position:absolute;
	left:0;
	padding-top: 10px;
	font-size: 14px;
	border: 0px solid grey;
	float: left;
	width: 100%;
	height:auto;
	background: #f7f7f7;
	z-index:101;
}

.search_res_one {
	width:100%;
	padding:0px;
	display:flex;
	align-items:center;
	box-sizing: border-box;
	cursor: pointer;
}
.search_res_one:hover {
	background: #cdcdcd;
}

.line_search {
	margin:5px;
	border-top: 1px dotted #ccc;
}

.floating-box_2 {
	display: inline-block;
 	align-items:center;
	horizontal-align:center;
	width: 32%;
	height: auto;
	line-height:1.5em;
	font-size:0.8em;
	background-color:#fff;
	padding:7px;
	box-sizing: border-box;
	opacity: 0.5;
}


.floating-box_2:hover {
	display: inline-block;
 	align-items:center;
	horizontal-align:center;
	width: 32%;
	height: auto;
	line-height:1.5em;
	font-size:0.8em;
	background-color:#f9f9f9;
	padding:7px;
	box-sizing: border-box;
	opacity: 1;
}

.dropdown_active{
	background-color:#f1f1f1;
}


.category_navi {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f1f1f1;
	font-size: 11px;
	text-align: center;
	display: inline-block;
}

.category_navi_item, .dropdown {
    float:left;
		position: inherit;

}

.category_navi_item a {
    color: #777;
}

li a, .dropbtn {
    display: inline-block;
    color: #777;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
}

.main_nav_active{
	opacity: 1;
	color: #000;
	background-color: #f1f1f1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.main_nav_active a {
	color: #000;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: #f9f9f9;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
   /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}



.product_row {
  display: flex; /* equal height of the children */
}

.product_col {
  flex: 1; /* additionally, equal width */
  padding-top: 1em;
	margin: 0.1em;
  border: solid 1px #e8e8e8;
}

.product_col_border {
	float:left;
	width:25%;
	padding:0.2em;
}

.product_col_thumbnail {
	float:left;
	width:50%;
}

.product_btn_favor {
	float:right;
	width:1.8em;
	cursor:pointer;
}

.PostOuterDiv {
  position: relative;
	height:100px;
	top     : 0px;
  left    : 0px;
  border  : 0px solid #cccccc;
  padding : 0px;
	margin: 10px;
}

.PostThumbnail{
	position: relative;
	width:100px;
	display:flex;
	align-items:center;
	box-sizing: border-box;
}

.PostThumbnail a {
   position: absolute;
   display: block;
   top: 20px;
   left: 20px;
}

.PostThumbnail span {
   position: absolute;
   display: block;
   top: 20px;
	 left: 20px;
	 font-size: 24px;
	 text-align: center;
	 color: #7F284F;
}

.PostThumbnailImg{
  object-fit: cover;
  border: solid 1px #ccc;
}

.PostInnerDiv_text {
	position: absolute;
	top: 0px;
	left: 110px;
	padding: 5px;
	font-weight: bold;
	line-height:1.5em;
	font-size:1em;
	color:#000;
	border  : 0px solid #99cc99;
	box-sizing: border-box;
}

.PostInnerDiv_date {
	position: absolute;
	bottom     : -5px;
	left   : 110px;
	padding : 5px;
	line-height: 1.5em;
	font-size: 1em;
	color:#9b9b9b;
	border  : 0px solid #99cc99;
	box-sizing: border-box;
}

.hr_line {
	border: 0;
	height: 1px;
	background: #e8e8e8;
	margin: 0px;
}

.icons_post {
	padding-right:5px;
	padding-left:5px;
	vertical-align:middle;
	opacity:0.7;
}

.comments{
	padding: 0px 10px 0px 10px;
}

.comment{
	margin-top: 20px;
}

.comment_reply{
	padding-left: 50px;
}

.comment_user{
	padding-top: 5px;
	height: 60px;
}

.comment_content{
	border-radius: 5px;
	border: solid 1px #ddd;
	padding: 5px;
}
.comment_text{
	border-bottom: solid 1px #ddd;
	padding-bottom: 5px;
}
.comment_footer{

	padding-top: 5px;
}

.comment_footer a{
	cursor: pointer;
	color: #cdcdcd;
}
.comment_footer a:hover{
	color: #000;
	text-decoration: none;
}
.new_comment{
	padding: 10px;
}

.new_comment input {
	padding: 10px;
	font-size: 17px;
	border: 1px solid #cdcdcd;
	width: 90%;
	border-radius: 0;
	-webkit-appearance: none;
}

.new_comment button {
	border: 1px solid #cdcdcd;
	border-right: none;
	background-color: #fff;
	float: left;
	width: 10%;
	padding: 5px;

}

.cmt_reply{
	float:right;
	padding-right:10px;
}

.reply{
	padding: 10px 0px 0px 0px;
}

.nav_case {
	float: left !important;
	width: 20%;
	display:inline !important;
   	margin-left:0px;
}

.taged_products{
	margin-left:10px;
	margin-right:10px;
	padding-left:10px;
	padding-right:10px;
	background: #ececec;
	margin-top:10px;
	border-radius:5px;
}


.nav_head_right {
	width: 450px;

}

.nav_case_head {
	float: left !important;
	width: 16%;
	display:inline !important;

	margin-left:0px;
	margin-top:5px;
	line-height:0.8em;
	margin-bottom:0px;
	align:center;
}

.nav_head_right_inbox {
		display: none;
		line-height:0.8em;

	}



.feed_post {
	position: relative;
	width:100%;
	height:auto;
	background-color:#fff;
	border: 1px solid #f5f5f5;
	border-bottom: 10px solid #f5f5f5;
	padding:0px 0px 12px 0px;
	box-sizing: border-box;
}

.product_content{
	width:100%;
	height:auto;
	background-color:#fff;
	border: 0px solid #cdcdcd;
	padding:10px;
	margin: 0px;
	box-sizing: border-box;
}

.circular--square {
			height:40px;
			border-top-left-radius: 50% 50%;
			border-top-right-radius: 50% 50%;
			border-bottom-right-radius: 50% 50%;
			border-bottom-left-radius: 50% 50%;
}

.feed_post_user {
			width:100%;
			height: 70px;
			padding:10px;
			/*display:flex;*/
			align-items:center;
			box-sizing: border-box;
			position: relative;
}


.feed_product_foto_content {
			position:relative;
			width:100%;
			height:100%;
			padding-bottom:20px;"
}

.feed_post_foto_content {
			position:relative;
			width:100%;
			height:100%;
			padding-bottom:20px;"
}

.feed_post_foto_content2 {
			position:absolute;
			width:100%;
			padding-bottom:20px;"
}

.feed_post_img {
		border:0;
		width:100%;
		height:auto;
		margin:0px;
		padding:0px;
}

.feed-video-thumbnail {
	position: relative;
	border:0;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}
.feed-video-overlay{
	position:absolute;
	left: 50%;
  top: 46%;
	transform: translate(-50%, -50%);
}


.post_text {

	padding:0px 10px 0px 10px;
	margin-top:-15px;
	line-height:1.5em;
}

.feed_post_prod  {

	display:flex !important;;
	align-items:center !important;
	float: left !important;
	width: 33%;
	margin-left:0px;
	background-color:#cdcdcd;
	line-height:1em;
	box-sizing: border-box;
}


.feed_post_line {

			/*border: 1px solid #cdcdcd;*/
			border-radius:10px;
			width:98%;
			padding: 1px 10px 1px 10px;
			/*margin: 1%;*/


}

.feed_post_line_content {
			width:100%;
			/*line-height:1.2em;
			display: flex;
			align-items:center !important;*/
}

.info_rigt{
	float:right;
	line-height: inherit;
	color:#cdcdcd;
}

.info_rigt a{
	color:#cdcdcd;
}

.info_rigt a:hover{
	color:#333;
	text-decoration: none;
}



.dTab{
	display: table;
	width: 100%;
	box-sizing: border-box;

}

.dTabL {
	border: 0px solid #999999;
	display: table-cell;
	text-align: center;
  vertical-align: middle;
	margin-top:0px;
	padding: 3px 10px;
	padding-top: 3px;
	line-height:1em;
	cursor: pointer;
}

.dTabM {
	margin:0;
	border: 0px solid #999999;
	display: table-cell;
	margin-top:0px;
	padding-top:0px;
	line-height:1em;
	width:220px;
	cursor: pointer;
}

.dTabM a:hover{
	text-decoration: none;
}

.dTabR {
	border: 0px solid #999999;
	display: table-cell;
	text-align: center;
  vertical-align: middle;
	margin-top:0px;
	padding: 3px 10px;
	padding-top: 3px;
	line-height:1em;
}

 .dTabu{
	display: table;
	width: 90%;
	border: 1px solid #999999;


}

.dTabCu {
	border: 1px solid #999999;
	display: table-cell;
	text-align: center;
     vertical-align: middle;
	margin-top:0px;
	padding: 3px 10px;
	padding-top: 3px;
	line-height:1em;

}

.prod_start {

position:relative;
width:100%;
padding-bottom:0px;
}

.prod_body {
padding-top:5px;
padding-bottom:5px;
width:100%;
}


/************* BC-Modal *******************/
.overlay {
	display: none;
  position: fixed;
	overflow-y: scroll;
  top: 0; right: 0; bottom: 0; left: 0;
	background:  rgba(40,40,40, .75);
	z-index: 3000;
	/*Momentum Scrolling on iOS*/
  -webkit-overflow-scrolling: touch;
 }

.overlay_box {
	border-radius: 5px;
  margin: 15vh auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
	z-index: 4000;
}

.overlay_header_mobile{
	display: none;
}

.overlay_header{
	padding: 15px;
	background-color: #7F284F;
	color: #fff;
}
.overlay_header_title{
	font-size: 24px;
	padding-left: 10px;
}
.close_x {

	height: 30px;
	width: 30px;
	float:right;

	cursor: pointer;

	background: url("../../img/system/icon_close_white.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.back_nav {
	height: 30px;
	width: 30px;
	cursor: pointer;
	display: block;
	float:left;
	border: none;
	background: url("../../img/system/icon_back_white.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position:center;
}

.close_x:hover {
	background: url("../../img/system/icon_close_grey.png");
	background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: center;
}

.overlay_box_content{
	position: relative;
	clear:both; /* reset the float right of the close_x div*/
	padding: 15px;
}

.modal_overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 3000;
	display: none;
}

.post_button_right{
	float:right;
	border: 1px solid #ced4da;
	border-left: 0px;
	padding: 8px 12px;
	font-size: 16px;
	cursor: pointer;
}
.tag_comment{
	float:left;
	border: 1px solid #ced4da;
	border-right: 0px;
	padding: 2px 10px;
	font-size: 24px;
	cursor: pointer;
}


#search_text, #comment_input, #product_search, #reply_input {
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 2px;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    font-size: 16px;
    border-radius: 0px;
}

#cancel_button_right, .hide_tag_comment{
  float:right;
  border: 1px solid #ced4da;
  border-left: 0px;
  padding: 8px 12px;
  font-size: 16px;
  cursor: pointer;
}

#cancel_button_right {
  display: none;
}
/************** Slide In jquery *******************/

/*
ACHTUNG: die IDs #mod1 und #box1 wurden durch di Klassen .post_modal und .post_box ersetzt und werden nur noch im site.html verwendet.
*/
div#mod1 {

	background: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -2200px;
	z-index:11000;
	overflow-y: auto;
}

div#box2 {
 	width:100%;
}

.post_modal {

	background: #ffffff;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	right: -2200px;
	z-index:11000;
	overflow-y: auto;
}

.post_box {
 	width:100%;
}

.mdh {
margin:0;
position: fixed;
 z-index: 20005;
background-color:#eee;
height:25px;
width:100%;
padding:10px;
margin-left:0px;
}

.mdb { padding: 0px;  padding-top: 45px;  overflow-y: auto;}

.ttt {
z-index: 11001;
position:block;
width:100%;
background-color:#eee;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
 margin-bottom: 30px;

}

.post-image-container{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.post-image-pagination{
		position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.tags-swiper-pagination{
		position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}

.circular-square_profile {
	border-top-left-radius: 50% 50%;
	border-top-right-radius: 50% 50%;
	border-bottom-right-radius: 50% 50%;
	border-bottom-left-radius: 50% 50%;
	width:70px;
	height:70px;
	margin-left:5px;
}

.profile_text {
	padding:15px;
	margin-top:-5px;
	margin-bottom:10px;
	line-height:1.5em;
	font-size:1em;
}

.feed_profile {
	width:100%;
	height:auto;
	background-color:#fff;
	border: 0px solid #cdcdcd;
	padding:0px;
	margin:0px;
	box-sizing: border-box;
}

.feed_profile_user {
	width:100%;
	padding:10px;
	display:flex;
	align-items:center;
	box-sizing: border-box;
	line-height:1.5em;
	font-size:1em;
}

.floating-box {
	display: inline-block;
 	align-items:center;
	width: 120px;
	height: auto;
	margin: 5px;
	margin-left: 15px;
	line-height:1.5em;
	font-size:1em;
}
.floating_nav {
	display: inline-block;
 	align-items:center;
	horizontal-align:center;
	width: 32%;
	height: 35px;
	/*margin-left: 10px;*/
		line-height:1.5em;
	font-size:0.8em;
	background-color:#f8f8f8;
	padding:7px;
	box-sizing: border-box;
}
.nav_active{
	background-color:#fff;
}
.icons_web {
	padding-right:10px;
	vertical-align:middle;
}
.after-box {
}


.icons {
	padding-right:5px;
	vertical-align:middle;
}

.profile_container{
	/*border: 1px solid;*/
	display: flex;
	padding: 5px 0px 5px 5px;
}
.profile_image{
	/*border: 1px solid red;*/
	margin: 2px;
}
.profile_info{
	/*border: 1px solid blue;*/
	margin: 2px;
	margin-left: 10px;
}
.profile_line{
	/*border: 1px solid green;*/
	text-align: center;

}
.double{
	display: flex;
	padding: 0px;
}
.profile_cell{
	/*border: 1px solid pink;*/
	padding: 5px;
}
.profile_cell a{
	color: #7F284F;
}

.profile_link_container{
	width:100%;
	padding:10px;
	margin-top:0px;
}
.profile_link{
	float:left;
	padding-right:6px;
}
.profile_btn_container{
	background-color:#EACCCE;
	height:45px;
	width:100%;
	padding:10px;
	margin-top:0px;
}

.profile_btn{
	padding:4px;
	background-color:#fff;
	text-align: center;
	font-weight: bold;
}
.profile_btn a{
	color:#7F284F;
}
.slider_container{
	width:100%;
	padding:10px;
	margin-top:0px;
	background-color:#f5f5f5;

}
.slider_header{
	width:100%;
	padding:10px;
	margin-top:10px;
	height:45px;
}
.slider_title{
	float:left;
	padding:4px;
	background-color:#fff;
	color:#7F284F;
	font-size: 1.2em;
	font-weight: bold;
}
.slider_all{
	padding:4px;
	background-color:#fff;
	text-align: center;
	font-weight: bold;
}
.slider_all a{
	color:#7F284F;
}
.left{
	float:left;
	font-size:0.9em;
}
.right{
	float:right;width:110px;
	font-size:0.9em;
}
.center{
	margin:0 auto;
	width:110px;
	font-size:0.9em;
}
.nav_mod{
	float:left;
	font-size:1.2em;
	color:#7F284F;
	padding-top:4px;
	cursor: pointer;
}

.nav_corr{
	margin:2%;
}

.nav_mod_active{
	font-weight: bold;
	border-bottom: 2px solid #7F284F;

}


.nav_mod_sub{
	clear: left;
	height: 30px;
	background-color: #fff;
	display: flex;
}

.bp_title{
	font-size: 0.9em;
}
.nav_mod_active .bp_title{
	border-bottom: 2px solid #000;
}

.nav_mod_container{

	background-color: #fff;
	width: 100%;
	/*max-width: 570px;*/
	height: 90px;
	padding: 5px;
	z-index: 5000;
	/*border-bottom: 1px solid #e8e8e8;*/
}

.bp_group_title{
	padding: 0px 5px 5px 5px;
	font-size:1.2em;
	color: #000;
	border-bottom: 0px;
	text-align: center;
}
.bp_group_box{
	background: #f5f5f5;
	padding-bottom: 10px;
}
.bp_question_box{
	text-align:center;
	padding: 10px;
	font-size: 1.1em;
}

.post_container{
	padding: 10px;
	display: flex;
}
.post_image{
	width: 100px;
	height: 100px;
	display: flex;
	position: relative;
}
.post_info{
	position: relative;
	width: 100%;
	min-height: 100px;
}
.post_info_title{
	padding-left: 5px;
	text-align: left;
	line-height: 1.5em;
  font-size: 0.8em;
}
.post_info_buttons{
	position: absolute;
	padding-left: 5px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: left;
  color: #9b9b9b;
	font-size: 0.8em;
}

.bp_block_row{
	display: flex;
}

.bp_block {
	position:relative;
	width:95%;
	height:100%;
	cursor: pointer;
}
.bp_block_border {
	position:absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 3%;
	padding: 5%;

	border: 2px	solid #fff;

}

.bp_active .bp_block_border {
	border: 2px	solid #7F284F;
}

.bp_active_view .bp_block_border {
	border: 2px	solid #3B4A72;
}



.bp_block_text {
	position:absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	margin: 3%;
	margin-bottom: 0px;


	background: #fff;
	color:#000;
	border: 5% solid #fff;
}

.bp_active .bp_block_text{
	background: #7F284F;
	color:#fff;
	border: 5% solid #A05175;
}

.bp_active_view .bp_block_text{
	background: #3B4A72;
	color:#fff;
	border: 5% solid #A05175;
}



.bp_block_border:hover {
	opacity:0.6;
}


.bp_block_border_inaktiv:hover {
	opacity:0.6;
}

.display_only_mobile{
	display: none;
}
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {

	#pagewrap {
		width: 94%;
	}

	#header_content {
		width: 97%;
	}
	#content {
		width: 65%;
	}
	#sidebar {
		width: 25%;
	}

	.back_or_logo{
		width:28%;
	}

}

/* for 600px or less */
@media screen and (max-width: 600px) {

	.bp_block_border:hover {
		opacity:1;
	}


	#content {
		width: auto;
		float: none;
	}
	#sidebar {
		width: auto;
		float: none;
	}

	#sidebar {
		display: none;
	}
		#navi_bottom_fix {
		display: inline;
	}

	.back_or_logo{
		width:80%;
	}

	.nav_mod_container{
		position:fixed;
	}

	.overlay_feed_container{
		padding-top:90px;
	}


	.overlay_header{
		position: fixed;
		z-index: 4001;
		top: 0px;
		width: 100%;
		padding: 8px 5px 8px 5px;
	}


	.overlay_header_title{
		font-size: 18px;
		line-height: 30px;
	}

	.overlay_box {
		min-height: 800px;
		padding-bottom: 40px;
		border-radius: 0;
		margin: 0;
		overflow: hidden;
	}


	.overlay_box_content {
		margin-top: 46px;
	}
/*
	.back_nav {
    height: 30px;
    width: 30px;
		cursor: pointer;
		display: block;
		float:left;
		border: none;
		background: url("../../img/system/icon_back_white.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position:center;
	}
*/
	.close_x {
		background-size: 20px 20px;
	}

	.close_x:hover {
		border: none;
	}

	.nav_head_right {
		display: none;
	}

	#navt {
		display: none;
	}

	.nav_head_right_inbox {
		display: inline;
	}
}

/* for 480px or less */
@media screen and (max-width: 480px) {

	.display_only_mobile{
		display: block;
	}

	.nav_corr{
		margin:4%;
	}

	.new_comment input {
		width: 85%;
	}

	.new_comment button {
		width: 15%;
	}



	#pagewrap {

		width:100%;
		width:100vw;
		margin: 46px auto;
		/*background-color:#fff;*/
	}

	#content {
		margin:-0px;
		padding:0;
		max-width: 100%;
		overflow-x: hidden;
		float: none;
		overflow:hidden;
		/*border: 0px solid #cdcdcd;*/
	}

	#feed_post {

		margin-top:20px;
		margin:0px;
		padding:0px;
		width: auto;
	}


 .car_prod-pagination {

	margin-top:-12px;

    }


	h1 {
		font-size: 24px;
	}
	#sidebar {
		display: none;
	}

	#navi_bottom_fix {
		display: inline;
	}

	.nav_head_right {
		display: none;
	}

	#navt {
		display: none;
	}

	.nav_head_right_inbox {
		display: inline;
	}


	.feed_post {

		border: 0px;
		border-bottom: 10px solid #f5f5f5;

	}

}


/* border & guideline (you can ignore these) */
#content {

}
#sidebar {

	margin: 0px;
}
#header, #content, #sidebar {
	margin-bottom: 0px;
}
#pagewrap, #header, #content, #sidebar, #footer {

}
