@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
@import url(https://fonts.googleapis.com/css?family=Leckerli+One);
@import url(https://fonts.googleapis.com/css?family=Fredoka+One);

/* Allgemein */
html{
height:100%;maring:0px;
}
body{ font-size:16px;
    font-family: 'Gentium Basic', serif;}
.body{
height:100%;
 // background-image: -webkit-linear-gradient(top,#060303 0,#131313 50%);
 // background-image: -o-linear-gradient(top,#060303 0,#131313 50%);
 // background-image: -webkit-gradient(linear,left top,left bottom,from(#060303),to(#131313));
 // background-image: linear-gradient(to bottom,#060303 0,#131313 200%);
 // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060303', endColorstr='#131313', GradientType=0);
 // filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 // background-repeat: repeat-x;
background-image: url(../img/page_bg.jpg);
background-size: cover;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='../img/page_bg.jpg',sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader
(src='../img/page_bg.jpg',sizingMethod='scale')";

    font-size:16px;
    font-family: 'Gentium Basic', serif;
color: #848484;
}

.navbar-inverse .navbar-nav>li>a {
  color: #ffffff;
font-variant: small-caps;
font-size:17px;
}

.navbar-inverse .navbar-nav>li>a:hover{
  color: #000000;
}

.logo_nav{
position: relative;
background-image: url(../img/logo1.png);
width: 118px;
height: 40px;
top: -10px;
background-size: contain;
}
.logo_nav2{
position: absolute;
background-image: url(../img/logo.png);
width: 130px;
height: 24px;
top: 7px;
background-size: cover;
}

h1, ul, li, p{
    padding: 0;
    margin: 0;  
}

blockquote{
    float:right;    
}

h1{
    font-size:50px; 
    color: #4A4A4A;
    margin-bottom:13px;
    text-shadow: 1px 1px #333;
}

h3.tagplan{
//border-bottom:1px solid gold;
}

h3.uberschrift{
font-variant: small-caps;
line-height:2px;
color:#986F07;
padding: 0px;
margin-bottom: -11px;
}

.headline{
font-size:16px;
font-weight:bold;
text-align:center;
font-variant: small-caps;
}


.main-img{
    margin: 0 40px 22px 0;
    float:left;
    max-width: 100%;
}

.left{
    float:left;
    width:570px;
    margin-right:40px;
}

/* Content */
#wrapper {
background-color:rgba(0, 0, 0, 0.43);
//background: #e2e2e2;
//background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); 
//background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); 
//background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%);
//border: 1px solid gold;
border : 1px solid rgba(255, 215, 0, 0.16);
}
.line {
  border-bottom: 1px solid #333;
  color: #cda633;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 1.5em;
}
.line i {
  position: relative;
  top: 0.6em;
  font-size: 14px;
}
.fa-star:before {
  content: "\f005";
}

.top_h{
       height:242px;
position:relative;
//background-image: url(../img/head_bg.jpg);
background-size: cover;
 background-position: 50% 50%; 
}




#top_h.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
.navbar {top:190px;}


#main{
    margin:0 auto;
    padding: 10px;
    width:1000px;
}

#header{
    background-image:url("logo-website.png");
    width:149px;
    height:68px;
    margin: 15px 0 15px 0;
}

#content{
    padding:15px 15px 35px 30px;
    background-color:white;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* Navigation */

ul#navigation {
    background-color:#E0E0E0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    float:left;
    width:100%;
}

ul#navigation li {  
    float:left;
    position:relative;
    list-style: none;
    margin:10px 16px 10px 4px;
    padding:15px;
    background-color:white;
    border-radius: 5px;
    border:1px solid grey;
    font-size:12px;
    font-weight:bold;
    width:161px;
}

ul#navigation li:last-child{
    margin-right:2px;
}

ul#navigation li:hover{ 
    background-color:grey;  
}   

ul#navigation a{
    text-decoration:none;
}

ul#navigation a:visited{
    color:black;
}

ul#navigation li a:hover{
    color:#7A7A7A;
}

.clear{
    clear:both; 
}

.navbar-inverse {
  background-image: -webkit-linear-gradient(top,#3c3c3c 0,#986F07 100%);
  background-image: -o-linear-gradient(top,#3c3c3c 0,#986F07 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#986F07));
  background-image: linear-gradient(to bottom,#3c3c3c 0,#986F07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#986F07', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
} 

.girl_event{

}

.events_side{
float:left;
width:19%;
border : 1px solid rgba(255, 215, 0, 0.16);
margin:5px;
padding:15px; 
}

.girls_list{
width:80%;
display:table;
margin:0 auto;
}

.girls_card{
  margin: 5px;
 // width: 30.2%;
width: 274px;
  float: left;
  min-width: 180px;
  position: relative;
  border: 1px solid #986F07;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
overflow:hidden;
}

.girlname_list{
font-size:24px;
margin-top: -18px;
text-transform: capitalize;
margin-right:0px;
}

a.girlname_list{
color:#986F07;
text-transform: capitalize;
font-variant: small-caps;
}

a:hover.girlname_list{
color:#CF970A;
}

.new_girl{
position:absolute;
bottom:10px;
width:48%;
height:17%;left:0px;
z-index:99;
}

.girl_side{
float:left;
width:30%;
}

.girl_text{
width:70%;
display:table;
margin-left:auto;
margin-right:auto;
}

.thumb_pic{
width:47%;
margin:3px;
border:1px solid black;
overflow:hidden;
float:left;
}

.big_pic{
width:95.5%;
margin:3px;
border:1px solid black;
overflow:hidden;
}

.detail_name{
width:100%;
font-weight:bold;
border-bottom:1px solid #818181;
}
.detail_titel{
width:100%;
font-weight:bold;
margin-left:auto;
margin-right:auto;

}
.detail_text{
width:100%;
margin-left:auto;
margin-right:auto;
}

.detail_text img{
//width:50%;
text-align:center;
}

.detail_text p{
text-align:center;
margin:10px;
font-size:20px;
}
.service_header{
width:100%;
font-weight:bold;
border-bottom:1px solid #818181;
}

.gmap {
  height: 300px;
  width: 100%; }

.inhalt{
width:100%;
display:table;
}

.thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
background-color:black;
  border: 0px solid #848484;
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
.logo_schrift{
  position: absolute;
  height: 120%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 50%, rgba(255, 255, 255, 0) 50%);
  background-image: url("../img/logo.png");
  background-size: initial;
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
}

.logo_schrift_bg{
  position: absolute;
  height: 96%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 60%, rgba(255, 255, 255, 0) 50%);

 
}

#gastbuch{
  border: 1px solid #848484;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
margin-bottom:10px;
padding:10px;
}
.gastbuch_top{background-color: rgba(255, 255, 255,0.09);padding:6px;}
.gastbuch_text{padding:6px;}
.gastbuch_top .name{font-size:20px;font-variant: small-caps;}
.gastbuch_top .date{
font-size: 15px;
  right: 22px;
  position: absolute;
}
.gastbuch_top .ort{font-size:15px;
}

.gastbuch_kommentar_head{background-color: rgba(255, 255, 255,0.09);padding:6px;color:red;}
.gastbuch_kommentar_text{background-color: rgba(255, 255, 255,0.09);padding:6px;}



// Back Top
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: -150px;
}

#back-top a {
position:fixed;
right:0px;
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
bottom: 4px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
z-index:99999;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
position:fixed;
right:32px;
bottom:35px;
z-index:9999;
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 0px;
	background: #986F07 url(../img/Up-Arrow.png) no-repeat center center;
background-size:cover;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #DDA30E;
}

//dialog
#easybook{background-color:white;}
#dialog{
background: #000000 url(http://suche6.ch/kontaktanzeigen/member/girls/orginal/1341248567sandra03.jpg);
background-repeat:no-repeat;
background-position:right;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #000000;
  color: #848484;
font-variant: small-caps;

}


.ui-widget-content input{
  border: 1px solid #848484;
  background: #000000;
  color: #848484;
font-size:12px;
font-variant: none;
}

.ui-widget-overlay {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  background: black;
}

.ui-widget-header {
  border: 0px solid #ffffff;
  background: #000000;
  color: #848484;
  font-weight: bold;
font-variant: small-caps;
}

.anwesend{
position: absolute;
  background-color: #986F07;
  z-index: 1;
  right: -94px;
  top: 24px;
  width: 261px;
color:#ffffff;
font-variant: small-caps;
height:24px;
font-size:17px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}


.mit_video{
position: absolute;
  background-color: #986F07;
  z-index: 1;
  right: 103px;
  top: 24px;
  width: 261px;
color:#ffffff;
font-variant: small-caps;
height:24px;
font-size:17px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);

}
.job{
width:49%;
min-height:388px;
border: 1px solid #986F07;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
float:left;
margin:5px;
padding:5px;
overflow:hidden;
}

.flag{
position:relative;
  background-color: #986F07;
  z-index: 1;
  right: -47%;
  margin-top: 4px;
  width: 100%;
color:#ffffff;
font-variant: small-caps;
height:24px;
font-size:17px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.job .uberschrift{line-height:23px;margin-top: -3px;}
.job .girlname_list{font-size:16px;}

.kontakt_block{
width:48%;
float:left;
margin:5px;
padding:5px;
border: 1px solid #986F07;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;

}

.kontakt_text{
width:50%;
float:left;


}

.pascha_head:hover {color:#D28F28;}
.pascha_head{
font-family: 'Leckerli One', cursive;
    font-size: 24px;
//text-shadow: 2px 2px rgba(255, 255, 255, 0.15);;
//-webkit-text-stroke: 1px white;
color:#FF0000;}


.flamingo_head:hover {color: #D22828;}
.flamingo_head{font-family: 'Fredoka One', cursive;
font-size:20px;
color: #D28F28;
//text-shadow: 2px 2px rgba(255, 255, 255, 0.15);
//-webkit-text-stroke: 1px black;
}