@font-face {
	font-family: 'Lato Bold';
	src: url('../fonts/Lato-Bold.ttf')  format('truetype') ;
	}
	
	@font-face {
	font-family: 'Lato Regular';
	src: url('../fonts/Lato-Regular.ttf')  format('truetype') ;
	}
	
	@font-face {
	font-family: 'Lato Light';
	src: url('../fonts/Lato-Light.ttf')  format('truetype') ;
	}
	
  .escort-handbuch img {
	margin: 10px auto 0 !important;
	/* width: 200px; */
	text-align: center;
  }
	
	.form-control  { border: 1px solid rgba(0, 0, 0, .2); }
	
	.sidenavi ul li a:before , .scrolltop a:after,
	.mainnavi ul.level_1 > li.submenu a:after,
	footer#footer  ul li a:before,
	p.footerIcons a:after,
	p.socialIcons a:after,
	header#header .socials-top a,
	.mod_calendar table.calendar td.days .event:before ,
	.ui-accordion-icons:after ,
	p.recurring:before,
	p.location:before
	{font-family: 'FontAwesome'; }
	
	p.footerIcons a:after, p.socialIcons a:after {
		display: inline-block;
		color: #fff;
		margin: 0 6px 0 2px;
		font-size: 16px;
		transition: all 0.5s ease 0s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	
	.footer-yt:after {
			content: "\f16a";
	}
	
	.footer-gp:after {
			content: "\f0d5";
	}
	
	.footer-tw:after {
			content: "\f099";
	}
	
	.footer-fb:after {
			content: "\f09a";
	}
	
	p.footerIcons em, p.socialIcons em, p.teamIcons em {
			display: none;
	}
	
	
	body, .mobilenavi { font-family: 'Lato Regular', serif; color: rgba(0,0,0,0.6); }
	#main .ce_text p  { line-height: 1.5; }
	
	/* font-styles */
	h1, h2, h3, h4, .bgStyle h1 { font-family: 'Lato Bold', serif; text-transform: uppercase; letter-spacing: 1px; }
	
	h1 {
			font-size: 40px;
			margin-bottom: 10px;
	}
	
	h2, .h1alsh2 {
			font-size: 30px !important;
			margin-bottom: 8px;
	}
	
	h3 {
			font-size: 22px;
			margin-bottom: 8px;
	}
	
	h4 {
			font-size: 20px;
			margin-bottom: 8px;
	}
	
	h5 {
			font-size: 18px;
			margin-bottom: 8px;
	}
	
	/* button */
	.btn, p.more a, p.back a, .submit {
			border-radius: 0;
			color: #fff;
			padding: 10px 23px;
			font-size: 15px;
			text-transform: uppercase;
			font-family: 'Lato Bold', serif;
	}
	
	.recurring, .location {
			font-size: 15px !important;
	}
	
	.submit {
			border: none;
			cursor: pointer;
	}
	
	
	
	/* topbar */
	.topbar p, .topbar a, .topbar .fa { color: rgba(255,255,255,0.8); }
	
	.topbar .fa {
			position: absolute;
			font-size: 44px;
	}
	
	.fixedTop .button-menu .fa {
			top: 30%;
	}
	
	.topbar .first  .fa-padding {   padding-left: 40px; }
	.topbar .last .fa-padding {   padding-right: 15px; }
	
	.bangb1 .topbar .container {
			border-top: 1px solid rgba(255,255,255,0.1);
			padding: 30px 15px;
	}
	
	.mod_navigation {
			padding-top: 10px;
	}
	
	.fixedTop {    width: 100%; }
	
	
	/* slider */
	.slider-control .slider-menu b {
			color: #fff;
	}
	
	.bgStyle h1 {
			font-size: 60px;
	}
	
	.bgStyle h1,
	.bgStyle h2,
	.bgStyle h3,
	.bgStyle h4,
	.bgStyle p {
			 color: #fff;
	}
	
	.slider-control .slider-menu {
		top: -73px;
		left: 61px;
	}
	
	.slider-bg {
			background: rgba(255,255,225,0.2);
			padding: 23px 45px;
	}
	
	.clients .slider-control .slider-menu {
			top: 0;
	}
	
	.clients .slider-control .slider-menu b {
			color: #161514;
	}
	
	.slider-control {
			height: 0;
	}
	
	.overlayContent {
		padding: 0 30px;
	}
	
	/* footer */
	footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 { color: #fff; }
	footer#footer  ul { margin: 10px 0 0 ; padding:0; list-style-type: none;}
	footer#footer  ul li a { display: block; }

     /*footer*/
     #footer .form-control {
     color: #fff !important;
     }
	
	header#header .socials-top a { margin: 0 5px; }
	header#header .socials-top a.footer-yt:before {content:"\f166 ";}
	header#header .socials-top a.footer-gp:before {content:"\f0d5 ";}
	header#header .socials-top a.footer-tw:before {content:"\f081 ";}
	header#header .socials-top a.footer-fb:before {content:"\f082 ";}
	header#header .socials-top a em { display: none; }
	
	#footer .submit:hover { background: #fff !important;}
	
	/* copyright */
	
	.top-links ul { margin:0; padding:0; list-style:none; text-align:right; }
	.top-links ul li { display: inline-block; }
	.top-links ul li a { display: block; padding: 0 2px; }
	
	/* mainnavi */
	.mainnavi ul.level_2, .mainnavi ul.level_3 {
			width: 186px;
			padding: 11px;
			text-align: left;
	}
	
	.mainnavi ul.level_1 li a, .mainnavi ul.level_1 > li > a, .mainnavi ul.level_1 > li > strong {
		display: block;
		text-transform: none;
		font-size: 14px;
		font-weight: normal;
		text-transform: uppercase;
		color: #fff;
	}
	/*.mainnavi ul.level_1 > li > a,
	.mainnavi ul.level_1 > li > strong { text-transform: uppercase; font-size: 18px; } */
	
	/*--- events  --*/
	
	.mod_eventlist .teaser { max-height: 80px; overflow: hidden; }
	
	
	/*---- news  ----*/
	.mod_newslist figure.image_container {    margin-right: 15px; }
	
	/*--- accordeon ---*/
	.ui-accordion-content {
		background: #e7e7e7;
		padding: 10px;
		margin-bottom: 10px;
	}
	
	/*--- contact -----*/
	.contact-icons h3 { position: relative; }
	.contact-icons em { position: absolute; left: -28px; top: 5px; font-size: 80%;}
	
	/*---- downloads ---*/
	.download-element {    /* padding: 3px 6px 3px 22px; */
		background-size: contain;
		width: 50px;
		height: 50px;
		display: block;
		margin: auto;
	}
	
	.sidenavi  ul{ padding: 0; }
	.sidenavi ul li { }
	.sidenavi ul li a, .sidenavi ul li strong { display: block; border-bottom: 1px solid rgba(0, 0, 0, .125)}
	.sidenavi ul li a:before  {
		content: "\f054";
		padding-right: 10px;
		font-size: 10px;
	
	}
	
	.absolute-pic {
			position: absolute;
			top: -19%;
			right: 45%;
	}
	
	.absolute-pic img {
			-webkit-filter: drop-shadow(-1px 6px 17px #606060);
			filter: drop-shadow(-1px 6px 17px #606060);
	}
	
	.small-text {
			max-width: 715px;
			margin: 0 auto;
	}
	
	/*---- insideout ---*/
	.InsideOut-dark .full-bg {
			padding: 90px 0;
	}
	
	.InsideOut-dark, .InsideOut, .InsideOut-nobg { position: relative; }
	
	.InsideOut-dark h1, .InsideOut-nobg h1,
	.InsideOut-dark h2, .InsideOut-nobg h2,
	.InsideOut-dark h3, .InsideOut-nobg h3,
	.InsideOut-dark h4, .InsideOut-nobg h4,
	.InsideOut-dark h5, .InsideOut-nobg h5 {
			 color: #fff;
	}
	
	.InsideOut-dark p, .InsideOut-dark td, .InsideOut-nobg p  {
			 color: rgba(255,255,255,0.6);
	}
	
	.InsideOut-dark td {
			border-bottom: 1px solid rgba(255,255,255,0.1);
			padding: 8px 0;
	}
	
	.InsideOut {
			padding: 70px 0;
	}
	
	/*---- news ---*/
	.form-control, .layout_latest p.info, .news .info { border-radius: 0; }
	
	.formbody label {
			display: inline-block;
			margin-bottom: .5rem;
			position: absolute;
			color: rgba(0,0,0,0.6);
			padding: 9px 14px;
			right: 0;
	}
	
	#lbl_notify_0 { padding: 0 9px; }
	
	p.info { padding: 0; }
	
	.newstxt a {
			font-size: 18px;
	}
	
	.layout_latest p.info, .news .info,
	.event p.info,
	.mod_eventlist div.header,
	.mod_eventlist .header,
	.mod_newsreader .info,
	.mod_eventreader .info {
			 color: #545352;
			 padding: 0;
			 font-size: 14px;
			 background: rgba(0,0,0,0.1);
			 padding: 8px 18px;
			 margin: 10px 0;
	}
	
	.layout_latest p.info { margin-top: 0; }
	
	.startnews .teaser {
			height: 64px;
			overflow: hidden;
	}
	
	.newstxt h3 {
			line-height: 0.9;
			padding: 10px;
	}
	
	#main .ce_text p {
		line-height: 1.5;
		font-size: 16px;
		letter-spacing: 1px;
		padding: 5px 0;
	}
	
	.search .widget-submit {
			top: 1px;
			right: 1px;
			position: absolute;
	}
	
	.search .widget-submit .btn {
			margin: 0;
			padding: 6px 16px;
	}
	
	.mod_login .widget-submit {
			margin-top: 14px;
	}
	
	/*---- search ---*/
	.mod_search .widget-submit {
			top: 1px;
			right: 1px;
			position: absolute;
	}
	
	.mod_search .fa {
			font-size: 21px;
	}
	
	/*---- newsletter ---*/
	.newsletter input {
			padding: 10px;
			width: 100%;
			border: 1px solid rgba(0,0,0,0.1);
	}
	
	.newsletter .submit {
			position: absolute;
			right: 0;
			top: 0;
			margin: 0;
	}
	
	.mod_subscribe {
			margin-top: 12px;
	}
	
	/*---- main ---*/
	.vp-center { display: block!important; }
	
	.divider {
			margin-bottom: 20px;
			margin-top: 20px;
			z-index: 99;
	}
	
	#footer .divider {        background: rgba(255, 255, 255, .2);}
	 .dark-bg {
			padding: 46px;
			position: absolute;
			top: 27%;
			left: 7%;
	}
	
	.ce_sliderStart {        position: relative;}
	.pull-right {        float: right;}
	
	.clients .fa {        color: #fff;}
	.pricing-box h1 {         color: #fff;}
	#main ul {        padding: 0;}
	
	.no-gutters .overlayContent {
			position: relative;
			z-index: 4;
			padding: 5% 15%;
	}
	
	.submit .fa {        color: #fff;}
	#footer .form-control, #footer .form-control:focus { background: none; border: none; border-bottom: 1px solid rgba(255,255,255,0.8); }
	#footer label, #footer .form-control {        color: rgba(255,255,255,0.8);}
	label:focus, .formbody label:focus { display: none!important;}
	.newsitem img {        padding-bottom: 12px;}
	.button-menu .fa {
			color: #000;
			font-size: 31px;
			right: 47%;
			top: 100%;
	}
	
	.button-menu {        padding-bottom: 31px;}
	.ce_comments {        margin-top: 40px;}
	.form-group {
		margin-bottom: 19px;
		padding: 0;
	}
	label.is_focused { font-size: 10px; right: -5px; top:-5px; opacity: 1; }
	
	.home .topbar {
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 1;
			background: none;
	}
	
	.pic-headline h2 {
		position: absolute;
		color: #fff;
		top: 6%;
		right: 15%;
	}
  
  .pic-headline h4 {
	  position: absolute;
	  color: #fff;
	  top: 6%;
	  right: 15%;
  }
	
	.light-bg .blockInner {
			padding: 10%;
	}
	
	.newsletter-padding {
			padding: 3%;
	}

/*toggler models anfang*/
.modelseite .ce_accordion .toggler {
	  color: #fff;
		font-size: 1.1rem;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    border: 3px solid #6b0e1d;
    transition: all .2s linear; 
}

.modelseite .ce_accordion .toggler:hover {
  background: #fff !important;
  color: #6b0e1d;
}

.modelseite .ce_accordion .toggler:not(.active) {
  color: #E5E9EA;
  color: #6b0e1d;
  color: #fff;
}

.modelseite .ce_accordion .toggler:not(.active):hover {
  color: #E5E9EA;
  color: #6b0e1d;
}
/*toggler models ende*/
	
.mod_faqlist a {
			font-size: 17px;
	}
	
	
	@media (max-width: 764px) {
	.bgStyle h1 {
			font-size: 30px;
	}
	.pic-headline h2 {
	
			font-size: 2em;
	}
  
	.pic-headline h4 {
	  font-size: 2em;
	}
	
	.slider-bg {
			margin: 11% 0;
	}
	}
	
	.mod_calendar .event a,
	.mod_calendar .head a {
			color: rgba(0,0,0,0.6);
	}
	
	.slider-control .slider-menu b {
			padding: 4px;
	}
	
	.slider-control .slider-menu .active {
		font-size: 25px;
		position: relative;
	}
	
	.team h4 {
			margin: 0;
	}
	
	.team .textInner {
			background: rgba(0,0,0,0.1);
			padding: 6px 17px;
			margin-top: 10px;
	}
	
	
	.darkbg .banner-bg {
			border: none;
			background: #000;
			color: #f2f2f2;
			padding: 10px;
			font-size: 18px;
			border-radius: 5px;
			position: relative;
			box-sizing: border-box;
			transition: all 500ms ease;
	}
	
	.darkbg .banner-bg:before {
			content:'';
			position: absolute;
			top: 0px;
			left: 0px;
			width: 0px;
			height: 100%;
			background: rgba(0,0,0,0.8);
			border-radius: 5px;
			transition: all 2s ease;
	}
	
	.darkbg .banner-bg:hover:before {
			width: 100%;
	}
	
	.darkbg .banner-bg { background-size: cover; }
	
	.mod_article { overflow: hidden; }
	
	.mod_login .widget {
			position: relative;
	}
	
	.topbar {
		padding: 30px 45px;
	}
	
	.blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4 {
		color: #fff;
	}
	
	.blue-bg .btn { background: #fff; color: #111; }
	
	.blue-bg p, .blue-bg a { color: rgba(255,255,255,0.8); }
	
	.blue-bg {
		padding: 44px 120px;
	}
	
	.text-center h1:after {
		margin-left: auto;
		margin-right: auto;
	}
	
	.h1-border h1:after {
		border-top: 3px solid;
		content: " ";
		display: block;
		width: 8%;
		margin-top: 14px;
	}
	
	.InsideOut-dark p {
		color: rgba(255,255,255,0.6);
	}
	
	.footercontainer a:hover { color: #fff; }
	
	footer a, footer p {
		color: rgba(255,255,255,0.6);
		line-height: 1.4;
	}
	
	.slider-control .slider-menu {
		top: 0;
		width: 50%;
		left: 50%;
		margin-left: -1%;
		font-size: 27px;
		text-align: left;
	}
	
	.mainnavi ul.level_1 > li {
	  position: relative;
	  display: inline-block;
	  margin: 2px 10px;
	}
	
	.fullwidth .mod_article {
		padding-left: 60px;
		padding-right: 60px;
	}
	
	.headerimg figure { background-color: #000; }
	
	.pic-headline figure img {
		display: block;
		max-width: 100%;
		height: auto;
		opacity: .2;
	}
	
	.pic-headline h2 { z-index: 99; }
  
	.pic-headline h4 { z-index: 99 }
	
	
	.fullwidth {
		max-width: 100%;
		overflow: hidden;
	}
	
	.submenu .active, .submenu .forward.last {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: 300;
	}
	
	.mainnavi ul.level_2 {
		display: none;
		position: absolute;
		right: 0;
	}
	
	@media (max-width: 600px) { 
	.blue-bg {
		padding: 1px 6px;
	}
	}
	
	.pic-headline figure img:hover {
		opacity: 1;
		transition: all 500ms ease;
	}
	
	.pic-headline:hover h2 { opacity: .5; }
	
	a.btn, .submit { border-bottom: 3px solid transparent; }
	
	p.more a, p.back a { font-size: 13px; margin-top: 6px; }
	
	div#ef-footer-logo img {
		width:90%;
		max-width:400px;
		margin: 0 0 41px 0;
	}
	
	.markup {
		font-size: 20px;
		font-size: 1.25rem;
		font-weight:700;
		color: #3b6db8;
	}
  
	.markuplinkbox {
		background:rgba(59,109,184,.15);
		font-size: 20px;
		font-size: 1.25rem;
		font-weight:700;
		color: #3b6db8;
		border:5px solid #3b6db8;
		margin: 20px auto;
		padding: 20px;
		display: block;
	}
  
	.markuplinkbox-small {
		background:rgba(59,109,184,.15);
		font-size: 20px;
		font-size: 1.25rem;
		font-weight:700;
		color: #3b6db8;
		border:2px solid #3b6db8;
		margin: 10px auto;
		padding: 10px;
		display: block;
	}
  
	.markuplinkbox-small-neu {
		font-size: 20px;
		font-size: 1.25rem;
		font-weight:700;
		color: #3b6db8;
	}
	
	#ueber-uns img {
		margin:40px 0 60px 0;
	}
	
	#partner-ges {
		margin:60px auto 0px;
	}
	
	#partner-ges h3 {
		margin:0px auto 40px;
	}
	
	div#tabelle-gebuehr {
		margin: 40px auto 0;
	}
	
	img.gebuehr-img {
		width: 120px;
		margin:10px auto 15px;
	}
	
	tr.row_0.row_first.odd.schrift {
		font-weight: 700;
	}
	
  .markup-center a {
	text-align: center !important;
	display: block;
	margin: 0 auto 20px auto;
  }
  
  .markup-center {
	text-align: center !important;
	display: block;
	margin: auto;
  }
  
  /*box memberbereich kauf lizenz*/
  .uebersicht_box {
	/*background: url(http://mitglied.job-als-escort.de/files/only-escorts/bilder/background/muster.png) !important;*/
	background:#000;
	background:url(../img/bg/muster.png) 0 0 repeat;
	margin: 12px;
	width: 212px;
	float: left;
	height: 100%;
	/* display: block; */
	/* max-height: 278px; */
	height: 212px;
	border:2px solid#5092f8;
  }
  
  .uebersicht_box h3 {
	color: #fff;
  }
  
  .uebersicht_box p {
	text-align: center;
	color: #fff;
	margin-top: 90px;
	/*font-family: "CaviarDreams";*/
	/*font-size: 22px;*/
  }
  
  .InsideOut, .light-bg {
  background:none !important;
  }
  
  .small-font {
  font-size: 0.875rem;
  }
  
  .formularwraps {
	margin: 20px auto;
  }
  
  img.ef-logo-img {
	max-width: 100px;
	/* text-align: center; */
	/* display: block; */
	margin: 20px 0px 10px;
  }
  
  img.ce-logo {
	max-width: 120px;
  }
  
  img.ce-logo-small {
	width: 50px;
	float: none;
	margin: -6px 0 0 0;
  }
  
  img.haken-img {
	max-width: 60px;
	margin:10px;
  }
  
  .fa-lizenz:before {
	content: "\f016";
  }
  
  .fa-kauf:before {
	content: "\f090";
  }
  
  /*links a*/
  a {
	color:#399EB2 !important;
	font-weight:700 !important;
  }
  
  a.btn {
	color: #fff !important;
  }
  
  @media (min-width: 992px) {
  .col-lg-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25% !important;
	flex: 0 0 25% !important; 
	max-width: 25% !important;
  }
  }
  
  .gruppe-box-wrap {
	margin: 20px auto;
  }
  
  .InsideOut-dark h4 {
	color: #fff !important;
  }
  
  /*farbe main*/
  .InsideOut-dark, div.sbs-effect.effect-sarah, .fa-white .fa:hover, .home #newsletter input.submit, #slider .page-scroll em, .dark-bg, #slider .slider-control a.slider-prev:before, #slider .slider-control a.slider-next:after, .slider-control a.slider-prev:before, .slider-control a.slider-next:after, .pagination li span:hover, .pagination li a:hover, .overlay-menu, .slider-text-bg, .contact-home, .pagination li span:hover, .pagination li a:hover, .dark-bg .container, .fixedTop .topbar, .topbar, .white-box em, .mod_eventlist div.header a:hover, p.more a:hover, p.back a:hover, .newstxt p.more a:hover, .pricing-box h1, .ce_accordion .toggler, .newsletterbanner .newsletter .submit:hover, .topbar, .btn:hover, p.more a:hover, p.back a:hover, .submit:hover, #header .mainnavi ul.level_2, #header .mainnavi ul.level_3 {
	background-color: #6b0e1d !important;
  }
  
  a {
	color: #399EB2 !important;
	color: #ffffff !important;
	font-weight: 700 !important;
  }
  
  /*farbe links*/
  .markup-links {
	background: #6b0e1d;
	color: #fff;
	border: 3px solid #6b0e1d;
	margin: 1rem 0;
	padding: 1rem;
	display: block;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 700;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	clear: both !important;
  }
  
  .markup-links:hover {
	background: #6b0e1d;
	background: #fff;
	color: #6b0e1d !important;
  }
  
  .markup-links a {
	color: #fff !important;
  }
  
  .text-links {
	color: #6b0e1d !important;
  }
  
  /*ueberschriften*/
  h2, h3, h4, h5, h6 {
	margin: 1.25rem 0;
  }
  
  h1, h2, h3, h4, h5, h6 {
	color: #6b0e1d !important;
  }
  
  /* h1, h2, h3, h4, h5, h6 {
	background: #6b0e1d !important;
	color: #fff !important;
	padding: 1rem;
  } */
  
  h2 {
	margin: 1.5rem 0;
  }
  
  .galerieallgm {
	float: none;
	clear: both;
  }
  
  .numbers p, p.more a, p.back a, .home-headline .fa, .white-box:hover em, p.more a, p.back a, .scrolltop a, .blue-bg, .btn {
	background: #6b0e1d !important;
  }
  
  #footer, #footer a, #footer strong {
	color: #fff !important;
  }
  
  #footer label, #footer .form-control {
	color: rgba(255,255,255,0.8);
	color: #fff;
  }
  
  a, p, strong {
	line-height: 1.4 !important;
  }
  
  footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4 {
	color: #fff !important;
  }
  
  strong.akt-strong {
	font-size: 24px;
	font-size: 1.5rem;
	color: #6b0e1d;
	text-transform: uppercase;
  }
  
  /*modelformular*/
  .formularwrap {
	margin: 1rem auto;
  }
  
  .formbody label {
	/* display: inline-block; */
	/* display: block; */
	margin-bottom: 0.5rem;
	/* position: absolute; */
	position: relative;
	color: rgba(0,0,0,0.6);
	padding: 9px 14px;
	right: 0;
  }
  
  .strongmarkup {
	margin: 1rem auto;
	display: block;
	color: #6b0e1d;
	font-weight: 700;
	text-transform: uppercase;
  }
  
  .ce_text a {
	color: #6b0e1d !important;
  }
  
  a.markup-links {
	color: #fff !important;
  }

  label.select {
	text-transform: uppercase;
    font-weight: 700;
    color: #6b0e1d;
}

.form-control {
	border: 1px solid rgba(0, 0, 0, .2);
	border: 1px solid #6b0e1d;
	color: #6b0e1d !important;
}

.heading-convers {
    color: #fff !important;
}

.sedcard-tabelle {
	/* border: 10px solid #6b0e1d; */
}

.sedcard-tabelle .table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
	background: #6b0e1d;
	color: #fff;
}

.sedcard-tabelle .table-striped tbody tr:nth-of-type(even) {
	background-color: rgba(0,0,0,.05);
	background: #6b0e1d;
	background: rgba(107, 14, 29, .8);
	color: #fff;
}

.overlayContent {
    display: none;
}

.dark-bg h2, .features a, .footercontainer .fa, .mod_search .submit:before, .rightblock h2, .topbar .fa, .submit:hover, .newstxt a, p.more a:hover, .newstxt p.more a:hover, .mod_search .fa:hover, .fa, p.footerIcons a:hover:after, p.socialIcons a:hover:after {
    color: #3b6db8 !important;
    color:#fff !important;
}

@media (max-width: 860px) {
.bgStyle {
    margin: 25% auto 0;
    padding-top: 30%;
    padding-bottom: 5%;
    background-size: cover;
}

.logo img {
    max-width: 90%;
}
}

/*kommentare*/
.preisliste {
    clear: both;
}

.preisliste img {
    max-width:300px;
    margin: 0 1.25rem 0 0;
}

/*tabelle preise*/
.preistabelle {
    max-width: 70%;
    float: left;
    margin: 1rem 0;
}

/* .preistabelle td {
    max-width: 33%;
} */

.akt-img {
    clear: both;
    margin: 1rem 0 1rem 0;
    padding: 1rem 0 1rem 0;
}

.akt-img img {
    max-width: 200px;
    margin: 0 .5rem 0 0;
    display: block;
}

.akt-des-monats h4 {
    font-size: 1.5rem;
}

/*shootings zwanziger jahre*/
.zwanziger-pakete {
	clear: both;
}

.zwanziger-pakete img {
	max-width: 250px;
	margin: 0 1rem 0 0;
}

/*texte und bildabstaende*/
.text-img img {
	margin: 0 1rem;
	margin: auto 1rem;
}

/*shooting img*/
.shoot-img img {
	/*border: 4px solid #fff;*/
	border-radius: 50% 50%;
	transition: all .25s linear;
}

.shoot-img img:hover {
	/*border: 6px solid #6b0e1d;*/
	border-radius: 50% 50%;
	transform: scale(1.1);
}

/*responsive galerie startseite*/
media (min-width: 992px)
.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.banner-startseite img {
	max-width: 100%;
	/* text-align: center; */
	margin: auto;
}

.galerie-text-oben {
    clear: both;
    float: none;
    display: block;
    width: 100%;
    /* text-align: center; */
    margin: 0rem auto 1.2rem;
}

/*galerie uebersichtsseite*/
@media (min-width: 992px) {
#erotikfotos-galerie .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
    max-width: 16%;
}

#erotikfotos-galerie .col-lg-3 h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

#erotikfotos-galerie .col-lg-3 .textInner {
    border-left: 5px solid #6b0e1d;
    /* background-color: #6b0e1d; */
}

#erotikfotos-galerie .col-lg-3 .textInner a {
    /* color: #fff; */
}

#erotikfotos-galerie .col-lg-3 .team .textInner {
    /* background: rgba(0,0,0,0.1); */
    background-color: #fff !important;
    /* background-color: #6b0e1d; */
    color: #fff;
    padding: 6px 10px;
    margin-top: 10px;
}

/*model uebersicht*/
#model-uebersicht .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
}

#model-uebersicht .col-lg-3 h4 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
}

#model-uebersicht .col-lg-3 .textInner {
    border-left: 5px solid #6b0e1d;
    /* background-color: #6b0e1d; */
}

#model-uebersicht .col-lg-3 .textInner a {
    /* color: #fff; */
}

#model-uebersicht .col-lg-3 .team .textInner {
    /* background: rgba(0,0,0,0.1); */
    background-color: #fff !important;
    /* background-color: #6b0e1d; */
    color: #fff;
    padding: 6px 10px;
    margin-top: 10px;
}
}

/*zusatzleistungen - uebersichtsseite*/
#zusatz .col-lg-3 {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 22%;
     flex: 0 0 22%;
     max-width: 22%;
 }
 
 #zusatz .col-lg-3 h4 {
     font-size: 18px !important;
     font-size: 1.125rem !important;
 }
 
 #zusatz .col-lg-3 .textInner {
     border-left: 5px solid #6b0e1d;
     border-left: none;
     /* background-color: #6b0e1d; */
 }
 
 #zusatz .col-lg-3 .textInner a {
     /* color: #fff; */
 }
 
 #zusatz .col-lg-3 .team .textInner {
     /* background: rgba(0,0,0,0.1); */
     background-color: #fff !important;
     /* background-color: #6b0e1d; */
     color: #fff;
     padding: 6px 10px;
     margin-top: 10px;
 }

a.model-link {
    transition: all .25s linear;
}

a.model-link:hover {
    transform: scale(1.1);
}

.team .textInner {
    background: rgba(0,0,0,0.1);
    background-color: #fff !important;
}

/*anfrageformular*/
fieldset#ctrl_90, fieldset#ctrl_50, fieldset#ctrl_61 {
    padding: 0.5rem 0;
    padding: 9px 14px;
}

#anfrageformular legend, #modelformular legend, .legend {
    color: #6b0e1d;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}

#anfrageformular .strongmarkup {
    padding: 9px 14px;
}

#anfrageformular .checkbox_container span, #modelformular .checkbox_container span {
    display: block;
}

#anfrageformular .checkbox_container legend {
    margin: .5rem auto;
}

#anfrageformular .checkbox_container label, #modelformular .checkbox_container label {
    padding: 2px 4px;
}

.submit-neu {
    background: #6b0e1d;
    color: #fff;
    padding: .5rem;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    transition: all .25s linear;
    border: 2px solid #6b0e1d;
    cursor:pointer;
}

/* .submit-neu:hover {
    background-color: #fff;
    color: #6b0e1d;
    border: 2px solid #6b0e1d;
} */

.submit-neu .btn {
    background: none !important;
}

/*modeluebersicht*/
#model-uebersicht a.markup-links {
  margin: 2rem 0;
  display: block;
}

#model-uebersicht.team .textInner {
  border-left: 5px solid #399EB2;
  border: none;
}

.preistabelle {
  max-width:100%;
}

.preistabelle th {
  width:100%;
  text-align:center;
}

.preistabelle .format {
  width:300px;
  text-align:center;
}

.preistabelle td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.preistabelle td, .preistabelle th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
}
/*preise zusatzleistungen*/
.preisbox {
  padding: 1.25rem;
  background: #6B0E1D;
  color: #fff;
  border: 1px solid #6B0E1D;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  max-width: 100%;
  width: 100%;
}

.preisbox h2, .preisbox h3 {
  color: #fff !important;
  margin: 0 0 .5rem 0;
}

.print-tabelle {
  width: 29%;
  margin: 2%;
  /* text-align: center; */
}

.print-tabelle td {
  padding: 1rem;
  /* text-align: center; */
}

.print-tabelle .row_first.odd {
  background: #6b0e1d;
  color: #fff;
  font-weight: 700;
}

/*print-tabelle 2 spalten*/
.print-tabelle-2 {
  width: 46%;
  margin: 2%;
  /* text-align: center; */
}

.print-tabelle-2 td {
  padding: 1rem;
  /* text-align: center; */
}

.print-tabelle-2 .row_first.odd {
  background: #6b0e1d;
  color: #fff;
  font-weight: 700;
}

.preisbox img {
  margin: 0.5rem 1rem 0.5rem 0;
}

/*bildbearbeitung*/
.bildbearbeitung tr.row_1.even, .bildbearbeitung tr.row_3.even, .bildbearbeitung tr.row_5.even, .bildbearbeitung tr.row_7.even, .bildbearbeitung tr.row_10.odd, .bildbearbeitung tr.row_11.even {
 	color: #6b0e1d;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
}