body{
	font-family: Arial, Helvetica, sans-serif;
}

a{color:#fe5800}
a:hover{color:#337ab7}

h1, h2 {
	font-size:28px;
 	font-weight: 500;
 	line-height: 1.1;
 	color: inherit;
}

#header_back{
	background: #9f9f9f;
	background: -moz-linear-gradient(top,  #9f9f9f 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9f9f9f), color-stop(100%,#222222));
	background: -webkit-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: -o-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: -ms-linear-gradient(top,  #9f9f9f 0%,#222222 100%);
	background: linear-gradient(to bottom,  #9f9f9f 0%,#222222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9f9f9f', endColorstr='#222222',GradientType=0 );
}

.logo img{width:100%;height:auto;max-width:548px;}

.nav-wrap {
	background:#222222;
	height:55px;
	margin-bottom:10px;
}

.nomarge {
	margin-left:0;
	margin-right:0;
}

.navbar{z-index:2000;}

.col-md-6 {overflow:hidden;}

.related
* {margin: 0; padding: 0;}

.related div {
  margin: 20px;
}
.related ul {
  list-style-type: none;
  width: 89%;
}
.related h3 {
  font: bold 18px/1.2;
}
.related li img {
  float: left;
  margin: 0 15px 0 0;
}

.related li {
  padding: 10px;
  overflow: auto;
  border-bottom: 1px solid #eee;
}

.related li:hover {
  background: #eee;
  cursor: pointer;
}

.related li a{
   width:100%;
   height:100%;
   display:inline-block;
}

.related li a:hover, a:focus {
   color: #428bca;
    text-decoration: none;
}

.thumb {
  width:  130px;
  height: 90px;
}

.banner-box {
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 30%, #9f9f9f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#ffffff), color-stop(100%,#9f9f9f));
	background: -webkit-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: -o-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: -ms-linear-gradient(top,  #ffffff 30%,#9f9f9f 100%);
	background: linear-gradient(to bottom,  #ffffff 30%,#9f9f9f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9f9f',GradientType=0 );
	margin: 10px 0;
	padding: 0;
	width: 89%;
	min-width: 300px;
	overflow:hidden;
	text-align:center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#related_bottom{
	width: 89%;
	padding: 10px 0 20px 0;
}

.more_vids{
	padding: 6px 24px;
	font-weight:bold;
}

.btn-default {
    background-color: #666666;
    border-color: #666666;
    color: #fff;
}

.btn-default:hover {
    background-color: #fff;
    color: #666;
}


.btn-primary{
	background:#fe5800;
	border-color: #fe5800;
	font-weight:bold;
}


.btn-primary:hover{
	background:#fff;
	border-color: #fe5800;
	color:#fe5800;
}


audio, canvas, video {
    display: inline-block;
    margin-top: 10px;
}



@media (max-width: 700px) {
h1,h2 {
	font-size:20px;
}

.related h3 {
  font: bold 14px;
}

 .banner-box {
	width: 100%;
	min-width: 300px;
}

.related ul {
  list-style-type: none;
  width: 100%;
}

}

@media (max-width: 991px) {
  .header-ad {display:none}
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-box {
	width: 100%;
	min-width: 300px;
}
}

@media (max-width: 480px){

.more_vids, .fuckcontacts{
	width:100%;
	margin: 5px 0;
}

#related_bottom{
	width: 100%;
}
}




 .mobileShow { display: none;}

   /* Smartphone Portrait and Landscape */

@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){

.mobileShow { display: inline;}

 }
   .mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}


/* Neues Home */

#intro {
	margin-bottom: 20px;
}

#intro h1 {
	margin-top: 10px;
}

#videos {
	/*! overflow: auto; */
}

.video {
	width: 45%;
	float: left;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 5px;
	margin: 0px;
	padding: 5px;
}

@media (min-width: 768px) {
	.video {
		width: 33.33333333%;
		box-sizing: border-box;
		padding: 0 5px;
	}
}

.video a {
	color: #fe5800;
	text-decoration: none;
}

.video a:hover {
	color: #337ab7;
	text-decoration: none;
}

.videoThumb img{
	width: 100%;
	height: auto;
}

.videoTitel {
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0 0 0;
	height: 43px;
	overflow: hidden;
}

.videoDauer {
	position: absolute;
	background: #337ab7;
	color: white;
	bottom: 43px;
	right: 0;
	padding: 5px 8px;
}

@media (min-width: 768px) {
	.videoDauer {
	position: absolute;
	color: white;
	right: 5px;
}
}

#pagination {
	text-align: center;
}

.pagination {
	margin: 10px auto;
}

.textbox img {
	display: block;
	margin: 5px 20px 10px auto;
}

#highlights{
	margin-top: 18px;
}

#highlights img{
	width: 100%;
	height: auto;
	margin: 5px 0;
}

#service{
	margin-top: 18px;
}

#service img{
	width: 100%;
	height: auto;
	margin: 0;
}

#highlights h1, #service h1{
	margin: 0;
	font-size: 19px;
	border-bottom: 1px solid #337ab7;
	padding-bottom: 5px;
}

#highlights h2, #highlights h3{
	margin: 10px 0 0 0;
	font-size: 19px;
	border-bottom: 1px solid #337ab7;
	padding-bottom: 5px;
}

#service h2{
	margin: 10px 0 0 0;
	font-size: 19px;
	color: white;
	background: #fe5800;
	display: block;
	padding: 5px 10px;
}

#service h3{
	margin: 0;
	font-size: 19px;
	border-bottom: 1px solid #337ab7;
	padding-bottom: 5px;
}

.list-group-item{
	padding:0;
}

.list-group-item a{
	display: block;
	padding: 10px 15px;
}

#footer {
	background: #fe5800;
	color: white;
	text-align: center;
	margin-top: 20px;
}

#footerInhalt {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding: 15px 0;
}

@media (min-width: 768px) {
  #footerInhalt {
	  width: 60%;
	  margin: 0 auto;
	  display: block;
  }
}

#footerInhalt a{
	color: white;
	text-decoration: underline;
}

/* Neue Telefonsexnummern */

#anzeigen {
	width: 100%;
	overflow: hidden;
}

#anzeigen h2 {
	background: none repeat scroll 0 0 #ff5700;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    padding: 5px;
    text-align: center;
	margin: 10px 0;
}

.telefonsex_2 {
	  background-color: #ff5700;
	  border: 1px solid #ff5700;
	  float: left;
	  width: 100%;
	  margin-bottom: 10px;
  }

@media (min-width: 768px) {
  .telefonsex_2 {
	  background-color: #ff5700;
	  border: 1px solid #ff5700;
	  float: left;
	  margin: 1%;
	  width: 47%;
  }
}

.telefonsex_kopf {

}

.contentimg img{
    width: 100%;
	height: auto;
}

.telefonsex_content p {
    color: #fff;
    padding: 10px 6px 6px;
    text-align: left;
}
