@media all and (min-width: 1050px)
{
	
	@font-face {
		font-family: font001;
		src: url("../fonts/Roboto-Regular.ttf");
		font-weight: 300;
	}
	body
	{
		width: 100%;
		margin: 0px auto 0px auto;
		background-color: rgba(255,255,255,1);
	    font-family: font001;
		font-size: 1em;
		font-weight: 300;
		line-height: 200%;
		background: rgb(34, 34, 35);
	}

	img {
		height: auto;
	 }
	 
	#mobile_small_indicator {
		display: none;
	}

	#mobile_indicator {
		display: none;
	}

	strong {
		color: rgb(108, 114, 125);
		font-size: 1em;
		font-weight: 600;
	}

	table {
		border-collapse: collapse;
	}
	table tr:not(:last-child) {
		border-bottom: 1px solid #ddd;
	}
	table td, table th {
		vertical-align: top;
		padding: 5px;
	}
	table td:not(:last-child), table th:not(:last-child) {
		border-right: 1px solid #ddd;
	}
	
	hr {
		border: 0;
		height: 1px;
		background: rgb(199, 199, 199);
	}

	h2 {
		font-size: 1em;
		margin-top: 30px;
		font-weight: 300;
		text-align: center;	
		display: table;
		white-space: nowrap;
	}

	h2:before, h2:after {
		border-top: 1px solid rgb(186, 186, 186);
		content: '';
		display: table-cell;
		position: relative;
		top: 0.5em;
		width: 45%;
	}

	h2:before {
		right: 1.5%;
	}

	h2:after {
		left: 1.5%;
	}

	a
	{
		text-decoration: underline;
		color: rgb(56, 73, 105);
	}

	a:link {
		text-decoration: none!important;
	}

	.clear
	{
		clear: both;
	}

	.clear_mobile {
	}

	.animate1
	{
	    -webkit-transition: all .1s ease-out;
	    -moz-transition: all .1s ease-out;
	    -ms-transition: all .1s ease-out;
	    -o-transition: all .1s ease-out;
	    transition: all .1s ease-out
	}

	.animate2
	{
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    transition: all .2s ease-out
	}

	/*====================================================*/
	/* HEADER */
	/*====================================================*/
	#logo {
	    width: 275px;
		height: 50px;
		margin: 40px 0px 0px 0px;
		float: left;
	    background-image: url("media/logo.png");
	    background-repeat: no-repeat;
		background-position: 0px 0%;
	}

	#header {
	    position: fixed;
	    z-index: 1;
	    top: 0;
		width: 100%;
		min-width: 1000px;
	    box-shadow: 0 0 6px rgba(0, 0, 0, 0.39);
	}

	#header .spacer_1000 {
		width: 94%;
		max-width: 1400px;
	    margin: 0px auto 0px auto;
	}

	#headerU {
	    width: 100%;
	    height: 5px;
	    background-color: rgb(56, 73, 105);
	}

	#headerB {
	    width: 100%;
	    height: 110px;
		background-color: rgb(25, 34, 52);
		color: rgb(255,255,255);
		overflow: hidden;
		direction: rtl;  
	}

	#burger {
		display: none;
	}

	#button_container {
		display: inline-block;
	}

	.header_button {
	    height: 40px;
	    text-align: center;
	    line-height: 42px;
		float: right;
	    font-size: 14px;
	    color: rgb(174, 174, 174);
	    margin: 50px 0px 0px 20px;
	    border-bottom: 2px solid  rgba(0, 0, 0, 0);
	}

	.header_button:hover{
	    color: rgb(85, 104, 140);
	    border-bottom: 2px solid  rgb(85, 104, 140);
	}

	.header_button_bold{
	    padding: 0px 10px 0px 10px;
	    background-color: rgb(85, 104, 140);
	    color: rgba(255,255,255,1);
	}
	.header_button_bold:hover{
		border-radius: 10px;
	}

	.header_button_bold:hover{
	    color: rgba(255,255,255,1);
	}

	.header_button_active
	{
	    color: rgb(85, 104, 140);
	    border-bottom: 2px solid  rgb(85, 104, 140);
	}

	/*====================================================*/
	/* CONTENT */
	/*====================================================*/

	#content {
	    margin-top: 0px;
	    position: relative;
	    z-index: 0;
	    font-size: 14px;
	    color: rgb(74, 77, 82);
		line-height: 180%;
	}

	.content_row_slider_bright {
		width: 100%;
		background-color: rgb(249, 249, 249)
	}

	.content_row_slider_dark {
		width: 100%;
		background-color: rgb(224, 224, 224);
	}

	.content_row_dark {
	    width: 100%;
		background-color: rgb(224, 224, 224);
		border-bottom: 1px solid rgb(244, 244, 244);
		padding: 60px 0px 60px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}


	.content_row_bright {
	    width: 100%;
		padding: 60px 0px 40px 0px;
		color: rgb(114, 114, 114);
		background-color: rgb(249, 249, 249);
		border-bottom: 1px solid rgb(211, 211, 211);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#content .spacer_1000 {
	    width: 1000px;
	    margin: 0px auto 0px auto;
	}

	#content .spacer_800 {
	    width: 800px;
	    margin: 0px auto 0px auto;
	}


	  

	/*====================================================*/
	/* Structural Elements */
	/*====================================================*/

	.centered {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.margin_0_auto_0_auto {
		margin-left: auto;
		margin-right: auto;		
	}

	.no_underline > a {
		text-decoration: none;
	}
	
	.underline{
		text-decoration: underline;
	}

	.color_blue > a {
		color: rgb(85, 104, 140);
		font-weight: bold;
	}

	.box_shadow {
		box-shadow: 4px 4px 0px rgba(0,0,0,0.1);
	}

	.fontsize1_2 {
		font-size: 1.2em;
		font-weight: 300;	
	}

	.fontsize1_4 {
		font-size: 1.4em;
		font-weight: 300;
	}

	.fontsize1_7 {
		font-size: 1.7em;
		font-weight: 300;
	}

	.fontsize2_0 {
		font-size: 2em;
		font-weight: 300;
	}

	.text_white {
		color: rgb(244,244,244);
	}

	.text_blue {
		color: rgb(85, 104, 140);
	}

	.margin_30_0_40_0{
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.margin_0_4_4_0 {
		margin: 0px 4px 4px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.margin_0_8_8_0 {
		margin: 0px 4px 4px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.lineheight_140 {
		line-height: 140%;
	}
	
	.padding_15_5_5_5 {
		padding: 15px 5px 5px 5px;
	}	

	.padding_5_5_5_5 {
		padding: 5px 5px 5px 5px;
	}	

	.padding_bottom_10{
		padding: 0px 0px 10px 0px;
	}

	.padding_bottom_20{
		padding: 0px 0px 20px 0px;
	}

	.padding_bottom_30{
		padding: 0px 0px 30px 0px;
	}	

	.margin_bottom_20 {
		margin: 0px 0px 20px 0px;
	}
	.margin_bottom_50 {
		margin: 0px 0px 50px 0px;
	}	

	.flex_parent {
		display: flex;
		display:-webkit-box;
		display:-webkit-flex;
		display:-webkit-flexbox;

	}

	.flex_start {
		justify-content: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
	}
	.flex_end {
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
	}
	.space_between {
		justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
	}
	.space_around {
		justify-content: space-around;
		-webkit-justify-content: space-around;
		-ms-flex-pack: justify;
		-webkit-box-pack: justify;
	}

	.flex_wrap {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.flex_reverse {
		flex-direction: row-reverse;
		-webkit-flex-direction: row-reverse;
	}

	.width_10 {
		width: 10%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}

	.width_15 {
		width: 15%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}

	.width_20 {
		width: 20%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	.width_25 {
		width: 22%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}
	.width_30 {
		width: 30%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}

	.width_33 {
		width: 33%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;		
	}

	.width_40 {
		width: 40%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.width_45 {
		width: 45%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.width_50 {
		width: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.width_55 {
		width: 55%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	

	.width_60 {
		width: 60%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.width_70 {
		width: 70%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.width_80 {
		width: 80%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.width_100 {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}



	.margin_0_20_0_0 {
		margin: 0px 20px 0px 0px;
	}
	
	/*====================================================*/
	/* LINKS */
	/*====================================================*/

	.link_dashed_boarder {
		display: inline-block;
		padding: 10px 10px 10px 10px;
		background-color: rgba(255, 255, 255, 0);
		border: 1px dashed rgb(85, 104, 140);
	}

	.link_dashed_boarder:hover {
		border-radius: 15px;
	}

	.link_dashed_boarder a {
		color: rgb(85, 104, 140);
	}


	/*====================================================*/
	/* SLIDER */
	/*====================================================*/

	#slider2 {
		position: relative;
	}

	#slider1 {
		min-height: min-content;
		padding: 180px 0px 30px 0px;
		transition: all ease 0.1s;
		background-color: rgb(56, 73, 105);
		color: rgb(210, 210, 210);
		text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.288);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#slider1 .heading {
		color: rgb(244,244,244);
	}

	#slider1 strong {
		color: rgb(181, 189, 204)
	}

	#slider1 .textspacer_5 {
		width: 100%;
		height: 5px;
	}

	.slider1_arrow {
		margin: 0px auto 0px auto;
		width: 1px; 
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-top: 20px solid rgb(56, 73, 105);
	  }	

	#bubble {
		padding: 10px 10px 10px 10px;
		margin: 0px 20px 70px 10px;
		position: relative;
		border-width: 1px;
		border-style: dashed;
		border-radius: 8px;
		border-color: rgba(255, 255, 255, 0.419);
		background: rgb(62, 81, 115);
		box-shadow: 0px 4px 14px rgba(0,0,0,0.25);
		color: rgb(199, 206, 217);
		text-align: center;
		font-size: 1.5em;
		font-weight: 300;
	}
	
	/*====================================================*/
	/* TEAM */
	/*====================================================*/

	.verticalBorder {
		width: 1px;
		margin: 0px 30px 0px 0px;
		padding: 0px 0px 0px 30px;
		border-right: 1px dashed rgb(190,190,190);
	}

	.team_box_description {
		background: rgb(255, 255, 255);
		min-width: 190px;
		line-height: 100%;
	}

	.team_box_description:hover {
		background: rgb(250, 250, 250);
		-ms-transform: scale(1.02, 1.02);
		-webkit-transform: scale(1.02, 1.02);
		transform: scale(1.02, 1.02);	
	}

	.team_box_description_rechtsanwaelte {
		line-height: 100%;
		width: 150px;
		background: rgb(255, 255, 255);
	}

	.team_box_description_rechtsanwaelte:hover {
		background: rgb(250, 250, 250);
		-ms-transform: scale(1.02, 1.02);
		-webkit-transform: scale(1.02, 1.02);
		transform: scale(1.02, 1.02);
	}

	.team_box_image {
		width: 100%;
		height: inherit;
		background-color: rgb(161, 161, 161);
		background-size: cover;
	}

	#image_wolfgang_mickel {
		background-image: url("../images/wolfgangmickel.png");
	}
	#image_doro {
		background-image: url("../images/doro.png");
	}
	#image_muench {
		background-image: url("../images/muench.png");
	}
	#image_wallisch {
		background-image: url("../images/wallisch.png");
	}
	#image_eva_mickel {
		background-image: url("../images/evamickel.png");
	}	
	#image_elfriede-brand {
		background-image: url("../images/elfriedebrand.jpg");
	}	
	#image_christina-wagner {
		background-image: url("../images/christinawagner.jpg");
	}
	#image_strauf {
		background-image: url("../images/strauf.png");
	}
	#image_zimmermann {
		background-image: url("../images/zimmermann.png");
	}	
	#image_gruber {
		background-image: url("../images/gruber.png");
	}	
		

	.team_box_image:before {
		content: "";
		display: block;
		padding-top: 100%; 	
	}

	.team_box_job {
		font-style: italic;
		font-size:  0.8em;
		color: rgb(135, 135, 135);
	}

	.team_box_contact {
		font-size: 0.9em;
		color: rgb(185, 185, 185);	
		padding: 0px 0px 5px 0px;
	}

	.team_box_contact a {
		color: rgb(85, 104, 140);
	}

	/*====================================================*/
	/* FOOTER */
	/*====================================================*/

	#map{
		width: 100%;
		height: 600px;
	}

	#footer {
	    position: relative;
	    z-index: 0;
	    margin: 0px 0px 0px 0px;
	    padding: 30px 0px 0px 0px;
	    width: 100%;
	    background-color: rgb(48, 48, 51);
	}

	#footer .spacer_1000 {
		width: 1000px;
		margin: 0px auto 0px auto;
	}
	
	#footer a {
	    color: rgb(195, 195, 195);
	    text-decoration: none;
	}

	#footer a:hover {
	    color: rgb(85, 104, 140);
	}

	#footer br {
		line-height: 30px;
	}

	.footer_component_row {
	    float: left;
	    width: 50%;
	    font-size: 14px;
		font-weight: 300;
	    color: rgb(221, 221, 221);
	}

	.footer_component_heading {
	    font-size: 22px;
	    color: rgb(112, 134, 175);
	    border-bottom: 1px solid rgb(65, 65, 65);
		padding: 0px 0px 20px 0px;
	    margin: 0px 0px 20px 0px;
	}

	#footer_component_copyright_row {
		width: 100%;
		margin: 40px 0px 0px 0px;
		padding: 20px 0px 20px 0px;
		background-color: rgb(34, 34, 35);

		font-size: 10px;
		text-align: left;
		color: rgb(122, 122, 122);
	}



	/*====================================================*/
	/*====================================================*/
	/* SUBSITE */
	/*====================================================*/
	/*====================================================*/

	/*====================================================*/
	/* SPEZIALISIERUNG */
	/*====================================================*/


	.container_spezialisierung {
		display: none;
		margin: 10px 0px 10px 0px;
		padding: 0px 5px 5px 0px;
		background: rgb(255, 255, 255);
		border: 1px dashed rgb(187, 187, 187);
	}

	.box_header {
		background-color: #fff;
		padding: 5px 5px 5px 5px;
		border: 1px dashed rgb(200,200,200);
	}
	

	.box_tesatement_frame {
		margin: 20px auto 20px auto;
		padding: 20px 10px 10px 10px;
		max-width: 600px;
	}

	.box_white {
		padding: 35px 5px 35px 5px;
		margin: 10px 10px 0px 0px;
		background-color: rgb(255,255,255);
		border: 1px dashed rgb(56, 73, 105);
		box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.111);

		flex: 1 1 0%;
		-webkit-flex: 1 1 0%;
		-webkit-box-flex: 1 1 0%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.box_white:hover{
		-ms-transform: scale(1.02, 1.02);
		-webkit-transform: scale(1.02, 1.02); 
		transform: scale(1.02, 1.02);	
	}

	/*====================================================*/
	/* MITARBEITER */
	/*====================================================*/

	.mitarbeiter_job {
		font-style: italic;
		font-size:  1.1em;
		color: rgb(135, 135, 135);		
		margin: 0px 0px 20px 0px;
		line-height: 120%;
	}

	.mitarbeiter_image {
		width: 200px;
		height: 200px;
		background-color: rgb(223, 223, 223);
		background-size: cover;
	}

	.mitarbeiter_linie {
		width: 10%;
		height: 10px;
		margin: 5px 0px 5px 0px;
		border-right: 2px solid rgb(146, 146, 146);
	}

	/*====================================================*/
	/* STARTSEITE  */
	/*====================================================*/

	.piktogram {
		height: 60px;
		width: 60px;
		background-size: 60px 60px;
		background-repeat: no-repeat;
		background-position: center center;
		border: 3px solid rgb(121,121,121);
		border-radius: 10px;
		padding: 2px 2px 2px 2px;
		margin: 0px auto 40px auto;
	}

	.piktogram_notar {
		background-image: url("media/certificate.png");
	}

	.piktogram_rechtsanwalt {
		background-image: url("media/lawyer.png");
	}


}


