html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body,td,th {
	font-family: 'PT Sans', Arial;
	font-size: 16px;
}

/*
	TYPO
*/
a, a:focus, a:active {
	color:#666A98;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold;
}
a:hover
{
	color:#D67F1A;
	text-decoration:none !important;
}

h3{
    font-family: 'PT Sans', Arial;
	font-size:17px;
	font-weight:bold;
}

.separator {
    padding: 13px 15px 10px;
}
.separator-inner {
	height: 1px;
    background-color: #eee;
}

/* FORM ELEMENTE*/
.form-control:focus {
  border-color: #686C9B;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104,108,155, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(104,108,155, 0.6);
}

.btn-warning, .open .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #D67F1A;
	border-color: #BC6F16;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
	background-color: #E0861C;
}

.btn {
	border-radius: 4px;
}

input, select, textarea{
	border-radius: 2px !important;
}

/* FILTER  */
.btn-regio {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.more-merkmale {
    margin-bottom: 12px;
}
.more-merkmale .orange {
	color: #D67F1A;
}
.merkmal-group .content {
    padding-bottom: 15px;
}
.merkmal-group label {
    margin-bottom: 7px;
    margin-top: 7px;
}
.checkbox.merkmal-option {
    padding-top: 0px;
}

.merkmal-group select.form-control.pull-left{
	width: 88px;
}
.to-separator{
	padding: 5px;
}
#alter, #koerpergroesse {
	margin-bottom: 10px;
}
.dominanteladies_bizarrmerkmale {
    width: 33.33%;
}

.bizarrladies_bizarrmerkmale {
	width: 25%;
}

/* SONDER ELEMENTE */
.up {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-bottom: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.up_big {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-bottom: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.my_left {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
}
.my_right {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-top: -2px;
  vertical-align: middle;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid;
  border-top: 4px solid transparent;
}

.my_loading_btn-danger{
	width:16px;
	height:16px;
	background-image:url(../img/site/ajax-loader.gif);
	background-repeat:no-repeat;
}

/* TO TOP */
#toTop-right {
    display:none;
    text-decoration:none;
    position:fixed;
    top:20px;
    right:20px;
    outline:none;
	border-radius:2px;
	font-weight:normal;
	z-index: 999;
	border: 1px solid #dddddd;
    padding: 2px 4px;
    margin-left: 1px;
    background: #ffffff none;
    text-decoration: none;
    float: left;
    padding: 7px 14px 10px 11px;
}
#toTop-right:hover {
	color: #FFFFFF;
	background-color:#D67F1A;
	font-weight:normal;
}
#toTop-right .up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
}
#toTop-left {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    left:20px;
    outline:none;
}
#toTop-center {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:10px;
    left:50%;
    margin-left:-20px; /*Feintuning je nach Inhalt */
    outline:none;
}

/* Trefferanzahl */
.results_count.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 999;
    width: 100%;
    display: none;
    /* fix: Chrome erzeugt ab und zu 1px Abstand wenn ein bottom-fixed-Element existiert */
	margin-bottom: -1px;
}
.results_count.fixed button {
	float: none;
	font-weight: bold;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*
	LAYOUT ALLGEMEIN
*/
#main{
	background:#F9F9F9;
	background-image: -moz-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F9F9F9),
		to(#E9E9E9) );
	background-image: -webkit-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: -o-linear-gradient(top, #F9F9F9, #E9E9E9);
	background-image: linear-gradient(to bottom, #F9F9F9, #E9E9E9);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF9F9F9',
		endColorstr='#E9E9E9', GradientType=0 );
}


#topmenu{
	background-color:#E9E9E9;
}
#topmenu .container div {
	padding:0px;
}
#topmenu .nav{
	margin-right:-15px;
}
#topmenu .container .nav-pills > li > div,
#topmenu .container .nav-pills > li > a{
	padding: 4px 15px;
	color:#333333;
    font-family: 'PT Sans', Arial;
    font-weight:normal;
}
#topmenu .container .nav-pills > li:first-child > a{
	padding-left: 0px;
}

#topmenu .container .nav-pills > li > a > span{
	font-size:12px;
}
#topmenu .container .nav-pills > li > a:hover,
#topmenu .container .nav-pills > li > a:active,
#topmenu .container .nav-pills > li > a:focus {
  color: #D67F1A;
  background-color: transparent;
  text-shadow: 0px 0px 0px transparent;
}

#logo a{
	color:#000 !important;
}
#logo a:hover{
	color:#000 !important;
}


#logo{
	background:#4A4D71;
	background-image: -moz-linear-gradient(top, #686C9B, #303249);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#686C9B), to(#303249) );
	background-image: -webkit-linear-gradient(top, #686C9B, #303249);
	background-image: -o-linear-gradient(top, #686C9B, #303249);
	background-image: linear-gradient(to bottom, #686C9B, #303249);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff686C9B',
		endColorstr='#ff303249', GradientType=0 );
	border-bottom: 1px solid #CCCCCC;
	padding: 30px 0 40px 0;
}
#logo .col-lg-4{
	position:relative;
}
#logo a #sub_logo{
	position:absolute;
	top: -5px;
	left: 15px;
	background-color:#FFF;
	opacity: 0.7;
	padding: 0 10px;
}
#logo a #sub_logo span{
	font-family: 'Ladiesnew', Arial;
	font-size:28px;
}

#logo .col-lg-4 img{
	padding:40px 80px 0 0;
}
.teaser_ad {
	position:relative;
}
.ad_title{
	font-size:10px;
}
.ad_title_topright {
	position:absolute;
	top:-20px;
	right:-15px;
}
#logo .ad_title{
	color:#FFFFFF;
	text-shadow: 0 1px 1px #333333;
	margin-top:-15px;
}
.ad_title_sleaderboard {
	width:970px;
	max-width:100%;
	text-align:right;
	margin:0px auto;
}


.banner-leaderboard img {
	max-width:100%;
	height:auto;
	float: right;
}
.banner-pushdown {
	margin-top: 10px;
	text-align:center;
}
.banner-pushdown img {
	max-width:100%;
	height:auto;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.navbar{
	margin-top: -20px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.35);
	float:left;
	width:100%;
}
.navbar-inverse {
	background-color:#E1E1E1;
	border-color: #E1E1E1/*#7063A0*/;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#FFFFFF),to(#E1E1E1));
	background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E1E1E1 100%);
	background-image: -moz-linear-gradient(top,#FFFFFF 0,#E1E1E1 100%);
	background-image: linear-gradient(to bottom,#FFFFFF 0,#E1E1E1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF',endColorstr='#ffE1E1E1',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-radius: 2px;
}
.navbar-inverse .navbar-nav>.active>a {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #D67F1A;
}
.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #D67F1A;
}

.navbar-inverse .navbar-nav>li>a {
    font-family: 'PT Sans', Arial;
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	color: #333333;
	text-shadow: 0 1px 1px #FFFFFF;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus {
	color: #D67F1A;
	text-shadow: 0 1px 1px #FFFFFF;
	background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #D67F1A;
	text-shadow: 0 1px 1px #FFFFFF;
	background-color: transparent;
}
.navbar-form {
	margin-top:11px;
}

.navbar-inverse .navbar-brand {
	display: none;
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: inherit;
	font-weight:bold;
	text-transform: uppercase;
}

.navbar .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-inverse .navbar-collapse {
	border-color: #E1E1E1;
}

.navbar-inverse .navbar-toggle {
	border: 1px solid #CCC;
	background-color: #FFF;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #D67F1A;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #333;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
	background-color: #FFF;
}

/*
.navbar-nav>li:first-child>a {
	padding-left:30px;
}

.navbar-right>li>a {
	padding-right: 30px;
}
*/

#content{
	padding-bottom: 40px;
}

#footer{
	background:#4A4D71;
	background-image: -moz-linear-gradient(top, #686C9B, #303249);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#686C9B), to(#303249) );
	background-image: -webkit-linear-gradient(top, #686C9B, #303249);
	background-image: -o-linear-gradient(top, #686C9B, #303249);
	background-image: linear-gradient(to bottom, #686C9B, #303249);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff686C9B',
		endColorstr='#ff303249', GradientType=0 );
}

#footer .col-xs-6 a{
	margin-left:30px;
}

#footer div h3{
	color:#FFFFFF;
    font-family: 'PT Sans', Arial;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
}
#footer .footer_logo{
	padding: 20px 15px;
}
#footer .footer_logo_item {
	width:100%;
	height: 64px;
	background-image:url(/images/logos/fl_lg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size: contain;
	position:relative;
}
#footer .footer_logo_item div {
	height:65px;
	top:0px;
	position:absolute;
}
.fl_ladies 			{ width: 115px; left: -10px; }
.fl_ladiesforum 	{ width: 190px; left: 120px; }
.fl_empfehlungen 	{ width: 80px;  left: 325px; }
.fl_videoladies 	{ width: 168px; left: 420px; }
.fl_fkk24 			{ width: 138px; left: 603px; }
.fl_tgladies 		{ width: 128px; left: 750px; }
.fl_kollegin 		{ width: 150px; left: 885px; }
.fl_gummiexpress 	{ width: 108px; left: 1045px; }

#footer .row_menu{
	padding: 0 0 40px 0;
}

.after_menu {
	padding: 5px 0;
}

#footer .row_menu a {
    font-family: 'PT Sans', Arial;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.footerlist li a .glyphicon:before{
	font-size: 12px;
}

#footer .row_menu a:hover {
	color:#D67F1A;
	text-decoration:none;
}

#copyright,
.version-stripe {
	background-color:#E9E9E9;
	text-align:center;
	padding:5px 0;
    font-family: 'PT Sans', Arial;
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

/*
#copyright a{
    font-family: 'PT Sans';
	font-size:13px;
	color:#000000;
	text-decoration:none;
}
*/

.more {
	padding-bottom:10px;
	padding-top:0px;
	margin-top:-6px;
}


/* TEASER */

.teaser {
	background-color:#FFFFFF;
	border:10px solid #FFFFFF;
	border-radius: 2px;
	-moz-transition: opacity .6s;
	-webkit-transition: opacity .6s;
	-o-transition: opacity .6s;
	transition: opacity .6s;
}

.teaser_start_right{
	background-color:#FFFFFF;
	border:20px solid #FFFFFF;
	margin-bottom:20px;
}

.teaser_start_right>h3{
	text-transform:uppercase;
	margin: 0px 0 15px 0px;
}

.teaser>h3, .teaser>h5 {
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

.understated {
	opacity: 0.6;
}


/*
	MERKZETTEL
*/

.merkenLoadingImage {
	width:18px;
	height:18px;
	display:none;
	position:absolute;
}

.liveMerkzettelContainer {

	border: 1px solid #E1E1E1;
	border-top-left-radius:2px;
	border-bottom-left-radius:2px;
	background-color:#E1E1E1;
	background-image: -webkit-gradient(linear,left 0,left 100%,from(#FFFFFF),to(#E1E1E1));
	background-image: -webkit-linear-gradient(top,#FFFFFF 0,#E1E1E1 100%);
	background-image: -moz-linear-gradient(top,#FFFFFF 0,#E1E1E1 100%);
	background-image: linear-gradient(to bottom,#FFFFFF 0,#E1E1E1 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffFFFFFF',endColorstr='#ffE1E1E1',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	padding-top:20px;
	height:240px;
	margin-bottom: 20px;
	overflow-x:auto;
	overflow-y:hidden;
	white-space:nowrap;
}

.liveMerkzettelContainer h3 {
font-family: 'PT Sans';
font-weight: bold;
font-size: 17px;
text-transform: uppercase;
color: #333333;
text-shadow: 0 1px 1px #FFFFFF;
margin-top: 0px;
}

#liveMerkzettel .merkzettelAnzeige {
	display: none;
	width: 150px;
	
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	
	box-sizing:border-box;
	
}

#liveMerkzettel .anzeige {
	background-color:#FFF;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
#liveMerkzettel .anzeige a {
	color: #333333;
	text-decoration:none;
}
#liveMerkzettel .anzeige a:hover {
	color: #D67F1A;
	text-decoration:none;
}

#liveMerkzettel .anzeige h5 {
    font-family: 'PT Sans', Arial;
	font-weight:normal;
	font-size:15px;
	line-height:18px;
	padding:10px 0 0 0;
	margin: 0 0 0 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

#liveMerkzettel .anzeige h3 {
    font-family: 'PT Sans', Arial;
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	padding: 0 0 0 0;
	margin: 2px 0 0 0;
	overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/* SITE-CONTENT */
.row_content>div>.teaser{
	background-color:#FFFFFF;
	border:20px solid #FFFFFF;
	margin-bottom:20px;
}

.row_content h3 {
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}


/* VERSANDFORMULAR */
div.versand {
	display: none;
}
.versand form {
	display: none;
	margin-bottom:20px;
}
.versand .form-group {
	margin-left:0px;
	margin-right:0px;
}
.versand label.optional {
	font-weight:normal;
}
.versand .checkbox {
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	padding-top:0px;
}
.versand .help-block small {
	font-size: 80%;
}
.versand label.error, .versand .error-message {
	color: #990000;
	font-weight:bold;
}
.versand input.error, .versand textarea.error {
	border: 2px solid #990000;
}
.versand .error-message {
	display: none;
}
.versand .success-message {
	display:none;
	margin-top:10px;
	margin-bottom:10px;
}
.versand .success-message h3 {
	color: #D67F1A;
	text-transform: none !important;
}


.teaser_start_right>.row>.col-xs-8:last-child{
	padding-left:0;
}

#id_tracking, #id_ivw {
	padding: 0;
	margin: 0;
	display:inline;
	width: 1px;
	height: 1px;
}
.top20 {
	margin-top:20px;
}

img[src='//www.mirago.de/jsadsloaded.ashx'] {
	position:absolute;
}

/* Mirago Ads */

.mirago2>div { 
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	max-height:90px;
}
.mirago2 img { 
	border: none; 
	max-width:100%;
	height:auto;
	float: right;
}

/* verhindern, dass iFrame-Werbemittel das Design kaputt machen */
.mirago2 iframe { 
	border: none; 
	max-width:728px;
	height:auto;
	max-height:90px;
	float: right;
} 


/* Markierung FKK-Girl, Video */

.teaser_start_angebote {
	position: relative;
}
.teaser_start_angebote .marker {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: rgba(103,107,154,0.7);
	padding: 0px 5px;
	font-size:12px;
	color: #FFFFFF;
}

.teaser_start_angebote .marker_premium {
	font-size:14px;
}
.teaser_start_angebote .marker_fkk24 {
	background-color: rgba(255,238,202,0.7);
	color: rgb(51, 51, 51);
	left: 0px;
	right: auto;
}

/* Markierung NEU */
.neu {
	text-transform: uppercase;
	color: #D67F1A;
}

/* Alert */
.alert-warning {
	background-color: #FFFFFF;
	border-color: #D67F1A;
	border-radius: 2px;
	color: inherit;
}

.logo_escorts24 .col-lg-4 img{
	padding:20px 0px 0 0 !important;
}

/* Verhindern, dass durch Solads 1px-IMG's ein weißer Streifen im Footer entsteht */
body>img[src*="feed.solads.media"] {
	display: none;
}

.upper {
	text-transform: uppercase;
}


/* col-md */
@media only screen and (max-width : 1199px) and (min-width : 992px) {
	#logo .col-lg-4 img{
		padding:40px 40px 0 0;
	}
	.logo_escorts24 .col-lg-4 img{
		padding:20px 0px 0 0 !important;
	}
	#logo a #sub_logo{
		top: 0px;
	}
	#logo a #sub_logo span{
		font-size:26px;
	}
	#footer .footer_logo_item{
		height: 53px;
		background-size: contain;
	}
	#footer .footer_logo_item div {
		height:53px;
	}
	.fl_ladies 			{ width: 93px; left: -8px; }
	.fl_ladiesforum 	{ width: 154px; left: 98px; }
	.fl_empfehlungen 	{ width: 63px;  left: 270px; }
	.fl_videoladies 	{ width: 138px; left: 344px; }
	.fl_fkk24 			{ width: 113px; left: 494px; }
	.fl_tgladies 		{ width: 103px; left: 618px; }
	.fl_kollegin 		{ width: 123px; left: 732px; }
	.fl_gummiexpress 	{ width: 82px; left: 865px; }
	
	#footer .col-xs-6 a{
		margin-left:15px;
	}
	.dominanteladies_bizarrmerkmale {
	    width: 25%;
	}
}

/* col-sm */
@media only screen and (max-width : 991px) and (min-width : 768px) {
	
	#logo .col-lg-4 img{
		padding:40px 0px 0 0;
	}
	.logo_escorts24 .col-lg-4 img{
		padding:18px 0px 0 0 !important;
	}
	#logo .col-sm-12{
		padding:20px 15px 0 15px;
	}
	#logo a #sub_logo{
		top: 2px;
	}
	#logo a #sub_logo span{
		font-size:24px;
	}
	#footer .footer_logo_item{
		height: 120px;
		background-image:url(/images/logos/fl_sm2.png);
	}
	#footer .footer_logo_item div {
		height:64px;
	}
	.fl_ladies 			{ width: 110px; left: -8px; }
	.fl_ladiesforum 	{ width: 200px; left: 154px; }
	.fl_empfehlungen 	{ width: 78px;  left: 420px; }
	.fl_videoladies 	{ width: 155px; left: 570px; }
	.fl_fkk24 			{ width: 125px; left: -8px; top: 70px !important; }
	.fl_tgladies 		{ width: 120px; left: 195px; top: 70px !important; }
	.fl_kollegin 		{ width: 140px; left: 386px; top: 70px !important; }
	.fl_gummiexpress 	{ width: 100px; left: 590px; top: 70px !important; }
	
	.merkmal-group select.form-control.pull-left {
	    width: 74px;
	}
}

/* 7zoll tablets bis smartphones, ab hier screen-xs und fluid container */
@media only screen and (max-width : 767px) and (min-width : 481px) {
	.dominanteladies_bizarrmerkmale {
	    width: 100%;
	}
	
	.navbar-inverse .navbar-brand {
		display: inline;
	}
	
	.navbar .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#logo .col-lg-4 img{
		padding:40px 0px 0 0;
	}
	.logo_escorts24 .col-lg-4 img{
		padding:0px 0px 0 0 !important;
	}
	#footer .footer_logo_item{
		height: 0px;
		background-image:none;
	}
	#footer .row_menu {
		padding-top:20px;
	}
	
	#logo .col-sm-12{
		padding:20px 15px 0 15px;
	}
	#logo a #sub_logo{
		top: 2px;
	}
	#logo a #sub_logo span{
		font-size:24px;
	}
	
	.checkboxList {
		width: 50% !important;
	}
	
	.merkmal-option-group {
		width: 50% !important;
	}
	
	.merkmal-group {
		position: inherit !important;
	}
	
	.merkmal-option {
		padding-top: 0 !important;
	}
}

@media only screen and (max-width : 540px) {
	.checkboxList {
		width: 100% !important;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
	.dominanteladies_bizarrmerkmale {
	    width: 100%;
	}
	
	.navbar-inverse .navbar-brand {
		display: inline;
	}

	.navbar .container-fluid {
		padding-left: 15px;
		padding-right: 15px;
	}

	#toTop-right {
		top:5px;
		right:5px;
	}
	
	#logo .col-lg-4 img{
		padding:40px 0px 0 0;
	}
	.logo_escorts24 .col-lg-4 img{
		padding:0px 0px 0 0 !important;
	}
	#footer .footer_logo_item{
		height: 0px;
		background-image:none;
	}
	#logo .col-sm-12{
		padding:20px 15px 0 15px;
	}
	
	#logo {
		padding: 10px 0 30px 0;
	}
	#logo a #sub_logo span{
		font-size:18px;
	}
	#logo a #sub_logo{
		top: 10px;
	}

	#footer .col-xs-6 a{
		margin-left:10px;
	}
	#footer .row_menu {
		padding-top:20px;
	}
	
	.merkmal-option-group {
		width: 50% !important;
	}
	
	.merkmal-group {
		position: inherit !important;
	}
	
	.merkmal-option {
		padding-top: 0 !important;
	}
	
}

@media only screen and (max-width : 420px) {
	
	.merkmal-option-group {
		width: 100% !important;
	}

	.nav-pills > li > a {
		padding-left: 0px !important;
		padding-right: 10px !important;
		font-size: 14px;
	}

}


@media print {
	
	a[href]:after {
    	content: none !important;
  	}
	
	.dropup {
		display:none !important;
	}
}


/* Schriften */

@font-face {
	font-family: 'Ladiesnew';
	src: url('/css/fonts/Ladiesnew.eot?') format('eot'), 
	     url('/css/fonts/Ladiesnew.woff') format('woff'), 
	     url('/css/fonts/Ladiesnew.ttf')  format('truetype'),
	     url('/css/fonts/Ladiesnew.svg#Ladiesnew') format('svg');
}

@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(/css/fonts/PTSans-Regular.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: local('PT Sans Bold'), local('PTSans-Bold'), url(/css/fonts/PTSans-Bold.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: local('PT Sans Italic'), local('PTSans-Italic'), url(/css/fonts/PTSans-Italic.woff) format('woff');
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'), url(/css/fonts/PTSans-BoldItalic.woff) format('woff');
}

/* EM Kalender 2016 */
/*div.em-full-spielrunde {*/
	/*text-align: center; */
	/*font: inherit; */
	/*color: inherit;*/
	/*font-size: 10pt;*/
	/*margin: 5px;*/
/*}*/

/*div.em-full-zeit-sender-ort-cont {*/
	/*font-size: 8pt; */
	/*font-weight: normal;*/
	/*!*border: 1px solid red;*!*/
	/*text-align: center;*/
/*}*/

/*div.em-full-zeit {*/
	/*float:left; width: 70px; text-align: left; font: inherit;*/
/*}*/
/*div.em-full-sender {*/
	/*float:left; width: 60px; text-align: left; font: inherit;*/
/*}*/
/*div.em-full-ort {*/
	/*!* float:left; width: 186px; text-align: left; font: inherit; *!*/
	/*float:right; width: 186px; text-align: left; font: inherit; text-align: right;*/
/*}*/
/*div.em-full-gruppe {*/
	/*float:left; width: 70px; text-align: right; font: inherit;*/
/*}*/
/*div.em-full-laender-flaggen-3-4 {*/
	/*text-align: center; */
	/*border: 0px solid #333; !* nur für testing *!*/
	/*!*border-bottom: 1px solid rgba(247, 248, 242, 0.6);*!*/
	/*padding: 0 1px 4px 1px; */
	/*font-size: 13pt;*/
	/*color: inherit;*/
/*}*/
/*div.em-flagge-links-3-4 {*/
	/*float:left; width: 45px; text-align: left;*/
/*}*/
/*div.em-flagge-rechts-3-4 {*/
	/*float:right; width: 45px; text-align: right;*/
/*}*/
/*div.em-land1-3-4 {*/
	/*float:left; width: 138px; text-align: right;*/
/*}*/
/*div.em-full-land-mitte-3-4 {*/
	/*float:left; width: 18px; text-align: center;*/
/*}*/
/*div.em-land2-3-4 {*/
	/*float:left; width: 138px; text-align: left;*/
/*}*/

/*div.em-full-laender-flaggen-2 {*/
	/*text-align: center; */
	/*border: 0px solid #333; !* nur für testing *!*/
	/*!*border-bottom: 1px solid rgba(247, 248, 242, 0.6);*!*/
	/*padding: 3px 1px 4px 1px;*/
	/*font-size: 13pt;*/
	/*color: inherit;*/
/*}*/
/*div.em-flagge-links-2 {*/
	/*!* float: left; width: 164px; text-align: right; *!*/
	/*float: left; width: 142px; text-align: right;*/
/*}*/
/*div.em-flagge-rechts-2 {*/
	/*!* float: right; width: 164px; text-align: left; *!*/
	/*float: right; width: 142px; text-align: left;*/
/*}*/
/*div.em-land1-2 {*/
	/*!* float:left; width: 164px; text-align: right; *!*/
	/*float:left; width: 142px; text-align: right;*/
/*}*/
/*div.em-full-land-mitte-2 {*/
	/*!* float: left; width: 54px; text-align: center; *!*/
	/*float: left; width: 29px; text-align: center;*/
/*}*/
/*div.em-land2-2 {*/
	/*!* float: right; width: 164px; text-align: left; *!*/
	/*float: right; width: 146px; text-align: left;*/
/*}*/

/*div.em-full-laender-flaggen-1 {*/
	/*text-align: center; */
	/*border: 0px solid #333; !* nur für testing *!*/
	/*!*border-bottom: 1px solid rgba(247, 248, 242, 0.6);*!*/
	/*padding: 0 1px 4px 1px; */
	/*font-size: 13pt;*/
	/*color: inherit;*/
/*}*/
/*div.em-flagge-links-1 {*/
	/*float: left; !* width: 164px; *! text-align: right;*/
	/*width: 140px;*/
	/*padding-top: 12px;*/
/*}*/
/*div.em-flagge-rechts-1 {*/
	/*float: right; !* width: 164px; *! text-align: left;*/
	/*width: 140px;*/
	/*padding-top: 12px;*/
/*}*/
/*div.em-land1-1 {*/
	/*float:left; !* width: 164px; *! text-align: right;*/
	/*width: 132px;*/
/*}*/
/*div.em-full-land-mitte-1 {*/
	/*float: left; width: 54px; text-align: center;*/
/*}*/
/*div.em-land2-1 {*/
	/*float: right; !* width: 164px; *! text-align: left;*/
	/*width: 132px;*/
/*}*/

/*div.em-foot-laenderspiel-zeit {*/
	/*background: rgba(8, 47, 107, 0.8);*/
	/*margin: 6px 1px 0 0; */
	/*padding: 4px 0 1px 0;*/
	/*line-height: 0.9; */
	/*!* font-family: \'PT Sans\',Arial; *!*/
	/*font-family: Arial;*/
	/*font-size: 8pt; */
	/*color: rgb(252, 254, 255);*/
/*}*/
/*div.em-foot-laenderspiel-land {*/
	/*background: rgba(8, 47, 107, 0.8); */
	/*margin: 0 1px 5px 0;*/
	/*padding: 3px 0 2px 0;*/
	/*height: 22px;*/
	/*line-height: 0.9; */
	/*font-weight: bold;*/
	/*!*font-family: \'PT Sans\',Arial;*!*/
	/*font-family: inherit; */
	/*font-size: 10pt; */
	/*color: rgb(252, 254, 255);*/
/*}*/
/*div.em-foot-praesentiert {*/
	/*line-height: 1; */
	/*margin: 5px 0 0 0;*/
	/*padding: 5px 0 0 0; */
	/*font-family: inherit; */
	/*font-size: 8pt; */
	/*color: rgb(247, 248, 242);*/
/*}*/

/*div.em-foot-kuenstlername {*/
	/*line-height: 1; */
	/*margin: 4px 12px 0 0; */
	/*padding: 0 0 7px 15px; */
	/*font-size: 13pt; */
	/*font-weight: bold; */
	/*color: rgb(247, 248, 242);*/
	/*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
/*}*/

/* powered by */
#topmenu .powered-by-ladies {
    margin-top: 5px;
    text-align: right;
}
#topmenu .powered-by-ladies img {
    height: 18px;
    border: 0;
}
#logo .powered-by-ladies {
    text-align: right;
    padding-left: 0;
}
#logo .powered-by-ladies img {
    height: 14px;
    border: 0;
}

/* Datenschutz */
.container.datenschutz {
	padding: 0 15px !important
}
.datenschutz-content {
	background: #fff;
	padding: 10px 20px 20px;
}
.datenschutz-to-top {
	display: none;
}

.thmlds .wrapper-banner.footer {
	position: relative;
	display: block;
	width: 100%;
	height: 48px;

	overflow: hidden;
}

.thmlds .wrapper-banner.footer .wrapper-background {
	display: block;
	height: 100%;

	color: #fff;
}

.thmlds .wrapper-banner.footer .anzeigenName {
	max-width: none;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;

	text-align: center;
}


.em-willkommen {
	padding: 10px 0 9px !important;
}
.footer-ad-close-button img {
	display: none;
}

.wrapper-banner.footer.ostern {
	background-color: #ebebeb;
	display: flex;
	height: 88px;
}
.wrapper-banner.footer.ostern .anzeigenName {
	top: 42px;
	max-width: 500px;
	margin: 0 auto;
	padding: 0 28px 0 72px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: 'PT Sans', Arial;
}

.wrapper-banner.footer.ostern .wrapper-schliessen.closeBanner {
	display: none;
}

