/* ADD ONs 20170925 */

.stellarnav.light {
    background: none;
}

.colBox8 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.colBox8 li {
}

.colBox8 li:last-child {
  border: none;
}

.colBox8 li a {
	text-decoration: none;
	color: #666;
	-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
	-moz-transition: font-size 0.3s ease, background-color 0.3s ease;
	-o-transition: font-size 0.3s ease, background-color 0.3s ease;
	-ms-transition: font-size 0.3s ease, background-color 0.3s ease;
	transition: font-size 0.3s ease, background-color 0.3s ease;
	display: block;
	padding:8px;
	background: -moz-linear-gradient(left, rgba(221,221,221,1) 0%, rgba(252,252,252,1) 100%);
background: -webkit-linear-gradient(left, rgba(221,221,221,1) 0%,rgba(252,252,252,1) 100%);
background: linear-gradient(to right, rgba(221,221,221,1) 0%,rgba(252,252,252,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fcfcfc',GradientType=1 );
	margin-bottom:5px;
	cursor:pointer;
}


.colBox8 li a:hover {
	background:#053a62;
	color:white;
}

	

.lightbox img, .ansprechpartner img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.lightbox img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(0);
}


.anwalt-uebersicht img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.anwalt-uebersicht img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(0);
}

.bild_anwalt img {
	filter: grayscale(50%);
	-webkit-filter: grayscale(50%);
	-moz-filter: grayscale(50%);
	-ms-filter: grayscale(50%);
	-o-filter: grayscale(50%);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	-webkit-filter: grayscale(1);
}

.frame-type-bullets  {
	
	border:2px solid #999999;
	padding:15px;
}

.frame-type-bullets ul {
	list-style:none;
	margin:0px;
	padding:0px;
	
}

.frame-type-bullets   li {
	float:left;
	display:block;
	width:25%;
	color:white;
	font-size:1em;
	text-align:center;
	box-sizing:border-box;
	opacity: 0;
}


.frame-type-bullets ul li p {
	background-color:#c3c3c3;
	color:#5a5a5a;
	padding:5px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	
}

.klapper .bar {

background-color:#0068b4;
}


.klapper .bar p {
    background-attachment: scroll;
    background-clip: border-box;
 
    background-image: url("/fileadmin/WebDaten/klapper_arrow_w_down.png");
    background-origin: padding-box;
    background-position: right top;
 
    background-size: 58px auto !important;
    
    
    	margin-right:10px;
	display: block;
    padding: 17px;
    text-decoration: none;
    
	 
	background-repeat:no-repeat;
    color: #ffffff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s; 
	font-size: 12pt;
 
}

.title {font-size:0.7em; padding:0;margin:0}

.clear {
	clear:both;
}

.news-list-view {
    
  }
  
hr {
    border-top: 3px solid #ddd;
	margin:20px 0px
}

.cta-btn {
	background-color:#0068b4;
	padding:10px 15px;
	margin:0px;
	color:white;
	text-decoration: none;
	display:inline-block;
	border-radius: 8px;
}

.cta-btn:hover {
	background-color:#000;
	padding:10px 15px;
	margin:0px;
	color:white;
	text-decoration: none;
	display:inline-block;
}

.cta-btn p {
	margin:0px;
	padding:0px;
}

.news-list-view .news-img-wrap img {
	max-width:40%;
	margin-right:30px;
	height:auto !important;
	float:left;
	border:4px solid #eeeeee;
}

.news-list-view .article  {
	position:relative;
	margin-bottom:30px;
	clear:both;
}

.news-list-view .article .header span, .news-list-view .article .header h3 {
	color:#0068b4;
	text-decoration:none !important;
	margin-bottom:0px;
	padding-bottom:0px;
}



.news-list-view .news-list-date time {
	color:rgba(0,0,0,0.4);
	margin-bottom:15px;
	display:block;
}

.news-list-view .more {
	display: inhline-block;
	padding:5px;
	background-color:#858585;
	color:white; 
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-decoration:none;   
}

.news-list-view .more:hover {
	background-color:#0068b4;
	color:white;   
}

.news-divider {
	width:100%;
	height:2px;
	background-color:#eee;
	margin-top:30px;
	margin-bottom:15px;
}
/* ----- */


.pagewidth {
	max-width:1600px;
	margin-left:auto;
	margin-right:auto;
}

html,body {
	padding:0px;
	margin:0px;
}

body {
	background:#222;
	font-family: 'Open Sans', sans-serif;
	font-size:12pt;
	-moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

img {
	max-width:100%;
}

h1,h2,h3,h4,h5 {
	margin:0px;
	padding:0px;
	margin-bottom:0.5em;
}

h3 {
	font-weight:300;
}

#header {
	padding-bottom:70px;
}

#logoMobile {
	display:none;
	pointer-events:none;
}

#header .page-spacing-top {
	background-color:white;
	height:30px;
}

#header .static {
	position:relative;
}


#header .position_helper {
	width:100%;
	position:relative;
	overflow:hidden;
}

#header .background_image_left {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: left center;
	display:inline-block;
}

#header .background_image_right {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background-repeat: no-repeat; 
	background-size:cover;
	background-position: right center;
	display:inline-block;
}

#header .left_overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	min-height:200px;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,0)), color-stop(0.5, rgba(255,255,255,0)), to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	background: linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

#header .right_overlay {
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	min-height:200px;
	
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, 0 0, 100% 0, from(rgba(255,255,255,1)), color-stop(0.5, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
	
}

#header .blueline {
	background-color:#0068b4;
	height:12px;
	margin-top:25px;
	margin-bottom:20px;
}


#header .logo {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
}


#header .logo img {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 0px 0px 100px 50px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 100px 50px rgba(255,255,255,1);
	box-shadow: 0px 0px 100px 50px rgba(255,255,255,1);
}

#header .logo2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
}

#header .logo2 img {
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-left: 20px solid white;
	border-right: 20px solid white;
}


#mobileMenuButton {
	display:none;
}

#header .navmenu {
	position:relative;
	margin-top:30px;
	background-color:#c3c3c3;
	font-size:0em;
	border-bottom:2px solid #d7d7d7;
}

#header .navmenu2020 {
	position:relative;
	margin-top:30px;
	background-color:#c3c3c3;
	border-bottom:2px solid #d7d7d7;
}

#header .navmenu2020  ul li {
	margin:0px;
	padding:0px;
}

#header .navmenu2020 ul li a {
	border-right:2px solid #d7d7d7;
	font-size:12pt;
	color:#5a5a5a;
	display:block;
	padding:8px;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

#header .navmenu2020 ul li a:hover {
	color:#ffffff;
	background-color:#0068b4;
	text-decoration:none;
}

#header .navmenu2020 ul li:last-of-type a {
	border-right:none;
}

.desktop .dd-toggle {
	display:none !important;
}

.desktop ul ul li {
	background-color:rgba(0,0,0,0.1);
}

#header #logoMobile {
	position:absolute;
	top:-45px;
	right:20px;
	z-index:10100;
	border:4px solid white;
}

#header #logoMobile img {
	max-height:90px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	
}


#header .navmenu  ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#header .navmenu  ul li {
	margin:0px;
	padding:0px;
	display:inline-block;
}

#header .navmenu ul li a {
	border-right:2px solid #d7d7d7;
	font-size:12pt;
	color:#5a5a5a;
	display:block;
	padding:8px;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

#header .navmenu ul li a:hover {
	color:#ffffff;
	background-color:#0068b4;
	text-decoration:none;
}

#header .navmenu ul li:last-of-type a {
	border-right:none;
}

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer ul li {
	margin:0px;
	padding:0px;
	display:block;
}
#footer ul li a {
    padding-bottom: 10px;
    color: #9d9d9d;
    display: block;
}

#content .bild_anwalt {
	position:relative;
	margin-bottom:30px;
}

#content .bild_anwalt img {
	width:100%;
}

#content .button_vita a {
	position:absolute;
	bottom:0px;
	right:0px;
	color:white;
	display:inline-block;
	padding:8px;
	padding-left:20px;
	padding-right:20px;
	text-decoration:none;
	background-color:#c3c3c3;
}

.vita {
	border-top:2px solid #ccc;;
	margin-bottom:20px;
	padding-top:20px;
	margin-top:20px;
}

.kernkompetenzen {
	overflow:hidden;
}

#content .liste_kernkompetenzen {
	position:relative;
}

#content .active_kompetenz_marker {
	background-color:#0068b4;
	width:15px;
	height:1500px;
	position:absolute;
	left:-15px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

#content .liste_kernkompetenzen ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#content .liste_kernkompetenzen ul li {
	list-style:none;
	margin:0 11px 0px 0px;
	padding:0px;
	margin-bottom:8px;
	position:relative;
}

#content .liste_kernkompetenzen ul li a {
	display:block;
	padding:8px;
	text-decoration:none;
	background-color:#c3c3c3;
	color:#5a5a5a;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}


#content .liste_kernkompetenzen ul li.active a {
	background-color:#0068b4;
	color:white;
}

#content .liste_kernkompetenzen ul li.active a .glyphicon {
	display:none;
}

#content .liste_kernkompetenzen ul li a .glyphicon {
	position:absolute;
	right:5px;
	top:5px;
	font-size:1.8em;
	color:white;
}

#content .liste_kernkompetenzen ul li a:hover {
	background-color:#0068b4;
	color:#ffffff;
}

#content .bild_kompetenz img {
	display:block;
	width:100%;
}
position_helper_kompetenzen {
	position:relative;
}

#content .arrow_left {
	display:table;
	height:100%;
	position:absolute;
	left:-100px;
	font-size:6em;
	color:rgba(255,255,255,0.3);
}

#content .arrow_right {
	display:table;
	height:100%;
	position:absolute;
	right:-100px;
	font-size:6em;
	color:rgba(255,255,255,0.3);
}

#content .arrow_left:hover, #content .arrow_right:hover   {
	color:rgba(255,255,255,1);
}

#content .arrow_left span, #content .arrow_right span  {
	display:table-cell;
	height:100%;
	text-align:center;
	vertical-align:middle;
}




#content .default_list  {
	list-style:none;
	padding:0px;
	margin:0px;
	font-weight:300;
	margin-bottom:30px;
}

#content .default_list li {
	padding-left:30px;
	position:relative;
	margin-bottom:10px;
}

#content .default_list li:before {
	position: absolute;
	left:0px;
	top: 3px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0px;
	content: "\e074";
}

#content .frame-layout-3 ul  {
	list-style:none;
	padding:0px;
	margin:0px;
	font-weight:300;
	margin-bottom:30px;
}

#content .frame-layout-3 ul li {
	padding-left:30px;
	position:relative;
	margin-bottom:5px;
}

#content .frame-layout-3 ul li:before {
	position: absolute;
	left:0px;
	top: 3px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0px;
	content: "\e074";
}


/*
.page ul li:before {
	position: absolute;
	left:0px;
	top: 3px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0px;
	content: "\e074";
}

*/

.spacer30 {
	height:30px;
}

.default_border {
	border:4px solid #c3c3c3;
}

.bg_white {
	background-color:white;
}

.bg_blue {
	background-color:#0068b4;
	color:white;
}

.text_blue {
	color:#0068b4;
}

.text_grey{
	color:#858585;
}

.zentriert {
	text-align:center;
}

.module_blue {
	background-color:#0068b4;
	color:white;
	display:block;
	text-align:center;
	padding:10px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:30px;
	-webkit-transition: all 0.5s ease-in-out;
  	-moz-transition: all 0.5s ease-in-out;
  	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
}

.module_blue:hover {
	text-decoration:none;
	background-color:black;
}

.module_blue p {
	font-size:0.8em;
	color:rgba(255,255,255,0.5);
	padding:0px;
	margin:0px;
}

.module_blue h3 {
	font-size:13pt;
	color:rgba(255,255,255,1);
	padding:0px;
	margin:0px;
}



 .ansprechpartnerbox { margin:0 ; padding: 0;}
.ansprechpartner  {
	background: -webkit-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(45deg, rgba(214,214,214,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#ffffff',GradientType=1 );
	border:2px solid#eee;
	padding:15px;
	margin-bottom:15px;
}

.ansprechpartner img {
	margin-bottom:20px;
}


.ansprechpartner h3 {
	margin:0px;
	padding:0px;
}

.ansprechpartner .subline {
	font-size:0.8em;
}

.nolist {
	list-style:none;
	padding:0px;
	margin:0px;
}

.nolist li {
	padding:0px;
	margin:0px;
}


.inv {
	display:none !important;
}

#map {
	width:100%;
	height:500px;
}

label {
	font-size:0.8em;
	font-weight:300;
}

.form-control input[type=text], .form-control input[type=email], .form-control, .btn-default {
	background-color:transparent !important;
	border-radius:0px !important;
	color:white;
}

.btn-default:hover {
	color:white;5px;
}

.font_grey {
	color:#9d9d9d;
}




.btn h3, .btn p {margin:0; padding:0}


.ce-bodytext {
    padding-left: 4px;
}
.ce-align-left {
    text-align: left;
}
.ce-align-center {
    text-align: center;
}
.ce-align-right {
    text-align: right;
}
.ce-table td, .ce-table th {
    vertical-align: top;
}
.ce-textpic, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden;
}
.ce-left .ce-gallery, .ce-column {
    float: left;
}
.ce-center .ce-outer {
    float: right;
    position: relative;
    right: 50%;
}
.ce-center .ce-inner {
    float: right;
    position: relative;
    right: -50%;
}
.ce-center .ce-column {
    text-align: center;
    width: 100%;
}
.ce-center .ce-column img {
    margin: 0 auto;
}
.ce-right .ce-gallery {
    float: right;
}
.ce-gallery figure {
    display: table;
    margin: 0;
}
.ce-gallery figcaption {
    caption-side: bottom;
    display: table-caption;
}
.ce-gallery img {
    display: block;
}
.ce-gallery iframe {
    border-width: 0;
}
.ce-border img, .ce-border iframe {
    border: 2px solid black;
    padding: 0;
}
.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 10px;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 10px;
}
.ce-below .ce-gallery {
    margin-top: 10px;
}
.ce-column {
    margin-right: 10px;
}
.ce-column:last-child {
    margin-right: 0;
}
.ce-row {
    margin-bottom: 10px;
}
.ce-row:last-child {
    margin-bottom: 0;
}
.ce-above .ce-bodytext {
    clear: both;
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    overflow: auto;
    padding-left: 40px;
}
.ce-uploads {
    margin: 0;
    padding: 0;
}
.ce-uploads li {
    list-style: outside none none;
    margin: 1em 0;
}
.ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top;
}
.ce-uploads span {
    display: block;
}
.ce-gallery figure, .ce-gallery figcaption {
    display: block;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 0;
}
.ce-center .ce-outer, .ce-center .ce-inner {
    float: none;
    right: 0;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 0;
}
.ce-intext > .ce-gallery {
    width: 100%;
}
.ce-intext > .ce-bodytext {
    width: 100%;
}
.ce-column {
    margin-right: 0;
    padding-right: 10px;
}
.ce-right .ce-column {
    padding-left: 10px;
    padding-right: 0;
}
.ce-above .ce-gallery, .ce-below .ce-gallery, .ce-nowrap {
    margin-right: -10px;
}
.ce-right.ce-above, .ce-right.ce-below {
    margin-left: -10px;
    margin-right: 0;
}
.ce-media img {
    height: auto;
    max-width: 100%;
}
[data-ce-columns="1"] .ce-column {
    max-width: 100%;
}
[data-ce-columns="2"] .ce-column {
    max-width: 50%;
    padding: 10px;
}
[data-ce-columns="3"] .ce-column {
    max-width: 33.3333%;
}
[data-ce-columns="4"] .ce-column {
    max-width: 24%;
}
.ce-intext > .ce-gallery {
    width: 38%;
}
.ce-intext.ce-nowrap > .ce-bodytext {
    width: 62%;
}
.ce-left.ce-above .ce-gallery, .ce-left.ce-below .ce-gallery {
    float: none;
}
.csc-textpic-caption {
    caption-side: bottom;
    text-align: center;
}
figcaption {
    font-size: 12px;
    text-align: left;
}
figure {
    padding: 10px;
}
 
.image-embed-item {
    height: auto;
}
.ce-headline-center {text-align:center}

.tx-powermail h3, .powermail_legend {display: none}
.powermail_fieldwrap {margin-top:15px}
.powermail_fieldwrap_ihrname  {margin-top:-15px} 


.tx-powermail .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none !important;
}


  .anwalt-uebersicht {
    width:25%;
    float:left;
    cursor:pointer;
    position:relative;
  }
  
    
  .anwalt-uebersicht .name {
    text-align:center;
    color:white;
    background-color:#858585;
    padding:6px;
    z-index:10;
  }
  
  .anwalt-uebersicht:hover .name {
   background-color:#0068b4;
  }
  
  .anwalt-uebersicht:hover .kompetenzen {
   	display:block;
	  font-size:0.8em;
  }
  
  .anwalt-uebersicht .poshelper {
    position:absolute;
    bottom:-1px;
    left:0px;
    width:100%;
  }
  
  .anwalt-uebersicht .default_list {
    margin-bottom:0px !important; 
  }

  .anwalt-uebersicht .default_list li {
    padding-left:20px !important;
  }
  
  .anwalt-uebersicht .kompetenzen {
    display:none;
    width:100%;
    background-color:rgba(0,0,0,0.7);
    color:white;
    padding:10px;
  }

/* #################################################### */
/* MEDIA QUERRYS AUFWIND */
/* #################################################### */

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1400px) {
	.arrow {
		display:none !important;
	}

}

@media only screen and (max-width : 1200px) {
	.arrow {
		
	}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .anwalt-uebersicht {
    width:50%;
  }	
  .frame-type-bullets   li {
 
	width:50%;
	 
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	
	#header .navmenu2020 {
		margin-top:0px;
		background-color:#fff;
	}
	
	
	.mobillogo {
		width: 100%;
		height: 100px;
		}

    .mobillogo .background_image_right {
    	
    	width: 100%;
		height: 100px;
		background-size: cover;
		background-repeat: no-repeat;
    	background-position: center center;
    }
    .row{
			margin-right: 0px;
			margin-left: 0px;
			}	
	#logoMobile {
		display:block;
	}
	
	#mobileMenuButton {
		display:block;	
	}
	
	#mobileMenuButton img {
		max-width:50px;
		padding:10px;
	}
	
	
	#header .navmenu nav {
		display:none;
	}
	
	#header .navmenu {
		margin-top:0px;
		background-color:#c3c3c3;
		font-size:0em;
		border-bottom:2px solid #d7d7d7;
	}
	
	#header .navmenu  ul {
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
	#header .navmenu  ul li {
		margin:0px;
		padding:0px;
		display:block;
	}
	
	#header .navmenu ul li a {
		border-right:none;
		border-bottom:2px solid #d7d7d7;
		font-size:12pt;
		color:#5a5a5a;
		display:block;
		padding:8px;
		padding-top:12px;
		padding-bottom:12px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	#header .navmenu ul li a:hover {
		color:#ffffff;
		background-color:#0068b4;
		text-decoration:none;
	}
	
	#header .navmenu ul li:last-of-type a {
		border-right:none;
		border-bottom:none;
	}
	
	#header .static {
		display:none;
	}
	
	#header .page-spacing-top {
		height:0px;
	}
	
	#footer .col-md-6 {
		text-align:center !important;
	}
	
  .anwalt-uebersicht {
    width:100%;
    float:none;
 
  }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	
.frame-type-bullets   li {
 
	width:100%;
	 
}
	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	
}
