/*
	Theme Name:	Freudenhaus GirlPad
    Version:	1
    Author:		Oli Feiler
	
	made by urbanstudio.de
*/
/*DONOTMINIFY*/
/* ---------------------------------------------------------------------------------- */
@import url("usform.css");
/* ---------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, input, select, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

html {
  overflow-y: scroll;
  background: #FFFFFF url("images/tvbg.png") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%; }

body {
  font: 18px 'Open Sans', Geneva, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 170px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

input, select {
  vertical-align: middle;
  outline: none; }

textarea {
  resize: vertical;
  overflow-y: auto;
  outline: none; }

label, input[type=button], input[type=submit], button {
  cursor: pointer; }

ul {
  list-style: none;
  list-style-type: none; }

img {
  border: 0;
  display: block;
  width: 100%;
  height: auto; }

#usdata {
  display: none; }

/* ---------------------------------------------------------------------------------- */
.center {
  width: 728px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out; }

.clear {
  clear: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.no-margin {
  margin: 0 0 0 0 !important; }

.topline, .bottomline {
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0; }

.bottomline {
  top: auto;
  bottom: 0; }

.topline.white {
  background: rgba(255, 255, 255, 0.1); }

.bottomline.white {
  background: rgba(255, 255, 255, 0.1); }

.hide {
  display: none; }

/* -- BASE STRUCTURE -------------------------------------------------------------------------------- */
header {
  display: block;
  padding: 0 0 0 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 140px;
  z-index: 9999999;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

header .center {
  height: 140px; }

#signet {
  display: block;
  position: absolute;
  top: 25px;
  left: 20px;
  width: 100px;
  height: 90px;
  background: url("images/signet.svg") no-repeat 0 0;
  background-size: 100px 90px; }

#freudenhaus {
  display: block;
  position: absolute;
  top: 48px;
  left: 145px;
  width: 350px;
  height: 30px;
  background: url("images/freudenhaus.svg") no-repeat 0 50%;
  background-size: 350px 30px; }

nav#nav {
  display: block;
  width: auto;
  margin: 0 0 0 145px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  line-height: 60px;
  color: #999999;
  text-shadow: 0 1px 0 #FFFFFF;
  z-index: 99; }

nav#nav ul {
  display: block;
  min-height: 60px; }

nav#nav ul li {
  display: inline-block;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 15px 0 15px;
  padding: 0; }

nav#nav ul li:first-child {
  margin: 0 15px 0 0; }

nav#nav ul li > a {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: #666666;
  line-height: 60px;
  height: 60px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  z-index: 999; }

nav#nav ul li.active > a:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #CE0069;
  content: '';
  z-index: 999; }

nav#nav ul li.active > a, nav#nav ul li.active:hover > a {
  color: #CE0069; }

nav#nav ul li:hover > a {
  color: #333333; }

ul#girls {
  display: block;
  width: 100%; }

ul#girls.sixteen li {
  display: block;
  float: left;
  position: relative;
  top: 0;
  left: 0;
  width: calc(( 100% - 60px ) / 4);
  height: auto;
  margin: 0 20px 20px 0; }

ul#girls.sixteen li:nth-child(4n+4) {
  margin: 0 0 20px 0; }

ul#girls.sixteen li img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  box-shadow: 1px 1px 10px white; }

ul#girls.sixteen li:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  content: ''; }

/*ul#girls.sixteen li i{position:absolute;top:10px;left:10px;width:167px;height:167px;z-index:999;border:1px solid rgba(0,0,0,.2);cursor:pointer;}*/
ul#girls.sixteen li span {
  position: absolute;
  bottom: 13px;
  left: 20px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  z-index: 1;
  border: 0;
  text-align: left;
  color: #FFFFFF;
  font-size: 18px;
  text-shadow: #000000 0px 1px 14px;
  z-index: 999999;
  font-weight: 700; }

/*
ul#girls.twenty li{display:block;float:left;position:relative;width:147px;height:147px;}
ul#girls.twenty li img{position:absolute;top:10px;left:10px;width:127px;height:127px;z-index:1;border:0;box-shadow:1px 1px 10px rgba(0,0,0,1);}
ul#girls.twenty li i{position:absolute;top:10px;left:10px;width:125px;height:125px;z-index:999;border:1px solid rgba(0,0,0,.2);cursor:pointer;}
ul#girls.twenty li span{position:absolute;top:108px;left:20px;width:97px;height:30px;line-height:30px;z-index:1;border:0;text-align:left;color:#FFFFFF;font-size:12px;font-weight:bold;text-shadow:#000000 0px 5px 10px;z-index:999999;}*/
/*#profile{position:relative;top:0;left:0;}*/
#profile {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  padding-bottom: 100px !important; }

#profile section {
  position: relative;
  top: 0;
  left: 0; }

section.towhite {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  padding: 0 0 25px 0; }

section.fromwhitetogray {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(150, 150, 150, 0.05) 100%);
  padding: 0 0 25px 0; }

section.fromwhite {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
  padding: 0 0 25px 0; }

#profile section.profilebutton {
  display: block;
  padding: 30px 0 30px 0 !important;
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100% !important;
  height: 44px;
  top: auto;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1); }

#profile section.gray {
  background: linear-gradient(to bottom, rgba(100, 100, 100, 0.05) 0%, rgba(100, 100, 100, 0.2) 100%); }

#profile section.picturerow {
  padding: 30px 0 25px 0; }

#profile h1 {
  display: block;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 5px 0 30px 0;
  text-shadow: 0px 5px 10px rgba(255, 255, 255, 0.4);
  padding: 0 0 0 0; }

#profile h3 {
  display: block;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 25px 0 15px 0;
  letter-spacing: 3px;
  color: #999999; }

#profileimage {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 130px;
  height: auto;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
  overflow: hidden; }

#profileimage:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  content: ''; }

#profiletab {
  float: none;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px; }

#profiletab table {
  border-collapse: collapse; }

div#girlpics {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin: 0 20px 0 20px;
  width: auto;
  height: 285px;
  white-space: nowrap;
  overflow-style: auto;
  overflow: scroll;
  y-overflow: hidden;
  x-overflow: scroll;
  padding: 0;
  border: 0; }

div#girlpics div.imgitem {
  display: inline-block;
  margin: 0 5px 0 0;
  width: auto;
  height: 280px;
  y-overflow: hidden;
  padding: 0;
  border: 0;
  position: relative;
  top: 0;
  left: 0; }

div#girlpics div.imgitem:last-child {
  margin: 0; }

div#girlpics div.imgitem img {
  display: block;
  width: auto;
  height: 280px;
  margin: 0;
  padding: 0;
  border: 0; }

div#girlpics > div {
  height: 280px; }

div#girlpics div.imgitem:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  content: ''; }

#girlservices {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px; }

ul.falist {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px; }

ul.falist li {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  color: #000000;
  padding: 0 0 4px 20px;
  float: left;
  margin: 0 20px 0 0; }

ul.falist li i.fa {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 14px;
  color: #CE0069; }

ul.falist li strong {
  color: #000000;
  font-weight: 700; }

ul.falist:after {
  display: block;
  clear: left;
  content: ''; }

section#big-image {
  padding: 0 0 0 0 !important;
  min-height: inherit;
  height: auto;
  width: auto !important; }

section#big-image img {
  display: block;
  image-rendering: optimizequality;
  width: 100%;
  height: auto; }

section.grey {
  background: #FAFAFA; }

section.grey h2 {
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 40px 0; }

.faq {
  border-top: 1px solid #CCCCCC;
  margin: 0 0 10px 0; }

.faq .faq-item {
  border-bottom: 1px solid #CCCCCC; }

.faq .faq-item .faq-question {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 15px 40px 15px 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
  cursor: pointer; }

.faq .faq-item.active .faq-question {
  color: #B00000; }

.faq .faq-item .faq-question .arrow {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  color: #969696;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.faq .faq-item.active .faq-question .arrow {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #B00000; }

.faq .faq-item .faq-answer {
  display: none;
  color: #333333;
  padding: 0 0 20px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px; }

.faq .faq-item .faq-answer p {
  margin: 0 0 0 0; }

.faq .faq-item .faq-answer p.tableadvice {
  margin: 0 0 0 0;
  font-size: 10px; }

/*
table{width:100%;border:0;color:#333333;background:#FFFFFF;border-collapse:collapse;border-spacing:inherit;margin-bottom:25px;}
table tr th{font-family:"Open Sans", Arial, sans-serif;font-size:14px;font-weight:600;border-bottom:1px solid #BBBBBB;padding:8px 5px 8px 8px;text-shadow:#FFFFFF 0px 1px;text-align:left;}
table tr td{font-family:"Open Sans", Arial, sans-serif;border:none;border-bottom:1px solid #DADADA;padding:9px;}
table tr:nth-child(even) td{background-color:#FBFBFB;}
table thead tr th, table thead tr td{font-weight:600;border:none;border-bottom:1px solid #BBBBBB;}
table tr th p, table tr td p{margin:0;padding:0;}
table tr th p.supfooter{font-size:10px;}
table tr:last-child td{border-bottom-color:#BBBBBB;}
table tr td:last-child{border-right-color:#BBBBBB;}
#content table tr td:first-child{border-left-color:#BBB;}

#success{display: none;}
#success .column.triple p{font-size:16px;line-height:24px;}

.form section{padding:60px 0 38px 0;min-height:inherit;}
.g-recaptcha{margin:0 0 20px 0;}
*/
/* COLUMN */
.column {
  display: block;
  float: left;
  width: 237.5px;
  margin: 0 30px 0 0; }

.column.first {
  clear: both; }

.column.last {
  margin: 0 0 0 0; }

.column.double {
  width: 505px; }

.column.triple {
  width: 772.5px; }

.column.full {
  width: 100%; }

.column.one-third {
  width: 326.66px; }

.column.two-third {
  width: 683.33px; }

/* BUTTONS + LINKS */
a.underline {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: underline;
  margin: 0 0 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.underline:hover {
  text-decoration: none; }

a.footerline {
  display: inline-block;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 20px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a.underline:hover {
  text-decoration: none; }

a.yellowlink {
  color: #FFBF00;
  text-decoration: none;
  font-weight: 600; }

a.bluelink {
  color: #204796;
  text-decoration: none; }

a.bluelink:hover {
  text-decoration: none; }

a.redlink {
  color: #C30712;
  text-decoration: none; }

a.redlink:hover {
  text-decoration: none; }

a.blacklink {
  color: #333333;
  text-decoration: none; }

a.graylink {
  color: #666666;
  text-decoration: none;
  font-weight: 600; }

a.whitelink {
  color: #FFFFFF;
  text-decoration: none; }

/* FLAGS */
.flag {
  background-size: 20px 15px;
  background-position: 0 50%;
  background-repeat: no-repeat;
  padding-left: 34px; }

span.flag {
  display: inline-block; }

.flag-en {
  background-image: url(images/flags/gb.svg); }

.flag-de {
  background-image: url(images/flags/de.svg); }

.flag-bg {
  background-image: url(images/flags/bg.svg); }

.flag-ro {
  background-image: url(images/flags/ro.svg); }

.flag-pl {
  background-image: url(images/flags/pl.svg); }

.flag-es {
  background-image: url(images/flags/es.svg); }
