/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:bold}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/*
	jQuery.mmenu CSS
*/
/*
	jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease; }

.mm-menu .mm-hidden {
  display: none; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu,
.mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }

.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    padding: 20px;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
    .mm-menu > .mm-panel.mm-opened {
      -webkit-transform: translate(0%, 0);
      -moz-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      -o-transform: translate(0%, 0);
      transform: translate(0%, 0); }
    .mm-menu > .mm-panel.mm-subopened {
      -webkit-transform: translate(-30%, 0);
      -moz-transform: translate(-30%, 0);
      -ms-transform: translate(-30%, 0);
      -o-transform: translate(-30%, 0);
      transform: translate(-30%, 0); }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
  .mm-menu .mm-list {
    padding: 20px 0; }
  .mm-menu > .mm-list {
    padding-bottom: 0; }
    .mm-menu > .mm-list:after {
      content: '';
      display: block;
      height: 40px; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    background: rgba(3, 2, 1, 0);
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen:before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: inline-block;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%; }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
    top: 16px;
    bottom: auto; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

/*
	jQuery.mmenu offcanvas addon CSS
*/
.mm-page {
  box-sizing: border-box;
  position: relative; }

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease; }

html.mm-opened {
  overflow: hidden;
  position: relative; }
  html.mm-opened body {
    overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  display: none;
  position: fixed; }
.mm-menu.mm-current {
  display: block; }

.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0); } }

/*
	jQuery.mmenu position extension CSS
*/
.mm-menu.mm-top,
.mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-right {
  left: auto;
  right: 0; }

.mm-menu.mm-bottom {
  top: auto;
  bottom: 0; }

html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0); } }
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0); } }
/*
	jQuery.mmenu z-position extension CSS
*/
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important; }

.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

html.mm-opened.mm-next .mm-page {
  box-shadow: none; }

.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
  .mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%); }
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%); }

html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3; }
  .mm-menu.mm-light .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: #f3f3f3; }

.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header .mm-prev:before,
  .mm-menu.mm-light .mm-header .mm-next:after,
  .mm-menu.mm-light .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light label.mm-toggle:before {
    background: #f3f3f3; }
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.06);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.06); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white; }
  .mm-menu.mm-white .mm-buttonbar > * {
    border-color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-buttonbar > input:checked + label {
    background: rgba(0, 0, 0, 0.6);
    color: white; }

.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header .mm-prev:before,
  .mm-menu.mm-white .mm-header .mm-next:after,
  .mm-menu.mm-white .mm-header .mm-close:after {
    border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white label.mm-toggle:before {
    background: white; }
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black; }
  .mm-menu.mm-black .mm-buttonbar > * {
    border-color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-buttonbar > input:checked + label {
    background: rgba(255, 255, 255, 0.6);
    color: black; }

.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header .mm-prev:before,
  .mm-menu.mm-black .mm-header .mm-next:after,
  .mm-menu.mm-black .mm-header .mm-close:after {
    border-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black label.mm-toggle:before {
    background: black; }
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/* ColorBox v1.5.8, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.5.8/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.5.8/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.5.8/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.5.8/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* nichtrund.css */
.nichtrund{background-color:rgba(255,255,255,.7)}.erlebnislinkseite{background: rgba(255,255,255,.7);color: #4d1919;width:70%;clear: both;margin: 0 auto 40px;padding:20px 0;text-align:center;-webkit-border-radius: 20px 20px 20px 20px;-moz-border-radius: 20px 20px 20px 20px;-o-border-radius: 20px 20px 20px 20px;-ms-border-radius: 20px 20px 20px 20px;border-radius: 0px 0px 20px 20px}.erlebnislinkseitelink{color:#fc7c17;font-size:24px;font-size:1.5rem;text-transform:uppercase}
/*@font-face {
    font-family:"Dense";
    src: url("../../files/escort-service-wien/font/dense/Dense-Regular.otf");
}

@font-face {
    font-family:"Alex Brush";
    src:url("../../files/escort-service-wien/font/alex/alexbrush-regular-webfont.eot");
    src:url("../../files/escort-service-wien/font/alex/alexbrush-regular-webfont.ttf");
    src:url("../../files/escort-service-wien/font/alex/alexbrush-regular-webfont.woff");
}*/

@font-face {
  font-family:"CaviarDreams";
  font-display:swap;
  src:url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.eot");
  src:url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.eot?#iefix") format('embedded-opentype'),
      url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.svg")format('svg'),
      url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.ttf") format('truetype'),
      url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.woff") format('woff'),
      url("../../files/escort-service-wien/font/caviar/CaviarDreams-webfont.woff2") format('woff2');
}

/*partner werden*/
.markup-schrift {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "CaviarDreams";
  font-weight: 700;
  color: #5092f8;
}

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

.ce_gallery.escorts-galerie-st.block {
  /* background: #ccc; */
  max-width: 900px;
  margin: 20px auto;
}

.ce_gallery.escorts-galerie-st img {
  /* background: #ccc; */
  width:100%;
  display:block;
}

.sf-galerie {
width:900px;
margin:auto;
}

.regionbox {
  width: 510px;
  margin: auto;
}

img.stadtlink-img.lastlast {
  margin: 0;
}

iframe.blog-home {
  width: 900px;
  margin: auto;
  display: block;
  border: 0;
}

.erlebnisse-frame {
  max-width: 900px;
  margin: auto;
}

@media only screen and(max-width) {
  .erlebnisse-frame img {
      margin:0 15px;
  }    
} 

/*basics*/

* {
  margin:0;
  padding:0;
  font-family:Arial, sans-serif;
  font-style:normal;
  font-size:16px;
  font-size:1rem;
}

/*html {
  width:100%;
  height:100%;
  overflow:hidden;   
}

body {
  width:100%; height:100%;
  margin:0; padding:0;
  position:fixed;
  top:0; left:0;
  /*overflow-y:scroll;
  overflow-x:hidden;
  background:url("../../files/escort-service-wien/bilder/background/background_1.jpg") 0 0 no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-size:cover;
}*/

ul {
  list-style:none;
}

a {
  text-decoration:none;
  color:#000;
  color:#FC7C17;
  color:rgb(80,146,248);
  color:#5092f8;
}

a.starten {
  background: #fc7c17;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  text-transform:  uppercase;
  border:2px solid #fc7c17;
  font-weight: 700;
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

a.starten:hover {
  background: #fff;
  color: #fc7c17;
  border:2px solid #fc7c17;
}

a.stadtauswahl {
  color: #5092f8;
  text-transform: uppercase;
  font-size:24px;
  font-size: 1.5rem;
  font-weight: 100;
  margin: 0 40px 0 0;
  padding:5px 20px;
  float: left;
  border:2px solid #5092f8;
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

a.stadtauswahl:hover {
  background:#5092f8;
  color:#fff;
  border:2px solid #5092f8;
}

/*profillink*/
a.profillink {
  background: #fc7c17;
  color: #fff;
  padding: 15px;
  display: block;
  text-align: center;
  text-transform:  uppercase;
  border:2px solid #fc7c17;
  font-weight: 700;
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

a.profillink:hover {
  background: #fff;
  color: #fc7c17;
  border:2px solid #fc7c17;
}

p {
  padding:5px 0;
  font-size:15px;
  font-size:0.9375rem;

}

/*allgemeiner seitenaufbau*/
/*header*/
#header {
  background:rgba(0,0,0,1);
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  background:#000;
  /*width:100%;*/
  clear:both;
  text-align:center;
  padding:0 0 0 0;
  width:100%;
  /*height:140px;*/
  position:fixed;
  top:0; left:0;
  z-index:100;
  -webkit-box-shadow:0 0 15px rgba(0,0,0,.5);
  -moz-box-shadow:0 0 15px rgba(0,0,0,.5);
  -o-box-shadow:0 0 15px rgba(0,0,0,.5);
  -ms-box-shadow:0 0 15px rgba(0,0,0,.5);
  box-shadow:0 0 15px rgba(0,0,0,.5);
}

.headerLogo {
  padding:70px 0 10px;
}

body:before {
  content:"";
  width:100%;
  height:10px;
  position:fixed;
  z-index:1000;
  top:-10px;
  left:0;
  -webkit-box-shadow:0 0 15px rgba(0,0,0,.5);
  -moz-box-shadow:0 0 15px rgba(0,0,0,.5);
  -o-box-shadow:0 0 15px rgba(0,0,0,.5);
  -ms-box-shadow:0 0 15px rgba(0,0,0,.5);
  box-shadow:0 0 15px rgba(0,0,0,.5);
}

.headerLogo img {
  /*width:150px;
  margin:60px 0 0 0;*/
  display:none;
}

img.logo_im_header {
  width: 42px !important;
  /* height: 50px; */
  margin: 4px 0 0 0 !important;
  left:110px;
  left:50px;
  position: absolute;
  top: 0;
}

.logo_im_header_verschieben {
  margin:0 50px 0 0;
}

#kontakthead {
  margin:10px 0;
}

#kontakthead p, #kontakthead a {
  color:#fff;
  padding:5px;
}

.kontakt.left {
  color:#fff;
  float:left;
}

.kontakt.right {
  float:right;
}

.kontakt.left a, .kontakt.right a {
  color:#fff;
  margin:15px;
}

/*infohead*/
#infohead {
  background:#222;
  background:rgba(255,255,255,.25);
  width:100%;
  position:absolute;
  top:0; left:0;
  margin:0; padding:0;
  box-shadow:0 0 10px rgba(0,0,0,.75);
}

#infohead_container {
  width:100%;
  margin:auto;
}

#infohead_left {
  float:left;
}

#infohead_left img {
  width:30px;
  float:left;
}

#infohead_left ul li {
  float:left;
  padding:10px;
}

#infohead_right {
  float:right;
}

#infohead_right ul li {
  float:left;
  padding:15px 0 10px 15px;
}

#infohead_right ul li a {
  color:rgb(80,146,248);
  color:#fff;
  font-size:14px;
  font-size:.9rem;
}

#infohead_right img {
  width:20px;
  margin:0 10px;
  vertical-align:bottom;
}
/*infohead ende*/

/*ueberschriften*/
h1, h2, h3, h4, h5, h6 {
  font-family:"Oranienbaum";
  font-family:"cylburn";
  font-family:Dense;
  font-family:"CaviarDreams";
  text-transform:uppercase;
  font-weight:700;
}

a.mainheading {
  color:#fff !important;
  font-size:48px;
  font-size:3rem;
  font-family:"Dense";
  font-family:"CaviarDreams";
  padding:10px 0;
  text-align:center;
  text-transform:uppercase;
  font-weight:100;
  display:block;
}

/*h1.script_heading {
  font-size:64px;
  font-size:4rem;
  color:#fff;
  text-align:center;
  font-family:"Alex Brush";
  text-transform:none;
  font-weight:100;
}*/

h1 {
  font-size:40px;
  font-size:2.5rem;
  margin:30px 0;
  word-spacing:5px;
}

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

h2 {
  font-size:30px;
  font-size:1.875rem;
  margin:30px 0;
  word-spacing:5px;
}

.h2-damengalerie {
  text-align:center;
  font-size:36px;
  font-size:2.25rem;
}

.h2_zentriert {
text-align:center;
}

/*h1 {
  font-size:4rem;
  text-transform:uppercase;
  text-align:center;
  margin:20px;
  font-weight:100;
  color:#FC7C17;
  color:#000;
}*/

.heading_free {
  margin:280px 0 0 0;
  color:#6f675b;
  color:#fff;
  font-size:40px;
  font-size:2.5rem;
  font-weight:100;
  /*background:rgba(0,0,0,.5);*/
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  /*border-radius:15px;*/
  /*border-top:4px double rgba(0,0,0,.75);
  border-bottom:8px double rgba(0,0,0,.75);*/
  /*width:960px;*/
  width:auto;
  word-spacing:10px;
  padding:10px;
  /*display:inline-block;*/
  text-align:center;
}

h1.unterprofil {
  margin: -100px 0 0 0;
  color: #5092f8;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
}

.profil-h1 {
  color:#5092f8;
  text-align:center;
  font-weight:100;
}

h2.heading_in_the_box {
  font-size:32px;
  font-size:2rem;
  text-align:center;
  margin:150px 0 0 0;
}


h3 {
  font-size:22px;
  font-size:1.375rem;
  display:block;
  width:900px;
  margin:auto;
}

#selection-only-escorts-applicants h3 {
  font-size:22px;
  font-size:1.375rem;
  display:block;
  width:auto;
  margin:5px auto;
}

#preise h3 {
  width:auto;
}

.heading_damen_uebersicht {
  font-size:32px;
  font-size:2rem;
}

h4 {
  font-size:20px;
  font-size:1.25rem;
  margin:15px 0;
  /*text-align:center;*/
}

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

h5 {
  font-size:16px;
  font-size:1rem;
  margin:5px 0;
  /*text-align:center;*/
}

.em_style {
  font-size:13px;
  font-size:.8125rem;
}

/*navigation*/
nav ul {
  background:#000;
  display:inline-block;
  margin:10px 0 0 0;
}

nav ul li {
  float:left;
}

nav ul li a {
  color:#fff;
  display:block;
  margin:0 10px;
  padding:10px;
  text-transform:uppercase;
  font-size:13px;
  font-size:0.8125rem;
  border:1px solid rgba(0,0,0,1);
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

nav ul li a:hover, nav ul li a.active {
  /*background:rgba(255,255,255,.25);
  background:rgba(255,255,255,.2);*/
  border:1px solid #fff;
}

nav.mod_navigation.block {
  background:#000;
}

nav ul li a.active, span.active {
  margin:5px 10px;
  padding: 0;
  color: #fff;
  border:1px solid #fff;
}

/*untermenu*/
nav ul li:hover ul {
  display:block;
}

nav ul ul {
  background:#fff;
  display:none;
  position:absolute;
  margin:0;
}

nav ul ul li {
  /*background:#fff;*/
  border:0;
  padding:0;
  margin:1px 1px 1px;
  /*position:absolute;*/
}

nav ul ul li a {
  background:#fff;
  color:#000;
  border:0;
}

nav ul ul li a:hover {
  background:#000;
  color:#fff;
}

/*mobile nav*/
.mobile_icon {
  display:none;
}
/*mobile nav ende*/

span.active.first {
  color: #fff;
  text-transform: uppercase;
  /*margin:16px 20px;*/
  margin:0;
  display: block;
  font-size: 14px;
  padding:10px;
}

span.active.submenu {
  padding: 10px;
  margin: -1px;
  display:block;
}

.submenu.active.span.active {
  padding:10px;
  margin:5px;
}

/*layout*/
/*contentbox*/
.contentbox {
  background:rgba(255,255,255,.8);
  width:100%;
  /*margin:180px auto 0 auto;*/
  padding:20px 0 40px 0;
  padding:0;
}

.contentbox.section {
  background:rgba(255,255,255,.8);
  /*width:100%;
  margin:600px 0 0 0;*/
  width:100%;
  margin:0;
}

.contentbox_blank {
  background:none;
  margin:400px 0 0 0;
}

.contentbox.beige {
  background:#b9af9b;
  margin:auto;
}
/*contentbox ende*/
/*schraffurbox*/
.schraffurbox {
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  /*margin:0px 0 0 0;
  width:100%;
  margin:600px auto 0 auto;*/
}
/*schraffurbox ende*/
.whitebox {
  background:rgba(255,255,255,.8);
  padding:50px 0;
}
.galeriebox, .schraffurbox {
  background:rgba(255,255,255,.8);
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  width:100%;
  /*margin:500px auto 0 auto;*/
  color:#fff;
  padding:80px 0;
}

.midbox {
  width:900px;
  margin:auto;
}

/*sedcard*/
.sedcard_box {
  width:800px;
  margin:auto;
}

.ce_gallery.textbox.sedcardgallerie {
  width:auto;
  margin:0;
}

.sedcard_table {
  float:left;
  margin:20px 0 0 0;
}

.sedcard_table tr, .sedcard_table td {
  padding:5px 0;
}

.sedcard_table td {
  font-size:16px;
  font-size:1rem;
}
/*sedcard ende*/


.table_box {
  width:900px;
  margin:auto;    
}

.garantiert img  {
  width:220px;
  margin:20px auto 0;
  display:block;
}

.ce_gallery img {
  opacity:1;
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
  overflow:hidden;
  display:block;
}

.ce_gallery img:hover {
  opacity:1;
  -webkit-transform:scale(1.1) rotate(2deg);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
  transform:scale(1.1) rotate(2deg);
}

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

/*imagebox*/
#imagebox {
  background:url("../../files/escort-service-wien/bilder/background/hg_neu1.jpg") 0 0 no-repeat;
  width:100%; height:400px;
  overflow:hidden;
  -webkit-background-size:100% 100%;
  -moz-background-size:100% 100%;
  -o-background-size:100% 100%;
  -ms-background-size:100% 100%;
  background-size:100% 100%;
}
/*ende imagebox*/

/*damen appetizer*/
div#damen_appetizer {
  width:100%;
  max-width:900px;
  margin:auto;
}

.imagebox {
  float:left;
  /*margin:5px 0.25%;*/
  margin:5px 0;
  width:100%;
  width:32%;
  max-width:290px;
  position:relative;
}

.imagebox img {
  /*min-width:12%;*/
  width:100%;
  display:block;
  opacity:1;
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

.damen_appetizer {
  width:100%;
  min-height:100%;
  height:100%;
}

.damen-box {
  position:relative !important;
}

.overlay-wrapper {
  background: #5092f8;
  position:  absolute;
  top:0; left:0;
  width: 12%;
  height:100%;
  min-height:100%;
  margin: 5px 0.25%;
  z-index: 1;
  color: #fff;
  /* text-align: center; */
  display: none;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

.overlaybox {
  background:#5092f8;
  height:342px;
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
}

.overlaybox h3 {
  width: auto;
  text-align: center;
  padding: 60px 0 20px;
}

.overlaybox p {
  text-align: center;
  text-transform: uppercase;
}

.overlaybox a {
  /* color: #fff; */
  text-transform: uppercase;
  border: 1px solid #fff;
  padding: 10px;
  background: #fff;
  text-align: center;
  margin: 20px auto 40px;
  display: block;
  width: 70%;
}

.damen-box:hover > .overlay-wrapper {
  display: block;
}

strong.wichtig {
  text-transform: uppercase;
  display: block;
  margin: 10px 0;
}

strong.stadtlink-oder {
  color: #5092f8;
  position: relative;
  top: -5px;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
}

/*quickinfo profil*/
/*.quickinfo {
  width: 60%;
  margin:50px auto 0;
}*/

/*.ce_text.quickinfo-box {
  width:auto;
  padding:25px;
}*/

.ce_text.quickinfo-box {
  width: 90px;
  height: 90px;
  border: 2px dashed #ccc;
  border-radius: 100%;
  /* text-align: center; */
}

.quickinfo-box h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  display: block;
  width: 100%;
  margin: auto;
}

p.quickinfo-p {
  text-align: center;
  padding:20px 0 0 0;
  font-size:16px;
  font-size:1rem;
}

td.col_1.col_last {
  text-align: center;
}

.h2-neu {
  text-align: center;
  margin: 60px 0 30px;
  color:#5092f8;
}

h3.h2-neu {
  text-align: center;
  width: auto;
}

.link-zum-profil {
  margin:20px auto;
  text-align:center;
  display:block;
}

/*tabelle*/
.ce_table.infotabelle-unterseite.block {
  width: 400px;
  margin: auto;
}

.ce_table.infotabelle-unterseite td {
  padding: 8px;
}


/*unterprofil bild*/
.unterprofil-bild img {
  margin: 145px 0;
}

/*grande dame verlinkungen*/
.gd_linkbox {
  position: relative;
}

.gd-logo_linkbox {
  position:absolute;
  top:70%; left:0;
  z-index:1;
}

.gd-image_linkbox {
  position:relative;
}
/*grande dame verlinkungen ende*/

/*.imagebox img:hover, .gd-image_linkbox img:hover {
  opacity:1;
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}*/

.gd-logo_linkbox img:hover {
  opacity:1;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -o-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
}


/*linkseite*/
div#linkliste {
  text-align:center;
}

/*.imagebox img:hover {
  opacity:1;
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}

/*.textbox {
  background:rgba(255,255,255,.8);
}*/

.textbox {
  width:800px;
  margin:auto;
  text-align:left;
  /*border-bottom:1px solid rgba(0,0,0,.25);*/
  padding:20px 0 40px 0;
  position:relative;
}

.textbox ul li {
  line-height:1.4;
}

/*.textbox a {
  color:#b9af9b;
}*/

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

.textbox.center.white {
  color:#fff;
}

.spalterechts {
  background:#FC7C17;
  background:rgba(255,255,255,.8);
}

.ce_text {
  width:900px;
  margin:auto;
  padding:20px;
  line-height:1.5;
  clear:both;
}

.mod_login.two_column.tableform.login.block {
  width:800px;
  margin:auto;
}

/*escort vorstellungen*/
img.escort_vorstellungen_img {
  float: left;
}

.escort_vorstellungen_box {
  width: 900px;
  margin: auto;
}

/*jobgarantie*/
.jobgarantie_box {
  width:auto;
  max-width:960px;
  margin:auto;
}

.jobgarantie_box h3 {
  width:auto;
  max-width:960px;
}


.garantie_box {
  background:#FC7C17;
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  color:#fff;
  margin:60px auto;
  width:100%;
}

.garantie_box p {
  margin:0;
  font-size:14px;
  font-size:.95rem;
}
/*escort vorstellungen ende*/

.neue-escorts_box {
  background:#FC7C17;
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  color:#fff;
  margin:60px auto;
  width:100%;
}

.neue-escorts_box h4 {
  margin:15px 0 15px 20px;
}

.neue-escorts_box p {
  margin:0 20px;
  font-size:14px;
  font-size:.95rem;
}

.neue-escorts_box img {
  width:200px;
  margin:0 20px 0 0;
}

.neue-escorts_box img:hover {
  opacity:.7;
}

/*kondompflicht_box*/
.kondompflicht_box {
  background:#FC7C17;
  background:#5092f8;
  /*background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;*/
  color:#fff;
  margin:60px auto;
  width:100%;
}

.kondompflicht_box h4 {
  margin:15px 0 15px 20px;
}

.kondompflicht_box p {
  margin:0;
  font-size:14px;
  font-size:.95rem;
}

.kondompflicht_box img {
  width:50px;
  margin:0 20px 0 0;
}

.kondompflicht_box img:hover {
  opacity:.7;
}

/*kondompflichtbox neu*/
/*kondompflicht_box*/
.kondompflicht_box {
  background:#FC7C17;
  background:#fff;
  /*background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;*/
  color:#5092f8;
  margin:60px auto;
  width:100%;
}

#hinweistext {
  color:red;
}

.kondompflicht_box h4 {
  margin:15px 0 15px 20px;
}

.kondompflicht_box p {
  margin:0;
  font-size:14px;
  font-size:.95rem;
}

.kondompflicht_box img {
  width:50px;
  margin:0 20px 0 0;
}

.kondompflicht_box img:hover {
  opacity:.7;
}

.more_button {
  background:#000;
  /*border:1px solid #fff;*/
  display:inline-block;
  margin:0 5px;
  padding:2px 15px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border-radius:5px;
}

/*partneragenturen*/
.partner_galerie {
  float:left;
}

.partneragent {
  margin:20px;
}

.partnerbox img {
  width: 150px;
  margin: 0 10px;
}

.partnerbox p {
  margin: 0 0 0 200px;
}

.partner-em {
  font-size:13px;
  font-size:0.8125rem;
  color:#5092f8;
}


/*damen galerie ganz neu*/
.damen_container {
  height:333px;
  float:left;
  margin:0 10px;
}

#damen .damen_container a {
  text-decoration:none;
}

.damen_container.begin {
  margin-left:25px;
}

.damen_container h3 {
  padding:10px 15px;
  color:#000;
  width:90px;
  margin:-35px 0 0 0;
  position:relative;
  z-index:2000;
  text-transform:uppercase;
  display:block;
  text-align:center;
}

.damen_container h3.bronze {
  background:#cd7f32;
}

.damen_container h3.silber {
  background:#c0c0c0;
}

.damen_container h3.gold {
  background:#da9100;
}

.damen_container h3.diamant {
  background:#b8f1fe;
}

.dame_extra {
  width:180px;
  position:relative;
}

.vorschau_img {
  width:180px;
  width:145px;
}

.status_img {
  width:70px;
  width:60px;
  position:absolute;
  top:195px;
  top:150px;
  right:0;
}

/*preisgruppen spalten*/
.home_status_spalten {
  width:30%;
  margin:auto;
}

.c33l, .c33r {
  text-align:left;
}


/*only escorts und zugangstool*/
.onlyescorts_box a:hover {
  color:#000;
}

#only-escorts-login .mod_login, #kontakt-escort .ce_form {
  width:600px;
  margin:auto;
}

.onlyescorts_box  {
  background:#222;
  border:1px solid #222;
  color:#fff;
  /*margin:0 20px;*/
  padding:20px;
  width:380px;
  height:260px;
}

.onlyescorts_box a:hover {
  color:#fff;
}

.onlyescorts_box h2  {
  margin:10px 0;
  text-align:center;
  display:block;
  text-decoration:underline;
  padding:2px 0;
}

/*login fuer only escorts*/
#onlyloginbutton {
  font-size:32px;
  font-size:2rem;
  font-family:"Dense";
  font-family:"CaviarDreams";    
}

.only_escorts_login {
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  width:; height:auto;
  margin:20px auto;
  text-align:center;
  color:#fff;
}

.only_escorts_login h3 {
  color:#FC7C17;
  color:#5092f8;
}
/*ende login fuer only escorts*/

.escortportal_heading {
  text-align: center;
  margin: 20px 0 40px 0;
  font-size: 3rem;
}

#auswahl-only-escorts-bewerber .ce_colsetStart, #only-escorts .ce_colsetStart, #fuer-bewerber .ce_colsetStart, #ablauf-der-bewerbung .ce_colsetStart, #preise .ce_colsetStart,
#kontakt-escort .ce_colsetStart, #formulare .ce_colsetStart {
  /* background: #ccc; */
  width: 980px;
  margin: auto;
}

/*save only-escorts*/
/*#auswahl-only-escorts-bewerber .onlyescorts_box, #only-escorts .onlyescorts_box, #fuer-bewerber .onlyescorts_box  {
  margin:0 20px;
  padding:10px 0;
}

#auswahl-only-escorts-bewerber .ce_colsetStart, #only-escorts .ce_colsetStart, #fuer-bewerber .ce_colsetStart {
  /* background: #ccc;
  width: 980px;
  margin: auto;
}*/
/*save only-escorts ende*/ 


/*honorare und preistabllen*/
.honorar_tabelle {
  max-width:600px;
}

.honorar_rose img, .honorar_gold img, .honorar_diamant img {
  width:100%;
  max-width:200px;
  margin:0 40px 0 0;
}

.honorar_rose td, .honorar_gold td, .honorar_diamant td {
  padding:10px;
}

@media only all and (max-width:360px) {
.honorar_rose td, .honorar_gold td, .honorar_diamant td {
  padding:5px;
  font-size:12px;
}        
}

.preise_caption {
  background:#fc7c17;
  background:rgba(252,124,23,.5);
  background:rgba(80,146,248,.5);
  padding:5px 10px;
  line-height:18px;
}

.preise_zeilen {
  line-height:18px;
}

.eintragicon img {
  width:100px;
}

/*.whitebox td {
  color:#fff;
}*/

#sexikon p {
  color:#000;
}


/*damenseiten neu****************************************************/
h1.script_heading {
  font-size:64px;
  font-size:4rem;
  color:#fff;
  text-align:center;
  font-family:"Alex Brush";
  text-transform:none;
  font-weight:100;
}

/*damenseiten neu ende***********************************************/




/*preisgruppen spalten ende*/

/*.markit {
  background:#FC7C17;
}*/

/*galerien*/
.textbox .apartment_galerie {

}

/*accordion style*/
.accordion_heading {
  background:#000;
  color:#fff;
  width:100%;
  max-width:900px;
  margin:5px auto;
  cursor:pointer;
}

.accordion_caption {
  background:#FC7C17;
  background:#5092f8;
  color:#000;
  border-bottom:1px dashed rgba(255,255,255,.5);
}

.accordion_caption.last {
  border-bottom:0;
}

.accordion_content {
  background:#fff;
  width:auto;
}

.accordion_content {
  color:#000;
}

.indacc_content {
  background:#222;
}

.empfehlung_accordion {
  background:#222;
}

.content_im_accordion {
  background:#222;
}

.ce_text.content_im_accordion {
  width:auto;
}

.ce_text.empfehlung_accordion p {
  max-width:800px;
}

.indacc_toggler {
  padding: 20px;
}
/*accordion ende*/

/*banner auf der startseite*/
.banner-img-startseite {
  text-align:center;
  display:block; 
  margin:70px 0 0 0;   
}

.banner-box {
  width: 900px;
  margin: 10px auto 30px;
}

textarea.home-banner {
  width: 900px;
  background: #ccc;
  border:2px solid #000;
  font-size:14px;
  font-size:.875rem;
}
/*banner startseite ende*/

/*footer*/
/*#footer {
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  background:#000;
  padding:30px 0;
  color:#fff;
  text-align:center;
} */

#footer h4 {
  color:#fff;
  font-size:16px;
  font-size:1rem;
  font-weight:100;
  margin:20px;
}

/*#footer a {
  color:#fff;
  line-height:1.5;
}

.footer_contact {
  display:inline-block;
}

.footer_contact li {
  float:left;
}

.footer_contact li a {
  padding:10px;
}

.footer_breadcrumb {
  clear:both;
}

.footer_breadcrumb ul li {
  float:left;
}

.footer_breadcrumb ul li a {
  padding:10px;
}*/

/*footer*/
#footer {
  background:#363839;
  background:#6f675b;
  background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
  background:#000;
  width:100%;
  margin:0;
  text-align:center;
  /*border-top:8px solid #b9af9b;*/
  color:#fff;
  padding:40px 0 80px 0;
}

#footer p {
  font-size:16px;
  font-size:1rem;
  padding:5px;
}

#footer ul li {
  float:left;
}

#footer ul li a, #footer span.active {
  display:block;
  /* padding:10px; */
  color:#fff;
  cursor:pointer;
  /*margin:10px;*/
}

#footer span.active {
  padding:10px;
  margin:0;
  text-transform:uppercase;
  font-size:14px;
}

.footer_content a {
  color:#fff;
}

.footer_content a:hover {
  color:#b9af9b;
}

.small {
  font-size:.75rem;
}

/*sprache im footer auswaehlen - flags_footer*/
#flags_footer {
  padding:40px 0;
  display:inline-block;
}

#flags_footer ul li a {
  -webkit-transition:all .25s linear;
  -moz-transition:all .25s linear;
  -o-transition:all .25s linear;
  -ms-transition:all .25s linear;
  transition:all .25s linear;
}

#flags_footer ul li a:hover {
  opacity:1;
  -webkit-transform:scale(1.2);
  -moz-transform:scale(1.2);
  -o-transform:scale(1.2);
  -ms-transform:scale(1.2);
  transform:scale(1.2);
}

#flags_footer img {
  width:30px;
  padding:10px;
}

/*ende allgemeiner seitenaufbau*/


/*frauenseiten*****************************************************************/
.nav_sub ul {
  display:inline;
  text-align:center;
}

.nav_sub ul li {
  float:left;
}

.nav_sub ul li a {
  display:block;
  padding:10px;
}


/*frauen in der uebersicht - neue seiten*/

/*subnav*/
.subnav {
  margin:37px 0 0 0;
  position:absolute;
}

.subnav ul li {
  float:left;
}

.subnav ul li a {
  display:block;
  padding:8px 12px;
  text-transform:uppercase;
}

.subnav ul li a:hover {
  background:#000;
  color:#fff;
  text-decoration:none;
}

/*linke spalte*/
.damenslider {
  margin:42px 0 0 20px;
  padding:0 0 50px 0;
}

/*rechte spalte*/
.rechte_spalte {
  margin:30px 0 0 10px;
  padding:0 0 120px 0;
}

.rechte_spalte h2 {
  margin:75px 0 20px 20px;
  padding:0;
}

#rechte-spalte-29 .rechte_spalte h2 {
  margin:75px 0 20px 0px;
  padding:0;
}

.rechte_spalte .ce_text {
  padding:0 -10px 0 0;
  /*margin:45px 0 0 0;*/
}

.rechte_spalte .ce_form {
  color:#fff;
}

#rechte-spalte-35 .formbody {
  margin:75px 0 0 20px;
}

#article-86 .formbody, #article-69 .formbody, #article-104 .formbody, #article-189 .formbody, #article-202 .formbody, #article-170 .formbody, #article-218 .formbody,
#article-239 .formbody, #article-265 .formbody, #article-406 .formbody, #article-439 .formbody, #article-459 .formbody, #rechte-spalte-rosa-buchung .formbody, #rechte-spalte-marlene-buchung .formbody, #rechte-spalte-anita-buchung .formbody, #rechte-spalte-vivianne-buchung .formbody, #rechte-spalte-malina-buchung .formbody, #rechte-spalte-beate-buchung .formbody
{
  margin:75px 0 0 20px;
}

.rechte_spalte .ce_gallery {
  margin:86px 0 0 0;
}

.sedcardspalte {
  margin:0 0 0 20px;
}

.sedcardspalte h2 {
  margin:75px 0 20px 0px;
}


/*.honorar_tabelle {
  margin:75px 0 0 0;
}*/

.status_pikto {
  margin:20px 0 0 0;
}

/*formulare im accordion*/
.ce_form td {
  padding:0;
}

/*sitemap html ausrichten*/
.sitemap-container {
  position:relative;
}
/*sitemap ende*/

/*sedcard

.ce_text.sedcardspalte.last {
  margin:70px 0 0 0;
}*/

.sedcardspalte h1 {
  margin:10px 0 0 0;
  color:#fff;
}


img.stadtlink-img {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  -ms-transition: all .25s linear;
  transition: all .25s linear;
  width: 159px;
  margin: 0 15px 0 0;
}

img.stadtlink-img:hover {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}

strong.escort-name {
  position: absolute;
  background: #5092f8;
  background: rgba(80,146,248,.6);
  /* background: rgba(0,0,0,1); */
  color: #fff;
  text-transform: uppercase;
  width: 80%;
  text-align: center;
  padding: 10px 0;
  top: 80%;
  left: 10%;
  /* margin: auto; */
  font-family: "Caviar Dreams";
  /* letter-spacing: 1px; */
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.1;
}

.escort-name-em {
  font-size: 0.875rem;
  text-transform: none;
}

.ce_text.update-text.block {
  margin: 0 auto -50px auto;
  font-style:italic;
}


/*altersabfrage*/
div#altersabfrage {
  background: rgba(255,255,255,.9);
  background: rgba(80,146,248,1);
  position: fixed;
  z-index: 1000;
  top: 20%;
  min-width: 60%;
  height: auto;
  width: 70%;
  min-height: 28%;
  left: 12%;
  margin:0 !important;
  padding:20px;
  text-align:center;
  display: block;
}

div#altersabfrage p {
  margin:0;
  padding: 10px;
  line-height:1.4;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

div#altersabfrage .markup-medium {
  font-family: "Caviar Dreams", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height:1.4;
  padding: 10px;
  display: block;
}


a.altersabfragelink {
  background:#5092f8;
  background: #fff;
  color:#5092f8;
  font-size: 12px;
  font-size:.75rem;
  font-size:16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1px;
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  margin:0;
  padding: 15px 25px;
  line-height: 1.4;
  display: inline-block;
}

a.altersabfragelink:hover {
  background: #fff;
  background:#5092f8;
  background: rgba(80,146,248,8);
  color:#5092f8;
  color:#fff;
}
/*altersabfrage normal ende*/


/*altersabfrage mobile*/
@media (max-width:720px) {
div#altersabfrage {
  top: 15%;
  min-width: 60%;
  height: auto;
  width: 80%;
  min-height: 28%;
  left: 8%;
  padding:15px;
}

div#altersabfrage p {
  font-size: 14px;
  font-size: .875rem;
}

div#altersabfrage .markup-medium {
  font-size: 24px;
  font-size: 1.5rem;
}

a.altersabfragelink {
  font-size:14px;
  font-size: .875rem;
  padding: 10px 20px;
}
}

@media (min-width:640px) {
div#altersabfrage {
  top: 20% !important;
}
}

@media (min-width:960px) {
div#altersabfrage {
  top: 30% !important;
}
}
/*altersabfrage mobile ende*/
/*altersabfrage ende*/


/*guide*/
.guide img {
  margin: 0 1rem 0 0;
}

/* .guideheader h3 {
  text-align: center;
} */

.guideheader img {
  margin: 1rem 0 0 0;
}

.guideaccordion {
  max-width: 900px;
  margin: auto;
  cursor: pointer;
}
/* startseite wien */
.text-center {
	text-align: center;
}

hr.banner-trenner {
    height: 2px;
    background: #5092f8;
    border: 0;
}
/*mobilemenu*/
#mobilemenu-img {
    width:35px;
    position:absolute;
    right: 180px;
    top: 8px;
}

.mm-list, .mm-list > li {
	float:none;
}

/*escort erlebnisse logo ueberschrift*/
img.ee-logo-schrift {
    width: 45px;
    float: left;
    margin: 35px 10px 0 0;
	}

/*smartphone*/
/*1 bild mit 100% ansicht*/
@media (max-width:305px) {
    .imagebox {
        width:100%;
        margin:0;
    }
}

@media only screen and (min-width:450px) {
img.escort_vorstellungen_img {
    float:left;
}        
}

@media (max-width:780px) {
.imagebox {
    width:33%;
}
    
strong.escort-name {
    width:90%;
    top:70%;
    left:5%;
    font-size:16px;
    font-size:1rem;
}

.escort-name-em {
    font-size:12px;
    font-size:.75rem;
}
}

/*alt 480px ende*/
@media (max-width:480px) {
	a.mainheading {
		font-size:40px;
		font-size:2.5rem;
	}
	
	.ce_text.quickinfo-box {
		width: 70px;
		height: 70px;
	}
	
	.quickinfo-box h3 {
		font-size: 16px;
		font-size: 1rem;
		text-align: center;
		display: block;
		width: 100%;
		margin: auto;
	}
	
	p.quickinfo-p {
		margin:0 0 6px 0;
		padding:10px 0 0 0;
		font-size:16px;
		font-size:1rem;
	}
	
	.image_container {
		margin:10px 0 0 0;
	}
	/*header infohead logo*/
	.headerLogo img {
		width:10%;
	}
	
	#infohead_container {
		width:100%;
	}
	
	#infohead_right ul li {
		float:right;
	}
	
	.logo_im_header_verschieben {
		margin:0;
	}
	
	/*ueberschriften*/
	h1.mainheading {
		color:#fff;
		font-size:19px;
		font-size:1.1875rem;
		text-align:center;
	}
	
	h2 {
		font-size:27px;
		font-size:1.6875rem;
		margin:20px 0;
		word-spacing:2px;
	}
	
	.contentbox {
		padding:0;    
	}
	
	.staedte-links p {
		text-align:center;    
	}
	
	.image_container {
		width:100%;
		margin:auto;
	}
	
	.float_left {
		float:none;
	}
	
	.float_right {
		float:none;
	}
	
	.garantiert img {
		width:auto;
		margin:auto;
	}
	
	.jobgarantie_box h3 {
		margin:0 10px;
	}
	
	p {
		padding:10px;
	}
	
	#auflistung_10-gruende img {
		vertical-align:bottom;
	}
	
	.escort_vorstellungen strong {
		display: inline-block;
		font-size: 12px;
	}
	
	#kontakthead p, #kontakthead a {
		color:#fff;
		padding:2px;
	}
	
	.kontakt.left a, .kontakt.right a {
		color:#fff;
		margin:5px;
	}
	
	/*.imagebox*/
	.imagebox {
		width:50%;
	}
	
	strong.escort-name {
		width:90%;
		top:75%;
		left:5%;
	}
	
	/*formulare*/
	.formularbox {
		width:auto;
		margin:0;    
	}
	
	input, select, textarea {
		width:85%;
		max-width:400px;
	}
	
	legend {
		max-width:340px;
	}
	
	.submit {
		width:260px;
	}
	
	/*sedcard erst max-width:500px*/
	.sedcard_box {
		width:100%;
	}
	
	.sedcard_table {
		width:auto;
		max-width:400px;
		padding:20px;
	}
	
	.ce_gallery.textbox.sedcardgallerie {
		clear:both;
	}
	
	/*formular*/
	select, input, textarea {
		width:80%;
		margin:auto;
	}
	/*sedcard ende*/
	}

/*tablet*/
/*tablet small*/
/*2 bilder*/
@media (max-width:710px) {
.imagebox {
    /*width:49.5%;
    margin:0 0 5px 0;*/
}

#infohead_right ul li {
    float:none;
    padding:0px;
}

.logo_im_header_verschieben {
    margin:0;
}

a.telefon-header {
    right: 45px;
}
}

/*tablet allgemein*/
@media only screen and (max-width:780px) {
#mobilemenu-img {
        width: 35px;
        position: absolute;
        right: 100px;
        top: 8px;
}

/*infohead*/
#infohead {
    background:#000;
}

/*a.logo-im-header img {
        display: none;
}*/

a.logo_im_header_verschieben {
    position: absolute;
    right: 0;
    top: 14px;
}

a.telefon-header {
    position: absolute;
    right: 15px;
    top: 14px;
}
}

/*neue escorts*/
@media (max-width:900px) {
.escort_vorstellungen_box {
    width:auto;
    margin:auto;
}

h3 {
    width:auto;
}
}

/*startseite img + contentbox*/
@media only screen and (min-width:980px) {
.contentbox {
    margin:165px 0 0 0;
}
.startseite-img img {
    margin:135px 0 0 0;
}

.quickinfo-wrapper {
    width: 65%;
    margin:20px auto 0;
    display: block;
}
}


/*desktop  small*/
@media only screen and (max-width:980px) {
/*body {
    background:url("../../files/escort-service-wien/bilder/background/hg_mobile_2.jpg") 0 0 no-repeat;
}*/

p {
    font-size:14px;
    font-size:.9rem;
}

/*header*/
#header {
    position:relative;
}

.headerLogo img {
    width:140px;
}

/*ueberschriften*/
h1.mainheading {
    color:#fff;
    font-size:19px;
    font-size:1.5rem;
    text-align:center;
}

h2 {
    font-size:30px;
    font-size:1.8rem;
    margin:20px 0;
    word-spacing:2px;
}

.heading_free {
    margin:150px 0 0 0;
    color:#6f675b;
    color:#fff;
    font-size:2rem;
    font-weight:100;
    /*background:rgba(0,0,0,.5);*/
    background:url("../../files/escort-service-wien/bilder/background/muster.png") 0 0 repeat;
    /*border-radius:15px;*/
    /*border-top:4px double rgba(0,0,0,.75);
    border-bottom:8px double rgba(0,0,0,.75);*/
    /*width:960px;*/
    width:auto;
    /*word-spacing:10px;*/
    padding:10px;
    /*display:inline-block;*/
    text-align:center;
}

h2.heading_in_the_box {
    font-size:40px;
    font-size:2.5rem;
    text-align:center;
    margin:150px 0 0 0;
}


h3 {
    font-size:40px;
    font-size:1.4rem;
    display:block;
    /*width:900px;*/
    width:100%;
    margin:auto;
}

h4, .neue-escorts_box h4 {
    font-size:21px;
    font-size:1.3rem;
    margin:15px 0;
    padding:0 10px;
    /*text-align:center;*/
}

h5 {
    font-size:20px;
    font-size:1.2rem;
    margin:5px 0;
    padding:0 20px;
    /*text-align:center;*/
}

/*navigation*/
nav ul {
    display:block;
}

nav ul li {
    float:none;
}

nav ul li a, ul li span.active.first {
    display:block;
    width:100%;
    margin:auto;
    padding:20px 0;
    font-size:12px;
    font-size:.8rem;
    border-bottom:1px dashed rgba(255,255,255,.2);
}

nav ul li:nth-child(6) {
    border-bottom:0;
}

nav ul li a:hover, ul li span.active.first {
    background:#fff;
    color:#000 !important;
}

nav ul ul {
    display:none;
}

nav ul ul li {
    position:absolute;
    top:100%;
}

nav ul li a {
    font-size:12px;
    font-size:0.75rem;
}

nav ul li a.sibling.last, nav ul li a.last {
    border-bottom:0;
}
/*navigation ende*/
/*die boxen und contentbereiche*/
/*contentbox*/
.contentbox {
    background:rgba(255,255,255,.8);
    width:100%;
    /*margin:300px auto 0 auto;*/
    padding:20px 0 0 0;
}

/*.imagebox:first {
    margin:40px 0 0 0;
}

.imagebox img {
    opacity:1;
}*/

/*schraffurbox*/
.schraffurbox {
    margin:0;
    padding:20px 0;
}

/*whitebox*/
.whitebox {
    width:100%;
    margin:auto;
    padding:0;
}

.ce_text {
    width:90%;
    max-width:480px;
    /*margin:auto;*/
    padding:10px;
    line-height:1.5;
}

/*neue escorts*/
.neue-escorts_box {
    width:100%;
}

.neue-escorts_box img {
    width:240px;
    margin:20px;
}

img.escort_vorstellungen_img {
    float:none;
}

img.escort_vorstellungen_img {
    float:left;
}
/*neue escorts ende*/

/*zusatz*/
.em_style {
    font-size:12px;
}

.home_status_spalten {
    width:100%;
}

.eintragicon img {
    width:60px;
    padding:10px;
}

.garantiert img {
    width:160px;
    margin:10px auto 0;
}

.qrcode figure {
    width:100%;
    text-align:center;
    margin:10px 0 0 0;
}

.qrcode figure img {
    width:120px;
    margin:auto;
}

/*.damen_appetizer img {
    width:100%;
}*/

/*kontakt*/
#kontakthead p, #kontakthead a {
    color:#fff;
    padding:2px;
}

.kontakt.left a, .kontakt.right a {
    color:#fff;
    margin:5px;
}

/*footer*/
#footer {
    padding:0;
}

#footer ul li {
    float:none;
}

#footer ul li a {
    padding:15px 5px;
    border:0;
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    -ms-transition:all .25s linear;
    transition:all .25s linear;
}

#footer nav ul li a:hover {
    background:rgba(0,0,0,.2) !important;
    color:#000;
}
}

/*desktop normal*/
@media only screen and (max-width:1280px) {
    /*4 bilder*/
/*.imagebox {
    width:24.5%;
}*/

.ce_text {
    width:auto;
    max-width:900px;
}
}

@media (max-width:710px) {
a.telefon-header {
    right: 45px;
}
}
@font-face {
    font-family:'entypo';
    src: url("../../files/escort-service-wien/font/entypo/entypo.eot");
    src: url("../../files/escort-service-wien/font/entypo/entypo.eot?#iefix") format('embedded-opentype'),
         url("../../files/escort-service-wien/font/entypo/entypo.woff") format('woff'),
         url("../../files/escort-service-wien/font/entypo/entypo.ttf") format('truetype'),
         url("../../files/escort-service-wien/font/entypo/entypo.svg#entypo") format('svg');
    font-weight: normal; font-style: normal;
}
  
* {
    margin:0; padding:0;
    font-family:Arial, sans-serif;
}
  
html, body {
    width:100%;
    height:100%;
}
  
ul {
    list-style:none;
}
  
a {
    text-decoration:none;
}

/*formulare anfang*/
/*copyright by jay design berlin*/
/*kontaktformular*/
/*buchungsformular*/
/*belegungskalender*/
.cal .table td {
	padding:5px;
}

.cal .month {
	font-size:.8rem;
	vertical-align:middle;
}

.cal .o { background-color: #990000; }

/*.cal .o {
	background:#6f675b;
	background:#ff0000;
}

.cal .f {
	background:#fff;
}

.cal .basic .fo, .cal .basic .of  {
	background-color:#b9af9b;
	background:#00ff00;
	background-image:none;
}*/

/*formulare allgemein*/
label {
    padding:10px;    
}

input, textarea {
    padding:15px;
    width:400px;
    margin:2px 0 2px 0;    
}

input#autologin {
    width:auto;
    margin:15px 0;
}

.radio_container input.radio {
    padding:15px;
    width:20px;
    margin:2px 0 2px 0;
}

.radio_container label {
    padding:0;
    margin:0 10px;
}

.radio_container label span {
    margin:0 20px;
}

.radio_container {
    margin:0 0 30px 0;
}

textarea {
    width:402px;
}

.submit {
    background:#6f675b;
    background:#000;
    color:#fff;
    font-size:1.25rem;
    /*font-family:"EB Garamond";*/
    font-family:"Dense";
    text-transform:uppercase;
    width:434px;
    height:60px;
    margin:0 0 40px 0;
    border:0;
    cursor:pointer;
    -webkit-transition:all .5s linear;
    -moz-transition:all .5s linear;
    -o-transition:all .5s linear;
    -ms-transition:all .5s linear;
    transition:all .5s linear;    
}

.submit:hover {
    background:#fff;
    background:#fc7c17;
    color:#6f675b;
    color:#000;
    /*-webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);*/
}

#formular table, #apartment-1 table {
    margin:50px auto;
}

.booking_form table {
    margin:auto;
}

#buchungsformular p {
    font-family:"EB Garamond";
    font-size:1.25rem;
    text-transform:uppercase;
    color:#6f675b;
    padding:25px 10px 0 10px;
}

fieldset {
    border:0;
}

.formularbox {
    /*background:#000;*/
    width:450px;
    padding:20px;
    margin:40px auto;
}

.checkbox_format {
    width:200px;
}

legend {
    padding:10px 5px;
}

select {
    width:434px;
    padding:15px;
    color:#999;
}

#anfrage-buchen-formular strong, #anfrage-buchen-formular p {
    padding:15px;
}

#jobangebot-formular .checkbox_format {
    width: 320px;
}

/*.kalender_hinweis_frei {
	background:#7dd07d;
	width:20px;
	height:5px;
}

.kalender_hinweis_belegt {
	background:#990000;
	width:20px;
	height:5px;
}
*/
/*mobile*/
@media only screen and (max-width:480px) {

input, textarea {
    padding:15px;
    width:55%;
    max-width:400px;
    margin:2px 0 2px 0;
}
}
/*formulare ende*/
  
  
  /*logo*/
  .nav-mobile_logo {
      width:50px;
      width:3.125rem;
      margin:20px 0 0 95px;
  }
  
  .h2_mobile {
      font-size:24px;
      font-size:1.5rem;
      line-height:1.5;
      font-weight:100;
      color:#5092f8;
      text-transform:uppercase;
      margin:0px 10px 50px 10px;
      font-family:"Caviar Dreams";
  }
  
  /*nav*/
  #toggle-menu:before {
      content:"";
      font-family:entypo, sans-serif;
      font-size:22px;
      text-align:center;
      vertical-align:top;
  }
  
  #toggle-menu {
      background:#5092f8;
      color:#fff;
      display:block;
      margin:0 0 0 280px;
      padding:6px 15px 15px 15px;
      width:22px;
      height:22px;
      font-size:30px;
      text-align:center;
      vertical-align:text-bottom;   
  } 
  
  #mobilenav_box {
      background:#000;
      color:#000;
      width:280px;
      height:700px;
      float:left;
      display:none;
      position:absolute;
      z-index:1000;
  }
  
  #mobilenav_box ul li {
      float:none;
  }
  
  #mobilenav_box ul li a {
      display:block;
      color:#fff;
      padding:12px;
      font-size:14px;
      font-size:.85rem;
      text-transform:uppercase;
      /*border-bottom:1px dashed rgba(255,255,255,.2);*/
      text-shadow:0 0 10px 5px rgba(255,255,255,.5);
      -webkit-transition:all linear .25s;
      -moz-transition:all linear .25s;
      -o-transition:all linear .25s;
      -ms-transition:all linear .25s;
      transition:all linear .25s;
  }
  
  #mobilenav_box ul li a:hover {
      background:rgba(255,255,255,.15);
  }
  
  #mobilenav_box ul li a.border_none {
      border-bottom:0;
  }
  
  #mobilenav_box ul ul {
      display:none;
  }
  
  #mobilenav_box ul ul li a {
      background:#fff;
      color:#000;
      display:block;
  }
  
  #mobilenav_box ul ul li a:hover {
      background:#ccc;
  }
  
  .nav-mobile_daten {
      margin:20px 0 0 0;
  }
  
  .nav-mobile_daten a {
      color:#fff;
      display:block;
      padding:5px 12px;
      font-size:15px;
      font-size:.9375rem;
  }
  
  .ausklappen:after {
      content:"+";
      font-family:entypo;
      float:right;
      font-size:18px;
      font-size:1.125rem;
      padding:0 10px 0 0;
  }
  
  .einklappen:after {
      content:"-";
      font-family:entypo;
      float:right;
      font-size:18px;
      font-size:1.125rem;
      padding:0 10px 0 0;
  }
  
  .socialmedia_icon {
      background:#fff;
      width:35px;
      margin:40px 0 0 10px;
  }
  
  .socialmedia_icon.facebook:hover {
      background:#3b5998;
  }
  
  .socialmedia_icon.twitter:hover {
      background:#4099ff;
  }
  
  a.contact_link {
      color:#5092f8;
  }
  
  .contact_img {
      width:20px;
      margin:0 10px 0 0;
      vertical-align:middle;
  }
  /*nav ende*/
  
  .link-img {
    text-align: center;
}
