/* 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{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.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; }

.bs-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

.bs-nav .item, .bs-nav .item-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;

    width: 10px;
    height: 10px;
    line-height: 10px;
    margin: 0 4px;

    text-indent: -999em;
    *text-indent: 0;

    border: 2px solid #fff;
    border-radius: 6px;

    cursor: pointer;
    opacity: .4;

    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}

.bs-nav .item.active {
    background: #fff;
    opacity: 1;
}

.bs-nav .item-nav {
    border-radius: 0;
    width: 0;
    height: 0;
    border-style: inset;
    -webkit-transform:rotate(360deg);
}

.bs-nav .item-nav:hover {
    opacity: 1;
}

.bs-nav .item-nav.next {
    border-width: 7px 0 7px 14px;
    border-color: transparent transparent transparent #ffffff;
}

.bs-nav .item-nav.prev {
    border-width: 7px 14px 7px 0;
    border-color: transparent #ffffff transparent transparent;
}

.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}
/*@font-face {
    font-family:"Dense";
    src: url("../../files/job-als-escort/font/dense/Dense-Regular.otf");
}

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

@font-face {
     font-family:"CaviarDreams";
     src:url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.eot");
     src:url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.eot?#iefix") format('embedded-opentype'),
         url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.svg")format('svg'),
         url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.ttf") format('truetype'),
         url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.woff") format('woff'),
         url("../../files/job-als-escort/font/caviar/CaviarDreams-webfont.woff2") format('woff2');
 }
 
 @font-face {
   font-family:'entypo';
   src: url("../../files/job-als-escort/font/entypo/entypo.eot");
   src: url("../../files/job-als-escort/font/entypo/entypo.eot?#iefix") format('embedded-opentype'),
        url("../../files/job-als-escort/font/entypo/entypo.woff") format('woff'),
        url("../../files/job-als-escort/font/entypo/entypo.ttf") format('truetype'),
        url("../../files/job-als-escort/font/entypo/entypo.svg#entypo") format('svg');
   font-weight: normal; font-style: normal;
 }
 
 /*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/job-als-escort/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;
 }
 
 p {
     padding:5px 0;
     font-size:15px;
     font-size:0.9375rem;
 
 }
 
 strong.header-ce {
      color:#5092f8;
 }
 
 .strong-blau {
      color:#5092f8;
 }
 
 /*allgemeiner seitenaufbau*/
 /*header*/
 #header {
     background:rgba(0,0,0,1);
     background:url("../../files/job-als-escort/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:80px 0 20px 0;
 }
 
 .logo-startseite {
      text-align:center;
 }
 
 img.logo-im-text {
     margin: -8px 0;
     display: inline-block;
 }
 
 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: 20px;
     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);
     /*background:#000;*/
     width: 100%;
     /*height: 65px;*/
     position: absolute;
     top: 0;
     left: 0;
     margin: 0;
     padding: 0 0 4px 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";
     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:460px 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/job-als-escort/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: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;
 }
 
 strong.h3-special {
     color: #5092f8;
     font-size:22px;
     font-size:1.375rem;
     text-transform:uppercase;
     font-weight:100;
 }
 
 #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;*/
 }
 
 h5 {
     font-size:16px;
     font-size:1rem;
     margin:5px 0;
     /*text-align:center;*/
 }
 
 .em_style {
     font-size:13px;
     font-size:.8125rem;
 }
 
 /*navigation*/
 nav ul {
     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 {
     display:none;
     position:absolute;
     margin:0;
 }
 
 nav ul ul li {
     /*background:#fff;*/
     border:0;
     padding:0;
     margin:0;
     float:none;
 }
 
 nav ul ul li a {
     background:#fff;
     color:#000;
     border:0;
     padding:10px;
     border:1px solid rgba(0,0,0,0);
 }
 
 nav ul ul li a:hover {
     background:#000;
     color:#fff;
     border:1px solid transparent;
 }
 
 /*mobile nav*/
 .mobile_icon {
     display:none;
 }
 /*mobile nav ende*/
 
 #mobilemenu-img {
     width: 35px;
     position: absolute;
     right: 180px;
     top: 8px;
 }
 
 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:0px auto 0 auto;
     padding:20px 0 40px 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/job-als-escort/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/job-als-escort/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);
 }
 
 /*imagebox*/
 #imagebox {
     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%;
     position:relative;
 }
 
 .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;
 }
 
 /*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);
 }
 
 /*.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;
 }
 
 
 /*region und karte*/
 div#region-inhalt {
     text-align: center;
 }
 
 img.stadtlink-img {
     -webkit-transition: all .25s linear;
     -moz-transition: all .25s linear;
     -o-transition: all .25s linear;
     -ms-transition: all .25s linear;
     transition: all .25s linear;
     width: 159px;
     margin: 0 15px 0 0;
 }
 
 img.stadtlink-img:hover {
     -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
     -o-transform: scale(1.05);
     -ms-transform: scale(1.05);
     transform: scale(1.05);
 }
 
 strong.stadtlink-oder {
     color: #000;
     position: relative;
     top: -5px;
     text-transform: uppercase;
     font-size: 20px;
     font-size: 1.25rem;
     font-weight: 100;
 }
 
 /*stadt img*/
 .stadt-info img {
     width:200px;
     margin:20px 15px auto 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/job-als-escort/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/job-als-escort/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/job-als-escort/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/job-als-escort/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;
 }
 
 .partner-agenturen h3 {
     margin:10px 0;
 }
 
 .partner-agenturen img {
     width: 100%;
     max-width:300px;
     margin:0 20px 20px 0;
 }
 
 /*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/job-als-escort/bilder/background/muster.png") 0 0 repeat;
     width:; height:auto;
     margin:20px auto;
     text-align:center;
     color:#fff;
 }
 
 .only_escorts_login h3 {
     color:#FC7C17;
     color:#5092f8;
 }
 /*ende login fuer only escorts*/
 
 .escortportal_heading {
     text-align: center;
     margin: 20px 0 40px 0;
     font-size: 3rem;
 }
 
 #auswahl-only-escorts-bewerber .ce_colsetStart, #only-escorts .ce_colsetStart, #fuer-bewerber .ce_colsetStart, #ablauf-der-bewerbung .ce_colsetStart, #preise .ce_colsetStart,
 #kontakt-escort .ce_colsetStart, #formulare .ce_colsetStart {
     /* background: #ccc; */
     width: 980px;
     margin: auto;
 }
 
 /*save only-escorts*/
 /*#auswahl-only-escorts-bewerber .onlyescorts_box, #only-escorts .onlyescorts_box, #fuer-bewerber .onlyescorts_box  {
     margin:0 20px;
     padding:10px 0;
 }
 
 #auswahl-only-escorts-bewerber .ce_colsetStart, #only-escorts .ce_colsetStart, #fuer-bewerber .ce_colsetStart {
     /* background: #ccc;
     width: 980px;
     margin: auto;
 }*/
 /*save only-escorts ende*/ 
 
 
 /*honorare und preistabllen*/
 .honorar_tabelle {
     max-width:600px;
 }
 
 .honorar_rose img, .honorar_gold img, .honorar_diamant img {
     width:100%;
     max-width:200px;
     margin:0 40px 0 0;
 }
 
 .honorar_rose td, .honorar_gold td, .honorar_diamant td {
     padding:10px;
 }
 
 @media only all and (max-width: 360px) {
 .honorar_rose td, .honorar_gold td, .honorar_diamant td {
     padding: 4px;
     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*/

 /*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 h2 {
     margin:0;
 }
 
 .content_im_accordion {
     background:#222;
 }
 
 .ce_text.content_im_accordion {
     width:auto;
 }
 
 .ce_text.empfehlung_accordion p {
     max-width:800px;
 }
 
 .indacc_toggler {
     padding: 20px;
 }
 
 .indacc_toggler:after {
     font-family:"entypo";
     content:"\e764";
     margin:-20px 20px 0;
     font-weight:700;
     font-size:18px;
     text-align:right;
     display:block;
 }
 
 .indacc_toggler.indacc_toggler_active:after {
     content:"\e767";
     /*margin:-22px 20px 0;
     font-weight:700;
     font-size:18px;
     text-align:right;
     display:block;*/
     /* position: relative; */
     /* top: 0; */
 }
 /*accordion ende*/
 
 /*footer*/
 /*#footer {
     background:url("../../files/job-als-escort/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/job-als-escort/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 0 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;
     color: #5092f8;
 }
 
 .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;
 }
 
 div#linkliste {
      text-align:center;
 }
 
 /*startseite img + contentbox*/
 @media only screen and (min-width:700px) {
     .contentbox {
         margin:145px 0 0 0;
     }
     /*    .escorts-inhalt img {
         margin:180px 0 0 0;
     }*/
 }
 
 
 #das-escort-handbuch-inhalt span.mandatory, #anfrageformular-infoveranstaltung span.mandatory {
     display: none !important;
 }
 
 .ce_text.berichtsbox {
     border: 1px solid #000;
     margin:0 auto 40px auto;
 }
 
 a.erfahrungsbutton {
     display: block;
     width: 100%;
     background: #5092f8;
     color:#fff;
     padding: 20px 0;
     text-align: center;
     text-transform: uppercase;
     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.erfahrungsbutton:hover {
     background: #000;
     color:#fff;
 }
 
 .job-first img {
     margin: 0px 30px 0 0;
 }
 
 .job-links img {
     margin:0px 30px 0 0;
 }
 
 .job-rechts img {
     margin:20px 0 0 10px; 
 }
 
 p.hinweis {
     margin: 10px 0;
     padding: 20px 0;
     text-align: center;
     border: 2px solid #5092f8;
     color: #5092f8;
     font-size: 20px;
     font-size: 1.25rem;
 }
 
 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;
 }
 
 /*fotos*/
 .ce_gallery.galerie-boxwrap.block {
     width: 100%;
     max-width: 940px;
     margin: auto;
 }
 
 .ce_gallery.galerie-boxwrap.block img {
     width: 100%;
     max-width:auto;
     display: block;
     /* margin: auto; */
 }
 
 .ce_gallery.galerie-bowwrap-all.block {
     width: 100%;
     max-width: 940px;
     margin: 80px auto 0;
 }
 
 .galerie-bowwrap-all h4 {
     font-size: 1.6rem;
 }
 
 section#selfie-wrap {
     max-width: 940px;
     margin: auto;
     padding: 10px 20px;
     display: block;
 }
 
 /*neue selfiegalerie*/
 .selfiegalerie {
     max-width: 940px;
     margin: auto;
 }
 
 .selfie-img, .makingof-img {
     margin: 0 0 30px 0;
 }
 
 .selfiegalerie h3 {
     width: auto;
     text-align: center;
     display: block;
     margin: 12px 0;
     font-size:24px;
     font-size:1.5rem;
 }
 
 /*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*/
 
 
 .preistabelle td {
     padding: 10px;
 }
 
 .text-center {
     text-align: center;
 }

 #home-inhalt h4 {
     text-align: center;
 }

 /*preistabelle*/
 .preistabelle {
     height: 176px;
     margin: auto;
     width: 493px;
     color: #fff;
 }

 .preistabelle .tr-1 {
     background: #666;
 }

 .preistabelle .tr-2 {
     background: #1e1e1e;
 }

 .preistabelle td.align-right {
     text-align: right;
     text-align: left;
     /* text-align: center; */
 }

 .markup-link {
     background: #fc7c17;
     color: #fff;
     display: block;
     margin: auto;
     padding: 1rem;
     text-align: center;
     font-size: 1.1rem;
     /* text-transform: uppercase; */
     max-width: 350px;
     transition: all .25s linear;
     border: 2px solid #fc7c17;
 }

 .markup-link:hover {
     background: #fff;
     color: #fc7c17;
     border: 2px solid #fc7c17;
 }

 /* formulare zusatz */
 .radio_container label {
     margin: 0 !important;
 }

 .radio_container {
     margin: 0 0 10px 0;
 }
 
 .radio_container span {
     display: block;
 }
/*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;
    line-height:1.4;
}

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

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

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

.kalender_hinweis_belegt {
	background:#990000;
	width:20px;
	height:5px;
}


*/

.simple_button {
    background-color: #fc7c17;
    display: block;
    color: #fff;
    text-align: center;
    padding: 10px;
    -webkit-transition:all .25s linear;
    -moz-transition:all .25s linear;
    -o-transition:all .25s linear;
    -ms-transition:all .25s linear;
    transition:all .25s linear;
}

.simple_button:hover {
    background-color:rgba(0,0,0,1);
    color:#fc7c17;
}

/*mobile*/
@media only screen and (max-width:480px) {

input, textarea {
    padding:15px;
    width:55%;
    max-width:400px;
    margin:2px 0 2px 0;
}

    
}


/*bewerbungsformular*/
#bewerbungsformulare .form {
	max-width:420px;
}

.surveyblock {
    width: 600px;
    margin: auto;
}

.form {
    max-width: 600px;
    margin: auto;
}

.title {
    margin: 10px 0;
}

.widget.openended {
    margin-bottom: 10px;
}

.pagetitle {
    font-size: 32px;
    font-size: 2rem;
    font-family: "Dense";
    margin:20px 0 0 0;
}

#bewerbungsformulare .progressbar {
    max-width:600px !important;
    margin:auto;
}

.radio.mc {
    width: auto;
}

#handbuch .ce_form {
    width: 600px;
    margin: auto;
}

#handbuch .radio_container {
	max-width:400px;
}

/*schraffurbox*/
#handbuch-bestellformular .ce_form {
    max-width:450px;
    margin: auto;
}

#handbuch-bestellformular .radio_container {
	max-width:400px;
}

/*.left .submit {
    /* width: auto;
    float: left;
    max-width:120px;
    padding:0;
    margin:10px 0 0 0;
}*/

.left .submit {
    background-color: #999;
    /* width: auto; */
    /* float: left; */
    /* max-width:120px; */
    padding:0;
    height: 40px;
    margin: 10px 0;
    font-size: 20px;
    text-transform: none;
    /* font-weight: 100; */
}

/*.right .submit {
	float:right;
	max-width:300px;
	padding:0;
	margin:10px -15px 0 0;
}*/


input[name="start"] {
    color: #000;
}

input[name="start"]:hover {
    color:#fc7c17;
}

div#bewerbstart {
    position: absolute;
    left: 200px;
    top: 50px;
    color: #fff;
}

.introduction {
    position: relative;
}

div#bewerbstart p {
    font-family: "Dense";
    font-size:20px;
    font-size:1.25rem;
}

input[name="start"] {
	float:right;
	/* width: 100%; */
	padding:0;
	margin:10px -15px 0 0;
}

p.error {
    color:#fc7c17;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    font-family: "Dense";
    font-size: 26px;
}

#bewerbungsformulare .title {
    margin: 40px 0 10px 0;
}

/*bewerbung beenden*/

input#ctrl_85 {
    display: none;
}

div#bitte_beenden {
    color: #fff;
    position: relative;
    top: 114px;
    left: 200px;
    font-family: "Dense" !important;
    font-size: 20px;
    width:60px;
}

div#bitte_beenden p {
    font-family: "Dense" !important;
    font-size: 20px;
}

input[name="finish"] {
    color: #000;
}

.submit_container .submit:hover {
    background:#fff;
    background:#fc7c17;
    color:#6f675b;
    color:#fc7c17;
    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);*/
}


/*.right .submit {
	float:right;
	max-width: 434px;
	/* max-width: 100%;
	padding:0;
	margin: 10px -15px 0 0;
}*/

/*.submit_container {
    width: 450px;
    background-color: #ccc;
    text-align: center;
}*/
/*mobilemenu*/
#mobilemenu-img {
    width:35px;
    position:absolute;
    right: 180px;
    top: 8px;
}

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

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

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

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


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

/*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: 35px;
        position: absolute;
        right: 100px;
        top: 8px;
}

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

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


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

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

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

.headerLogo img {
    width:140px;
}

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

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

.heading_free {
    margin:150px 0 0 0;
    color:#6f675b;
    color:#fff;
    font-size:2rem;
    font-weight:100;
    /*background:rgba(0,0,0,.5);*/
    background:url("../../files/job-als-escort/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;
    color:#fff !important;
    width:100%;
    margin:auto;
    padding:20px;
    font-size:12px;
    font-size:.8rem;
    font-weight: 700;
    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;
}

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 (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/job-als-escort/font/entypo/entypo.eot");
  src: url("../../files/job-als-escort/font/entypo/entypo.eot?#iefix") format('embedded-opentype'),
       url("../../files/job-als-escort/font/entypo/entypo.woff") format('woff'),
       url("../../files/job-als-escort/font/entypo/entypo.ttf") format('truetype'),
       url("../../files/job-als-escort/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*/
