#selfpage_portal {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 55px 15px 55px;
}

.selfpage {
	background: #f5f5f5;
	hyphens: auto;
	text-align: justify;
	padding: 15px 15px 15px 15px;
	font-size: 14px;
}

.selfpage_member {
	background: #EFEFEF;
	hyphens: auto;
	text-align: justify;
	padding: 0px 5px 0px 5px;
}

.helppage {
	background: #f5f5f5;
	text-align: justify;
	hyphens: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.impressum {
	background: #f5f5f5;
	hyphens: auto;
	text-align: center;
	padding: 5px 15px 5px 15px;
}

.forum_link {
	background-image: url(../../.././images/icons/forum.png);
	background-repeat: no-repeat;
	background-position: left;
}

.footer_mybb {
	clear: both;
	padding-top: 6px;
	text-align: center;
	border: 2px;
	border-color: var(--color_main);
	font-size: 10px;
}

#div_products {
	width: auto;
	height: auto;
	border: none;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.werbe_box {
	background: #ffffff;
	width: 250px;
	color: #7f1d31;
	margin: 0px 0px 30px 30px;
	float: left;
	height: 100px;
	padding: 2px;
	border: 2px solid #e4762a;
	border-radius: 5px;
	
	font-size: 14px;
}

/* Anzeigen des Passwortes */
.field_icon_popup {
	color: var(--color_main);
	/* float: right;
	margin-right: 1vh;
	margin-top: 0vw; */
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.field_icon_popup_member {
	color: var(--color_main);
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.key_password {
	background: url(../../../images/headerlinks_sprite.png) 0 -100px no-repeat;
	margin-top: 25px;
	margin-left: -7px;
	padding-left: 22px;
	
	font-weight: bold;
}

.field_icon_error {
	color: var(--color_main);
	float: right;
	margin-right: 2vh;
	margin-top: 0.66vw;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

#line_header {
/* width: 98.5%; */
	margin: 15px auto;
	border-top: 2px solid var(--color_main);
	border-bottom: 2px solid var(--color_main);
	border-radius: 20px;
}

.circle_number {
	background: #fff;
	width: auto;
	color: var(--color_main);
	display: inline-block;
	border-radius: 100%;
	min-height: 18px;
	min-width: 18px;
	padding: 4px 5px 4px 4px;
	border: 2px solid #008600;
	text-align: center;
	font: 16px Arial, sans-serif;
	
	font-weight: bold;
}

.circle_brown, .circle_blue, .circle_green, .circle_red {
	display: inline-block;
	/* margin-top: 1px;
	margin-left: 3px; */
	border-radius: 8px;
	margin: 1px auto 0 auto;	
	height: 10px;
	width: 10px;
}

.circle_brown {
	background: var(--color_main);
}

.circle_blue {
	background: #00F;
}

.circle_green {
	background: #008600;
}

.circle_red {
	background: #F00;
}

/*
#line_header_first {
	width: 98.5%;
	margin: 0px auto;
	border-bottom: 5px solid var(--color_main);
}

#line_header_second {
	width: 98.5%;
	margin: 0px auto;
	height: 4px;
	border-bottom: 8px solid var(--color_main);
}

#line_header_third {
	width: 98.5%;
	margin: 5px auto 6px auto;
	border-bottom: 11px solid var(--color_main);
}

*/

		