/*
	Theme Name:	Freudenhaus Rent
    Version:	1
    Author:		Oli Feiler
	
	made by urbanstudio.de
*/
/*DONOTMINIFY*/
/* ---------------------------------------------------------------------------------- */
@import url("/style/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-color: #652246; }

body {
  background-color: #652246;
  font: 16px '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: 80px; }

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: 1040px;
  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; }

.padding-bottom-10 {
  padding-bottom: 10px !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: 80px;
  z-index: 99998;
  background: #86114e;
  background: -moz-linear-gradient(top, #86114e 0%, #652246 100%);
  background: -webkit-linear-gradient(top, #86114e 0%, #652246 100%);
  background: linear-gradient(to bottom, #86114e 0%, #652246 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86114e', endColorstr='#652246',GradientType=0 ); }

#logo {
  display: block;
  width: 250px;
  height: 80px;
  margin: 0; }

#logo a {
  display: block;
  width: 250px;
  height: 80px;
  background: url("images/freudenhaus.svg") no-repeat 0 50%;
  background-size: 250px 22px; }

#logo h1, #logo h2 {
  display: none; }

a#language {
  display: block;
  position: absolute;
  top: 13px;
  right: 58px;
  font-size: 22px;
  line-height: 55px;
  width: 55px;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in-out; }

a#language:hover {
  color: #FFFFFF; }

#navbtn {
  display: block;
  position: absolute;
  top: 13px;
  right: 0;
  width: 58px;
  height: 55px;
  cursor: pointer;
  z-index: 999999 !important;
  transition: all 0.2s ease-in-out; }

#navbtn span {
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  width: 18px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s ease-in-out; }

#navbtn span.line3 {
  margin: 0 0 0 0; }

#navbtn.opened span.line1 {
  top: 26px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

#navbtn span.line2 {
  top: 26px; }

#navbtn.opened span.line2 {
  opacity: 0; }

#navbtn span.line3 {
  top: 32px; }

#navbtn.opened span.line3 {
  top: 26px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#navbtn:hover span, #navbtn.opened span {
  background-color: #FFFFFF; }

nav#nav {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.94);
  z-index: 99; }

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

.table-cell {
  display: table-cell;
  vertical-align: middle; }

nav#nav ul {
  display: block;
  width: 90%;
  margin: 0 auto !important;
  padding-top: 60px; }

nav#nav ul li {
  display: block; }

nav#nav ul li a {
  display: block;
  font-size: 60px;
  font-weight: 700;
  color: #642446;
  line-height: 60px;
  text-decoration: none;
  text-shadow: 0 0 5px #FFFFFF;
  text-align: center;
  transition: all 0.2s ease-in-out; }

nav#nav ul li a span {
  display: inline-block;
  padding: 14px 18px 14px 18px; }

nav#nav ul li a:hover span {
  border: 4px solid #642446;
  padding: 10px 14px 10px 14px;
  background: rgba(255, 255, 255, 0.9); }

section {
  padding: 50px 0 50px 0;
  position: relative;
  top: 0;
  left: 0;
  font-weight: 400;
  z-index: 1;
  background: #FFFFFF; }

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

section h2 span {
  color: #642446; }

section h3 {
  display: block;
  color: #333333;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 20px 0; }

section a {
  color: #B00000;
  text-decoration: underline; }

section a:hover {
  text-decoration: none; }

p {
  margin: 0 0 30px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px; }

strong {
  font-weight: 700; }

p.mini {
  font-size: 10px;
  color: #333333;
  line-height: 14px;
  margin: 0 0 10px 0; }

span.red {
  color: #CC0000;
  font-weight: 700; }

ul.falist {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 30px 0; }

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

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

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

section a.iconbox {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none !important;
  color: #333333 !important;
  text-align: center;
  border: 1px solid #CCCCCC;
  padding: 30px;
  text-shadow: 0 1px 0 #FFFFFF;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, white 0%, #fafafa 100%);
  background: linear-gradient(to bottom, white 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=0 );
  width: 264.66px;
  float: left;
  margin: 0 30px 30px 0; }

section a.iconbox:nth-child(3n) {
  margin: 0 0 30px 0; }

section a.iconbox:hover, section a.iconbox:hover h3 {
  color: #83174E !important; }

section a.iconbox:hover {
  border: 1px solid #83174E; }

section a.iconbox i.fa {
  display: block;
  margin: 0 0 10px 0;
  font-size: 60px;
  line-height: 60px; }

section a.iconbox h3 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  padding: 0 0 0 0;
  text-transform: none;
  letter-spacing: normal;
  width: 100%;
  margin: 0 0 0 0; }

section a.iconbox span {
  font-weight: 400;
  display: block; }

section a.iconbox span.msgCount {
  display: block;
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: 9px;
  width: 24px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  color: rgba(255, 255, 255, 0.66);
  border: 2px solid #FDFDFD;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: #821A4E; }

section a.iconbox.message, section a.iconbox.message:hover {
  background: #86114E;
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: #FFFFFF !important; }

section a.iconbox.message h3, section a.iconbox.message:hover h3 {
  color: #FFFFFF !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }

section a.iconbox.message span.msgCount {
  color: #781446;
  border: 2px solid #85164E;
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: #FFFFFF; }

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; }

span.lilac {
  font-weight: 700;
  color: #652246; }

#errormessage {
  display: none;
  color: #EC9516;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 30px;
  line-height: 40px;
  padding: 40px 0 40px 0 !important;
  background: #fff5d6;
  background: -moz-linear-gradient(top, #fff5d6 0%, #feedb9 100%);
  background: -webkit-linear-gradient(top, #fff5d6 0%, #feedb9 100%);
  background: linear-gradient(to bottom, #fff5d6 0%, #feedb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d6', endColorstr='#feedb9',GradientType=0 ); }

#errormessage .success {
  color: #009900; }

#errormessage .error {
  color: #CC0000; }

#contactform .kontaktgap {
  margin-bottom: 84px; }

.h1gap {
  display: block;
  height: 156px; }

footer {
  clear: both;
  height: auto;
  margin: 0px;
  padding: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  font-weight: 600;
  text-align: left;
  text-transform: none;
  position: relative;
  top: 0;
  left: 0; }

footer .center {
  padding: 0 0 0 0;
  overflow: auto; }

footer #copy {
  display: block;
  padding: 30px 0 30px 0;
  font-size: 10px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.6);
  clear: both; }

footer #copy a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  -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; }

footer #copy a:hover {
  color: white; }

/* HOMEGIRLS */
#homegirls, #homeguests {
  overflow: auto; }

#homegirls a, #homeguests a {
  display: block;
  float: left;
  width: calc( (100% - 50px) / 6);
  margin: 0 10px 10px 0;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 transparent;
  background: #FAFAFA;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  min-height: 46px; }

#homegirls a:nth-child(6n) {
  margin-right: 0; }

#homeguests a:nth-child(6n) {
  margin-right: 0; }

#homegirls a span, #homeguests a span {
  display: none; }

#homeguests a.openpositions span {
  display: block; }

#homegirls a b, #homeguests a b {
  font-weight: 600; }

#homegirls a.today, #homegirls a.message, #homeguests a.bookedin,
#homeguests a.message {
  position: relative;
  background: #86114E;
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); }

#homegirls a.message span, #homeguests a.message span {
  display: block;
  position: absolute;
  top: 12px;
  right: 10px;
  width: 24px;
  height: 18px;
  line-height: 18px;
  padding: 0 5px 0 5px;
  color: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 15px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  background: rgba(0, 0, 0, 0.1); }

#homegirls a.today span, #homeguests a.bookedin.openpositions span {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  text-align: right; }

/* BOOKINGS LISTING */
#bookinglisting {
  margin: 0 0 20px 0; }

.bookingitem {
  clear: left;
  position: relative;
  top: 0;
  left: 0;
  width: auto;
  height: 21px;
  margin: 0 0 10px 0;
  padding: 14px 5px 14px 13px;
  border: 1px solid #DCDCDC;
  color: #666666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  background: white;
  background: linear-gradient(to bottom, white 0%, #f4f4f4 100%);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.5); }

.bookingitem:after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 4px;
  height: 51px;
  content: '';
  background: #DCDCDC; }

.bookingitem.selected {
  background: linear-gradient(to bottom, #fff6d7 0%, #ffebb0 100%);
  border: 1px solid #FCB704; }

.bookingitem.selected:after {
  background: #FCB704; }

.bookingitem.accepted {
  background: linear-gradient(to bottom, #ecf3e4 0%, #cfe4be 100%);
  border: 1px solid #438D00; }

.bookingitem.accepted:after {
  background: #438D00; }

.bookingitem.rejected {
  border: 1px solid #B20000; }

.bookingitem.rejected:after {
  background: #B20000; }

/* .bookingitem.cancelled{border:1px dashed #B20000;} .bookingitem.cancelled:after{background:#B20000;} */
.bookingitem .usform-wrap {
  width: 112px;
  float: left; }

.bookingitem .usform-wrap label {
  font-weight: 600; }

.bookingcounter {
  float: left;
  display: inline-block;
  font-weight: 700;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 3px 0 3px;
  line-height: 19px;
  height: 19px;
  text-align: center;
  color: #FFFFFF;
  min-width: 16px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  background: #408E00;
  border-radius: 3px;
  font-size: 14px; }

.bookingcounter.red {
  background: #B40000; }

.bookingcounter.orange {
  background: #FF8000; }

.timeselect {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 124px; }

div.usfield.time {
  padding-bottom: 0 !important;
  width: auto !important; }

div.usfield.time div.usform-wrap.select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 52px;
  padding: 0;
  height: 35px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 0 #FFFFFF;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 100%); }

div.usfield.time div.usform-wrap.select select {
  display: block;
  border: 0;
  background: transparent;
  color: #000000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  -webkit-appearance: none;
  text-transform: none;
  cursor: pointer;
  width: 130%;
  height: 35px;
  padding: 8px; }

div.usfield.time div.usform-wrap.select select.grayed {
  color: #c0c0c0; }

.inbetweentext {
  float: left;
  text-align: center;
  padding: 0 5px 0 5px;
  line-height: 37px;
  font-weight: 600; }

#bookingtablediv {
  clear: both; }

/* 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;
  margin: 0 10px 0 0; }

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

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

b.flag {
  display: inline-block;
  font-weight: inherit !important; }

.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"); }

/* MESSAGES */
section#messages, section#writemessage {
  display: block;
  background: #FFFFFF url("images/messages.jpg") repeat 0 0; }

.message-row {
  display: block;
  clear: both; }

.bubble {
  position: relative;
  top: 0;
  left: 0;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  width: 70%;
  margin: 0 0 20px 0;
  font-weight: 600;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border: 1px solidrgba(255, 255, 255, 0.5);
  transition: all 0.2s ease-in-out; }

.bubble.left {
  background: #FFFFFF; }

.bubble.right {
  background: linear-gradient(to bottom, #fff6d7 0%, #ffebb0 100%);
  float: right; }

.nametime {
  display: block;
  font-size: 12px;
  padding: 5px 0 0 0;
  color: rgba(0, 0, 0, 0.5); }

section#composebtn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: white;
  padding: 30px 0 30px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.66);
  transition: none 0.2s ease-in-out; }

section#composebtn.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999; }

#composebtnplaceholder {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  z-index: 0; }

section#bookings {
  padding-bottom: 30px; }

section#backbtn {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  background: white;
  padding: 30px 0 30px 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: none 0.2s ease-in-out; }

/* US FORM HACK */
input[type='checkbox']:checked + label::before,
input[type='radio']:checked + label::before {
  background: #642446; }

input[type='checkbox']:checked + label,
input[type='radio']:checked + label {
  color: #642446; }

div.usfield label {
  font-size: 16px !important; }

div.usbutton {
  float: none;
  clear: both; }

a.button, button.button, .form a.button {
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 30px 0 0;
  padding: 10px 20px 10px 20px;
  width: auto;
  text-align: center;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  -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;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2);
  cursor: pointer;
  white-space: nowrap; }

button.button {
  height: 36px; }

/* INTERVIEW */
h1.customername {
  display: block;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin: 0 0 40px 0; }

h1.customername span {
  color: #642446; }

section#navbuttons {
  margin: 0 0 0 0;
  padding: 20px 0 20px 0; }

section#navbuttons .previous {
  margin: 0 0 0 0 !important; }

section#navbuttons .previous i.fa {
  margin: 0px 0 0px 4px; }

section#navbuttons .next {
  margin: 0 0 0 0 !important; }

section#navbuttons .next i.fa {
  margin: 0px 4px 0px 0; }

#services div.servicecontainer {
  width: calc(( 100% - 100px) / 3);
  margin: 0 20px 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15); }

#services div.servicecontainer:nth-child(3n+4) {
  margin: 0 0 20px 0; }

div.servicecontainer div.servicename {
  width: 100%; }

div.servicecontainer div.serviceoptions {
  width: 130px; }

/*skstuff*/
.form.floating {
  position: relative; }

.formcover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.9); }

.formcover i {
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: 70px;
  right: 0;
  position: absolute;
  height: 70px; }

/* Kassenfenster */
#rcwin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 99998; }

.bgblack {
  width: 100%;
  height: 100%;
  display: table; }

.bgcell {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

.rentwindow {
  display: block;
  width: 980px;
  height: 724px;
  background: #F6F6F6;
  margin: 0 auto;
  box-shadow: 0 0 22px rgba(0, 0, 0, 0.44);
  text-align: left; }

.rentwindow .header {
  position: relative;
  top: 0;
  left: 0;
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px 20px 20px 30px;
  z-index: 2; }

.rentwindow .header h2 {
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 28px;
  font-weight: 600; }

/*.rentwindow .header a{display:block;color:#666666;position:absolute;top:10px;right:10px;height:60px;line-height:60px;width:60px;text-align:center;font-size:28px;text-decoration:none;}*/
.rentwindow #windownav {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 60px;
  line-height: 60px;
  width: 580px;
  text-align: right; }

.rentwindow #windownav a {
  display: inline-block;
  color: #666666;
  font-size: 28px;
  text-decoration: none;
  margin: 0 0 0 20px; }

.rentwindow #windownav a.hide {
  display: none !important; }

.rentwindow #windownav a.active {
  color: #85164E; }

.rentwindow #windownav a#close {
  width: 60px;
  text-align: center;
  margin: 0 0 0 5px; }

.rentwindow .windowcontent {
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  height: 644px;
  width: 980px; }

.rentwindow .windowcontent:after {
  clear: both; }

.warning {
  display: block;
  padding: 200px 30px 50px 30px;
  text-align: center;
  background: url("images/fhxball.svg") no-repeat 50% 70px;
  background-size: 100px 100px;
  font-size: 38px;
  color: #85164E;
  letter-spacing: 12px;
  font-weight: 700; }

.warning_text {
  display: block;
  padding: 0 30px 30px 30px;
  text-align: center; }

.warning_text h2 {
  display: block;
  text-align: center;
  padding: 0 0 30px 0;
  margin: 0;
  font-size: 28px;
  line-height: 38px; }

.productlist {
  display: block;
  width: 450px;
  height: 604px;
  float: left;
  padding: 20px;
  overflow: scroll; }

.productlist a.button {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: auto;
  margin: 0 0 10px 0 !important;
  text-align: left !important; }

.productlist a.button span {
  display: block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 125px;
  text-align: right !important; }

.productlist a.button span.datetime {
  width: 200px; }

.receiptbody {
  display: block;
  width: 489px;
  height: 644px;
  float: left;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
  overflow: scroll;
  border-left: 1px solid rgba(0, 0, 0, 0.1); }

.receipt {
  display: block;
  background: #FFFFFF;
  margin: 22px 22px 108px 22px;
  padding: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 0 22px rgba(0, 0, 0, 0.1);
  /*font-family: 'Roboto Condensed', sans-serif;*/
  font-size: 16px;
  min-height: 470px; }

.receipt hgroup {
  display: block;
  padding: 20px 0 30px 0;
  text-align: center; }

.receipt hgroup h3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 0 0; }

.receipt hgroup h4 {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #666666; }

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

.position {
  display: table-row; }

.position > div {
  display: table-cell;
  padding: 6px 0 6px 0; }

.price {
  text-align: right;
  width: 80px; }

.delete {
  color: #86114E;
  width: 30px;
  text-align: right;
  font-size: 18px; }

.position.sum {
  font-weight: 700; }

.position.sum > div {
  border-top: 1px solid rgba(0, 0, 0, 0.33); }

.position.tip {
  color: #666666; }

.receipt footer {
  text-align: center;
  margin: 30px 0 0 0;
  color: #333333;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400; }

.receipt footer h5 {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600; }

.receipt footer p {
  display: block;
  color: #333333;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 10px 0; }

.paynow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 450px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(246, 246, 246, 0.7) 0%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, rgba(246, 246, 246, 0.7) 0%, #f6f6f6 100%);
  background: linear-gradient(to bottom, rgba(246, 246, 246, 0.7) 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f6f6f6', endColorstr='#f6f6f6',GradientType=0 ); }

.paynow.centered {
  width: calc(100% - 40px); }

hgroup a.button.marginless {
  margin: 0; }

div.atmfreetype {
  width: 670px;
  font-size: 28px;
  margin-left: 150px;
  margin-top: 30px; }

a.button.lilac.medium.atmvalue {
  margin-top: 50px;
  width: 200px;
  height: 39px;
  font-size: 28px;
  margin-left: 150px; }

a.button.lilac.medium.atmstepper {
  display: inline-block;
  font-size: 28px;
  width: 20px;
  height: 47px; }
  a.button.lilac.medium.atmstepper i.fa {
    margin: 0;
    margin-top: 5px; }

a.button.lilac.medium.atmstepper#stepup {
  margin-left: 50px;
  margin-right: 0px; }

a.button.lilac.medium.atmstepper#stepdown {
  margin-right: 50px; }

input#atmmoney {
  padding: 20px;
  background: #86114E;
  text-align: center;
  color: white;
  font-weight: bold;
  width: 390px; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

div#billvalue {
  margin-top: 20px; }
  div#billvalue span.descr {
    font-size: 19px; }
  div#billvalue span.val {
    float: right; }

#showtotalbtn {
  float: right;
  margin: 0; }

@media only screen and (max-width: 1079px) {
  footer #copy {
    padding: 10px; }
  section {
    padding: 10px 0 20px 0; }
  section#names {
    min-height: 615px; }
  .center {
    width: auto;
    margin: 0 auto;
    padding: 0 20px 0 20px;
    clear: both; }
  .column {
    display: block;
    float: left;
    width: calc((100% - 30px) / 2);
    margin: 0 30px 0 0; }
  .column.double {
    width: calc((100% - 30px) / 2);
    min-height: inherit; }
  .column.one-third {
    width: calc((100% - 60px) / 3);
    min-height: inherit; }
  .column.two-third {
    width: calc(((100% - 60px) / 3) * 2 + 30px);
    min-height: inherit; }
  .hide-on-mobile {
    display: none; }
  div.usfield.time {
    width: auto !important; }
  section a.iconbox {
    width: calc((100% - 246px) / 3); } }

@media only screen and (max-width: 1023px) {
  #homegirls a,
  #homegirls a:nth-child(6n) {
    width: calc( (100% - 30px) / 4) !important;
    margin: 0 10px 10px 0; }
  #homegirls a:nth-child(4n) {
    margin-right: 0; }
  section#composebtn {
    padding: 15px 0 15px 0 !important; }
  #services div.servicecontainer,
  #services div.servicecontainer:nth-child(2n+3),
  #services div.servicecontainer:nth-child(3n+4) {
    width: calc( (100% - 60px) / 2);
    margin: 0 20px 20px 0; }
  #services div.servicecontainer:nth-child(2n+3) {
    margin: 0 0 20px 0; } }

@media only screen and (max-width: 767px) {
  nav#nav ul li a {
    font-size: 30px;
    line-height: 30px; }
  #homegirls a,
  #homegirls a:nth-child(4n),
  #homegirls a:nth-child(6n) {
    width: calc( (100% - 20px) / 3) !important;
    margin: 0 10px 10px 0; }
  #homegirls a:nth-child(3n) {
    margin-right: 0; }
  div.form div.usfield {
    float: left !important; } }

@media only screen and (max-width: 660px) {
  body {
    padding-top: 60px;
    font-size: 16px; }
  header, #logo, #logo a {
    height: 60px; }
  nav#nav .center {
    padding-top: 80px;
    text-align: center; }
  a#language, #navbtn {
    top: 3px; }
  section {
    padding: 15px 0 15px 0; }
  section h2 {
    font-size: 26px;
    line-height: 32px;
    margin: 0 0 20px 0; }
  .center {
    width: auto;
    margin: 0 auto;
    padding: 0 15px 0 15px;
    clear: both; }
  .column,
  .column.double,
  .column.one-third,
  .column.two-third {
    display: block;
    float: left;
    width: 100% !important;
    margin: 0 0 30px 0; }
  .center .column.last {
    margin: 0 0 0 0 !important; }
  .hide-on-mobile {
    display: none; }
  .usbutton {
    text-align: center; }
  #loginback {
    display: inline-block;
    margin: 20px 0 0 0; }
  .bubble {
    width: 80%;
    margin: 0 0 15px 0; }
  section a.iconbox {
    display: block;
    padding: 0; }
  section a.iconbox, section a.iconbox:nth-child(3n) {
    width: 100%;
    margin: 0 0 10px 0 !important; }
  section a.iconbox:hover, section a.iconbox:hover h3 {
    color: #83174E !important; }
  section a.iconbox:hover {
    border: 1px solid #83174E; }
  section a.iconbox i.fa {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    margin: 0 0 0 0;
    font-size: 30px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center; }
  section a.iconbox h3 {
    display: block;
    font-size: 22px;
    line-height: 60px;
    font-weight: 700;
    padding: 0 0 0 60px;
    text-transform: none;
    letter-spacing: normal;
    width: 100%;
    margin: 0 0 0 0;
    text-align: left; }
  section a.iconbox span {
    font-weight: 400;
    display: block; }
  section a.iconbox.message span.msgCount {
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -13px;
    left: auto;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    width: 32px; }
  #services {
    overflow: visible;
    float: none;
    height: auto; }
  #services:after {
    clear: left;
    content: ''; }
  #services div.servicecontainer,
  #services div.servicecontainer:nth-child(2n+3),
  #services div.servicecontainer:nth-child(3n+4) {
    float: none;
    clear: both;
    width: calc( 100% - 20px);
    margin: 0 0 20px 0; } }

@media only screen and (max-width: 479px) {
  a#language {
    display: none; }
  #navbtn span {
    background-color: #FFFFFF; }
  #homegirls a,
  #homegirls a:nth-child(3n),
  #homegirls a:nth-child(4n),
  #homegirls a:nth-child(6n) {
    width: calc( (100% - 15px) / 2) !important;
    margin: 0 15px 15px 0; }
  #homegirls a:nth-child(2n) {
    margin-right: 0; }
  .column, .column.double {
    width: auto !important;
    margin: 0 0 30px 0 !important;
    float: none;
    clear: left; }
  .hide-on-mobile {
    display: none; }
  section#navbuttons {
    height: auto; }
  section#navbuttons a.button {
    width: 100%;
    margin: 0 0 20px 0 !important;
    box-sizing: border-box;
    float: none;
    clear: both; }
  section#navbuttons a.button:last-child {
    margin: 0 0 0 0 !important; } }

.lockindicator {
  width: 24px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  padding-left: 0;
  position: absolute;
  left: 100px;
  top: 14px; }

section a.iconbox.nyi {
  pointer-events: none;
  border-color: #eee;
  color: #eee !important; }

section a.iconbox.nyi h3 {
  color: #eee; }

.uawin.uaconfirm {
  height: 250px; }

@media only screen and (max-width: 1023px) {
  .uawin.uaconfirm .inbox {
    width: 100%;
    height: 250px; }
  .uawin.uaconfirm {
    width: calc(100% - 20px); }
  .uawin.uaconfirm .inner {
    width: calc(100% - 50px);
    padding: 30px 25px 30px 25px; }
  .uawin.uaconfirm i.confirmicon {
    display: none; } }

div.suspensionwarning {
  clear: both;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 0, 0, 0.3); }

strong.price {
  display: block;
  padding: 18px;
  font-size: 40px;
  text-align: center;
  white-space: nowrap;
  padding-left: 0px; }

a.button.iconic {
  position: relative;
  padding-left: 50px; }

.iconic .fa {
  position: absolute;
  left: 13px;
  font-size: 30px;
  top: 5px; }

span.barrevenue {
  color: #666;
  font-size: 16px; }

div.prodcat {
  margin-bottom: 10px;
  max-height: 32px;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
  border: 1px solid #652246;
  background: white; }

div.prodcat.open {
  transition: max-height 0.1s ease-in;
  max-height: 1000px; }

span.prodcatlabel {
  background: #652246;
  width: 100%;
  display: block;
  color: white;
  padding: 5px;
  cursor: pointer;
  font-weight: 700; }

.prodcat a.button.lilac {
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-top: 10px !important;
  display: inline-block;
  width: calc(100% - 62px); }

a.button.lilac.optdbl, a.button.lilac.optdisc {
  background: #fc89c4;
  color: black; }
