/*
Copyright 2014 Agentur Venus Escorts (Gatebiz GmbH)
Erstellt von PixelProduction (http://www.pixelproduction.de)
Autor: Jan Straeter

Fuer kleinere Aenderungen kann diese Datei verwendet werden.
Ich werde Sie dann bei Gelegenheit in den Sass-Code uebernehmen.
In solch einem Fall bitte eine kurze Mail an
straeter@pixelproduction.de...

Ab hier Stile aus main.css ueberschreiben:
*/

/* Cookie-Banner */

.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 99999;
  display: none; /* Initial hidden */
}
.cookie-banner button {
  background-color: #55a51c;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}



/* Übershreibt main direkt */


span.h1 {
    font-size: 1.5625em;
    font-weight: 300;
    line-height: 1em;
    color: #7e1819;
    margin: .64em 0;
    padding: 0;
}

@media screen and (min-width: 30em) {
    span.h1 {
        padding-bottom: 0;
        margin-top: 1.28em;
        position: relative;
    }
}


/* Scroll to top */
#scroll-to-top {
  position: fixed;
  right: 50px;
  bottom: -50px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: 9999;
  border-radius: 50%;
  background-color: #fff;
  outline: 0;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

#scroll-to-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  outline: 0
}

#scroll-to-top svg {
  fill: #333;
  width: 20px;
  height: 20px;
}

#scroll-to-top:hover {
  background-color: #f3f2eb;
}

#scroll-to-top:hover svg {
  fill: #333;
}

#scroll-to-top.active {
  bottom: 50px;
  opacity: 1;
	outline: 0
}
@media screen and (max-width: 30em) {
	#scroll-to-top {
  right: 20px;
}
	#scroll-to-top.active {
  bottom: 20px;
}
}



/* Show Password */

.checkbox-show-password {
	margin-top: 10px
}



/* Escorts Profile page *** */
.sedcard-table .value .table {
    margin-bottom: 20px
}
.sedcard-table .value .table tr td:nth-child(2) {
    text-wrap: nowrap
}


/* Escorts Booking page *** */
.escorts-booking .payment-image {
    margin-bottom: 1.53846em
}
#detailed-booking-information {
    margin: 100px 0
}
.escorts-booking .rates .table table td:last-child {
    text-wrap: nowrap
}
/* PROMO Bottom */
.promo-bottom {
	margin: 2.5em 0;
    padding: 1.25em 0;
    border-top: 10px #7e1819 solid;
	border-bottom: 10px #7e1819 solid;
	display: flex;
    justify-content: space-between;
}
.promo-bottom-left {
    flex-grow: 1;
}
.promo-bottom-left img {
    width: 100%;
	max-height: 500px
}
.promo-bottom-right {
	flex-grow: 1;
}
.promo-bottom-right img {
    width: 100%;
	max-height: 500px
}
.promo-bottom-middle {
    padding: 20px;
    text-align: center;
	flex-grow: 2;
	max-width: 600px
	
}
.page-unique-id-venus-blog-feedback-form .promo-bottom {
    display: none;
}

.home-page .promo-bottom {
	display: none
}


@media screen and (max-width: 600px) {
.promo-bottom {
	flex-wrap: wrap;
}
}

@media screen and (max-width: 1300px) {
.promo-bottom {
	margin: 0 10px;
}
}

/* PROMO Bottom END */



/* TMP */
.rates-content .rates-container .rates-body-bronze {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #ffffff 0%, #fdead9 18%, #fdead9 39%, #fce8d8 0, #fce8d8 61%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffffff 0%,#fdead9 18%,#fdead9 39%,#fce8d8 0,#fce8d8 61%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffffff 0%,#fdead9 18%,#fdead9 39%,#fce8d8 0,#fce8d8 61%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.icons-instagram {
	background-position: 0 0;
    width: 30px;
    height: 30px;
	background-image: url(../img/background-images/icons/instagram.png);
    background-repeat: no-repeat
}

.escorts .find-venus  {
    float: right;
	position: relative;
	z-index: 1
}
.escorts .find-venus .dropdown {
    position: relative;
    float: left;
    margin: 0 1.25em 1.25em 0;
    border: .0625em solid #b6b5bb;
    border-bottom-width: 0;
}
.escorts .find-venus .dropdown .caption {
    position: relative;
    height: 1.875em;
    padding: 0 2.8125em 0 .625em;
    border-bottom: .0625em solid #b6b5bb;
    cursor: pointer;
}
.escorts .find-venus .dropdown .caption .text {
    font-size: .8125em;
    font-weight: 500;
    line-height: 2.30769em;
    color: #afafaf;
}
.escorts .find-venus .dropdown .caption .caret {
    position: absolute;
    right: 0;
    width: 2.125em;
    height: 1.875em;
    border-left: .0625em solid #b6b5bb;
}
.escorts .find-venus .dropdown .caption .caret span {
    position: absolute;
    left: .625em;
    top: .8125em;
}
.escorts .find-venus .dropdown .content {
    display: none;
    position: absolute;
    z-index: 10;
    width: 11.25em;
    left: -.0625em;
    top: 1.875em;
    border: .0625em solid #b6b5bb;
    background: #fff;
    box-shadow: 2px 3px 3px 0 rgba(0,0,0,.5);
}
.escorts .find-venus .dropdown .content .content-margins {
    font-size: .8125em;
    line-height: 1.53846em;
    font-weight: 500;
    padding: 1.25em 1.25em 3.125em;
    position: relative;
}
.escorts .find-venus .dropdown .content .close {
    display: inline-block;
    position: absolute;
    padding: .1875em .4375em;
    left: 1.25em;
    bottom: 1.25em;
    background: #7e1819;
    border-radius: 3px;
    font-size: .76923em;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
	cursor: pointer
}
.escorts .find-venus .dropdown .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.escorts .find-venus .dropdown .content ul li {
    margin: 0;
    padding: 0;
}
.escorts .find-venus .dropdown .content ul li a {
    color: #181716;
    text-decoration: none;
}

/* *** */
.find-venus .dropdown .content ul li a {
    width: 100%;
    display: block;
}
/* *** */
.galleria-container {
	z-index: 0
}



/* MENU **/



/* **City Guide Neu - Subpage City*** */



.city-guide-city-info-image-span {
    float: left;
    width: 97.5%;
    height: auto;
    max-width: 400px;
	margin: 0 1.53846em 1.53846em 0
}
.city-guide-city .city-guide-city-info .city-guide-city-info-image {
	float: none;
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	max-width: none
}





.flag-europe {
    background-image: url(../img/flags/europe.png);
}
.city-guide-city .city-guide-city-escorts-headline {
	border-bottom: none
}
.city-guide-city .city-guide-city-escorts-headline {
    border-top: none
}



/* *** */
.escorts-gallery .find-venus .filter-info {
	clear: both
}
header .navigation ul li a {
	display: block
}
.hiddendesktop {
	display: none
}
.escorts-gallery .find-venus .filter-info {
	float: none
}
.teaser .text .copy.module {
    font-size: 1.5em
}

/** HEADER **/


header .logo {
	height: 102px
}
header .navigation ul li ul li {
	margin: 0
}
header .logo {
    margin-top: 25px
}
.teaser .text .copy,
.teaser .text .links {
    margin-top: 30px
}
.escorts-gallery .find-venus .filter-info {
	margin-bottom: 1.25em
}
header .logo {
    margin-bottom: 10px
}
.city-guide-city-recommendations-container {
    margin-bottom: 60px
}
.escorts-gallery .find-venus .filter-info .filter-remove-button {
	padding: 5px 10px
}
header .navigation ul li ul li a {
    padding: 0.6em .875em
}
header .navigation ul li ul li.first a {
    padding-top: 1em
}
.city-guide-city .city-guide-city-escorts-headline {
	padding-top: 1.25em
}
header .logo {
	width: 250px
}

header .mobile-header-buttons a {
	width: 25%
}

header .desktop-header-login {
	float: right;
	margin: 15px 0 10px 25px;
	border-right: 1px solid #181716;
}
header .desktop-header-login-link {
	padding: 0 0.375em;
	padding-right: calc(0.375em + 12px)
}
header .languages {
    margin-left: 12px;
}
header .mobile-menu-active.languages {
    margin-left: 0;
}

@media screen and (max-width: 30em) {
#logologin {
    position: absolute;
    width: 100%;
    height: 15px;
    left: 0;
	top: 0
}
#logologin a {
    display: block;
    width: 100%;
    height: 25px;
}
.hiddendesktop {
	display: block
}
.hiddenmobile {
	display: none
}

header .logo img {
    max-width: 200px;
    max-height: 82px
}
header .logo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
header .languages ul li a, header .my-favorites-link ul li a, header .navigation ul li a {
    font-size: 1em;
    line-height: normal;
    padding: 20px;
}
}
@media screen and (min-width: 48em) {
.news-content .news-city-guide-latest-additions .item-container {
	width: 25%
}
}
/* Additional */
a.tel-link {
	text-decoration: none
}



/* Escorts Gallery Models Banner + Casting Banner*/
.escorts-gallery .group .item[data-id="296"],
.escorts-gallery .group .item[data-id="0"] {
    display: none !important

}
.escorts-gallery-banner-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: space-between
}



.escorts-gallery-models-banner,
.escorts-gallery-casting-banner {
	width: 395px;
	max-width: 100%;
	max-height: 270px;
	margin-bottom: 80px;
	
}
.escorts-gallery-models-banner .item .text .name,
.escorts-gallery-casting-banner .item .text .name {
    min-height: 1.28571em;
    padding: .71429em 0;
    font-size: .875em;
    line-height: 1.28571em;
    color: #7e1819;
    text-align: center;
    border-bottom: .0625em solid #dadadd;
    text-transform: uppercase;
}
.escorts-gallery-models-banner .item .image,
.escorts-gallery-casting-banner .item .image {
    border: 3px solid #cfcfd3;
}


.escorts-gallery-models-banner .item .image img,
.escorts-gallery-casting-banner .item .image img {
	width: 100%
}
.escorts-gallery-models-banner .item .text {
	
}
.escorts-gallery-models-description,
.escorts-gallery-casting-description {
	margin-top: 5px;
	text-align: center
}


.escorts-gallery .group-special {
margin: .0625em 0
}


.escorts-gallery .group-special .subheadline h2 {
    float: left;
    font-size: 1.5625em;
    font-weight: 300;
    line-height: 1;
    color: #7e1819;
}


/* Home formerfooter */
.formerfooter {
	margin-top: 2.0625em;
    margin-bottom: 4.0625em
}
.formerfooter .footer-text-container {
    width: 100%;
    position: relative;
}
.formerfooter .footer-content {
    width: 100%;
    background: #f3f2eb;
	margin-top: 2.0625em;
}
.formerfooter .footer-content .centered-text-line {
    margin: 1em 0;
    padding: 1em 0;
    padding-right: 150px;
    font-size: .8125em;
    line-height: 1.53846em;
    font-weight: 500;
    border-color: #dadadd;
    border-style: solid;
    border-width: .07692em 0;
    letter-spacing: .03125em;
    text-align: center;
    position: relative;
}
.formerfooter .footer-content .centered-text-line .dmca-badge {
    position: absolute;
    right: 0;
    top: .875em;
}
.formerfooter .footer-content .centered-text-line a {
    color: #181716;
}
.formerfooter .footer-text-container .footer-text-column {
    float: left;
    width: 50%;
}
.formerfooter .footer-text-container .footer-text-column-left .footer-text-column-content {
    padding-left: 1em;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content {
    font-size: .8125em;
    line-height: 1.53846em;
    font-weight: 500;
    padding: 1.5em 1.875em;
}
.formerfooter h1 {
    font-size: 1.15385em;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
}
.formerfooter ul {
    padding: 0;
    list-style-type: square;
    margin: 0 0 0 1em;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-content-divider {
    height: 1px;
    background: #dadadd;
    margin-left: -1em;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image {
    display: table;
    width: 100%;
    margin-top: 1.92308em;
    margin-bottom: 1.92308em;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner {
    display: table-row;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image,
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image-description {
    display: table-cell;
    vertical-align: middle;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image img {
    border: .07692em solid #dadadd;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image-description {
    width: 100%;
    padding-left: 1.92308em;
}

.formerfooter .footer-text-container .footer-text-column-divider {
    position: absolute;
    top: 0;
    left: 50%;
    width: .0625em;
    bottom: 0;
    background: #dadadd;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .badge:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .badge {
    display: block;
    color: #181716;
    border-top: .0625em solid #dadadd;
    margin: 1em 0;
    padding: 1em 0 0 1em;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .headline {
    font-size: 1.15385em;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .badge .image {
    display: block;
    float: left;
    margin: 0 18px 10px 0;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .captain-69-badge .image {
    width: 213px;
    height: 75px;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .captain-69-badge .info {
    margin-top: 28px;
}

.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .badge .info p {
    margin: 0;
    padding: 0;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .theeroticreview-badge .image {
    width: 90px;
    height: 75px;
}
.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-badges-container .theeroticreview-badge .info {
    margin-top: 25px;
}

/* formerfooter cities */
.formerfooter .footer-city-infos {
    margin: 1em 0 0 0;
    padding: 0.67em 1.83em 0;
    font-size: .8125em;
    font-weight: 500;
    line-height: 1.38462em;
}
.formerfooter .footer-city-infos .footer-city-infos-container {
    margin: 2em 0 0 0;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item {
    display: block;
    float: left;
    width: 33%;
    margin: 0 0 2.30769em 0;
    max-height: 5.53846em;
    overflow: hidden;
    color: #181716;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .image {
    width: 65px;
    float: left;
    border-bottom: 7px solid #dadadd;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .image img {
    margin: .23077em 0 4px 0;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .text {
    margin: 0 15px 0 80px;
    font-weight: 400;
}

.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .text h2,
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .text p {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item .text p {
    font-weight: 400;
}
.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item:hover {
    color: #7e1819;
}


@media screen and (max-width: 47.5em) {
    .formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item {
        width: 50%;
    }
}

@media screen and (max-width: 30em) {
    .formerfooter .footer-text-container .footer-text-column {
        float: none;
        width: 100%;
    }
	    .formerfooter .footer-text-container .footer-text-column-divider {
        display: block;
        position: static;
        height: .0625em;
        width: auto;
        left: auto;
        top: auto;
        bottom: auto;
    }
	.formerfooter .footer-city-infos .footer-city-infos-container .footer-city-infos-item {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image,
	.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner {
    display: block;
    }
	.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image, .formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image-description {
    display: block;
    vertical-align: unset;
}
	.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image {
		margin-bottom: 30px
	}
	.formerfooter .footer-text-container .footer-text-column .footer-text-column-content .footer-text-column-image .footer-text-column-image-inner .image-description {
		padding-left: 0
	}
}

/* *** CLS FIX *** */
header {
	min-height: 164px
}

.homepage-main-content-wrapper .image-links,
.homepage-main-content-wrapper .joker-image-links {
	display: flex;
	flex-wrap: wrap
}
.homepage-main-content-wrapper .image-links .item,
.homepage-main-content-wrapper .joker-image-links .item {
	float: none;
	aspect-ratio: 380 / 253
}
.homepage-main-content-wrapper .image-links .item a img,
.homepage-main-content-wrapper .joker-image-links .item a img {
	height: auto
}

header .mobile-menu-active {
    position: absolute;
    background-color: #fff;
}
header .my-favorites-link {
    min-height: 30px
}
header .navigation {
	min-height: 20px
}
