/* 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}
/*
	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}
/* MediaElement.js 2.14.2, (c) 2010-2013 John Dyer <http://j.hn>, MIT license */
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.14.2/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.14.2/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.14.2/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.14.2/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.14.2/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(20,20,20,0.8)}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.14.2/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.14.2/css/background.png");background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.14.2/css/background.png");background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}
/*@font-face {
    font-family:"Dense";
    src: url("../../files/neues-design/font/dense/Dense-Regular.otf");
}

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

@font-face {
    font-family:"CaviarDreams";
    font-display: swap;
    src:url("../../files/neues-design/font/caviar/CaviarDreams-webfont.eot");
    src:url("../../files/neues-design/font/caviar/CaviarDreams-webfont.eot?#iefix") format('embedded-opentype'),
        url("../../files/neues-design/font/caviar/CaviarDreams-webfont.svg")format('svg'),
        url("../../files/neues-design/font/caviar/CaviarDreams-webfont.ttf") format('truetype'),
        url("../../files/neues-design/font/caviar/CaviarDreams-webfont.woff") format('woff'),
        url("../../files/neues-design/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;
}
/*partner werden ende*/

strong.markup {
    font-size: 48px;
    font-size: 3rem;
    color: #5092f8;
}

.markup-small {
    font-size: 24px;
    font-size: 1.5rem;
    color: #5092f8;
}

/*escortbox startseite*/
#escortbox-startseite {
    display: block;
    max-width: 900px;
    margin:auto;
}

/*#escortbox-startseite .rs-column.-large-col-4-1 {
    width:23%;
}

#escortbox-startseite .rs-column {
    margin-right:2%;
}*/

.escortsstartseite-down {
    margin: 40px 0 0 0;
}

#escortbox-startseite h4 {
    color: #5092f8;
    color:#000;
}

.escorts-start {
    position: relative;
}

#escortbox-startseite h4 {
    color: #5092f8;
    color:#000;
    position: absolute;
    right: 0;
    color: #fff;
}

#escortbox-startseite h4 {
    color: #5092f8;
    /* color:#000; */
    position: absolute;
    right: 10px;
    /* color: #fff; */
    /* bottom: 38px; */
    font-size: 22px;
    /* color: #fff; */
    /* top: 85%; */
}

#escortbox-startseite figcaption.caption {
    font-size: 14px;
    font-size:.875rem;
    font-style: italic;
    color: #5092f8;
    padding:5px;
    max-width:170px;
}
/*escortbox startseite ende*/

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

/*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/neues-design/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/neues-design/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 0 0;
}

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

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_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/neues-design/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/neues-design/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/neues-design/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 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/neues-design/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%;
}

.imagebox {
    float:left;
    margin:5px 0.25%;
    width:12%;
}

.imagebox img {
    /*min-width:12%;*/
    width:100%;
    display:block;
    /*opacity:.7;*/
    -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:140%;
}

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

.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/neues-design/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/neues-design/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/neues-design/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/neues-design/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;
}


/*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/neues-design/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*/
.preistabelle {
    color: #ffffff;
    width:100%;
    height: 176px;
    margin: auto;
}

.preistabelle td {
    padding: 0 15px;
}

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

.honorar_rose, .honorar_diamant {
    color:#fff;
}

@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/neues-design/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/neues-design/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);
}

/*stadt img*/
.stadt-info img {
    width:200px;
    margin:20px 15px auto auto;
}

/*winter*/
.winter img {
    margin:0 20px 0 0;
}

/*escort fuer frauen*/
.escort-fuer-frauen img {
    width:250px;
    margin:20px 20px 0 0;
}

/*corona*/
.corona-box {
    background:#ff0000;
    width:100%;
    text-align:center;
    padding:20px 10px 40px;
}

#corona-wrap {
    max-width:900px;
    margin:auto;
    text-align:center;
    color:#fff;
}

.corona-markup {
    font-size:32px;
    font-size:2rem;
    text-transform:uppercase;
    color:#fff;
    margin:0 auto 10px;
}

.corona-markup-small {
    font-size:20px;
    font-size:1.25rem;
    color:#fff;
}

@media only all and (max-width:560px) {  
.corona-markup {
    font-size:24px;
    font-size:1.rem;
    text-transform:uppercase;
}
    
.corona-markup-small {
    font-size:16px;
    font-size:1rem;
}
}

.partner-startseite-link img {
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 25%);
}

.agency-box {
    margin:0 auto 80px auto !important;
}


/*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*/


hr.banner-trenner {
    height: 5px;
    background: #fc7c17;
    border: 0;
    /*width: 900px;
    margin: auto;*/
}

/* damenprofile - uebersicht - name */
/*damen uebersicht*/
/*damen appetizer*/
div#damen_appetizer {
    width:100%;
  }
  
  .imagebox {
    float:left;
    margin:5px 0.25%;
    width:12%;
    position: relative;
  }
  
  .imagebox img {
    /*min-width:12%;*/
    width:100%;
    display:block;
    /*opacity:.7;*/
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    -ms-transition:all .25s linear;
    transition:all .25s linear;
  }
  
  /*.imagebox 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);
  }*/
  
  .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;
  }
  
  strong.markup {
    font-size: 48px;
    font-size: 3rem;
    color: #5092f8;
  }
  
  .markup-small {
    font-size: 24px;
    font-size: 1.5rem;
    color: #5092f8;
  }
  
  .markup-auswahl {
    font-size:30px;
    font-size:1.875rem;
    margin:30px 0;
    word-spacing:5px;
    text-align:center;
    text-transform: uppercase;
    font-family: "CaviarDreams";
    font-weight: 700;
  }
  
  .markup-schrift {
    font-size:30px;
    text-transform: uppercase;
    font-family: "CaviarDreams";
  font-weight: 700;
  color:#5092f8;
  }
  
  .auswahl-img {
    width:200px;
    margin:auto;
    display:block;
  }
  
  /*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;
  }


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: 1rem; */
  }
  
  /*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);
  }
  
  /*bild mit rahmen*/
  .ce_image.bild-mit-rahmen.block {
    text-align:  center;
    border: 1px solid #5092f8;
    max-width: 900px;
    margin:0 auto 20px;
    display: block;
  }
  
  
  /*linkseite*/
  div#linkliste {
    text-align:center;
  }


@media screen (max-width:760px) {
    .imagebox {
        width: 50%;
    }
}
/*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;
}

    
}

/*mobilemenu*/
#mobilemenu-img {
    width:30px;
    position:absolute;
    right: 180px;
    top:15px;
}

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


/*alt 480px ende*/
@media (max-width:480px) {
a.mainheading {
    font-size:40px;
    font-size:2.5rem;
}

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

/*damen uebersicht*/
strong.escort-name {
    width: 80%;
    padding: 10px 0;
    top: 60%;
    left: 10%;
    font-size: .7rem;
}

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

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

}

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

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

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

a.telefon-header {
    position: absolute;
    right: 45px;
    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:135px 0 0 0;
}
    .startseite-img img {
    margin:145px 0 0 0;
}

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


/*desktop  small*/
@media only screen and (max-width:980px) {
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/neues-design/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;
}

/*.imagebox img:hover {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(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;
}


/*profil der escorts quickinfo
.quickinfo {
    width: 40%;
    margin:40px auto 0;
}

.quickinfo-box h3 {
    font-size:11px;
    font-size: .6875rem;
}

p.quickinfo-p {
    font-size:10px;
    font-size:.625rem;
} 

.ce_text.quickinfo-box {
    width:auto;
    padding:15px;
}

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

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

/*mobile nav*/
/*.mobile_icon {
    display:inline;
    width:30px;
    cursor:pointer;
    padding:20px 0;
}

.toogle_content {
    display:none;
}*/



}

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

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

/*desktop big*/
@media only screen and (min-width:1280px)
@font-face {
  font-family:'entypo';
  src: url("../../files/neues-design/font/entypo/entypo.eot");
  src: url("../../files/neues-design/font/entypo/entypo.eot?#iefix") format('embedded-opentype'),
       url("../../files/neues-design/font/entypo/entypo.woff") format('woff'),
       url("../../files/neues-design/font/entypo/entypo.ttf") format('truetype'),
       url("../../files/neues-design/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;
}


/*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*/
