

/* FONTS */

@font-face {
  font-family: 'HelveticaNeueLTStd';
  src: url('HelveticaNeueLTStd-LtCn.eot?#iefix') format('embedded-opentype'),
	url('HelveticaNeueLTStd-LtCn.woff') format('woff'),
	url('HelveticaNeueLTStd-LtCn.ttf') format('truetype'),
	url('HelveticaNeueLTStd-LtCn.svg#HelveticaNeueLTStd') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* unna-regular - latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/unna-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/unna-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/unna-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/unna-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/unna-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/unna-v21-latin-regular.svg#Unna') format('svg'); /* Legacy iOS */
}
/* unna-italic - latin */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/unna-v21-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/unna-v21-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/unna-v21-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/unna-v21-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/unna-v21-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/unna-v21-latin-italic.svg#Unna') format('svg'); /* Legacy iOS */
}
/* unna-700italic - latin */
@font-face {
  font-family: 'Unna';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/unna-v21-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/unna-v21-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/unna-v21-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/unna-v21-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/unna-v21-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/unna-v21-latin-700italic.svg#Unna') format('svg'); /* Legacy iOS */
}
/* unna-700 - latin */
@font-face {
  font-family: 'Unna';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/unna-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/unna-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/unna-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/unna-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/unna-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/unna-v21-latin-700.svg#Unna') format('svg'); /* Legacy iOS */
}

.leaflet-container .leaflet-tile {
    filter: grayscale(90%);
}

* {  
	color: #3c3c3b;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
	 filter: grayscale(90%);
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption p {
	color: #fff !important;
}

.clear { clear: both !important; }

/* TOP AREA */


.BorlabsCookie ._brlbs-content-blocker ._brlbs-caption label small {
	color: #fff;
}


.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {

	margin: 0 auto;
    /* width: 100%; */
    /* margin-left: 50%; */
    width: 50%;
    display: block;
    position: relative;
}

.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
	width: 100%;
}

/* COOKIE MSG */

#cookiemsg {
	z-index: 999999;
	width: 100%;
	display: none;
	position: relative;
	top: 0px;
	text-align: center;
	line-height: 15px;
	padding: 12px 5px;
	background: rgba(0,0,0,0.1);
	
}

#cookiemsg a {
	text-decoration: none;
	
}

#cookiemsg.opened {
	display: block !important;
}


#cookiemsg .cookie_closer {
	cursor: pointer;
	font-weight: bold;
	margin-left: 15px;
	background: #971915;
	color: #fff;
	padding: 2px 7px;
	    line-height: 20px;
}



.lang_changer {
	margin: 0px;
	margin-right: 15px;
	float: right;
	padding: 0px;
	font-size: 14px;
}

.lang_changer a {
	color: #3c3c3b;
	display: inline-block;
	height: 100%;
	line-height: 78px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.lang_changer a.active_lang, .lang_changer a:hover {
	color: #d71818;
}

@media screen and (max-width: 1024px) {
	.lang_changer {
		margin-right: 80px;
		font-size: 14px;
	}
	.lang_changer a {
		font-size: 14px;
	}
	
	
}



#top_area {
	display: block;
}

#top_area .logo {
	max-height: 100%;
	height: 170px;
	width: auto;
	padding: 35px 0px 35px 35px; 
}

#top_area .logo img.site_logo {
	height: 100%;
	width: auto;
}

#top_area .sharer {
    max-height: 100%;
    height: 170px;
    width: 145px;
    top: 35px;
    right: 15px;
    position: absolute;
    padding: 0px;
    float: right;
}

.linked_img {
	height: 30px;
}

.xing_img {
	height: 30px;
    float: right;
    margin-top: 5px;
}

.fb_img {
	height: 30px;
    float: right;
    margin-top: 5px;
}


/* SLIDER TOP */

.slider_shape {
	background-color: rgba(255, 255, 255, 0.9) !important;
	font-family: 'Unna', serif;
	white-space: normal !important;
}

.slider_heading {
	width: 100% !important;
	max-width: 100% !important;
	font-family: 'Unna', serif !important;
	white-space: normal !important;
}

.slider_heading h3 {
	text-align: center !important;
	text-decoration: underline;
	font-size: 34px !important;
	font-family: 'Unna', serif;
	color: #3c3c3b;
}

.slider_heading p {
	line-height: 30px !important;
	font-size: 21px !important;
	text-align: center !important;
	font-family: 'HelveticaNeueLTStd' !important;
	width: 96% !important;
	max-width: 700px !important;
	margin: 0 auto !important;
}

.slider_plus_icon {
	margin-bottom: 50px !important;
}


.tparrows {
	background: rgba(255,255,255,.7);
	height: 80px;
}

.tparrows:hover {
    background: #ffffff;
}

.tparrows:before {
	content: " " !important;
	line-height: 80px;
	height: 80px;
	width: 40px;
}

.tp-rightarrow:before {
	background: url(img/slider_arrow_right.png) center center no-repeat;
	background-size: 20px auto;
}
.tp-leftarrow:before {
	background: url(img/slider_arrow_left.png) center center no-repeat;
	background-size: 20px auto;
}

.persephone .tp-bullet {
	background-color: #3d3c3b;
    border: 0px;
}

.persephone .tp-bullet:hover, .persephone .tp-bullet.selected {
    background-color: #991915 !important;
}

.tp-caption.tp-resizeme.slider_heading {
	margin-top: -30px !important;
}

.tp-caption.tp-resizeme.slider_heading h3 {
	margin-bottom: 20px !important;
	text-decoration: underline !important;
	text-decoration: underline !important;
}

/* TOP MENÜ */

.nav-menu {
	float: none;
	text-align: center;
	font-family: 'HelveticaNeueLTStd', Arial, sans-serif !important;
	font-size: 21px;
}

.nav-menu ul li a {
	font-family: 'HelveticaNeueLTStd', Arial, sans-serif !important;
	color:  #3c3c3b;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 14px;
    padding-right: 14px;
}

.nav-menu ul li.active a {
	color: #971915;
}

.nav-menu ul li a:hover {
	color: #971915;
}

.second-nav.white-nav .nav-inner .nav-menu ul li.active a, .white-nav .nav-menu ul.dropdown-menu li a:hover, .white-nav .nav-menu ul.dropdown-menu li.active a, .nav>li>a:hover, .nav>li>a:focus {
	background-color: #ffffff !important;
}


footer .container {
	__visibility: hidden;
}


/* TEXT STANDARD */

h2 {
	text-align: center !important;
	text-decoration: underline !important;
	font-size: 32px !important;
	font-family: 'Unna', serif !important;
	color: #3c3c3b !important;
	padding-bottom: 15px;
}

h3 , .av_heading p {
	text-align: center !important;
	text-decoration: none !important;
	font-size: 30px !important;
	font-family: 'Unna', serif !important;
	color: #3c3c3b !important;
}

p {
	font-size: 21px !important;
	text-align: center !important;
	font-family: 'HelveticaNeueLTStd' !important;
	overflow: hidden;
	color: #3c3c3b !important;
}

.text_std p {
	max-width: 800px;
	margin: 0 auto;
	overflow: hidden;
}

.text_std {
	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
	
	max-height: 1000px;
	height: auto;
}

.closed_text {
	max-height: 0px;
	overflow: hidden;

	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
}

.kanzlei_status {
	
}

.text_opener {
	cursor: pointer;
}


.kanzlei_additional_text p {
	margin-top: 8px;
}


/* TRENNER PARALLAX */

.parallax_empty {
	display: block;
	height: 500px !important;
}

.para_spacer {
	margin: 50px 0px 50px 0px !important;
	height: 500px;
	background-position: center center !important;
	background-size: cover !important;
}


/*EXPERTISE */



.expertise_opener, .expertise_opener_alle  {
	    text-align: center !important;
		width: 35px;
		height: 35px;
		margin: 0 auto;
		cursor: pointer;
}

.expertise_list {
	__height: 0px;
	
	overflow-y: hidden;
	overflow-x: visible;
	max-height: 0px;

	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
	
	word-wrap: break-word;
	
	/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

.open_expertise > .expertise_list {
	max-height: 2000px !important;
	___height: auto !important;
	
	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
}


.expertise_cols {
	margin-top: 100px;
}

.expertise_cols .wpb_column {
	    padding: 20px
}

.expertise_icon {
	margin-bottom: 20px;
}

#expertise .expertise_cols h5 {
	text-align: center !important;
	text-decoration: none;
	font-size: 23px !important;
	font-family: 'Unna', serif !important;
	text-transform: none !important;
	
	height: 70px;
	display: block;
	margin-top: 10px;
}

.expertise_list ul {
	 list-style: none;
  padding: 0;
  margin: 0;
}

.expertise_list li {
    padding-left: 25px;
    text-indent: -25px;
	margin-bottom: 20px;
	width: 100%;
}

.expertise_list li::before {
  content: " ";
  background: url('img/red_square.png') left center no-repeat;
  width: 25px;
  height: 15px;
  display: inline-block;
}

#expertise .vc_col-sm-1 {
	width: 0% !important;
	padding: 0px!important;
	margin: 0px !important;
	display: none !important;
}


.expertise_list {
	font-size: 15px !important;
	font-family: 'HelveticaNeueLTStd' !important;
}


/* AKTUELLES */

#aktuelles a {
	color: #991915;
}



.aktuelles_titel h5 {
	font-size: 30px;
	font-family: 'Unna', serif !important;
	color: #3c3c3b;
	font-size: 26px;
	text-transform: none;
	cursor: pointer;
}

.aktuelles_titel h5:after {
	content: "+";
    /* width: 10px; */
    /* height: 10px; */
    color: #971915;
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    height: 100%;
    position: absolute;
	margin-left: 25px;
    line-height: 28px;
}

.active_aktuelles_link h5:after {
	content: "-" !important;
    /* width: 10px; */
    /* height: 10px; */
    color: #971915;
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    height: 100%;
    position: absolute;
	margin-left: 25px;
    line-height: 28px;
}

.aktuelles_text_lang p  {
	font-size: 20px;
	text-align: left !important;
}

#aktuelles .vc_gitem-zone-a .vc_gitem-row-position-top,
#aktuelles.vc_gitem-zone-b .vc_gitem-row-position-top ,
#aktuelles .vc_gitem-zone-a .vc_gitem-row-position-middle,
#aktuelles.vc_gitem-zone-b .vc_gitem-row-position-middle 
{ position: inherit !important; }
#aktuelles .vc-gitem-zone-height-mode-auto:before {padding: inherit !important;}

.aktuelles_text_lang {
	max-height: 0px;
	__display: none;

	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
	
	overflow: hidden;
}

.active_aktuelles .aktuelles_text_lang, .active_aktuelles.eintrag_0 .aktuelles_text_lang {
	max-height: 400px;
	height: 400px;
	__display: inline-block;
	
	-webkit-transition: max-height 0.7s;
	-moz-transition: max-height 0.7s;
	-o-transition: max-height 0.7s;
	transition: max-height 0.7s;
	
	overflow-y: auto;
}


/* EVENTS */

.termine_holder_inner {
	max-height: 600px;
	overflow-y; auto;
}

.event_titel {
	font-weight: bold;
	text-align: left;
	font-family: 'Unna', serif !important;
	font-size: 19px;
	margin-bottom: 8px !important;
	cursor: pointer;
}

.event_titel div:after {
	content: "+" !important;
    /* width: 10px; */
    /* height: 10px; */
    color: #971915;
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    height: 100%;
    position: absolute;
    margin-left: 10px;
    line-height: 26px;
}

.active_event .event_titel div:after {
	content: "-" !important;
}


.event_inner_content {
	max-height: 0px;
	opacity: 0;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.active_event .event_inner_content {
	max-height: 1000px;
	opacity: 1;
	
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}



.event_bezeichner p, .event_text, .event_text p {
	text-align: left !important;
	font-family: 'HelveticaNeueLTStd' !important;
    overflow: hidden;
    color: #3c3c3b !important;
	font-size: 17px !important;;
}

.event_text a {
	
}

.event_bezeichner {
	margin-bottom: 5px !important;
}

.event_text {
	margin-bottom: 5px !important;
}

.event_holder .vc_col-sm-8 {
    width: 33.33333% !important;
	float: left !important;
}

.event_holder .vc_col-sm-4 {
	width: 66.66666% !important;
	    float: left !important;
}

.event_holder .vc_gitem-col {
	padding: 0px;
}

.event_grid_inner {
	__margin-bottom: 0px;
	__padding-bottom: 15px;
	__border-bottom: 1px solid #3c3c3b;
}


/* PUBLIKATIONEN */

.publikationen_left ul {
	list-style: none;
}

.publikationen_left ul li {
	list-style: none;
	font-family: 'Unna', serif !important;
	color: #3c3c3b;
	width: 95%;
	display: block;
	margin-bottom: 25px;
	font-size: 20px;
}

.publikationen_left ul li a {
	color: #3c3c3b;	
	line-height: 20px;
	position: relative;
    width: 96%;
    display: block;
	text-indent: -22px;
	left: 20px;
}

.publikationen_left ul li a:after {
    content: "+";
    color: #971915;
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    float: right;
    height: 100%;
	position: absolute;
    float: right;
    right: -24px;
    top: 0px;
    line-height: 22px;
}

.publikationen_left ul li a.active_pub_link:after {
content: "-";
    /* width: 10px; */
    /* height: 10px; */
    color: #971915;
    font-weight: bold;
    font-size: 40px;
    line-height: 28px;
    float: right;
    height: 100%;
    position: absolute;
    float: right;
    right: -28px;
    top: 0px;
    line-height: 13px;
}

.publikation_block_first:before {
	content: " ";
    background: url(img/red_square.png) left center no-repeat;
    width: 30px;
    height: 15px;
    display: inline-block;
    float: left;
	margin-top: 5px;
}

.publikation_bkl_name  p, .publikation_bkl_autor {
	font-size: 19px !important;
    font-family: 'HelveticaNeueLTStd' !important;
	text-align: left !important;
	padding-left: 30px;
}

.publikation_bkl_name p strong, .publikation_bkl_name p b, .publikation_bkl_name p i {
	font-weight: normal;
	font-style: normal;
}


.publikationen_right  {
	max-height: 500px;
	height: 500px;
	overflow-y: auto !important;
	overflow-x: hidden;
}


.publikationen_right  .vc_gitem-zone-a .vc_gitem-row-position-top,
.publikationen_right .vc_gitem-zone-b .vc_gitem-row-position-top ,
.publikationen_right  .vc_gitem-zone-a .vc_gitem-row-position-middle,
.publikationen_right .vc_gitem-zone-b .vc_gitem-row-position-middle 
{ position: inherit !important; }
.publikationen_right  .vc-gitem-zone-height-mode-auto:before { padding: inherit !important; }

.publikationen_right .vc_grid-item {
	padding-bottom: 0px !important;
}

.publikationen_right p {
	margin: 0 0 0px !important;
}

.publikationen_holder {
	opacity: 0;
	-webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
	height: 0;
	display: none;
}

.publikationen_holder.open_publikation  {
	opacity: 1;
	-webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
	height: auto;
	display: inherit;
}

.dstext ul li {
	list-style-position: outside;
}

/* KONTAKT */

.kontakt_col p {
	text-align: left !important; 
}

.kontakt_col_name {
	height: 105px;
}

.kontakt_col_email {
	height: 50px;
}

.kontakt_col_adresse {
	    line-height: 1.9;
}

.kontakt_col a {
	color: #971915;
}

.kontakt_col h3 {
	text-align: left !important;
    font-size: 24px !important;
}

#kontakt {
	border-bottom: 1px solid #971915;
	margin-bottom: 30px;
}


#anfahrt_titel_munich {
	
}

.anfahrt_titel_big {
	___cursor: pointer;
}

.anfahrt_titel_big h3:hover {
	____text-decoration: underline !important;
}

.google_maps_karte, .inactive_map {
	__height: 0px;
	___opacity: 0;


		-webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;

}

.google_maps_karte.active_map {
	opacity: 1;
	height: auto;
	-webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
    -o-transition: opacity 0.7s;
    transition: opacity 0.7s;
}

.anfahrt_titel_big h3 {
	display: table;
	margin: 0 auto;
	position: relative;
	padding-left: 50px;
	height: 50px;
    line-height: 50px;
    padding-left: 30px;
    background: url(http://www.bkl-law.de/wp-content/uploads/2017/07/map_pin.png) no-repeat left center;
    background-size: 20px auto;
} 


.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px;
	bordeR: 0px;
}

.maps_col {
	padding: 0px !important;
	max-height: 620px;
}

.maps_col.maps_col_1 {
	padding-right: 10px !important;
	border-right: 1px solid #971915;
}

.maps_col.maps_col_2 {
	padding-left: 10px !important;
}



/* ANFAHRT */


.anfahrt_col {
	overflow-y: auto;
	height: 600px; 
	max-height: 100%;
	width: 24.9%;
	margin-right: 0px;
	float: left;
}

.anfahrt_col_2 {
	___float: right;
}

#anfahrt {
	padding-top: 50px;
}

#anfahrt_desc {
	padding-bottom: 50px;
}



.anfahrt_col p, .anfahrt_col {
	text-align: left !important;
	font-size: 20px !important;
}

.anfahrt_col ul li{
	list-style-position: outside;
		font-size: 20px !important;
	font-family: 'HelveticaNeueLTStd' !important;
}

.anfahrt_col h6 {
	font-size: 20px !important;
	font-family: 'HelveticaNeueLTStd' !important;
	overflow: hidden;
	color: #971915 !important;
	text-transform: none;
	padding-top: 20px;
}

.anfahrt_col a {
	color: #971915;
}


.jspVerticalBar {
	width: 15px;
	background: #fff;
}
.jspHorizontalBar {
	height: 0px;
}

.jspDrag {
    background: #c8c8c8;
	width: 10px;
	    margin: 0 auto;
}

.jspTrack {
	background: #f4f4f4;
	width: 10px;
	    margin: 0 auto;
}


.jspArrow {
	background: #fff !important;
	width: 15px;
}

.jspArrowUp:before {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	content: " ";
	background: url(img/scroll_up.png) top center no-repeat;
	background-size: contain;
}

.jspArrowDown:after {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: " ";
	background: url(img/scroll_down.png) top center no-repeat;
	background-size: contain;
}

.jspArrowUp {
	}
	

.stellen_col {
	overflow: auto !important;
	height: 400px !important;
}

.mCSB_scrollTools {
	opacity: 1;
	width: 16px;
}



.mCSB_draggerContainer {
	margin: 15px 0 !important;
}


.mCSB_scrollTools .mCSB_draggerRail, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	width: 10px;
	margin: 0;
	border: 0px;
	border-radius: 0;
	margin: 0 3px 0 3px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
	background-color: #c8c8c8 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f4f4f4 !important;
}

.mCSB_buttonUp, .mCSB_buttonDown {
	width: 15px !important;
	height: 10px !important;
	display: block !important;
	background: none !important;
	background-size: contain;
	opacity: 1 !important;
}

.mCSB_buttonUp:before, .mCSB_buttonDown:after {
	width: 15px;
	height: 10px;
	display: block;
	position: absolute;
	left: 0px;
	content: " ";
	background-size: contain;
}

.mCSB_buttonUp:before {
	top: 0px;
	background: url(img/scroll_up.png) top center no-repeat;
	background-size: contain;
}

.mCSB_buttonDown:after {
	bottom: 0px;
	background: url(img/scroll_down.png) bottom center no-repeat;
	background-size: contain;
} 



.stelle_grid_title, .stelle_grid_title div  {
	font-family: 'HelveticaNeueLTStd', sans-serif !important;
	font-size: 22px;
	font-weight: bold;
	color: #971915 !important;
	text-align: left !important;
}

.stelle_grid_copy p, .stelle_grid_copy ul, .stelle_grid_copy ul li {
	text-align: left !important;
	font-family: 'HelveticaNeueLTStd' !important;
	font-size: 20px;
}

#karriere .vc_gitem-zone-a .vc_gitem-row-position-top,
#karriere.vc_gitem-zone-b .vc_gitem-row-position-top ,
#karriere .vc_gitem-zone-a .vc_gitem-row-position-middle,
#karriere.vc_gitem-zone-b .vc_gitem-row-position-middle 
{ position: inherit !important; }
#karriere .vc-gitem-zone-height-mode-auto:before {padding: inherit !important;}


/* ANWÄLTE */

.anwalt_thumbnail_outer {
	height: 300px;
	___background-size: contain !important;
	margin: 0 !important;
	padding: 0 !important;
}

.anwalt_thumbnail_col {
	margin: 0 !important;
	padding: 0 !important;
}

.anwalt_thumbnail_outer .vc-gitem-zone-height-mode-auto:before {
	___padding-top: 300px !important;
}

.anwalt_col > .vc_row.vc_grid-gutter-25px {
	text-align: center;
}

.anwalt_col {
	__height: 300px;
}

.anwalt_col.wpb_content_element {
	margin-bottom: 25px;
}

.anwalt_thumbnail_name {
	width: 100%;
	height: 300px;
	margin: 0 !important;
	padding: 0px !important;
	background: rgba(255,255,255,0.7);
	cursor: pointer;

		    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;

	
	
}

.anwalt_thumbnail_name:hover, .anwalt_thumbnail_name.opened_anwaltname {
	background: transparent;
	    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.anwalt_thumbnail_name div {
	bottom: 0px;
	position: absolute;
	color: #971915;	
	font-family: 'HelveticaNeueLTStd' !important;
	font-weight: 400;
	font-size: 20px;
	padding: 0px 0px 12px 20px;
}

.anwalt_detail_outer {
	position: absolute; 
	top: 5%;
	left: 5%;
	width: 90%;
	height: 0;
	z-index: 100;
	opacity: 0;
	background-color: #ffffff !important;
	-webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
	text-align: left !important;
	overflow: visible;
	-webkit-box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	-moz-box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	padding: 20px !important;

}

.opened_anwalt .anwalt_detail_outer  {
	opacity: 1;
	    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
	height: 80%;
	position: absolute;
	max-height: 1000px;
}

.anwalt_detail_vita ul {
	list-style: disc outside;
    padding-left: 22px;
}

.anwalt_detail_outer .wpb_content_element a {
	color: #971915;
}

.pub_permalink {
	padding-top: 8px;
}

.anwalt_detail_outer .vc_gitem-zone-mini {
	overflow-y: auto !important;
	height: 100%;
}

.anwalt_detail_col_vita  ul {
	list-style: none;
    padding: 0;
    margin: 0;
}

.anwalt_detail_col_vita  ul li {
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 20px;
    width: 100%;
}

.anwalt_detail_col_vita  ul li::before {
    content: " ";
    background: url(img/red_square.png) left center no-repeat;
    width: 30px;
    height: 15px;
    display: inline-block;
}

#rechtsanwaelte p {
	text-align: left !important;
	font-size: 20px !important;
    font-family: 'HelveticaNeueLTStd' !important;
    overflow: hidden;
    color: #3c3c3b !important;
}

.opened_anwalt {
	z-index: 999;
	position: static;
}

.anwalt_grid_block {
	position: static;
}

#rechtsanwaelte .vc_gitem-animated-block {
	position: static !important;
	width: 100% !important;
    height: 100% !important;
}

.anwalt_grid_block {
	position: initial !important;
}

#rechtsanwaelte {
	position: relative;
}

#rechtsanwaelte  .vc_column_container  {
	position: static;
}


.anwalt_detail_outer:after {
	
}

#rechtsanwaelte .anwalt_detail_outer .vc_gitem-row-position-top {
	display: block;
	position: relative;
	transform: none;
	padding: 0px;
}

#rechtsanwaelte .anwalt_detail_outer .vc_gitem-row-position-middle {
	display: block;
	position: relative;
	float: none;
	clear: both;
	transform: none;
	padding: 0px;
	top: 0%;
}


#rechtsanwaelte .vc_gitem-zone-a .vc_gitem-row-position-top,
#rechtsanwaelte.vc_gitem-zone-b .vc_gitem-row-position-top ,
#rechtsanwaelte .vc_gitem-zone-a .vc_gitem-row-position-middle,
#rechtsanwaelte.vc_gitem-zone-b .vc_gitem-row-position-middle 
{ position: relative !important; }
#rechtsanwaelte .vc-gitem-zone-height-mode-auto:before {padding: inherit !important;}

#rechtsanwaelte .vc-gitem-zone-height-mode-auto:before {
	padding: 0!important;
}


.anwalt_detail_foto  {
	float: left;
    width: 30%;
	padding-right: 25px;
}

.anwalt_detail_name, .analt_detail_titel, .anwalt_detail_partner, .anwalt_detail_sprachen   {
	float: left;
    width: 60%;
}

.anwalt_detail_vita {
	float: none;
	display: block;
	width: 100%;
    clear: both;
	padding-top: 8px;
}


.anwalt_detail_outer, .anwalt_detail_outer p  {
    font-size: 20px !important;
    text-align: left !important;
    font-family: 'HelveticaNeueLTStd' !important;
    color: #3c3c3b !important;
}

.anwalt_detail_name {
	font-size: 26px !important;
	font-weight: bold;
	margin-bottom: 15px;
}

.analt_detail_titel, .anwalt_detail_partner, .anwalt_detail_sprachen {
	font-size: 20px !important;
	margin-bottom: 10px;
}

.close_ico, .close_icon_impressum, .close_icon_datenschutz {
	height: 25px;
	width: 25px;
	background: url('close3.png') center center;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}

/* FOOTER */


.footer-widget h4 {
	font-family: 'Unna', serif;
	margin-bottom: 15px;
}

footer.footer-centered {
	display: none;
}

.tnp-widget-minimal input.tnp-email {
	width: 60%;
	font-family: 'HelveticaNeueLTStd' !important;
	font-size: 18px;
	padding: 9px;
}

.tnp-widget-minimal input.tnp-submit {
	width: 30%;
	background-color: #c7c7c7;
	color: #3c3c3b;
	font-family: 'HelveticaNeueLTStd' !important;
	font-size: 18px;
}

.menu-footer-menu-container .menu-item,
.menu-footer-menu-en-container .menu-item,
.menu-footer-menu-fr-container .menu-item {
	display: inline !important;
}

.menu-footer-menu-container .menu-item a,
.menu-footer-menu-fr-container .menu-item a,
.menu-footer-menu-en-container .menu-item a {
	width: auto;
	font-family: 'Unna', serif;
	font-size: 20px;
	color: #3c3c3b !important;
}


.menu-footer-menu-container .menu-item a:hover,
.menu-footer-menu-en-container .menu-item a:hover,
.menu-footer-menu-fr-container .menu-item a:hover {
	color: #971915 !important;
}

#footer-widgets .bar ul li:before {
	content: "";
	margin: 0px;
	height: 0px;
	width: 0px;
	display: none;
}

#menu-footer-menu, #menu-footer-menu-englisch, #menu-footer-franzoesisch {
	text-align: center;
}

#footer-widgets .bar ul li {
	border-bottom: 0px;
}

#footer-widgets .bar ul li:hover {
    background: transparent;
}

#social_icons_footer {
    float: right;
	visibility: hidden;
}

#social_icons_footer a {
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	margin-left: 15px;

}

#social_icons_footer a img {
	width: 100%;
	height: 100%;
}

#footer-widgets .inner > div {
	padding: 0 30px 0 30px;
}

#footer-widgets {
	border-top: 1px solid #971915;
	margin-top: 60px;
	padding-top: 30px;
}


#datenschutz, #impressum {
	display: none;
	
    position: absolute;
    bottom: 65px;
    background: #ffffff;
    z-index: 99999;
	
	
	
	-webkit-box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	-moz-box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	box-shadow: 0px 0px 18px 7px rgba(122,122,122,1);
	
	opacity: 0;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
	
	padding: 20px;
	overflow: visible;
	
	
	    width: 95%;
		left: 3%;
	
}

.rechtstext {
	max-height: 600px;
	overflow-y: auto;
	
	margin-top: 15px;
	
}

#datenschutz p, #impressum p, #datenschutz ul li, #impressum ul li {
	text-align: left !important;
	font-size: 17px !important;
	line-height: 19px !important;
	color: #3c3c3b !important;
	font-family: 'Unna', serif !important;
}

#datenschutz h4, #impressum h4 {
	font-family: 'Unna', serif !important;
    color: #3c3c3b !important;
	font-weight: bold;
	text-transform: none !important;
	font-size: 18px;
}

#bkl-rechtstexte {
	position: absolute;
	width: 100%;
    bottom: 0px;
}

#datenschutz.open_rechtstext, #impressum.open_rechtstext {
	display: block;
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out;
	-moz-transition: opacity 500ms ease-out;
	-o-transition: opacity 500ms ease-out;
	transition: opacity 500ms ease-out;
}


/* TOP LOGO SECOND */

.sticky-wrapper .second_logo {
	height: 50px;
    display: block !important;
    float: left;
	margin: 12px 0px 0px 15px;
	opacity: 0;

	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	
}

.sticky-wrapper.is-sticky .second_logo {
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.sticky-wrapper .second_logo img {
	height: 100%;
}

/* CLEAN PAGE */

.dstext ul li {
	list-style-position: outside;
	font-family: 'HelveticaNeueLTStd',Arial,sans-serif !important;
    color: #3c3c3b !important;
	font-size: 21px !important;
	margin-left: 20px;
}

.cleantext p {
	font-family: 'HelveticaNeueLTStd',Arial,sans-serif !important;
    color: #3c3c3b !important;
	text-align: justify !important;
}
.cleantext h1 {
	text-align: center !important;
	color: #971915 !important;
	font-family: 'Unna',serif !important;
	font-size: 45px;
    font-weight: bold;
	padding-bottom: 25px;
}

.cleantext h2 {
	padding-top: 35px;
}

.cleantext h3 {
	text-align: left !important;
	min-height: 66px;
}

.cleantext div.wpcf7 {
	border: 1px solid #971915;
	padding: 50px 50px 0px 50px;
	margin: 0px;
	max-width: 700px;
    margin: 0 auto;
}

.cleantext a {
	color: #971915;
}

.cleantext div.wpcf7 .describer {
	width: 40%;
	float: left;
}

.special_back_link .wpb_wrapper p {
	text-align: center !important;
}

.cleantext div.wpcf7 .wpcf7-form-control-wrap {
	width: 100%;
	float: left;
}

.cleantext .contact {
	    margin: 30px auto 0;
}

.cleantext div.wpcf7 label {
	clear: both;
	width: 100%;
}

.cleantext div.wpcf7 .wpcf7-not-valid {
	border-color: #971915;
}

.cleantext .contact form .wpcf7-submit {
	background-color: #c7c7c7;
    color: #000;
	border: 0px;
	font-size: 22px;
}

.cleantext .contact form .wpcf7-submit:hover {
	background-color: #971915;
	color: #fff;
	border: 0px;
}

#special_back_link {
	
}

.contact form input[type="checkbox"] {
	float: left !important;
	position: absolute !important;
}

.pr_anwalt {
	min-height: 200px;
}

.wpcf7-list-item-label {
    padding-left: 40px !important;
    display: block !important;
    min-height: 55px !important;
    margin-top: 0px !important;
}

.hint_link a {
	color: #971915 !important;
}
 
@media screen and (max-width: 1300px) {
    
	.nav-menu ul li a {
		font-size: 16px !important;
		padding-left: 14px !important;
		padding-right: 14px !important;
	}
	
	.nav-menu {
		___float: right;
	}
	
	.publikationen_left ul li a {
		width: 94%;
	}
	
}


@media screen and (max-width: 1200px) {
    
	.nav-menu ul li a {
		font-size: 16px !important;
		padding-left: 12px !important;
		padding-right: 12px !important;
	}
	
	.nav-menu {
		__float: right;
	}
	
	.publikationen_left ul li a {
		width: 95%;
	}
	
}


@media screen and (max-width: 1150px) {
    
	.nav-menu ul li a {
		font-size: 13px !important;
		padding-left: 11px !important;
		padding-right: 11px !important;
	}
	
	.nav-menu {
		___float: right;
	}
	
	.publikationen_left ul li a {
		width: 95%;
	}
	
}

.expertise_list li { word-wrap: normal; font-size: 13px; }
.show_mobile { display: inherit; }
#expertise .vc_col-sm-2 { width: 100%; }
.expertise_title, .expertise_list { margin-bottom: 10px; }
#expertise .expertise_cols h5 { height: 20px; }
.expertise_icon { margin-top: 35px; }

.kontakt_col .hide_desktop h3 {
	text-align: left !important;
}

@media (min-width: 1000px) {
	#expertise .vc_col-sm-2 { width: 20% !important; }
	.show_mobile { display: none; }
	.hide_mobile { display: inherit; }
	.expertise_title { margin-bottom: 30px; }
	#expertise .expertise_cols h5 { height: 70px; }
	.expertise_icon { margin-top: 0px; }
}



@media screen and (max-width: 1100px) {
    
	#footer-widgets .inner > div:last-child {
		
	}
	
	.expertise_list {
		font-size: 14px !important;
	}
	
	#expertise .expertise_cols h5 {
		font-size: 19px !important;
	}
	
	.slider_heading p {
	    line-height: 22px !important;
		font-size: 18px !important;
	}
	
}


	.anfahrt_info_mobile  {
		display: none;
	}
	
	.hide_desktop {
		display: none;
	}
	
	



@media screen and (max-width: 767px) {
	
	
	
	#aktuelles .vc_column_container>.vc_column-inner {
		padding-left: 12px;
		padding-right: 10px;
	}
	
    
	.event_holder .mCustomScrollBox  {
		margin: 0 10px 0px 12px;
	}
	
	.anfahrt_info_mobile  {
		display: block;
	}
	
	.anfahrt_info_desktop {
		display: none;
	}
	
	.kontakt_info_mobile {
		
	}
	
	.hide_mobile {
		display: none;
	}
	
	.hide_desktop {
		display: block;
	}
	
	
	
	.anfahrt_info_mobile .vc_col-sm-3 {
		width: 50%;
		float: left;
	}
	
	
	#social_icons_footer {
		text-align: center;
		    float: none;
	}
	
	#social_icons_footer a {
		display: inline-block;
		float: none;
		margin-left: 0px;
		margin: 0 8px;
	}
	
	#top_area .logo {
		text-align: center;
		padding: 35px 35px 0px 35px;
		height: 120px;

	}
	
	#top_area .sharer {
		display: none;
	}		
	
	.publikationen_right {
		padding-right: 5px;
	}
	
	.anfahrt_col  {
		width: 100%;
		padding: 0px 12px 20px 15px !important;
		
	}
	
	.stellen_col {
		padding: 10px 8px 0px 8px;
	}
	
	#impressum, #datenschutz {
		left: 25px;
		bottom: 60px;
		    width: 95%;
	}
	
	.para_spacer {
		height: 350px;
	}
	
	
	h2 { 
		font-size: 28px !important;
	}
	
	p {
		font-size: 16px !important;
	}
	
	.slider_heading p {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	
	.slider_heading h3 {
		font-size: 27px !important;
	}
	
	
	.kanzlei_open img {
		width: 30px !important;
		height: 30px !important;
	}
	
	.expertise_list {
		    font-size: 12px !important;
	}
}

@media screen and (max-width: 500px) {
    	
	.anfahrt_info_mobile .vc_col-sm-3 {
		width: 50%;
		float: left;
		
		
	}
	
	.anfahrt_titel_big h3 {
		font-size: 19px !important;
		background-size: 14px auto;
	}

}


.anwalt_grid_block  {
	max-width: 50%
}

.kontaktmarow .kontakt_col {
	max-width: 50%;
}

.hidden_h {
	visibility: hidden;
}

.munich_start {
	
}

@media screen and (max-width: 767px) {

	
	.anwalt_grid_block  {
		width: 50% !important;
		max-width: 50%;
		float: left !important;
	}
	
	.anwalt_thumbnail_name div {
		font-size: 16px !important;
	}
	
	.kontaktmarow .kontakt_col {
		width: 50% !important;
		max-width: 50%;
		float: left !important;
	}
	
	.kontakt_col_name p  {
		    font-size: 14px !important;
	}
	
	.maps_col.maps_col_1, .maps_col.maps_col_2 {
		padding-right: 0px !important;
		padding-left: 0px !important;
		border-right: 0px solid #971915 !important;
		padding-bottom: 15px;
	}
	
	.anfahrt_titel_big {
		display: none;
	}
	
}