body {
	overflow-x: hidden;
}
em {
	font-style: italic;
}
.navbar-search .search-query {
	border-radius: 0;
	padding: 4px 8px;
	margin-left: 10px;
}
#infoModal.modal.fade {
	top: -100%;
}
#infoModal.modal.fade.in {
	top: 50%;
}
.news-sticker {
	padding: 0 6px 0 0;
	margin: 0;
	position: relative;
	color: #000;
	height: 20px;
	background: #fff;
}
.news-before {
	display: inline-block;
	position: absolute;
	left: 0;
	padding: 0 5px;
	background: #000;
	font-weight: bold;
	color: #8cfc86;
}
.list-shield {
	overflow: hidden;
	line-height: 10px;
}
.news-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	white-space: nowrap;
}
.news-list li {
	display: inline-block;
	font-weight: bold;
	letter-spacing: 1px;
}
.size-small {
	width: 125px;
}
.tel6-header-top-right {
	display: block;
	height: 125px;
	position: absolute;
	right: 8px;
	top: 6px;
	width: 170px;
	z-index: 1;
	outline: 2px solid white;
	overflow: hidden;
}
.tel6-header-top-right > span {
	color: rgba(255, 0, 0, 0);
	font-family: "Trebuchet MS";
	font-size: 23px;
	text-align: center;
	display: inline-block;
	float: left;
	position: absolute;
	line-height: 1.1;
	width: 70%;
	top: -400%;
	left: 16%;
	z-index: 3;
	transition: all 0.5s linear;
	transition: top 0.8s ease-out;
}
.tel6-header-top-right:hover > span {
	color: rgba(255, 0, 0, 1);
	top: 28%;
}
.tel6-header-top-right:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: transparent;
	transition: all 0.5s linear;
}
.tel6-header-top-right:hover:after {
	background: white;
}
.comment-form {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.comment-form textarea {
	width: calc(100% - 133px);
	max-width: calc(100% - 133px);
	min-width: calc(100% - 133px);
	height: 30px;
	max-height: 300px;
	min-height: 30px;
	padding: 10px;
	box-sizing: border-box;
	transition: height 0.33s ease-out;
	overflow: hidden;
}
.comment-form textarea.overfocus {
	height: 105px;
	overflow: auto;
}
.comment-form button {
	margin-top: 0;
}
.comments {
	margin: 20px 0 0 0;
}
.comment {
	margin: 10px 0;
}
.comment-author {
	font-weight: bold;
}
.comment-content {
	padding: 5px 25px;
}
.msg-messages {
	color: #222222;
}
.msg-messages a {
	color: #aa2222;
}
.msg-title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #393939;
	display: inline-block;
	margin-bottom: 15px;
}
.msg-date,
.msg-read {
	display: inline-block;
	position: absolute;
	right: 0;
	border-left: 1px solid #a0a0a0;
	padding: 0 5px;
	text-align: center;
}
.msg-date {
	top: 0;
	border-bottom: 1px solid #a0a0a0;
}
.unread .msg-date {
	height: 28px;
	width: 100px;
	top: calc(50% - 14px);
	right: 100px;
	border-top: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	text-align: center;
	font-size: 16px;
	line-height: 28px;
}
.msg-read {
	bottom: 2px;
	right: 3px;
	background: #c200c2;
	color: #fff;
	cursor: pointer;
}
.msg-content {
	padding: 25px;
	position: relative;
	border-bottom: 1px solid #a0a0a0;
	overflow: hidden;
	letter-spacing: 1px;
	background: #ffffff;
	margin: 0 0 20px;
}
.msg-content.unread:before {
	content: "NEU";
	display: block;
	position: absolute;
	width: 100px;
	height: 25px;
	line-height: 25px;
	transform: rotate(-45deg);
	transform-origin: 0 0;
	left: -31px;
	top: 40px;
	background: #c200c2;
	/*background: #fe3210;
	box-shadow: 0 1px 3px 1px black;*/
	text-align: center;
	color: white;
	font-weight: bold;
}
.msg-intro {
	overflow: hidden;
	transition: max-height 0.5s ease;
}
.unread .msg-intro {
	max-height: 0;
}
.msg-count {
	background: #ffffff;
	font-size: 14px;
	text-align: right;
	padding: 10px 15px;
	margin-bottom: 20px;
}
.aktion-box {
	border: 3px solid #fff;
	background: #000000;
	padding: 10px;
	overflow: hidden;
}
.countdown {
	display: flex;
	justify-content: center;
}
.countdown > div {
	text-align: center;
	margin: 5px 0 0 0;
}
.countdown > div > span {
	line-height: 1;
	font-size: 36pt;
	color: lime;
}
.left-half,
.right-half {
	width: 50%;
}
.left-half {
	float: left;
}
.right-half {
	float: right;
	color: white;
}
.left-half img {
	margin: 7px 0 0 7px;
}

.dropdown-menu {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}
.dropdown-submenu > .dropdown-menu {
	margin: 0 0 0 -1px;
	background-color: #000;
}
.nav-tabs .dropdown-menu {
	border-radius: 0;
}
.dropdown-menu li {
	margin-bottom: -1px;
}
.dropdown-menu a {
	padding: 8px 12px;
	border: 1px solid #fcf;
	color: #fcf;
	background: #000;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a {
	padding: 8px 12px;
	border: 1px solid #fcf;
	color: #fff;
	background: #c200c2;
}
.dropdown-menu .divider {
	display: none;
}
.nav-tabs.nav-stacked > li:first-child > a,
.nav-tabs.nav-stacked > li:last-child > a {
	border-radius: 0;
}
.nav-tabs.nav-stacked > li > a {
	border-color: #fcf;
}
.smallbox,
.smallbox_up,
.smallbox_down {
	background: none;
}
.smallbox {
	border-top: 1px dashed #fcf;
	margin: 0;
	padding: 15px 0;
}
.smallbox_up,
.smallbox_down {
	display: none;
}
a.searchq_link {
	color: #fcf;
}
a.searchq_link:hover {
	color: #8cfc86;
	text-decoration: none;
}
.lefth3,
.subtitleh3 {
	background: #000;
	color: #c200c2;
	font-size: 20px;
}
a.listing_link {
	background: #000;
	padding: 0;
	width: 200px;
	text-align: center;
	transition: all .5s linear;
	border: 1px solid #c200c2;
}
a.listing_link:hover {
	border: 1px solid #8cfc86;
}
div.listing_link {
	padding: 0;
	width: 225px;
	text-align: center;
	transition: all .5s linear;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	position: relative;
	float: left;
}
.gift-button {
	display: block;
	float: left;
	margin: -11px 4px 20px 16px;
	text-align: center;
	width: 200px;
	background: black;
	color: #8cfc86;
	border: 1px solid #c200c2;
	padding: 0;
	transition: all .5s linear;
}
.gift-button:hover {
	background: #c200c2;
	color: white;
	border: 1px solid #c200c2;

}
.lk_name {
	margin: 10px 0;
	text-align: left;
	margin-left: 13px;
}
.lk_online,
.lk_online_active,
.lk_online_pause {
	background-color: transparent;
}
.lk_online {
	margin: 11px 0 0 0;
}
.lk_online_active {
	background: transparent;
	color: #8cfc86;
	margin: 10px 4px 0 -19px;
	font-size: 15px;
}
.lk_online_pause {
	background-image: url('/img/te_pause.png');
}
.lk_foto {
	background: #fff;
	height: 159px;
	padding-top: 7px;
	outline: 7px solid white;
	outline-offset: -7px;
	overflow: hidden;
	margin: 0 0 0 13px;
}
.lk_sfoto {
	background: #fff;
}
.lk_sfoto:hover {
	background: #fff;
}
.lk_sfoto1 {
	margin-top: 0;
}
.lk_telefon {
	background: none;
	position: relative;
	padding: 0 0 0 18px;
	margin-top: 15px;
	border: none;
	background: #c200c2;
	color: #fff;
	width: calc(100% - 18px);
	text-align: center;
	padding-top: 3px;
	transition: all .5s linear;
}
.lk_telefon:before {
	content: "\260E";
	position: absolute;
	left: 8px;
	top: 12px;
}
a.listing_link:hover .lk_telefon {
	background: #8cfc86;
	text-shadow: 0 0 3px #000;
}
.lk_telefon  + span {
	margin: 5px 0 0 11px;
}
hr {
	border-top: none;
	border-left: none;
	border-right: none;
}
.content {
	background: transparent;
}
.sexbox_up,
.sexbox_down {
	background: none;
	display: none;
}
.sexbox {
	outline: 1px solid #fcf;
	outline-offset: -1px;
	padding: 20px 10px;
	background: #441f39;
}
.sexbox_h1 {
	background: none;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	height: auto;
	margin: 0;
	padding: 0;
}
.home fieldset,
.sexbox fieldset {
	border: none;
}
.gentries {
	background: #330e28;
	border: 1px dotted #fcf;
	margin: 10px 0;
	width: auto;
}
.latest_action {
	background: none;
	border-top-color: #fcf;
	padding: 10px 0;
}
.latest_action:first-child {
	border-top: none;
}
.action_text a {
	border-bottom: none;
}
.action_text a:hover {
	background: inherit;
}
.gentries img,
.gimgdark {
	background: none!important;
}
.girl_pic a {
	background: none;
	border-color: #fcf;
	transition: all 0.25s linear;
	margin: 1px;
	overflow: hidden;
	height: 111px;
	width: 76px;
	padding: 0;
}
.girl_pic a:hover {
	background: #fcf;
	border-color: #fcf;
}
a.unzensiert_btn,
a.unzensiert_btn:hover {
	background: none;
}
.girl_item {
	border-bottom: 1px dotted #fcf;
}
.girl_item:last-child {
	border-bottom: none;
}
.girl_item audio {
	width: 100%;
	height: 40px;
}
.contentbox {
	width: auto;
	padding: 0;
}
.girl_left {
	padding: 0 20px;
}
.girl_right {
	width: calc(282px - 40px);
	padding: 0 20px;
}
.girlauction {
	margin: 20px 0;
	width: auto;
	background: #c200c2;
	box-shadow: none;
	border-radius: 0;
}
.azdiv {
	overflow: hidden;
	float: none;
	margin: 15px auto;
}
.pagination {
	margin-left: 15px;
}
.girl_actions {
	padding-top: 20px;
}
#addtoguestbook,
#girl_message {
	background: none;
	border: 1px solid #fcf;
	width: auto;
}
#guestbook {
	width: auto;
	margin: 0;
	padding: 0;
}
#addtoguestbook legend,
#girl_message legend,
.red_field legend {
	width: auto;
	background: none;
	border: none;
	color: #fcf;
}
.big_h2 {
	text-shadow: none;
}
#girl_img_big {
	border: 3px solid #fcf;
	width: 100%;
}
.girl_action {
	width: auto;
}
a.girl_action:hover {
	color: #8cfc86;
}
.profile_badge {
	background: #8cfc86;
	color: #000;
	font-size: 18px;
	height: 24px;
	width: auto;
	padding: 0 9px;
	text-align: center;
	line-height: 24px;
	border: 1px solid #000;
	font-weight: bold;
	top: 50px;
	left: 20px;
}
.profile_badge.pause_badge {
	background: #fcf;
	border: 1px solid #fcf;
}
.azdiv {
	border: none;
	background: none;
}
.azdiv a {
	background: transparent;
	border: 1px solid #fcf;
	color: #fff;
	line-height: 16px;
	padding: 0;
	width: 16px;
}
.azdiv a:hover {
	border-color: #fcf;
	background: #fcf;
	color: #441f39;
}
.audio-paginate {

}
.audio-paginate li {
	background: transparent;
	border: 1px solid #fcf;
	color: #fff;
}
.audio-paginate li a {
	display: inline-block;
}
.pagination a.pag_first,
.pagination a.pag_previous,
.pagination a.pag_next,
.pagination a.pag_last,
.pagination a {
	background: none;
	border: 1px solid #fcf;
	color: #fcf;
}
.pagination a.pag_first:hover,
.pagination a.pag_previous:hover,
.pagination a.pag_next:hover,
.pagination a.pag_last:hover,
.pagination a:hover,
.pagination a.pag_active {
	background: #fcf!important;
	color: #000!important;
}
#unz_gallery {
	width: auto;
	margin: 20px 0;
}
#unz_gallery .carousel-control {
	top: 100px;
}
#unz_gallery img {
	margin: 0 auto;
}
#unz_gallery .pagination {
	height: auto;
	float: none;
	margin: 20px 0;
	width: auto;
}
#unz_gallery .pagination ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border-radius: 0;
	box-shadow: none;
}
#unz_gallery .pagination ul > li > a,
#unz_gallery .pagination ul > li > span {
	float: none;
	background-color: transparent;
	border: 1px solid #fcf;
	margin: 3px 6px;
}
#logged {
	background: #441f39;
	border: 2px solid #fcf;
	padding: 5px;
	width: 682px;
	display: flex;
	justify-content: space-between;
}
a.avatars_b {
	margin: 0;
	display: inline-block;
	background: none;
	border: 1px solid #fcf;
	padding: 5px;
}
a.avatars_a:hover {
	background: none;
	border: 1px solid #fcf;
}
.btn-toolbar {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.btn-toolbar .btn-group {
	margin-left: 2px;
	z-index: 25;
	position: relative;
}
#logged .btn {
	border-radius: 0;
	border: 1px solid #fcf;
	background: #000;
	text-shadow: none;
	color: #fff;
	padding: 4px 6px;
}
#logged .btn:hover {
	background: #c200c2;
}
#logged_info {
	width: 617px;
	margin: 14px 0 0 7px;
}
.pf-badge {
	position: absolute;
	top: -6px;
	right: -3px;
	padding: 2px 3px 1px;
	background: red;
	color: white;
	z-index: 50;
	font-size: 12px;
	line-height: 12px;
}
.user-info {
	margin: 14px 0 0 3px;
	display: flex;
	justify-content: space-between;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	color: white;
}
.money-info {
	display: flex;
	justify-content: space-between;
}
.money-info > span {
	padding: 0 10px;
	border-right: 1px solid white;
}
.money-info > span:last-child {
	padding-right: 0;
	border-right: none;
}
.trust-badge {
	display: inline-block;
	padding: 0 9px 0 7px;
	border-radius: 9px;
	text-shadow: 1px 1px black;
	cursor: pointer;
}
.trust-badge.platinum {
	color: white;
	background: linear-gradient(135deg, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%);
}
.trust-badge.gold {
	color: gold;
	background: linear-gradient(135deg, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);
}
.trust-badge.silver {
	color: silver;
	background: linear-gradient(135deg, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
}
.trust-badge.bronze {
	color: #cd7f32;
	background: linear-gradient(135deg, #f3e2c7 0%, #c19e67 50%, #b68d4c 51%, #e9d4b3 100%);
}
.trust-badge.black {
	color: black;
	text-shadow: 1px 1px gray;
	background: linear-gradient(150deg, gray, black);
}
.tooltip.in {
	opacity: 1;
}
.tooltip-inner {
	background: #fcf;
	color: rgb(51, 14, 40);
	border: 1px solid rgb(51, 14, 40);
}
.tooltip.right .tooltip-arrow {
	border-right-color: rgb(51, 14, 40);
}
#saControls {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fcf;
	margin: 8px 0 0 0;
	cursor: pointer;
}
#biglogin {
	background: none;
}
.input-append .add-on,
.input-prepend .add-on {
	background: #fff;
}
.login_benutzername,
.login_passwort {
	color: #441f39;
}
.wochegirl {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid white;
	position: relative;
	width: 100%;
	height: 125px;
}
.wochegirl:first-of-type {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
	color: #fff;
	height: auto;
	font-size: 12pt;
}
.wochespan {
	height: auto;
	overflow: visible;
}
.wochespan:last-child {
	height: 100%;
	display: flex;
	align-items: center;
}
.wochespansmall {
	font-size: 12pt;
}
.wochespansmall:first-child {
	width: 15px;
}
.wochespansmall:nth-child(2) {
	width: 90px;
}
.wochespansmall:nth-child(3) {
	width: 35px;
}
.wochespansmall:nth-child(4) {
	width: 75px;
	text-align: right;
}
.wochesmall {
	width: 100%;
}
input.wocheinput[type="number"],
input.wocheinput[type="text"],
input.wochesubmit[type="submit"] {
	display: inline-block;
	margin: 0;
}
input.wocheinput[type="number"],
input.wocheinput[type="text"] {
	height: 18px;
	border-radius: 0;
	color: black;
	width: 40px;
	text-align: left;
}
input.wochesubmit[type="submit"] {
	width: 330px;
	height: 30px;
}
input.wochesubmit.second[type="submit"] {
	width: auto;
	height: 30px;
	padding: 0 10px;
	margin-top: 10px;
}
.mg-place,
.wg-place {
	position: absolute;
	left: 0;
	bottom: 0;
	/*border: 1px solid rgba(255, 255, 255, 0.2);*/
	padding: 2px 7px 5px;
	color: #00ffff;
	margin-top: -1px;
	text-align: left;
	background: rgba(0, 0, 0, 0.3);
}
.mg-place {
	bottom: 10px;
}
#header {
	height: 120px;
	/*height: 390px;*/
	/*background: url('/img/wm2018.jpg') center -15px no-repeat #000;*/
	/*background-size: cover;*/
}
#logo_header {
	height: 100px;
	width: 110px;
	top: 10px;
	left: 5px;
	background-size: cover;
}
#logo_header.ak-logo {
	width: 80px;
	left: 15px;
	background-image: url('/img/ak.png');
}
.header_info {
	width: calc(100% - 300px);
	margin: 0 150px;
	padding: 25px 0 15px 0;
	text-align: center;
	/*background: rgba(0, 0, 0, 0.25);*/
}
.header_info span:first-child {
	font-size: 50px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: 15px;
	color: #000;
	text-shadow: 2px 2px 2px #8cfc86, -2px -2px 2px #8cfc86, -2px 2px 2px #8cfc86, 2px -2px 2px #8cfc86;
}
.outland {
	height: 28px;
	line-height: 28px;
}
.outland div {
	display: inline-block;
	margin: 0 15px;
}
.outland span {
	vertical-align: middle;
	letter-spacing: 3px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 5px;
	color: #fff;
	text-shadow: 0 0 3px black;
}
.sw-flag {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #f00;
	position: relative;
	border: 5px solid #f00;
	border-top: none;
	border-bottom: none;
}
.sw-flag:after,
.sw-flag:before {
	content: "";
	background: #fff;
	position: absolute;
}
.sw-flag:after {
	width: 3px;
	height: 9px;
	top: 3px;
	left: 6px;
}
.sw-flag:before {
	width: 9px;
	height: 3px;
	top: 6px;
	left: 3px;
}
.au-flag {
	display: inline-block;
	width: 25px;
	height: 5px;
	background: #fff;
	border: 5px solid #f00;
	border-left: none;
	border-right: none;
}
.header_list {
	position: absolute;
	width: auto;
	right: calc(50% - 370px);
	top: 0;
}
.head_info {
	color: #fcf;
	position: absolute;
	right: calc(50% - 193px);
	bottom: 0;
}
.header_list ul {
	list-style: none;
	color: #8cfc86;
}
.header_list li {
	display: inline-block;
	margin: 5px 5px;
	position: relative;
}
.header_list li:before {
	content: "\00B7 ";
	font-size: 30px;
	position: absolute;
	left: -10px;
	top: -1px;
}
.header_list li > span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 0 3px black;
}
.header_list span > span {
	color: #8cfc86;
}
.head_tx {
	position: absolute;
	top: 10px;
	left: 130px;
	display: none;
}
.vertical-text {
	display: flex;
	flex-direction: column;
}
.vertical-text span {
	margin: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
#kzf-logo {
	position: absolute;
	right: 5px;
	top: -3px;
	z-index: 6;
	width: 120px;
}
#online_girls .navbar-inner {
	margin-top: 0;
}
#wrapper {
	background: #000000;
	background: -webkit-linear-gradient(left, #000000 20%, #c200c2 100%);
	background: -moz-linear-gradient(left, #000000 20%, #c200c2 100%);
	background: linear-gradient(to right, #000000 20%, #c200c2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#c200c2',GradientType=1);
}
#footer {
	background: none;
}
div#pfc_container {
	background: #000!important;
	padding: 40px 10px 10px!important;
}
#pfc_channels_list,
#pfc_minmax {
	display: none!important;
}
#online_girls {
	width: auto;
	margin-bottom: 10px;
}
#online_girls .navbar-inner {
	background: #fff;
	border-radius: 0;
	padding-left: 0;
}
#online_girls .brand {
	padding: 0 5px;
	margin: 0;
	background: #000;
	font-size: 12px;
	font-weight: bold;
	width: 58px;
}
#online_girls .navbar-text {
	line-height: 20px;
}
#online_girls a.online_girl {
	color: #c200c2;
}
#contact,
.te_fieldset {
	background: none;
}
.ui-widget-content,
.ui-widget-header {
	border: none;
	background: black;
}
.top10 {
	background: transparent;
}
.top10 td {
	height: 160px;
	vertical-align: top;
	padding: 15px 0 0 0;
}
#tab1 .top10 td:first-child {
	width: 30px;
}
#tab1 .top10 td:nth-child(2) {
	width: 80px;
}
#tab1 .top10 td:nth-child(2),
#tab1 .top10 td:nth-child(4) {
	font-size: 11pt;
}
.top10_item {
	background: #441f39;
	border: none;
}
.bew {
	background: inherit;
	position: relative;
	display: inline-block;
	white-space: nowrap;
	color: gold;
}
.bew-cover {
	position: absolute;
	right: -1px;
	top: 0;
	bottom: 0;
	background: inherit;
}
.glbew {
	margin: 11px auto;
	font-size: 16px;
}
.girl-stars {
	text-align: left;
	font-size: 16px;
	clear: both;
	margin-top: 15px;
}
.weekgirl-group {
	width: calc(50% - 10px);
	float: left;
	padding: 0 5px;
	margin: 0 0 10px 0;
}
.weekgirl-group:first-of-type {
	text-align: right;
}
.weekgirl-group:last-of-type {
	text-align: left;
}
.weekgirl-group input {
	width: 40px;
	border-radius: 0;
	margin: 5px;
}
.weekgirl-group .fa {
	vertical-align: middle;
}
.girlauctionspn form input[type="submit"] {
	width: 33.33%;
}
.btn-rev {
	border-radius: 0;
	border: 2px solid #fcf;
	background: #fcf;
	color: #c200c2;
	padding: 2px 9px;
	transition: all 0.25s ease;
}
.btn-rev.outline:hover {
	background: #c200c2;
	color: #fcf;
}
.readmore_box {
	background: none;
}
.readmore_box a {
	color: #fcf;
}
.readmore_box a:hover {
	color: #8cfc86;
}
.weblog_dots {
	background: none;
	display: none;
}
.weblog_fotos,
.weblog_addtoguestbook {
	background: none;
}
a.allesuchen {
	line-height: 1;
}
#advcal-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1;
}
#advcal-overlay.active {
	display: block;
}
#advcal-overlay.active .close-btn {
	position: absolute;
	top: 5px;
	right: 5px;
	color: white;
	cursor: pointer;
	background: red;
	font-size: 20px;
	line-height: 1;
	margin: 0;
	padding: 0 5px 1px;
	font-weight: bold;
	z-index: 3;
}
#advcal-overlay.active .overlay-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	font-size: 40px;
	line-height: 2.8;
	z-index: 2;
	text-align: center;
}

.shop {
	padding: 20px;
}
.shop .item {
	background: white;
	color: #232323;
	margin: 0 0 50px;
	padding: 10px;
	border: 1px solid black;
	overflow: hidden;
	position: relative;
	padding-top: 50px;
}
.shop.cart .item {
	padding-top: 10px;
	margin: 0;
	border: none;
	border-bottom: 1px dashed black;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop.cart .item:last-child {
	border: none;
}
.shop .item > div {
	margin-top: 10px;
}
.shop .item-name,
.shop .item-price {
	position: absolute;
	top: 10px;
}
.shop .item-name {
	left: 10px;
	font-size: 24px;
}
.shop .item-price {
	right: 10px;
	font-size: 20px;
}
.shop.cart .item-name,
.shop.cart .item-price {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	margin: 0;
	font-size: 16px;
}
.shop .item-category {
	font-size: 14px;
}
.shop .item-category a {
	font-style: italic;
	color: #008fe0;
}
.shop .item-category a:hover {
	text-decoration: underline;
	color: #006fc0;
}
.shop .item-pics,
.shop .item-desc {
	display: inline-block;
	vertical-align: top;
}
.shop .item-pics {
	width: calc(40% - 2px);
}
.shop.cart .item-pics {
	width: 20%;
	margin: 0;
	padding: 0;
}
.shop .item-pics img {
	width: calc(25% - 9px);
	margin-right: 7px;
}
.shop .item-pics img:first-child {
	width: 100%;
	margin: 7px 0;
}
.shop.cart .item-pics img {
	margin: 0;
	padding: 0;
}
.shop .item-desc {
	width: calc(60% - 27px);
	padding: 0 0 0 25px;
}
.shop .item-btns {
	text-align: right;
}
.shop.cart .item-btns {
	text-align: right;
	margin: 0;
}
.tshop {
	display: block;
	position: relative;

}
.hh-container {
	background: #8cfc86;
	border: 5px solid white;
	color: black;
	text-align: center;
	margin: 10px 0;
	padding: 10px;
}
.hh-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	color: white;
	text-shadow: 1px 1px 1px #c200c2, -1px -1px 1px #c200c2, -1px 1px 1px #c200c2, 1px -1px 1px #c200c2;
	letter-spacing: 5px;
	animation: blink 2s infinite;
}
@keyframes blink {
	0% {opacity: 0;}
	25% {opacity: 1;}
	75% {opacity: 1;}
	100% {opacity: 0;}
}
.hh-content,
.hh-countdown {
	font-size: 16px;
	line-height: 1.5;
}
#hhcountdown {
	color: #c200c2;
	font-size: 20px;
	font-weight: bold;
}
.form .form-group {
	width: 50%;
	margin: 15px 25%;
}
.form .form-group input,
.form .form-group select,
.form .form-group textarea {
	width: calc(100% - 20px);
	margin: 0;
	padding: 10px;
}
.form .form-group input[type="radio"],
.form .form-group input[type="checkbox"] {
	width: auto;
	vertical-align: middle;
}
.form .form-group select {
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.error-msg {
	font-size: 12pt;
	color: #faa;
}
.ui-widget-content .rem-jq {
	color: #fcf;
}
.ui-widget-content .rem-jq:hover {
	color: #8cfc86;
}
.top10_foto.top10_small {
	width: 60px;
}
.top_idx {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}
.top_idx_after {
	position: relative;
}
.gdm .top10_item {
	float: none;
	display: inline-block;
	background: transparent;
	text-align: center;
}
.gdm.small_profile {
	width: 250px;
	text-align: center;
}
.gdm .top10_item_tel {
	font-size: 18px;
	letter-spacing: 1px;
}
.gdm .top10_item_big {
	width: 220px;
}
.gdm-form {
	text-align: left;
}
.gdm-form .gdm-a {
	width: 40px;
	margin-bottom: 0;
}
.gdm-form .gdm-s {
	width: 130px;
	border-radius: 10px;
}
.gdm-form input {
	border-radius: 0;
}
#home_slides .pagination {
	display: none;
}
.girlauctionspn.half {
	width: 98px;
	border: 1px solid white;
	padding-bottom: 10px;
}
.girlauctionspn.half:nth-of-type(2n) {
	margin-left: -1px;
}
.girlauctionspn.half:nth-of-type(n + 3) {
	margin-top: -1px;
}
.girlauctionspn.half .weekgirl-group {
	width: 100%;
}
.girlauctionspn.half .weekgirl-group:first-of-type {
	text-align: center;
	background: rgba(255, 255, 255, 1);
	width: 100%;
	padding: 1px 5px 1px 6px;
	margin: -4px 0 5px -6px;
}
.girlauctionspn.half form input[type="submit"] {
	width: auto;
}
.btn-rev.btl {
	font-size: 12px;
	width: 70px;
	padding: 2px 3px;
	line-height: 1;
	background: #8cfc86;
	border: none;
}
.girlauctionspn.half hr {
	margin: 10px 0;
}
.tv-wrap {
	word-wrap: break-word;
}
.wg-place > span:first-child,
.mg-place > span:first-child {
	display: block;
}
.wg-place > span:first-child > span,
.mg-place > span:first-child > span{
	color: white;
}
.wg-place > button,
.mg-place > button {
	margin: 0;
}
.info-tooltip {
	position: relative;
}
.info-tooltip > span {
	display: none;
}
.info-tooltip:hover > span {
	position: absolute;
	right: 50%;
	top: 150%;
	width: 250px;
	background: #000;
	color: white;
	padding: 10px;
	font-size: 10pt;
	line-height: 1.5;
	font-family: 'Tahoma', sans-serif;
	text-align: left;
	z-index: 10;
	display: block;
	text-rendering: optimizeLegibility;
}
.wg-place .info-tooltip:hover > span,
.mg-place .info-tooltip:hover > span {
	right: auto;
	left: 50%;
}
.secondtitle {
	background: none;
	height: auto;
}
.alert {
	background: #fff;
	border: 8px solid #fcf;
	color: #00f;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0;
	text-align: center;
	padding: 10px;
}
.slide_telefon {
	font-size: 28;
	position: absolute;
	right: 21px;
}
.profile-btl-btn,
.mg-place button,
.wg-place button {
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	display: inline-block;
	font-size: 12px;
	color: #0066aa;
}
.new-design .wochesubmit.second,
.new-design .wochesubmit.first {
	width: 185px;
	height: auto;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 10px;
}
.new-design .wochesubmit.second {
	width: 111px;
	background: #cfc;
	margin-left: 10px;
}
.wochesubmit.third {
	border-radius: 5px;
}
.new-design div {
	display: inline-block;
}
.profile-btl-btn {
	font-size: 9pt;
	line-height: 1.2;
	height: auto;
	width: 60px;
	padding: 0 2px;
	background: white;
	margin-top: 10px;
}
.vote_buttons.btv {
	width: auto;
	margin-top: 10px;
	text-align: center;
}
a.vote_button.no-float {
	float: none;
	width: 125px;
	margin: 0 auto;
}
#anonymSwitch {
	margin: 0;
}
.profile-half {
	float: left;
	margin-top: -1px;
}
#daten legend {
	background: rgba(0, 0, 0, 0.5);
	border: none;
	color: white;
	padding: 3px 10px;
}
#daten label {
	width: 100%;
	border: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	box-shadow: none;
}
legend small {
	color: white;
}
.by-me .form-group {
	width: 75%;
}
.by-me .form-group input,
.by-me .form-group textarea {
	width: calc(100% - 18px);
	padding: 3px 9px;
}
.by-me .form-group textarea {
	min-height: 150px;
}
.by-me .form-group select,
.by-me .form-group input,
.by-me .form-group textarea {
	margin: 0 0 20px 0;
}
a[href^=tel],
a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}
.honors {
	position: absolute;
	left: 355px;
	top: 45px;
}
.honor-badge {
	width: 70px;
	height: 70px;
	z-index: 2;
	display: block;
	background-size: cover;
}

.honor-badge.month {
	background-image: url('../img/girl_des_monats_badge.png');
}
.honor-badge.week {
	background-image: url('../img/girl_der_woche_badge.png');
}
.honor-badge.top {
	background-image: url('../img/best_rating_badge.png');
}
.top10-row {
	list-style: none;
	display: flex;
	align-items: center;
}
.top10-row.top10-girl {
	border-top: 3px solid white;
	position: relative;
	height: 200px;
}
.top10-row li {
	display: inline-block;
	text-align: center;
}
.top10-row li:nth-child(2) {
	width: 30px;
}
.top10-row li:nth-child(3) {
	width: 70px;
}
.top10-row li:nth-child(4) {
	width: 70px;
}
.top10-row.top10-girl li:nth-child(4) {
	margin-top: 10px;
	align-self: flex-start;
}
.top10-row li:nth-child(5) {
	width: 50px;
}
.top10-row li:nth-child(6) {
	width: 250px;
}
.top10-row li:nth-child(7) {
	width: 200px;
}
.r4-modal {
	border-radius: 0;
}
.r4-modal .modal-header {
	overflow: hidden;
}
.r4-modal .modal-body {
	color: #000;
}
.r4-modal .modal-body a {
	color: #c200c2;
}
.r4-modal .modal-footer {
	padding: 3px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0;
	background-color: #89fc7a;
	color: #000000;
	padding: 9px 15px;
}
.r4-modal .modal-footer > div {
	text-align: left;
}
.r4-modal .girl-cont {
	display: flex;
	justify-content: space-between;
}
.r4-modal .girl {
	width: 120px;
	height: 200px;
	text-align: center;
	color: #c200c2;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.r4-modal .girl figcaption {
	background: #000;
	color: #fcf;
	padding: 3px 0;
}
.r4-modal .girl:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	color: #89fc7a;
	padding: 3px 0;
}
.gz_banner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #89fc7a;
	color: #000;
	padding: 10px;
	border: 6px solid #fcf;
	border-radius: 10px;
	margin: 0 0 5px;
}
.gz_banner:hover {
	color: #000;
}
.gz-item {
	width: 60px;
	text-align: center;
}
.gz-item:first-child {
	width: calc(66% - 30px);
}
.gz-item:last-child {
	width: calc(33% - 30px);
}
.gz_foto {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.gz_text > span {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	color: #000;
}
.gz_text strong {
	color: #c200c2;
	font-size: 20px;
}
.gz_girlname {

}
.gz_endtext {
	font-size: 15px;
	color: #000;
}
.gz_counter {
	font-size: 20px;
	color: #c200c2;
	padding: 3px 5px;
	margin: 10px;
	background: #fff;
	border: 1px solid #000;
	border-radius: 5px;
	display: inline-block;
}
.cookie-cont {
	background: #123;
	color: white;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.cookie-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 20px;
}
.cookie-text {
	display: inline-block;
	font-size: 14px;
	width: calc(100% - 100px);
	line-height: 1.5;
}
.cookie-close {
	float: right;
	margin: 5px 0 0;
	padding: 4px 7px;
	border: none;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.2);
	color: white;
	transition: all 0.2s ease;
}
.cookie-close:hover {
	background: rgba(255, 255, 255, 0.3);
}
.ka {
	padding: 30px;
	font-size: 14px;
}
.ka > div:first-child {
	text-align: right;
}
.ka ul {
	display: inline-block;
	list-style: square inside;
	text-align: left;
	margin: 10px 30px 30px;
}
