/*Checkboxlar*/
.pp .zustimmung {
	position:relative;
	padding-left:30px;
	display: inline-block;
    font-size: 13px;
    color: #7f7f7f !important;
    float: left;
    line-height: 37px;
	width:100%;
}

.pp a.ab-checkbox-trigger { width: 21px; height: 20px; background: url("../img/sprite.png") -481px -205px; display: block; position: absolute; top: 50%; left: 0; margin-top: -10px; }
.pp a.ab-checkbox-trigger.ab-checked { background-position: -502px -205px; }

/*Uyari*/
.clearfix {
	clear: both;
}

.eupopup-container {
	background-color: rgba(25, 25, 25, 0.9);
	color: #efefef;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 1.2em;
	text-align: center;
	display: none;
	z-index: 9999999;
}

.eupopup-container-top,
.eupopup-container-fixedtop {
	position: absolute;
	top: 0; left: 0; right: 0;
}

.eupopup-container-fixedtop {
	position: fixed;
}

.eupopup-container-bottom {
	position: fixed;
	bottom: 0; left: 0; right: 0;
}

.eupopup-container-bottomleft {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 300px;
}

.eupopup-container-bottomright {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 300px;
}

.eupopup-closebutton {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	color: #a2a2a2;
	filter: alpha(opacity=20);
	position: absolute;
	/*font-family: helvetica, arial, verdana, sans-serif;*/
	font-family: arial, sans-serif;
	top: 0; right: 0;
	padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
	color: #fff;
	text-decoration: none;
}

.eupopup-head {
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px;
	color: #fff;
}

.eupopup-body {
	color: #a2a2a2;
}

.eupopup-buttons {
	padding: 7px 0 5px 0;
}

.eupopup-button_1 {
	color: #1bbc9b;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button_2 {
	color: #1bbc9b;
	font-weight: bold;
	font-size: 14px;
}

.eupopup-button {
	margin: 0 10px;
}

.eupopup-button:hover,
.eupopup-button:focus {
	text-decoration: underline;
	color: #f6a21d;
}

body .eupopup-color-inverse {
	color: #000;
	background-color: rgba(255, 255, 255, 0.9);
}

body .eupopup-color-inverse .eupopup-head {
	color: #000;
}

body .eupopup-style-compact {
	text-align: left;
	padding: 8px 30px 7px 20px;
	line-height: 15px;
}

body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
	display: inline;
	padding: 0;
	margin: 0;
}

body .eupopup-style-compact .eupopup-button {
	margin: 0 5px;
}

.profilMemberInfo .rightvipbadge { position: absolute !important; z-index: 1 !important; left: initial !important; bottom: initial !important; right: 0px !important; top: 0px !important; width: 50px !important; height: 50px !important; }
.profilDetail { position: relative }
.profilDetail .vipribbon { position: absolute;left: 14px;top: -7px;width: 60px; }

.vipPush .daten { float: left; width: 100%; margin-bottom: 15px; }
.vipPush .daten label { display: inline-block; font-size: 13px; color: #7f7f7f; float: left; line-height: 37px; }
.vipPush .daten label a { color:#1bbc9b; }
.vipPush .daten .select2-container { margin-right: 3px; }
.vipPush .daten .select2-container .select2-choice { border: 1px solid #f2f0e6; height: 37px; line-height: 37px; font-size: 13px; color: #7f7f7f; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; padding-right: 35px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -khtml-border-radius: 0; }
.vipPush .daten .select2-container .select2-choice:hover { border-color: #1bbc9b; color: #000000; transition: 0.3s; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; }
.vipPush .daten .select2-container .select2-choice .select2-arrow { width: 31px; height: 35px; background: url("../img/sprite.png") -37px -207px; top: 0px; right: 0px; border: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -khtml-border-radius: 0; }
.vipPush .linie { padding: 0 40px; float: right; width: 100%; position: relative; }

#lastvisitors ul li a { line-height:20px; }
#lastvisitors ul li a span { display: inline-block; width: 50%; }
#lastvisitors ul li a span.disconnected { color:#ff0000; }
#lastvisitors ul li img { width:25px; height:25px; float:left; margin-right:10px; border-radius:13px; }

.produktVerpackung {
	position: relative;
}

.produktVerpackung .hgl {
	position: absolute;
	width: 50px;
	height: 50px;
	right: -9px;
	top: -9px;
	transform: rotate(35deg);
	z-index: 1;
}

.produktVerpackung.highlighted {
	outline: #1cbc9b solid 2px;
}

.produktVerpackung.highlighted .detail h2 {
	font-weight: bold;
}

.forumVerpackung .forum .titel.premium {
	background: #f1c250 !important;
}

@media screen and (max-width: 767px) {
	.vipPush .daten label {display: block;margin-left: 0;}
	.vipPush .linie {width: 100%;}
	.vipPush .daten .select2-container {width: 100%;margin-bottom: 5px;}
	.vipPush .linie .erstellt2 {margin-bottom: 10px;}
}