/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0;
    background: #C00;
    color: #FFF;
    padding: .5em 0;
	text-align: center;
}
.chromeframe a {
	color: #FFF;
	text-decoration: underline;
}
body * {
	box-sizing:border-box;
}
   
/* ==========================================================================
  	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
   ========================================================================== */

html, body {
	height: 100%;
	color:#333;
}



.container_12 {
	position:relative;
	margin:0 auto;
	max-width:1200px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 { float:left; padding:10px; }

.grid_1 { width:8.33%; }
.grid_2 { width:16.66%; }
.grid_3 { width:25%; }
.grid_4 { width:33.33%; }
.grid_6 { width:50%; }
.grid_7 { width:58.33%; }
.grid_8 { width:66.66%; }
.grid_9 { width:75%; }
.grid_10 { width:83.33%; }
.grid_11 { width:91.66%; }
.grid_12 { width:100%; }

.container_12 .prefix_1 { margin-left:8.33%; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#wrapper {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -195px;
}

header {
	margin:0 auto;
	text-align:center;
}
#logo { 
	display:block; 
}
#logo img {
	width:100%;
	height:auto;
	max-width: 500px;
}
#info_bar {
	background-color:#05385d;
	color:#fff;
	padding:15px 0;
	border-top:1px solid #9bafbe;
	border-bottom:1px solid #37607d;
}
#info_bar h1.title {
	display:table-cell;
	color:#fff;
	font-size:20px;
	line-height:28px;
	text-align:left;
}
.table {
	display:table;
}
#info_bar .table {
	width:100%;
}
.info_left,
.info_right {
	display:table-cell;
	padding:0 10px;
	vertical-align:middle;
}
#info_bar .info_right {
	text-align:right;
}
#breadcrumb {
	display:inline-block;
	text-align:left;
	font-size:13px;
	line-height:18px;
	text-align:left;
}
#breadcrumb a {
	display:inline-block;
	color:#fff;
	text-decoration:none;
}
#breadcrumb a:before {
	content:"\\";
	padding:0 5px;
	display:inline-block;
}
#breadcrumb a:first-child:before {
	display:none;
}
#footer, .push {
	height: 195px;
	position:relative;
}

#footer_info {
	background-color:#05385d;
	text-align:center;
	color:#fff;
	font-size:29px;
	line-height:38px;
	padding:51px 20px;
	border-top:1px solid #69889e;
}
#footer_info a { color:#fff; text-decoration:none; }
#copyright {
	float:left;
	margin-top:10px;
	padding:10px;
}
#teaser { margin:0 auto; }
#teaser.smaler { max-width: 1200px; }
#teaser.smaler ul, #teaser.smaler ul li { padding-bottom: 34%; }
#teaser .sliderWrapper { overflow:hidden; position:relative; transition: height 0.2s; }
#teaser ul { margin:0; padding:0; list-style:none; position:relative; padding-bottom: 34.119%; }
#teaser ul li { margin:0; padding:0; position:relative; display:none; position:absolute; top:0; left:0; padding-bottom:34.1%; width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; /*height:100%;*/ }
#teaser ul li img { width:100%; height:auto; }
#teaser ul li .info { position:absolute; right:0; bottom:0; padding:2px 4px; background:#fff; background:rgba(255,255,255,0.6); font-size:10px; }
.naviWrapper {
	position:relative;
	z-index:10;
}
#content {
	position:relative;
	margin-top:20px;
}
#navMainMobi,
#navMainTrigger { display:none; }

/* MAIN NAVI */
#navMain ul {
	margin:0;
	padding:0;
}
#navMain ul li {
	position:relative;
	display:inline-block;
}
#navMain ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#333333;
	font-size:15px;
}
#navMain ul.lvl2 {
	display:none;
	z-index:10;
	position:absolute;
	top:100%;
	padding:5px 0;
	background:rgba(255,255,255,0.9);
	min-width:200px;
	letter-spacing:0.045em;
}
#navMain ul li:hover ul.lvl2 {
	display:block;
}
#navMain ul.lvl2 li {
	display:block;
	text-align:left;
}
#navMain ul.lvl2 li a {
	padding:3px 5px;
	font-size:11px;
	text-transform:none;
}
#navMain li a.active, #navMain li a:hover {
	color:#05385d;
}
.naviWrapper #navMain ul.lvl3 {
	display:none;
}
/* STD NAVI */
#navStd {
	float:right;
	margin-top:10px;
}
#navStd ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navStd ul li {
	float:left;
}
#navStd ul li a,
#navStd ul li .a {
	position:relative;
	display:block;
	padding:10px;
	text-decoration:none;
	color:#333;
}

#navStd ul li a:before,
#navStd ul li .a:before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:12px;
	bottom:12px;
	width:1px;
	background-color:#333;
}
#navStd ul li:first-child a:before,
#navStd ul li:first-child .a:before {
	display:none;
}
.navPoint {
	font-size:16px;
	color:#05385d;
	font-weight:normal;
}
#navSub ul {
	margin:0;
	padding:0;
	list-style:none;
}
#aside #navSub ul li {
	letter-spacing:0.045em;
	background-position:0 10px;
}
#navSub ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	font-size:14px;
	line-height:20px;
	padding:5px 5px 5px 0;
	color:#333;
}
#navSub ul li a.active {
	text-decoration:underline;
	color:#05385d;
}
#navSub ul.lvl3 {
	display:none;
}
#navSub li.lvl2.active ul.lvl3 {
	display:block;
}

#navSocial {
	float:right;
	margin-top:10px;
	margin-right:20px;
}
#navSocial ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navSocial ul li {
	float:left;
	margin:0 5px;
}
#navSocial ul li a {
	position:relative;
	display:block;
	text-decoration:none;
	color:#333;
	background:url(../img/social.png) left top no-repeat;
	height:22px;
	width:22px;
	margin:11px;
}
#navSocial ul li a span {
	display:none;
}
#navSocial ul li a.facebook {
	background-position:-22px 0;
}
#navSocial ul li a.twitter {
	background-position:-44px 0;
	width: 30px;
}
/* aside */
#aside {
	background:rgba(5,56,93,0.05);
	margin-top:10px;
	margin-bottom:10px;
}
#aside .box:before {
	content:'';
	display:block;
	height:1px;
	margin:30px 0;
	background:#5c5c5c;
	box-shadow:0 -1px 1px #d6d6d6;
}
#aside .box:first-child:before {
	display:none;
}
/* NEWS BOX */
article.news {
	padding:5px 0 5px 10px;
}
article.news h1 {
	font-weight:normal;
	color:#333;
	font-size:13px;
	margin:0;
}
article.news h1 a {
	text-decoration:none;
	color:#333;
}
article.news h1 a:hover {
	color:#05385d;
}
article.news .datum {
	color:#05385d;
	font-weight:500;
}
article.news .textWrap { position:relative; }
article.news .textWrap:after {
	content:'';
	display:block;
	position:absolute;
	left:-10px;
	top:0;
	bottom:0;
	width:2px;
	background-color:#05385d;
}
.box { position:relative; }
.box > *:first-child {
	margin-top:0;
}
.box .name {
	margin-bottom:0;
}
.box .occupation {
	margin-top:0;
}
#content .grid_7 article,
#content .grid_12 article {
	/*text-align:justify;*/
}
#content .grid_7 {
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
			hyphens: auto;
}
/* LAWYER*/
.lawyer .imgWrap img {
	width:100%;
	height:auto;
}
.lawyer {
	position:relative;
}
.lawyer .title, .articleGrid .headline {
	position:relative;
	display:block;
	padding:4px;
	background-color:#05385d;
	color:#fff;
	font-size:12px;
}
#content ul {
	list-style:none;
	padding:0;
}
#content ul li{
	padding-left:15px;
	background:url(../img/sub_li.png) 0px 8px no-repeat;
}
 #content .shariff ul li {
	padding-left:0;
	background:none;
}

.author-headline { font-weight: 600; color: #05385d; }

/* GOOGLE */
.map_canvas {
	height:400px;
}
#article_1 .mapWrap {
	margin-right:-76%;
}

/* FORM */
.form .fehler,
.fehler_text,
.error {
	color:#DB5113;
}
.form .optsContainer .error {
	display:none;
}
.form fieldset {
	clear:both;
	margin-top:20px;
}
.form legend {
	color:#575757;
    font-size: 1.428em;
	font-weight: 500;
	width:100%;
	position:relative;
	text-transform:uppercase;
}
.form legend:before {
    background-color: #c9c9c9;
    bottom: 2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
}
.form legend span {
	margin: 0 10px;
    padding: 0 10px;
	display:inline-block;
	background-color:#fff;
	position:relative;
}

.form .optsContainer,
.btnContainer {
	min-height:30px;
	padding-top:10px;
	position:relative;
	/*float:left;*/
	width:100%;
	box-sizing:border-box;
}
.form .optsContainer:first-child,
.btnContainer:first-child {
	padding-top:0;
}
.form label {
	width:100%;
	display:inline-block;
	line-height:30px;
	color:#333;
	text-transform:uppercase;
	overflow:hidden;
}
.form label.checkbox {
	display:inline;
	width:auto;
}
.form label .duty {
	color:#DB5113;
}
.form .checkWrap label {
	display:inline;
	width:auto;
}
.form label small {
	padding-left:10px;
}


.optsInline input[type="radio"],
.optsInline input[type="checkbox"] {
	border: none;
	width: auto;
}
.optsInline input[type="radio"] + label,
.optsInline input[type="checkbox"] + label {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
	width: auto;
	cursor: pointer;
	font-weight: inherit;
	font-size:14px;
	line-height:20px;
	text-transform: none;
	color: #777777;
}
.optsInline input[type="radio"]:checked + label,
.optsInline input[type="checkbox"]:checked + label,
.optsInline input[type="radio"]:hover + label,
.optsInline input[type="checkbox"]:hover + label {
	color: inherit;
}

.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea {
	padding:6px 1%;
	width:100%;
    border-image: none;
    border-right: medium none;
    border-style: solid solid solid solid;
    border-width: 0;
    border-color: #9F9F9F #DDD #DDD #9F9F9F;
	background-color:#F8F8F8;
	color: #777777;
	transition: .5s ease-out;
	font-size:100%;
	font-size:14px;
	line-height:20px;
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
}
.form input[type=text]:focus,
.form input[type=number]:focus ,
.form input[type=email]:focus,
.form input[type=password]:focus,
.form  textarea:focus {
    color: #777777;
}
.form .optsContainer.optsError input[type=text],
.form .optsContainer.optsError input[type=number],
.form .optsContainer.optsError input[type=email],
.form .optsContainer.optsError input[type=password],
.form .optsContainer.optsError textarea {
	border-left:#D66 1px solid;
	width:100%;
}

.form select {
	width:100%;
	font-size:100%;
	font-size:14px;
	line-height:20px;
	height:32px;
	padding:6px 1%;
	border:0;
}
.form .selectWrap {
	font-size:14px;
	position:relative;
	line-height:20px;
}
.form .optsContainer.optsError .selectWrap {
	border-left:#D66 1px solid;
}
.form .selectWrap .selectOver {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	cursor:pointer;
	padding:6px 2%;
	font-size:14px;
	line-height:1.4;
	overflow:hidden;
    border-image: none;
    border-right: medium none;
    border-style: solid solid solid solid;
    border-width: 0;
    border-color: #9F9F9F #DDD #DDD #9F9F9F;
	background-color:#F8F8F8;
	color: #777777;
	box-shadow: 1px 0 2px rgba(0, 0, 0, 0.4);
	box-sizing:border-box;
}
.form .selectWrap .selectOver:after {
	content:'';
	position:absolute;
	right:6px;
	top:0;
	width:30px;
	height:100%;
	background:url("../img/select_bg.png") center center no-repeat;
}
.form .radioWrap {
	white-space:nowrap;
	display:inline-block;
	margin-left:8px;
}
.form .radioWrap label {
	margin-left:2px;
}
.form .radioWrap:first-child {
	margin-left:0;
}
.form .btnContainer button, .mapButton, a.button, span.button, button.button, input.sendenBtn, input[type=submit], .buttons a, a.moreBtn, #quickViewFrame .quickViewInner .btnLook,
.ui-widget-content a.button {
	border:0;
	color:#fff;
	background-color:#05385d;
	text-align:center;
	transition: background-color 0.5s ease 0s;
	font-size:1em;
	line-height:1.42em;
	line-height:normal;
}
button span { color:#fff; }
.form .btnContainer button:hover, .mapButton:hover, a.button:hover, span.button:hover, button.button:hover, input.sendenBtn:hover, input[type=submit]:hover, #quickViewFrame .quickViewInner .btnLook:hover {
	/*background-color:#000;*/
}
.form .btnContainer button, .mapButton, a.button span , span.button, button.button, input.sendenBtn, input[type=submit], .buttons a, #quickViewFrame .quickViewInner .btnLook {
	padding:5px 20px;
	box-sizing:border-box;
}

a.button, a.button span, span.button, button.button, .buttons a, a.moreBtn .iconMore {
	display:inline-block;
	text-decoration:none;
}

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */


.btn {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    background-image: none;
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 15px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
	text-decoration: none;
}
.btn + .btn {
	margin-left: 5px;
}
.btn-success {
	background-color: #999;
	color: #FFF;
}
.btn-success:hover {
	background-color: #05385d;
	color: #FFF;
}
.btn-warning {
    background-color: #777;
    color: #FFF;
}
.btn-warning:hover {
	background-color: #666;
}
.btn-abort {
	background-color: #C00;
	color: #FFF;
}
.btn-abort:hover {
	background-color: #900;
}

.btn[disabled] {
	background: #E5E5E5;
	color: #666;
	font-style: italic;
	cursor: default;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
}
.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
}

.fileupload-buttonbar .btn,
.fileupload-buttonbar .toggle {
	margin-bottom: 5px;
}
.progress {
    background-color: #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    overflow: hidden;
}
.progress .progress-bar {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #fff;
    float: left;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
	background: url("../img/jQuery-File-Upload/progressbar.gif") repeat-x 0% 50% !important;
	filter: none;
}
.fileupload-process {
	opacity: 1;
}
.fileupload-processing .fileupload-process,
.files .processing .preview {
	display: block;
	width: 32px;
	height: 32px;
	background: url("../img/jQuery-File-Upload/loading.gif") center no-repeat;
	background-size: contain;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}


.fileupload-queue {
	background-color: #F6F6F6;
	background:none;
	border:1px solid #888;
    margin: 15px 0 0;
    padding: 10px .5% 10px;
	position: relative;
}
.fileupload-queue .legend {
	display:none;
    background-color: #F6F6F6;
    color: #000;
    font-weight: bold;
    left: 1.5em;
    padding: 0 .5em;
    position: absolute;
    top: -.75em;
}
.fileupload-container {
	border: solid 1px #ECECEC;
	background-color: #ECECEC;
	width: 48%;
	padding: 10px;
	margin: 1%;
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.fileupload-container .progress {
	position: absolute;
	left: 10px;
	bottom: 4px;
	right: 10px;
	height: 2px;
	opacity: 0;
	border-radius: 0;
	box-shadow: none;
	transition: opacity 0.15s linear 0s;
}
.fileupload-container .progress .progress-bar {
	box-shadow: none;
}
.fileupload-container.fileupload-in-progress .progress {
	opacity: 1;
}
.fileupload-container .fileName {
	font-weight: bold;
	margin-bottom: .5em;
	display: block;
	overflow: hidden;
    text-overflow: ellipsis;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.fileupload-container .btn {
	padding-top: .25em;
	padding-bottom: .25em;
}
.fileupload-container:nth-child(2n+2) {
	clear: left;
}
.fileupload-in-progress {
	border-color: #00501F;
	background-color: #7FA78F;
	color: #FFF;
}
.fileupload-success {
	border-color: #76B820;
	background-color: #BADB8F;
}
.fileupload-failed {
	border-color: #B50000;
	background-color: #FFEBEB;
}

.fileupload-container .fileupload-preview {
	float: left;
	margin-right: 2%;
}
.fileupload-container .fileupload-preview .preview {
	display: block;
	width: 75px;
	height: 75px;
	background: url("../pics/jQuery-File-Upload/loading.gif") no-repeat 50% 50%;
	background-size: contain;
}

.fileupload-controlWrap {
	display: table;
	vertical-align: top;
	width: 100%;
	table-layout: fixed;
}
.fileupload-controlWrap > div {
	display: table-cell;
}
.fileupload-controlWrap > div * {
	white-space: nowrap;
}

.fileupload-queue.files { width: 80%; }

.btn {
    background-color: #dadada;
    color: #4b4b4b;
}
.formBtn input:hover {
    background: none repeat scroll 0 0 #1980d2;
    text-decoration: underline;
}


/* ==========================================================================
   external Scripts/Functions
   ========================================================================== */

/*! Swipebox v1.2.9 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none}#swipebox-slider .slide{height:100%;width:100%;line-height:1px;text-align:center;display:inline-block;padding:50px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#swipebox-slider .slide-loading{background:url('../img/preloader_301_dark.gif') no-repeat center center;}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;margin:0 auto;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-action{bottom:-50px}#swipebox-action.visible-bars{-ms-transform:translateY(-50px);-webkit-transform:translateY(-50px);transform:translateY(-50px)}#swipebox-action #swipebox-close,#swipebox-action #swipebox-next,#swipebox-action #swipebox-prev,#swipebox-action #swipebox-zoomin,#swipebox-action #swipebox-zoomout{background-image:url(../img/Swipebox/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px}#swipebox-action #swipebox-zoomin{background-position:-122px 13px;left:100px}#swipebox-action #swipebox-zoomout{background-position:-168px 13px;left:100px}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px}#swipebox-action #swipebox-next.disabled,#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-zoomin.disabled,#swipebox-action #swipebox-zoomout.disabled{opacity:.3;cursor:default;}#swipebox-caption{top:-50px;text-align:center}#swipebox-caption.visible-bars{-ms-transform:translateY(50px);-webkit-transform:translateY(50px);transform:translateY(50px)}#swipebox-slider.rightSpring{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}#swipebox-slider.leftSpring{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}@-webkit-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@media screen and (max-width:800px){#swipebox-action #swipebox-close{left:0}#swipebox-action #swipebox-zoomin{left:60px;}#swipebox-action #swipebox-zoomout{left:60px;}#swipebox-action #swipebox-prev{right:60px}#swipebox-action #swipebox-next{right:0}}#swipebox-overlay{background:#FFF;background:rgba(255,255,255,.95)}#swipebox-action,#swipebox-caption{background:#05385d;}#swipebox-action{}#swipebox-caption{color:#fff!important;display:table;}#swipebox-caption-inner{height:100%;width:100%;font-size:1em;line-height:1.2;text-align:center;vertical-align:middle;display:table-cell;}


/*
	Overlay
	*/
.vcModal *,
.vcModal *:after,
.vcModal *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.vcModal,
.vcModalOverlay {
	transition: height 0s .3s, opacity .3s;
	pointer-events: none;
	position: fixed;
	height: 0;
	width: 100%;
	opacity: 0;
	left: 0;
	top: 0;
	z-index: 1000;
}
.vcModal {
	overflow: auto;
}
.vcModalOverlay {
	background: #fff;
	background: rgba(255,255,255,.75);
	position: fixed;
	display: block;
}

.vcModal .modalMsg {
	display: table;
	padding: 30px 30px 20px;
	height: 100%;
	width: 100%;
}
.vcModal .modalMsg .wrap {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.vcModal .modalMsg .wrap .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.vcModal .modalMsg .wrap .wrapMore {
	max-width: 40em;
	width: 100%;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	position: relative;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	z-index: 1;
}

.vcModalSwitch:checked + .vcModalTarget .vcModalOverlay,
.vcModalSwitch:checked + .vcModalTarget .vcModal {
	height: 100%;
	opacity: 1;
	transition: height 0s, opacity .3s;
	pointer-events: auto;
}
.vcModal .vcModalClose {
	position: absolute;
	display: block;
	right: -20px;
	top: -20px;
	cursor: pointer;
	padding: 10px;
	line-height: 20px;
	text-align: center;
	background: #999;
	color: #fff;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
	z-index: 1;
}
.vcModal .vcModalClose:hover {
	background: #05385d;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


/*
	CSS Icons
	*/
.vcCssIcon {
	position: relative;
	display: inline-block;
}
.vcCssIconCheck {
	height: 1em;
	width: .667em;
	border-right: .1875em solid #000;
	border-bottom: .1875em solid #000;
	transform: rotate(45deg);
	margin: 0 .2em;
}
.vcCssIconArrowDown {
    width: 1em;
	height: 1em;
    margin: 0 .2em;
}
.vcCssIconArrowDown:after {
	content: '';
	display: block;
	font-size: .667em;
	width: 1em;
	height: 1em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -.375em;
	margin-left: -.5em;
	transform: rotate(-45deg);
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
}
.vcCssIconClose {
	height: 100%;
	width: 100%;
	display: block;
}
.vcCssIconClose:before,
.vcCssIconClose:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background: #fff;
	display: block;
	width: 100%;
	height: .1875em;
	margin-top: -.09375em;
	margin-left: -50%;
}
.vcCssIconClose:before {
	transform: rotate(45deg);
}
.vcCssIconClose:after {
	transform: rotate(-45deg);
}


/*
	Privacy & Cookies
	*/
#vcPrivacySetupSubmit,
#vcPrivacySetupAll {
	background: #05385d;
	color: #fff;
}
#vcPrivacySetupAll .vcCssIconCheck {
    border-right-color: #fff;
    border-bottom-color: #fff;
}
.vcPrivacyOptsLine input {
	display: none;
}
.vcPrivacyOptsLine label {
	display: block;
	font-weight: bold;
	min-height: 2em;
	padding-right: 4em;
	position: relative;
	cursor: pointer;
}
.vcPrivacyOptsLine label .hint {
	font-weight: normal;
	display: block;
	font-size: .833em;
	line-height: 1.5;
}
.vcPrivacyOptsLine label .state {
	position: absolute;
	top: 0;
	right: 0;
	width: 3em;
	height: 1.5em;
	box-shadow: 0 1px 3px rgba(0,0,0,.5) inset;
	background: #C00;
	border-radius: .75em;
	display: block;
	transition: all .3s;
}
.vcPrivacyOptsLine label .state:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: -.625em;
	margin-left: -1.375em;
	border-radius: .625em;
	transition: all .3s;
}
.vcPrivacyOptsLine input:checked + label .state {
	background: #00b300;
}
.vcPrivacyOptsLine input:checked + label .state:after {
	margin-left: .125em;
}

.vcPrivacyOptsLine input:disabled + label {
	pointer-events: none;
}
.vcPrivacyOptsLine input:disabled + label .state {
	background: #ddd;
}

.vcPrivacyOptsLineWrap + .vcPrivacyOptsLineWrap {
	margin-top: 1.5em;
}
.vcPrivacyMoreInfoTrigger {
	padding: .5em 0 0;
	display: block;
}
.vcPrivacyMoreInfoTrigger .vcCssIconArrowDown {
	margin: 0 0 0 .5em;
	transition: transform .3s;
	float: none !important;
	display: inline-block !important;
}

.vcPrivacySlideDownSwitch ~ .vcPrivacySlideDownTarget {
	max-height: 0;
	transition: max-height .3s cubic-bezier(0,1,0,1), padding .3s, overflow 0s;
	overflow: hidden;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .on {
	display: inline;
}
.vcPrivacySlideDownTrigger .on,
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .off {
	display: none;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIcon {
	transform: rotate(180deg);
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTrigger .vcCssIconArrowDown:after {
	margin-top: -1em;
}
.vcPrivacySlideDownSwitch:checked ~ .vcPrivacySlideDownTarget {
	max-height: 10000px;
	padding-top: .625em;
	transition: max-height .3s cubic-bezier(1,0,1,0), padding .3s;
	animation: 0s linear 0.3s 1 normal both running delayOverflow;
}

.vcPrivacyDefList {
	padding: 0;
	margin: 0;
	font-size: .833em;
	line-height: 1.5;
}
.vcPrivacyDefList dt {
	padding: .3125em 0 0;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
.vcPrivacyDefList dd {
	font-weight: normal;
	text-align: left;
	padding: 0 0 .3125em;
	margin: 0;
}
.vcPrivacyDefList dt:first-child {
	padding-top: 0;
}
.vcPrivacyDefList dd:last-child {
	padding-bottom: 0;
}

#vcPrivacySetupSubmit {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1em;
}
.vcPrivacyOverlayTrigger {
	cursor: pointer;
}

.vcPrivacyNoPermission {
	background: #f2f2f2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}

@media (min-width: 640px) {
	.vcPrivacyDefList dt {
		clear: left;
		float: left;
		padding: .25em 0;
		width: 25%;
	}
	.vcPrivacyDefList dd {
		padding: .25em 0 .25em 20px;
		margin: 0;
		width: 75%;
		float: left;
	}
	.vcPrivacyDefList dt:first-child,
	.vcPrivacyDefList dt:first-child + dd {
		padding-top: 0;
	}
	.vcPrivacyDefList dt:nth-last-child(2),
	.vcPrivacyDefList dt:nth-last-child(2) + dd {
		padding-bottom: 0;
	}
	
	#vcPrivacySetupSubmit {
		margin-left: auto;
		margin-right: auto;
		width: 50%;
	}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden, .versteckt {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

.clear {
	clear: both;
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}

/* ARTIKEL */

#content > .article,
.articleGrid {
	padding: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* GRID */
.gridWidth_67 {
	width: 66.66667%;
}
.gridWidth_50 {
	width: 50%;
}
.gridWidth_33 {
	width: 33.33333%;
}
.gridWidth_25 {
	width: 25%;
}
.gridWidth_20 {
	width: 20%;
}
.gridWidth_17 {
	width: 16.66667%;
}
.gridWrap { margin-left: -15px; }
.gridWrap .articleGrid {
	float: left;
}
.articleGrid .imgWrap {
	height: 0;
	padding-bottom: 62.5%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	display: block;
}
.articleGrid .info .headline {
	/*margin-top: .4em;*/
}
.articleGrid .info .dateText {
	float: right;
	margin: 0 0 0 15px;
	line-height: 2;
}
.articleGrid .headline,
.articleGrid .headline a { color: #FFF; margin-top: 0; }


/* SPRITES */
.sprt {
	background:url(../img/sprt.png) no-repeat left top;
	display:inline-block;
}

/* Bildergalerie */
.imgWrap {
	position: relative;
}
.zoom {
	background:url(../img/zoom.gif) no-repeat scroll;
    display: block;
    position: absolute;
	bottom: 5px;
    right: 10px;
	height: 30px;
    width: 30px;
}
.gallery {
	margin: 0 -20px -20px -20px;
}
.imgContainer {
	float: left;
	margin: 0 20px 20px 20px;			
	position: relative;
}
.img {
	display:block;
	position: relative;
}
.img img {
	height: auto;
	display: block;
	width: 100%;
}
.caption {
	font-size:12px;
	line-height:1.2;
	display:block;
}
.imgLeft {
	float: left;
	margin: 0;
}
.imgRight {
	float: right;
	margin: 0;
}
.imgLeft .imgWrap + .imgWrap, .imgRight .imgWrap + .imgWrap {
	margin-top: 10px;
}
.imgNone .left {
	float: left;
	margin-right: 20px;
	margin-left: 20px;
}
/* // Benutzerfreundlich machen bei Rechtsausrichtung, sonst ist das erste Bild ganz rechts und in der Galerieansicht eine verdrehte Navigation */
.imgWrapInverted { float: right; }
.imgWrapInverted .imgLeft  { margin-right: 0; margin-left: 20px; }

.imgWidth-100 { width:100%; }
.imgWidth-75 { width:75%; }
.imgWidth-50 { width:50%; }
.imgWidth-33 { width:33.3%; }
.imgWidth-25 { width:25%; }
.imgWidth-20 { width:20%; }
.imgWidth-17 { width:16.6%; }
.imgWidth-15 { width:15%; }
.imgWidth-13 { width:12.5%; }
.imgWidth-10 { width:10%; }
.imgWidth-5 { width:5%; }

.articleImgNone {
	float: none;
	margin: 0 auto;
}
.articleImgLeft {
	float:left;
}
.articleImgLeft + .articleWrap {
	padding-left:20px;
}
.articleImgRight {
	float:right;
}
.articleImgRight + .articleWrap {
	padding-right:20px;
}
.articleImgRight, .articleImgLeft {
	margin-top:10px;
}
.articleImgNone .img,
.articleImgRight .img,
.articleImgLeft .img {
	display: block;
}

/* SUB NAV IN ARTICLEs */
.navSub ul {
	padding: 0 0 0 2em;
}

/* VIDEOS */
.vid {
	position:relative;
	display:block;
	overflow:hidden;
	background-position: 50% 50%;
	background-size: cover;
	height: 0;
	padding-bottom: 62.5%;
}
.vid .playIcon { position:absolute; top:50%; left:50%; margin:-22px 0 0 -38px; width:76px; height:45px; background-position:0 0; }
.vid:hover .playIcon { background-position:-76px 0; }
.vid .video-time {
	position:absolute;
	background:#000;
	color:#FFF;
	display:block;
	padding:3px 6px;
	bottom:0;
	right:0;
	font-weight:bold;
	font-size:10px;
}
.videoFrame {
	float:right;
    position: relative;
    width: 50%;
}
.videoIFrame {
    position: relative;
}
.videoFrame iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
/* PAGE JUMPS */
.jumper { margin:10px -10px; position:relative; height:40px; }
.jumper .resultStats, .pagerJumper .divider { display:none; }
.jumper .pagerJumper { display:block; margin:0 auto; position:absolute; right:0; }
.pagerJumper a {
	padding:7px 0;
	margin:0 10px;
	display:block;
	float:left;
	width:30px;
	height:16px;
	background-color:#DDD;
	color:#333;
	font-weight:bold;
	line-height:16px;
	text-align:center; 
}
.pagerJumper a.aktiv { font-style:italic; text-decoration:underline; color:#fff; background-color:#333; }
.pagerJumper a .sprt { display:inline-block; }

.pages { text-align:center; border-top:1px solid #05385d; border-bottom:1px solid #000; text-align:center; padding:0; }
.pages a { color:#05385d; text-decoration:none; display:inline-block;  padding:10px; position:relative; }
.pages a.enabled { font-weight:bold; }
.pages .lastPage:after,
.pages .nextPage:after {
	content:'';
	display:block;
	background:url(../img/navigation.png) left top;
	width:25px;
	height:20px;
	position:absolute;
	top:8px;
}
.pages .lastPage { padding-left:40px; }
.pages .nextPage { padding-right:40px; }
.pages .lastPage:after { left:0; }
.pages .nextPage:after { right:0; background-position:-25px 0; }

.dateText { margin-bottom:-1em; font-size:13px; }


/* DOWNLOADS */
.downloads { margin:1em 0; }
.downloads h4 { margin-top:0; }
.downloads ul { margin:-1em; list-style:none; padding:0; }
.downloads li { padding:0 !important; margin:0; background: none !important; }

.downloads .grids_2 .gridItem { width:50%; float:left;  }
.downloads .grids_3 .gridItem { width:33.3%; float:left;  }
.downloads .grids_4 .gridItem { width:25%; float:left;  }
.downloads .grids_2 a, .downloads .grids_3 a .downloads .grids_4 a { min-height:55px; }

.download a { display:block; margin:1em; position:relative; min-height:36px; }
.download a.hasImg { padding-left:48px; }
.download img { position:absolute; left:0; top:0; display:block; }
.download small { display:block; }

/* GOOGLE MAPS */
/* OVERLAY */
body.GMO-active { overflow:hidden; }
#GMO-wrap {
	visibility:hidden;
	z-index:1000;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	left:0;
	text-align:center;
	/*background:rgba(0,0,0,0.7);*/
	overflow:hidden;
	transition:visibility 0.5s;
}
.GMO-active #GMO-wrap {
	visibility:visible;
}
#GMO-container {
	position:relative;
	box-sizing:border-box;
	width:40%;
	min-width:670px;
	height:80%;
	margin-top:20%;
	margin-top:20vh;
	padding-right:40px;
	padding-top:40px;
	display:inline-block;
	opacity:0;
	transition:margin-top .5s , opacity .5s;
}
.GMO-active #GMO-container {
	margin-top:10%;
	margin-top:10vh;
	opacity:1;
}
#GMO-content {
	box-sizing:border-box;
	text-align:left;
	padding:20px;
	height:100%;
	background-color:#fff;
	box-shadow:0 7px 15px rgba(0,0,0,0.6);
	overflow:auto;
}
#GMO-close {
	position:absolute;
	right:0;
	top:0;
	height:40px;
	width:40px;
	cursor:pointer;
    background: #F5420C url("../../img/close.png") no-repeat scroll center center;
	box-shadow:0 2px 10px rgba(0,0,0,0.6);
    transition: transform 1s ease-in-out 0s;
}
.csstransforms #GMO-close .closePop {
    background: #F5420C none;
}
.csstransforms #GMO-close:before, .csstransforms #GMO-close:after {
    background-color: #fff;
    content: "";
    height: 80%;
    left: 45%;
    position: absolute;
    top: 10%;
    width: 2px;
}
.csstransforms #GMO-close:before {
    transform: rotate(45deg);
}
.csstransforms #GMO-close:after {
    transform: rotate(-45deg);
}
#GMO-content button.close {
	background-color:#b2b2b2;
}
ul.placeList {
	color:#c5c7c8;
	list-style:none;
	list-style-type:none;
	padding:0;
}
ul.placeList li {
	position:relative;
	padding-left:20px;
	border-top:1px solid #c5c7c8;
}
ul.placeList li:first-child {
	border-top:0;
}
ul.placeList li:before {
	content:'';
	position:absolute;
	left:0;
	top:5px;
	height:16px;
	width:16px;
	background:url(../img/jQueryUI/ui-icons_222222_256x240.png) -96px -160px no-repeat;
}
ul.placeList li.aktiv:before {
	background-position:-64px -144px;
}
ul.placeList li a {
	display:block;
	padding:5px 0;
	text-decoration:none;
}
.ui-tooltip {
	padding:0 !important;
	font-size:12px !important;
}
.lawTip p { margin:0; padding: 6px !important; }
.ui-tooltip h4 {
	background:#f3f3f3;
	color:#333333;
	font-size:12px;
	margin:0;
	padding:6px;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 980px) {
	#article_1 .mapWrap {
		margin-right:0;
	}
}
@media only screen and (max-width: 768px) {
	.lawyer.grid_2,
	.lawyer.grid_3 {
		width:33.33%;
	}
	
	.gridWrap .gridWidth_33 {
		width: 50%;
	}
	.gridWrap .clear { clear: none; }
}

@media only screen and (max-width: 640px) {
	body {
		min-width:320px;
	}
	body.open { overflow:hidden; height:100%; }
	#wrapper:after {
		content:'';
		position:absolute;
		left:0;
		right:0;
		top:0;
		bottom:0;
		display:block;
		visibility:hidden;
		background:rgba(255,255,255,0);
		transition:background 0.5s, visibility 0.5s;
	}
	body.open #wrapper:after {
		visibility:visible;
		background:rgba(255,255,255,0.3);
	}
	#content > .grid_7,
	#aside {
		margin:0;
		width:100%;
	}
	#aside .subNav,
	#aside .subNav + .box:before {
		display:none;
	}
	.info_left, .info_right { display:block; width: 100%; }
	#footer_info {
		font-size:20px;
		line-height:28px;
	}
	#naviWrapper {
		display:block;
		position:absolute;
		top:0;
		right:0;
		height:100%;
		z-index:1000;
		background:#fff;
	}
	#navMain { display:none; }
	#navMainMobi { display:block; width:0; }
	#navMainMobi #navmain {
		width:270px;
		padding:10px 0;
	}
	#navMainTrigger {
		position:absolute;
		top:25px;
		left:-50px;
		display:block;
		height:50px;
		width:50px;
		z-index:1;
		margin-right:10px;
		background-color:#fff;
		box-shadow:-10px 5px 0px rgba(0,0,0,0);
		transition:box-shadow 0.5s;
		cursor: pointer;
	}
	body.open #navMainTrigger {
		box-shadow:-10px 5px 9px rgba(0,0,0,0.3);
	}
	#navMainTrigger .info {
		display:inline-block;
		position:absolute;
		left:10px;
		top:50%;
		margin-top:-6px;
		padding:1px 2px;
		font-size:10px;
		line-height:10px;
		background:#05385d;
		color:#fff;
		overflow:hidden;
		border-radius:3px;
		z-index:10;
	}
	.csstransforms #navMainTrigger .info {
		opacity:1;
		transition:opacity 0.2s;
	}
	.csstransforms #navMainTrigger {
		color:#05385d;
		background:#fff;
	}
	.csstransforms #navMainTrigger .line {
		overflow:hidden;
		text-indent:-999px;
	}
	.csstransforms #navMainTrigger .line, .csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		background:#05385d;
		display: block;
		height: 3px;
		right: 5px;
		margin-left: -18px;
		position: absolute;
		transition: all 0.2s ease 0s;
		width: 40px;
	}
	.csstransforms #navMainTrigger:before { background:#05385d; }
	.csstransforms #navMainTrigger:after { background:#05385d; }
	.csstransforms #navMainTrigger .line {
		opacity: 1;
		top: 50%;
		margin-top:-1px;
	}
	.csstransforms body.open #navMainTrigger .info {
		opacity: 0;
	}
	.csstransforms #navMainTrigger:after, .csstransforms #navMainTrigger:before {
		content: "";
	}
	.csstransforms #navMainTrigger:before {
		bottom: 35px;
	}
	.csstransforms #navMainTrigger:after {
		bottom: 11px;
	}
	.csstransforms body.open #navMainTrigger .line {
		opacity: 0;
	}
	.csstransforms body.open #navMainTrigger:before {
		bottom: 23px;
		transform: rotate(45deg);
	}
	.csstransforms body.open #navMainTrigger:after {
		bottom: 23px;
		transform: rotate(-45deg);
	}
	/* NAV MAIN */
	#navMainMobi {
		position:relative;
		height:100%;
		overflow:auto;
		box-shadow:0 0 10px rgba(0,0,0,0);
		transition:box-shadow 0.5s;
	}
	body.open #navMainMobi{
		box-shadow:0 0 30px rgba(0,0,0,0.5);
	}
	#navMainMobi ul {
		margin:0;
		padding:0;
	}
	#navMainMobi ul ul {
		margin-left:20px;
	}
	#navMainMobi li {
		position:relative;
		font-size:16px;
		line-height:20px;
		display:block;
	}
	#navMainMobi li.lvl2 a {
		font-size:14px;
	}
	#navMainMobi a {
		display:block;
		padding:10px 40px 10px 10px;
		text-decoration:none;
		color:#05385d;
	}
	#navMainMobi a.active { font-weight:600; }
	#navMainMobi .main_info {
		display:none;
	}
	#navMainMobi .main_navi {
		padding:0;
		float:none;
		width:100%;
	}
	#navMainMobi .iconMenuTriggerDwn {
		color:#05385d;
		display:block;
		position:absolute;
		right:0;
		width:40px;
		text-align:center;
		top:0;
		padding:10px 0;
		cursor:pointer;
	}
	#navMainMobi .iconMenuTriggerDwn:before {
		display:inline-block;
		content:'';
		background: url(../img/sub_li.png) 0px 8px no-repeat;
		position: absolute;
		width: 18px;
		height: 18px;
		right: 5px;
		
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#navMainMobi .iconMenuTriggerDwn.active:before {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
}
@media only screen and (max-width: 480px) {
	#logo { padding-right:50px; }
	.lawyer.grid_2,
	.lawyer.grid_3,
	.gridWrap .gridWidth_33 {
		width:50%;
	}
}
@media only screen and (max-width: 415px) {
	#content .article h1 {
		font-size: 16px;
		line-height: 21px;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		hyphens: none;	
	}
	#content .article h1 strong { font-weight: 400; }
}
@media only screen and (max-width: 320px) {
	.lawyer.grid_2,
	.lawyer.grid_3,
	.gridWrap .gridWidth_33  {
		width:100%;
	}
	.gridWrap { margin-left: auto; }	
}
@media only screen and (min-width: 641px) {
	.naviWrapper {
		display:block !important;
	}
}
@media only screen and (min-width: 35em) {
	.videoFrame {
		float:none;
		position: relative;
		width: 100% !important;
		margin:0;
	}
}

@media only screen and (min-width: 769px) {
	#lawyer_grid.small_boxes {
		padding-right: 30%;
	}
	#lawyer_grid.small_boxes .grid_2{
		width: 25%;
	}
}
@media only screen and (min-width: 2000px) {
	#lawyer_grid.small_boxes {
		padding-right: 20%;
	}
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}